mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
More plants
>added new plants >added damage for plant table >removed selection box from plant pots
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user