Merge remote-tracking branch 'upstream/master'
@ -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(),
|
||||
})
|
||||
|
Before Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 665 B |