Forgot to add fuel slot to storageSlots

This commit is contained in:
mrkubax10 2024-10-24 16:36:38 +02:00
parent 6befcdeb01
commit 1f6f711b64

View File

@ -43,6 +43,7 @@ industrialtest.internal.unpackTableInto(industrialtest.IronFurnace,{
facedir=true, facedir=true,
storageSlots={ storageSlots={
"src", "src",
"fuel",
"dst" "dst"
} }
}) })