Remove now-unused 'puts out fire' group
This commit is contained in:
parent
667e130c52
commit
ec248d3cb0
2 changed files with 12 additions and 12 deletions
|
@ -813,7 +813,7 @@ stairs.register_stair_and_slab(
|
|||
stairs.register_stair_and_slab(
|
||||
"ice",
|
||||
"default:ice",
|
||||
{cracky = 3, puts_out_fire = 1, cools_lava = 1, slippery = 3},
|
||||
{cracky = 3, cools_lava = 1, slippery = 3},
|
||||
{"default_ice.png"},
|
||||
"Ice Stair",
|
||||
"Ice Slab",
|
||||
|
@ -824,7 +824,7 @@ stairs.register_stair_and_slab(
|
|||
stairs.register_stair_and_slab(
|
||||
"snowblock",
|
||||
"default:snowblock",
|
||||
{crumbly = 3, puts_out_fire = 1, cools_lava = 1, snowy = 1},
|
||||
{crumbly = 3, cools_lava = 1, snowy = 1},
|
||||
{"default_snow.png"},
|
||||
"Snow Block Stair",
|
||||
"Snow Block Slab",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue