Started by
supermj767
on
Topic category: Help with Minecraft modding (Java Edition)
Like the name says, i would like to remove dungeons from spawning in my custom dimension, i have very certain blocks i want to spawn in the dimension but dungeons are spawning blocks i don't want to be obtainable in this custom dimension so can someone please help me disable dungeons, and if it is possible disable lava pools from spawning in my custom dimension Thank you!
Edited by supermj767 on Sat, 04/18/2020 - 05:53
Aight guess i will change this to an issue
And you can remove PART of it by:
Create entity spawn in dungeon
procedure:replace block at <ENTITY_LOCATION> to <GROUND_BLOCK>
So done,but it will look strange and may crash minecraft if they spawn too much...
Great thinking i will try it