Add air bubbles

This commit is contained in:
PilzAdam 2013-04-30 01:13:59 +02:00
parent 3c3be9b32c
commit faaf073794
1 changed files with 2 additions and 2 deletions

View File

@ -377,8 +377,8 @@ local function replace(old, new)
end
replace("default:stone", "nether:rack")
replace("default:stone_with_coal", "nether:rack")
replace("default:stone_with_iron", "nether:rack")
replace("default:stone_with_coal", "air")
replace("default:stone_with_iron", "air")
replace("default:stone_with_mese", "default:lava_source")
replace("default:stone_with_diamond", "default:lava_source")
replace("default:stone_with_gold", "nether:glowstone")