forked from mtcontrib/plantlife_modpack
Spawning mushrooms out of invo
This commit is contained in:
parent
6116dd6c6e
commit
b33381b1c2
@ -83,7 +83,7 @@ minetest.register_node("mushroom:brown_natural",{
|
|||||||
tiles = {"mushroom_brown_3d.png"},
|
tiles = {"mushroom_brown_3d.png"},
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
inventory_image = "mushroom_brown_inv.png",
|
inventory_image = "mushroom_brown_inv.png",
|
||||||
groups = {oddly_breakable_by_hand=3},
|
groups = {oddly_breakable_by_hand=3, not_in_creative_inventory=1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
@ -100,7 +100,7 @@ minetest.register_node("mushroom:red_natural",{
|
|||||||
tiles = {"mushroom_red_3d.png"},
|
tiles = {"mushroom_red_3d.png"},
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
inventory_image = "mushroom_red_inv.png",
|
inventory_image = "mushroom_red_inv.png",
|
||||||
groups = {oddly_breakable_by_hand=3},
|
groups = {oddly_breakable_by_hand=3, not_in_creative_inventory=1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
Loading…
Reference in New Issue
Block a user