Have structures replace water with cobble when generated in End/Nether
Brian-Wuest opened this issue ยท 1 comments
Structures should be able to be generated in any dimension.
Currently there is logic so some structures cannot be generated in the End or the Nether. This is because there is water in the design of the structures.
This doesn't work well in certain modpacks that start in the nether or just because the player wants to build in the Nether/End.
The change will be that if the structure contains a water block and the player is generating the block in the Nether/End the block will be replaced with Cobblestone.
This way we keep the vanilla behavior but still allow the rest of the structure to be generated.
This will be added for minecraft versions 1.10.2 and 1.11.2.