[ { "id": "iron_ore", "inputs": [], "output": { "item": "iron_ore", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/IronSymbol.png", "research": "iron_smelting", "crafttime": 1.0, "stacksize": 99 }, { "id": "tin_ore", "inputs": [], "output": { "item": "tin_ore", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/TinSymbol.png", "research": "tin_working", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_ore", "inputs": [], "output": { "item": "copper_ore", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/CopperSymbol.png", "research": "stoneage", "crafttime": 1.0, "stacksize": 99 }, { "id": "mushroom", "inputs": [], "output": { "item": "mushroom", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/MushroomSymbol.png", "research": "basics", "crafttime": 1.0, "stacksize": 99 }, { "id": "spider_silk", "inputs": [], "output": { "item": "spider_silk", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/SpiderSilkSymbol.png", "research": "basics", "crafttime": 1.0, "stacksize": 99 }, { "id": "coal", "inputs": [], "output": { "item": "coal", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/CoalSymbol.png", "research": "basics", "crafttime": 1.0, "stacksize": 99 }, { "id": "water", "inputs": [], "output": { "item": "water", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/WaterSymbol.png", "research": "basics", "crafttime": 1.0, "stacksize": 99 }, { "id": "stone", "inputs": [], "output": { "item": "stone", "amount": 1 }, "workstation": "", "texture": "res://Assets/Images/Resources/StoneSymbol.png", "research": "basics", "crafttime": 1.0, "stacksize": 99 }, { "id": "sand", "inputs": [ { "item": "stone", "amount": 2 } ], "output": { "item": "sand", "amount": 1 }, "workstation": "crusher", "texture": "res://Assets/Images/Items/SandSymbol.png", "research": "basic_machines", "crafttime": 1.0, "stacksize": 99 }, { "id": "stone_gear", "inputs": [ { "item": "stone", "amount": 3 } ], "output": { "item": "stone_gear", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/StoneGearSymbol.png", "research": "stone_tools", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_gear", "inputs": [ { "item": "copper_ingot", "amount": 2 } ], "output": { "item": "copper_gear", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/CopperGearSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "tin_gear", "inputs": [ { "item": "tin_ingot", "amount": 2 } ], "output": { "item": "tin_gear", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/TinGearSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "bronze_gear", "inputs": [ { "item": "bronze_ingot", "amount": 2 } ], "output": { "item": "bronze_gear", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/BronzeGearSymbol.png", "research": "bronze_machining", "crafttime": 1.0, "stacksize": 99 }, { "id": "bronze_ingot", "inputs": [ { "item": "tin_ingot", "amount": 1 }, { "item": "copper_ingot", "amount": 2 }, { "item": "coal", "amount": 2 } ], "output": { "item": "bronze_ingot", "amount": 1 }, "workstation": "furnace", "texture": "res://Assets/Images/Items/BronzeIngotSymbol.png", "research": "bronze_smelting", "crafttime": 1.0, "stacksize": 99 }, { "id": "iron_gear", "inputs": [ { "item": "iron_ingot", "amount": 2 } ], "output": { "item": "iron_gear", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/IronGearSymbol.png", "research": "iron_machining", "crafttime": 1.0, "stacksize": 99 }, { "id": "iron_ingot", "inputs": [ { "item": "iron_ore", "amount": 3 }, { "item": "coal", "amount": 2 } ], "output": { "item": "iron_ingot", "amount": 1 }, "workstation": "furnace", "texture": "res://Assets/Images/Items/IronIngotSymbol.png", "research": "iron_smelting", "crafttime": 1.0, "stacksize": 99 }, { "id": "tin_ingot", "inputs": [ { "item": "tin_ore", "amount": 2 }, { "item": "coal", "amount": 1 } ], "output": { "item": "tin_ingot", "amount": 1 }, "workstation": "furnace", "texture": "res://Assets/Images/Items/TinIngotSymbol.png", "research": "tin_working", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_ingot", "inputs": [ { "item": "copper_ore", "amount": 2 }, { "item": "coal", "amount": 1 } ], "output": { "item": "copper_ingot", "amount": 1 }, "workstation": "furnace", "texture": "res://Assets/Images/Items/CopperIngotSymbol.png", "research": "copper_smelting", "crafttime": 1.0, "stacksize": 99 }, { "id": "rope", "inputs": [ { "item": "spider_silk", "amount": 2 } ], "output": { "item": "rope", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/RopeSymbol.png", "research": "stone_tools", "crafttime": 1.0, "stacksize": 99 }, { "id": "stone_robot", "inputs": [ { "item": "stone", "amount": 6 }, { "item": "rope", "amount": 3 }, { "item": "stone_gear", "amount": 2 } ], "output": { "item": "stone_robot", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/StoneRobotSymbol.png", "research": "stone_robotics", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_robot", "inputs": [ { "item": "copper_plate", "amount": 2 }, { "item": "rope", "amount": 3 }, { "item": "copper_gear", "amount": 2 }, { "item": "battery_v1", "amount": 1 } ], "output": { "item": "copper_robot", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/CopperRobotSymbol.png", "research": "copper_robotics", "crafttime": 1.0, "stacksize": 99 }, { "id": "tin_robot", "inputs": [ { "item": "tin_plate", "amount": 2 }, { "item": "rope", "amount": 3 }, { "item": "tin_gear", "amount": 2 }, { "item": "battery_v1", "amount": 1 } ], "output": { "item": "tin_robot", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/TinRobotSymbol.png", "research": "copper_robotics", "crafttime": 1.0, "stacksize": 99 }, { "id": "bronze_robot", "inputs": [ { "item": "bronze_plate", "amount": 3 }, { "item": "rope", "amount": 4 }, { "item": "bronze_gear", "amount": 2 }, { "item": "battery_v1", "amount": 2 } ], "output": { "item": "bronze_robot", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/BronzeRobotSymbol.png", "research": "bronze_robotics", "crafttime": 1.0, "stacksize": 99 }, { "id": "iron_robot", "inputs": [ { "item": "iron_plate", "amount": 4 }, { "item": "rope", "amount": 6 }, { "item": "iron_gear", "amount": 3 }, { "item": "battery_v2", "amount": 2 } ], "output": { "item": "iron_robot", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/IronRobotSymbol.png", "research": "iron_robotics", "crafttime": 1.0, "stacksize": 99 }, { "id": "glass", "inputs": [ { "item": "sand", "amount": 2 }, { "item": "coal", "amount": 1 } ], "output": { "item": "glass", "amount": 1 }, "workstation": "furnace", "texture": "res://Assets/Images/Items/GlassSymbol.png", "research": "glass_work", "crafttime": 1.0, "stacksize": 99 }, { "id": "fabric", "inputs": [ { "item": "rope", "amount": 2 }, { "item": "spider_silk", "amount": 3 } ], "output": { "item": "fabric", "amount": 1 }, "workstation": "loom", "texture": "res://Assets/Images/Items/RopeSymbol.png", "research": "textiles", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_rod", "inputs": [ { "item": "copper_ingot", "amount": 1 } ], "output": { "item": "copper_rod", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/CopperRodSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "tin_rod", "inputs": [ { "item": "tin_ingot", "amount": 1 } ], "output": { "item": "tin_rod", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/TinRodSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "bronze_rod", "inputs": [ { "item": "bronze_ingot", "amount": 1 } ], "output": { "item": "bronze_rod", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/BronzeRodSymbol.png", "research": "bronze_machining", "crafttime": 1.0, "stacksize": 99 }, { "id": "iron_rod", "inputs": [ { "item": "iron_ingot", "amount": 1 } ], "output": { "item": "iron_rod", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/IronRodSymbol.png", "research": "iron_machining", "crafttime": 1.0, "stacksize": 99 }, { "id": "battery_v1", "inputs": [ { "item": "copper_rod", "amount": 2 }, { "item": "tin_rod", "amount": 1 }, { "item": "water", "amount": 2 } ], "output": { "item": "battery_v1", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/Batteryv1Symbol.png", "research": "basic_electricity", "crafttime": 1.0, "stacksize": 99 }, { "id": "dynamo_v1", "inputs": [ { "item": "battery_v1", "amount": 1 }, { "item": "tin_rod", "amount": 2 }, { "item": "copper_wire", "amount": 3 } ], "output": { "item": "dynamo_v1", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/Dynamov1Symbol.png", "research": "basic_electricity", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_wire", "inputs": [ { "item": "copper_ingot", "amount": 1 } ], "output": { "item": "copper_wire", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/CopperWireSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "heating_element_v1", "inputs": [ { "item": "stone", "amount": 4 } ], "output": { "item": "heating_element_v1", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/Heaterv1Symbol.png", "research": "heat_control", "crafttime": 1.0, "stacksize": 99 }, { "id": "stone_plate", "inputs": [ { "item": "stone", "amount": 3 } ], "output": { "item": "stone_plate", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/StonePlateSymbol.png", "research": "basic_machines", "crafttime": 1.0, "stacksize": 99 }, { "id": "copper_plate", "inputs": [ { "item": "copper_ingot", "amount": 2 } ], "output": { "item": "copper_plate", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/CopperPlateSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "iron_plate", "inputs": [ { "item": "iron_ingot", "amount": 2 } ], "output": { "item": "iron_plate", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/IronPlateSymbol.png", "research": "iron_machining", "crafttime": 1.0, "stacksize": 99 }, { "id": "bronze_plate", "inputs": [ { "item": "bronze_ingot", "amount": 2 } ], "output": { "item": "bronze_plate", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/BronzePlateSymbol.png", "research": "bronze_machining", "crafttime": 1.0, "stacksize": 99 }, { "id": "tin_plate", "inputs": [ { "item": "tin_ingot", "amount": 2 } ], "output": { "item": "tin_plate", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/TinPlateSymbol.png", "research": "metalworking", "crafttime": 1.0, "stacksize": 99 }, { "id": "battery_v2", "inputs": [ { "item": "iron_rod", "amount": 1 }, { "item": "copper_rod", "amount": 2 }, { "item": "water", "amount": 3 } ], "output": { "item": "battery_v2", "amount": 1 }, "workstation": "workbench", "texture": "res://Assets/Images/Items/Batteryv2Symbol.png", "research": "advanced_power", "crafttime": 1.0, "stacksize": 99 }, { "id": "dynamo_v2", "inputs": [ { "item": "battery_v2", "amount": 2 }, { "item": "iron_rod", "amount": 3 }, { "item": "copper_wire", "amount": 4 }, { "item": "tin_plate", "amount": 2 } ], "output": { "item": "dynamo_v2", "amount": 1 }, "workstation": "anvil", "texture": "res://Assets/Images/Items/Dynamov2Symbol.png", "research": "advanced_power", "crafttime": 1.0, "stacksize": 99 }, { "id": "steam", "inputs": [ { "item": "water", "amount": 2 }, { "item": "coal", "amount": 2 } ], "output": { "item": "steam", "amount": 1 }, "workstation": "steam_generator_v1", "texture": "res://Assets/Images/Items/SteamSymbol.png", "research": "basic_electricity", "crafttime": 1.0, "stacksize": 99 }, { "id": "glass_bottles", "inputs": [ { "item": "glass", "amount": 2 }, { "item": "coal", "amount": 1 } ], "output": { "item": "glass_bottles", "amount": 1 }, "workstation": "glassblower", "texture": "res://Assets/Images/Items/GlassBottleSymbol.png", "research": "glass_work", "crafttime": 1.0, "stacksize": 99 } ]