Replace all air with lava 10 layers above bedrock

master
PilzAdam 2013-05-30 19:29:08 +02:00
parent 54113d87c3
commit d8a260609d
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ local function replace(old, new, min, max)
end
end
replace("air", "default:bedrock", -80, -64)
replace("air", "default:lava_source", -64, -54)
replace("default:stone", "default:bedrock", -80, -64)
replace("default:gravel", "default:bedrock", -80, -64)
replace("default:dirt", "default:bedrock", -80, -64)