Merge remote-tracking branch 'upstream/master'
@ -119,6 +119,7 @@ minetest.register_node("dryplants:grass", {
|
||||
fixed = {-0.5 , -0.5 , -0.5 , 0.5 , -0.4375, 0.5 },
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -151,6 +152,7 @@ minetest.register_node("dryplants:hay", {
|
||||
fixed = {-0.5 , -0.5 , -0.5 , 0.5 , -0.4375, 0.5 },
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
|
@ -44,6 +44,7 @@ minetest.register_node("dryplants:wetreed_slab", {
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, 0, 1/2},
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -72,6 +73,7 @@ minetest.register_node("dryplants:wetreed_roof", {
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -194,6 +196,7 @@ minetest.register_node("dryplants:wetreed_roof_corner", {
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -224,6 +227,7 @@ minetest.register_node("dryplants:wetreed_roof_corner_2", {
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -263,6 +267,7 @@ minetest.register_node("dryplants:reed", {
|
||||
paramtype2 = "facedir",
|
||||
tiles = {"dryplants_reed.png"},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -284,6 +289,7 @@ minetest.register_node("dryplants:reed_slab", {
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, 0, 1/2},
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -312,6 +318,7 @@ minetest.register_node("dryplants:reed_roof", {
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -342,6 +349,7 @@ minetest.register_node("dryplants:reed_roof_corner", {
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -372,5 +380,6 @@ minetest.register_node("dryplants:reed_roof_corner_2", {
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
@ -88,6 +88,7 @@ minetest.register_node("dryplants:reedmace_spikes", {
|
||||
flammable=2,
|
||||
not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
@ -110,6 +111,7 @@ minetest.register_node("dryplants:reedmace_top", {
|
||||
flammable=2,
|
||||
not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
@ -133,6 +135,7 @@ minetest.register_node("dryplants:reedmace_height_2", {
|
||||
flammable=2--,
|
||||
--not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
@ -156,6 +159,7 @@ minetest.register_node("dryplants:reedmace_height_3", {
|
||||
flammable=2--,
|
||||
--not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
@ -179,6 +183,7 @@ minetest.register_node("dryplants:reedmace_height_3_spikes", {
|
||||
flammable=2--,
|
||||
--not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
@ -201,6 +206,7 @@ minetest.register_node("dryplants:reedmace", {
|
||||
flammable=2,
|
||||
not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
@ -231,6 +237,7 @@ minetest.register_node("dryplants:reedmace_bottom", {
|
||||
flammable=2,
|
||||
not_in_creative_inventory=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
drop = 'dryplants:reedmace_sapling',
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
|
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 734 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 569 B |