Trying to make a custom portal(similar in appeareance to the end portal / end gateways)

Started by Messier1071 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trying to make a custom portal(similar in appeareance to the end portal / end gateways)

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());

  

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Kudos to you, that's further…
Fri, 12/08/2023 - 12:51

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.