방세준 Posted November 8, 2020 Posted November 8, 2020 https://github.com/bangsejun/1.15.2- Why can't I apply the model to the entity when it's code? Quote
TheGreyGhost Posted November 8, 2020 Posted November 8, 2020 https://github.com/TheGreyGhost/MinecraftByExample/tree/1-15-2-final/src/main/java/minecraftbyexample/mbe81_entity_projectile Quote
방세준 Posted November 8, 2020 Author Posted November 8, 2020 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. Quote
방세준 Posted November 8, 2020 Author Posted November 8, 2020 42 minutes ago, diesieben07 said: None that I can see - you just don't register it. Where should I register? Quote
Beethoven92 Posted November 8, 2020 Posted November 8, 2020 (edited) 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, 2020 by Beethoven92 Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
방세준 Posted November 8, 2020 Author Posted November 8, 2020 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? Quote
Beethoven92 Posted November 8, 2020 Posted November 8, 2020 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 Quote Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
방세준 Posted November 8, 2020 Author Posted November 8, 2020 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. Quote
방세준 Posted November 8, 2020 Author Posted November 8, 2020 43 minutes ago, Beethoven92 said: 그래서? 또한 Diesieben07과 TheGreyGhost가 제안한 내용을 읽어 보셨습니까? 그들은 기본적으로 솔루션을 제공했습니다. 문서와 GreyGhost의 예제 코드를 읽으십시오. No matter how much I read and think about it, I don't know. Quote
방세준 Posted November 8, 2020 Author Posted November 8, 2020 15 minutes ago, loordgek said: can you stop using a big font yes 1 Quote
Recommended Posts
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.