Fix broken tote AISM hook.

This commit is contained in:
Aaron Suen 2020-01-17 21:43:48 -05:00
parent 9de5fcfb5a
commit 55a68c844b

View File

@ -205,7 +205,7 @@ nodecore.register_aism({
label = "Packed Tote AISMs",
interval = 1,
chance = 1,
itemnames = {modname .. ":handle"},
itemnames = {"group:tote"},
action = function(stack, data)
local stackmeta = stack:get_meta()
local raw = stackmeta:get_string("carrying")