Posted August 2, 20223 yr I made a chest but the texture for it is not appearing and then it's just invisible. GitRepo:Crystal Project 1.19.1
August 2, 20223 yr You won't be able to reuse EnderChestBlockEntity like this: https://github.com/Tucky143/Crystal-Minecraft-Mod-for-1.19/blob/fb13bf04866a944fdd76325008a2bb5cf495a0fb/src/main/java/example/examplemod/block/custom/CrystalEnderChest.java#L66 The vanilla ender chest block entity is hard wired to use Blocks.ENDER_CHEST, both in its BlockEntityType and within the class itself. You will need to make your own BlockEntity To answer your direct problem, if you look at BaseEntityBlock, it modifies the RenderShape to be invisible (it assumes you will use a BlockEntityRenderer). If you want to use a json model for a BlockEntity you need to override this back to RenderShape.MODEL Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
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.