mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-27 19:30:28 +01:00
Add air bubbles
This commit is contained in:
parent
3c3be9b32c
commit
faaf073794
4
init.lua
4
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")
|
||||
|
Loading…
Reference in New Issue
Block a user