Posted November 25, 20204 yr If i remove all json files, I can not see pink-black cube... Minecraft combines TESR and json models. How i can do it?
November 25, 20204 yr Hi I'm not sure I understand your question, but perhaps this example project might help. JSON model plus TESR, where TESR is one of four different types of rendering https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe21_tileentityrenderer -TGG
November 25, 20204 yr 8 hours ago, WildTan said: If i remove all json files, I can not see pink-black cube... Minecraft combines TESR and json models. How i can do it? As a supplement to the great example that GreyGhost linked to you..you are already aware that minecraft already combines json models with tile entity renderering, and that's good. So why not trying to look at a block that does exactly that, for example..the enchanting table? Also when you see the default no-texture-found texture (the pink black one), debug logs usually tells you where the game tried to load the texture from and why it didn't manage to find it..or if your jsons are not written correctly Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
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.