Makes nether wood fences unflammable

This commit is contained in:
3raven 2022-04-20 01:47:39 +00:00
parent 04c62e475e
commit df8dab3fac
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ mcl_fences.register_fence_and_fence_gate(
"crimson_wood_fence",
S("Crimson Hyphae Wood Fence"), S("Crimson Hyphae Wood Fence Gate"),
"mcl_fences_fence_crimson.png",
{handy=1,axey=1, flammable=2,fence_wood=1, fire_encouragement=5, fire_flammability=20},
{handy=1,axey=1, fence_wood=1},
minetest.registered_nodes["mcl_core:wood"]._mcl_hardness,
minetest.registered_nodes["mcl_core:wood"]._mcl_blast_resistance,
{"group:fence_wood"},
@ -43,7 +43,7 @@ mcl_fences.register_fence_and_fence_gate(
"warped_wood_fence",
S("Warped Hyphae Wood Fence"), S("Warped Hyphae Wood Fence Gate"),
"mcl_fences_fence_warped.png",
{handy=1,axey=1, flammable=2,fence_wood=1, fire_encouragement=5, fire_flammability=20},
{handy=1,axey=1, fence_wood=1},
minetest.registered_nodes["mcl_core:wood"]._mcl_hardness,
minetest.registered_nodes["mcl_core:wood"]._mcl_blast_resistance,
{"group:fence_wood"},