1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Stack max modified to 100 for unidentified mushroom spores

This commit is contained in:
LeMagnesium 2015-08-13 23:10:28 +02:00
parent 5fe4ded673
commit 04cf9972e0

View File

@ -4,12 +4,14 @@ minetest.register_craftitem("mushroom:spore1",{
description = "Unidentified Mushroom Spore",
inventory_image = "mushroom_spore.png",
wield_image = "mushroom_spore.png",
stack_max = 100,
})
minetest.register_craftitem("mushroom:spore2",{
description = "Unidentified Mushroom Spore",
inventory_image = "mushroom_spore.png",
wield_image = "mushroom_spore.png",
stack_max = 100,
})
minetest.register_craftitem("mushroom:identifier",{