mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-15 23:10:31 +01:00
Stack max modified to 100 for unidentified mushroom spores
This commit is contained in:
parent
5fe4ded673
commit
04cf9972e0
|
@ -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",{
|
||||
|
|
Loading…
Reference in New Issue
Block a user