Exclude snow and ice stairs from lava cooling

master
Wuzzy 2016-12-13 03:05:24 +01:00
parent 930c10fd47
commit 4d70ad96b3
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ minetest.register_craft({
})
-- Stairs/slabs
local stairslab_ignore_groups = { "wood", "stone", "soil" }
local stairslab_ignore_groups = { "wood", "stone", "soil", "cools_lava" }
local function simple_stair_slab(subname, desc_stair, desc_slab)
local itemstring = "mtg_plus:"..subname