Add files via upload

This commit is contained in:
loosewheel
2022-02-27 10:03:39 +10:00
committed by GitHub
parent 914bdbbe30
commit e4b3ae935d
13 changed files with 1253 additions and 52 deletions

View File

@@ -226,8 +226,8 @@ end
function utils.is_same_item (item1, item2)
local copy1 = ItemStack (stack1)
local copy2 = ItemStack (stack2)
local copy1 = ItemStack (item1)
local copy2 = ItemStack (item2)
if copy1 and copy2 then
copy1:set_count (1)