Skip to content

Commit

Permalink
fix stack size issue in mt5/unified inv (uncraftable items)
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Apr 20, 2019
1 parent ec3178b commit 0f1f7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions items.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
minetest.register_craftitem(FB.NAME..":i00", {
description = FB.LOCAL("i00"),
inventory_image = FB.NAME.."_i00.png",
stack_max = 200,
})

minetest.register_craftitem(FB.NAME..":i01", {
description = FB.LOCAL("i01"),
inventory_image = FB.NAME.."_i01.png",
stack_max = 350,
})

minetest.register_craftitem(FB.NAME..":i02", {
Expand Down

0 comments on commit 0f1f7ac

Please sign in to comment.