Posted December 5, 20222 yr No matter what I do the textures of my door aren't appearing, everything is named correctly and everything's there, but it's not showing the textures in game. I deleted all the textures and json files and redid it but to no avail please can I get some help.
December 5, 20222 yr Provide the models and folder locations corresponding to the door in addition to its registry name.
December 5, 20222 yr Author public static final RegistryObject<Block> ELDENWOOD_DOOR = registerBlock("eldenwood_door", () -> new DoorBlock(BlockBehaviour.Properties.of(Material.WOOD) .strength(5f).noOcclusion()), ModCreativeModeTab.MCRPGMOD_DECORATION); resources.assets.mcrpgmod.models.block.eldenwood_door_bottom resources.assets.mcrpgmod.models.block.eldenwood_door_bottom_hinge resources.assets.mcrpgmod.models.block.eldenwood_door_top resources.assets.mcrpgmod.models.block.eldenwood_door_top_hinge
December 6, 20222 yr Author I fixed it, i compared my door to a vanilla door and it was missing a few json files so all goods now.
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.