Biome Bundle

Biome Bundle

8M Downloads

Deep Ocean doesn't have gravel/sand layer on the bottom

DmitryRendov opened this issue ยท 2 comments

commented

All ores are available for players without any cheats like xray and so on
Could you please help me to fill 1 high block with sand\gravel to prevent my antixray plugin getting crazy?
Thank you!

image

commented

Looks like it is not BB issue, even if I'm restoring

+UnderWaterOre(SAND,7,3,100.0,DIRT,GRASS,GRAVEL)
+UnderWaterOre(CLAY,4,1,100.0,DIRT,CLAY,SAND,GRAVEL)
+UnderWaterOre(GRAVEL,6,1,100.0,DIRT,GRASS,SAND,GRAVEL)

in some biome files like DeepOcean, the issue still continues.

Guys, could you point out where I can fix it on OTG/TC side?

commented

fixed via
-GroundBlock: STONE
+GroundBlock: DIRT

-ReplacedBlocks: (SAND,STONE,63,83),(AIR,LAVA,1,10)
+ReplacedBlocks: (SAND,GRAVEL,10,83),(AIR,LAVA,1,10)

Closed.