More plants

>added new plants
>added damage for plant table
>removed selection box from plant pots
This commit is contained in:
D00Med
2016-11-21 10:45:33 +10:00
parent 9e1a26b670
commit b2215f3943
7 changed files with 15 additions and 7 deletions

View File

@ -22,7 +22,7 @@ minetest.register_node("scifi_nodes:pot_lid", {
sunlight_propagates = true,
selection_box = {
type = "fixed",
fixed = {-0.5, -1, -0.5, 0.5, 0.1, 0.5}
fixed = {0, 0, 0, 0, 0, 0}
},
collision_box = {
type = "fixed",