Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 04cf997

Browse files
committed
Stack max modified to 100 for unidentified mushroom spores
1 parent 5fe4ded commit 04cf997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mods/plantlife_modpack/mushroom/crafting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ minetest.register_craftitem("mushroom:spore1",{
44
description = "Unidentified Mushroom Spore",
55
inventory_image = "mushroom_spore.png",
66
wield_image = "mushroom_spore.png",
7+
stack_max = 100,
78
})
89

910
minetest.register_craftitem("mushroom:spore2",{
1011
description = "Unidentified Mushroom Spore",
1112
inventory_image = "mushroom_spore.png",
1213
wield_image = "mushroom_spore.png",
14+
stack_max = 100,
1315
})
1416

1517
minetest.register_craftitem("mushroom:identifier",{

0 commit comments

Comments
 (0)