OpenTerrainGenerator icon indicating copy to clipboard operation
OpenTerrainGenerator copied to clipboard

Bug: "MinecraftObject" Bob config does not spawn vanilla structures in 1.16

Open LordSmellyPants opened this issue 4 years ago • 1 comments
trafficstars

The blocks config option for spawning vanilla Minecraft structures does not generate objects in OTG 1.16

i.e. MinecraftObject(0,0,0,minecraft:igloo/igloo_bottom) in the .bo3 config

LordSmellyPants avatar Jul 10 '21 21:07 LordSmellyPants

This hasn't worked for a long time I think (even for 1.12.2), will need to re-implement it. We can spawn these from registry (similar to Registry(), but they will still use their own spawn requirements/checks. Also I assume we'll have to spawn all normal bo blocks first, then the MinecraftObjects, to prevent them from being overridden.

PG85 avatar Jul 13 '21 08:07 PG85