1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-22 17:50:28 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2024-09-15 09:40:56 +02:00
150 changed files with 149 additions and 87 deletions

View File

@ -40,6 +40,7 @@ for i in pairs(NoDe) do
attached_node=1,
not_in_creative_inventory=iNV
},
is_ground_content = false,
drop = "trunks:twig_1",
sounds = default.node_sound_leaves_defaults(),
liquids_pointable = true,
@ -139,6 +140,7 @@ minetest.register_node("trunks:twigs", {
paramtype2 = "facedir",
tiles = {"trunks_twigs.png"},
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
})
@ -158,6 +160,7 @@ minetest.register_node("trunks:twigs_slab", {
fixed = {-1/2, -1/2, -1/2, 1/2, 0, 1/2},
},
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
})
@ -181,6 +184,7 @@ minetest.register_node("trunks:twigs_roof", {
}
},
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
})
@ -209,6 +213,7 @@ minetest.register_node("trunks:twigs_roof_corner", {
}
},
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
})
@ -237,6 +242,7 @@ minetest.register_node("trunks:twigs_roof_corner_2", {
}
},
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
})
@ -388,6 +394,7 @@ for i in pairs(TRuNKS) do
attached_node = 1
--not_in_creative_inventory=1 -- atm in inv for testing
},
is_ground_content = false,
--drop = "trunks:twig_1", -- not sure about this yet
sounds = default.node_sound_wood_defaults(),
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 665 B