Posted November 8, 20204 yr https://github.com/bangsejun/1.15.2- Why can't I apply the model to the entity when it's code?
November 8, 20204 yr https://github.com/TheGreyGhost/MinecraftByExample/tree/1-15-2-final/src/main/java/minecraftbyexample/mbe81_entity_projectile
November 8, 20204 yr Author 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.
November 8, 20204 yr Author 42 minutes ago, diesieben07 said: None that I can see - you just don't register it. Where should I register?
November 8, 20204 yr 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 November 8, 20204 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
November 8, 20204 yr Author 2 minutes ago, Beethoven92 said: In you client proxy, you even added a method for that: public void registerRenderers(Item item, int meta, String id) { } It's gray. What should I do?
November 8, 20204 yr 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
November 8, 20204 yr Author 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.
November 8, 20204 yr Author 43 minutes ago, Beethoven92 said: 그래서? 또한 Diesieben07과 TheGreyGhost가 제안한 내용을 읽어 보셨습니까? 그들은 기본적으로 솔루션을 제공했습니다. 문서와 GreyGhost의 예제 코드를 읽으십시오. No matter how much I read and think about it, I don't know.
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.