Started by
CraftMine Studios
on
Topic category: Help with Minecraft modding (Java Edition)
I need to add a biome to the End, I understand that it is impossible without using coding. Does anyone know how to do this?
Topic category: Help with Minecraft modding (Java Edition)
I need to add a biome to the End, I understand that it is impossible without using coding. Does anyone know how to do this?
You would have to modify the End dimension, not the biome, which is not possible with MCreator unfortunatly :/
You can use an invisible, non-collidable air like block, spawn it in a structure exclusive to the end, and spread custom blocks from there. If you look around, there's a tutorial for cave biomes that uses this method and it should in theory work for End and Nether biomes too.
https://mcreator.net/forum/89076/how-make-end-biome-works
Us this tutorial I made for end biomes https://mcreator.net/forum/89076/how-make-end-biome-works
Not much coding required ofr the method I've used. infact just generators.
https://mcreator.net/forum/99928/how-make-end-biomes-works-compatible-w-other-mods-no-plugins
There...