Fix broken tote AISM hook.
This commit is contained in:
parent
9de5fcfb5a
commit
55a68c844b
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user