mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-21 06:55:14 +02:00
Add warped fence and gate
This commit is contained in:
parent
43425279a3
commit
4dec3e1382
4 changed files with 11 additions and 0 deletions
mods/ITEMS/mcl_crimson
|
@ -601,3 +601,14 @@ mcl_doors:register_trapdoor("mcl_crimson:warped_trapdoor", {
|
|||
_mcl_blast_resistance = 3,
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
mcl_fences.register_fence_and_fence_gate(
|
||||
"warped_fence",
|
||||
S("Warped Fence"),
|
||||
S("Warped Fence Gate"),
|
||||
"mcl_crimson_warped_fence.png",
|
||||
{handy=1,axey=1, flammable=2,fence_wood=1, fire_encouragement=5, fire_flammability=20},
|
||||
minetest.registered_nodes["mcl_crimson:warped_hyphae"]._mcl_hardness,
|
||||
minetest.registered_nodes["mcl_crimson:warped_hyphae"]._mcl_blast_resistance,
|
||||
{"group:fence_wood"},
|
||||
mcl_sounds.node_sound_wood_defaults())
|
||||
|
|
BIN
mods/ITEMS/mcl_crimson/textures/mcl_crimson_warped_fence.png
Normal file
BIN
mods/ITEMS/mcl_crimson/textures/mcl_crimson_warped_fence.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.1 KiB |
Binary file not shown.
After ![]() (image error) Size: 6.1 KiB |
BIN
mods/ITEMS/mcl_crimson/textures/mcl_crimson_warped_fence_top.png
Normal file
BIN
mods/ITEMS/mcl_crimson/textures/mcl_crimson_warped_fence_top.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 5.9 KiB |
Loading…
Add table
Reference in a new issue