Started by
eLCaleuche
on
Topic category: Help with Minecraft modding (Java Edition)
I'm using the mcreator snapshot for 1.18.2, does anyone know how I can make my minerals spawn in negative layers? or is that not possible so far?
Topic category: Help with Minecraft modding (Java Edition)
I'm using the mcreator snapshot for 1.18.2, does anyone know how I can make my minerals spawn in negative layers? or is that not possible so far?
It's probably a bug in the snapshot but for now you can go into the code of the block you want to generate and change the values in the numbers, it might cause some bug though because the code might need to do a extra thing to make it generate negative but you can try
Now that you know where it is located, save that block, lock the code and change that line in the code viewer. Change the VerticalAnchor.absolute(1) <<<=== to a negative value
Make sure you do not unlock the code when done, if you do ... MCreator will change all values to th default ore generation (it does not allow negative values). This also works for 1.17.x, not tested on 1.16.x.
Won't work on 1.17/1.16, they don't have -x blocks, only 0->256 NOT -64->320
Unless your mod adds that
It works on 1.17.x, yes ... my mod added it from -511 to 1024 using MCreator (https://mcreator.net/modification/81975/new-world-height-and-depth), and posted on this site. Also for 1.18.1, but never tested on 1.16.x. Will upgrade to 1.18.2 soon.