Started by
Messier1071
on
Topic category: Help with Minecraft modding (Java Edition)
i've gotten as far as trying to change the rendertype to endGateway, but that seems to only make the block invisible
ItemBlockRenderTypes.setRenderLayer(MessthingsModBlocks.TEST.get(), renderType -> renderType == RenderType.endGateway());
Kudos to you, that's further than I ever got. I'd be interested to see if anybody else has a decent way of doing this. Might be worth seeing if any other mods do this sort of thing and seeing if you can get a look at their github repositories.