From faaf0737948383296ccb5104f36935a645e699f7 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Tue, 30 Apr 2013 01:13:59 +0200 Subject: [PATCH] Add air bubbles --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index bf2d0b4..2617ccd 100644 --- a/init.lua +++ b/init.lua @@ -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")