Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit df8dab3fac - Show all commits

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"},