Refactor Mass Fabricator

This commit is contained in:
2025-03-11 22:19:46 +01:00
parent d247060c2e
commit 8e30412515
5 changed files with 49 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ function industrialtest.Extractor.getCraftResult(self,itemstack)
return {
item=ItemStack(),
time=0,
src=item
src=itemstack
}
end
local srcAfter=ItemStack(itemstack:get_name())