Started by
Cool_tellow
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making an end-type dimension, and to avoid you getting properly lost I've creating a biome that has "rifts" to get back to the overworld. I would like these to be horizontal, and to have them transport you to the overworld. Is this possible? If so, how would you do it?
Thanks in advance
When entity walks on block, if sub-type player, change dimension
(Or when entity collides with block if the block can be trasspassed)
thank you