1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-06-28 14:16:11 +02:00

Made all plants/grasses buildable_to, except flowers in flowerpots.

This commit is contained in:
Vanessa Ezekowitz
2013-03-20 11:37:11 -04:00
parent aaee2d50cc
commit 7060f3dd21
3 changed files with 15 additions and 3 deletions

View File

@ -31,6 +31,7 @@ minetest.register_node('junglegrass:medium', {
type = "fixed",
fixed = {-0.4, -0.5, -0.4, 0.4, 0.5, 0.4},
},
buildable_to = true,
})
minetest.register_node('junglegrass:short', {
@ -49,6 +50,7 @@ minetest.register_node('junglegrass:short', {
type = "fixed",
fixed = {-0.4, -0.5, -0.4, 0.4, 0.3, 0.4},
},
buildable_to = true,
})
minetest.register_node('junglegrass:shortest', {
@ -67,6 +69,7 @@ minetest.register_node('junglegrass:shortest', {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, 0, 0.3},
},
buildable_to = true,
})
plantslib:spawn_on_surfaces({