Jump to content

Why can't I apply the model to the entity when it's code?


방세준

Recommended Posts

2 hours ago, diesieben07 said:

렌더러를 등록하지 않았습니다. RenderingRegistry.registerEntityRenderingHandler 및 문서를 확인하십시오.

 

Is there a problem with the RabbitRender file? I'd appreciate it if you could tell me in detail and easily.
Link to comment
Share on other sites

They should be register during the FMLClientSetupEvent...In you client proxy class you even added a method for that:

public void registerRenderers(Item item, int meta, String id) {
}

 

Edited by Beethoven92

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Link to comment
Share on other sites

1 minute ago, 방세준 said:

It's gray.

So? Also, have you even read what Diesieben07 and TheGreyGhost suggested you? They basically gave you the solution..take some time to read the documentation and GreyGhost's example code please

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Link to comment
Share on other sites

2 minutes ago, Beethoven92 said:

So? Also, have you even read what Diesieben07 and TheGreyGhost suggested you? They basically gave you the solution..take some time to read the documentation and GreyGhost's example code please

I read it several times, but I couldn't understand it well because the translator was weird.

Link to comment
Share on other sites

43 minutes ago, Beethoven92 said:

그래서? 또한 Diesieben07과 TheGreyGhost가 제안한 내용을 읽어 보셨습니까? 그들은 기본적으로 솔루션을 제공했습니다. 문서와 GreyGhost의 예제 코드를 읽으십시오.

No matter how much I read and think about it, I don't know.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.