Add copper, and the beginnings of a machine system.

This commit is contained in:
Signal 2025-12-29 16:53:50 -05:00
parent 30ba6e5385
commit 1e897665bb
69 changed files with 976 additions and 135 deletions

View file

@ -33,7 +33,7 @@ rgt_machines.register_machine("fuel_furnace", {
local inv = m:get_inventory()
inv:set_size("input", 1)
inv:set_size("output", 1)
-- Dummy list handle Shift-adding properly.
-- Dummy list to handle Shift-adding properly.
inv:set_size("sort", 1)
inv:set_size("fuel", 1)

View file

@ -1,2 +1,2 @@
name = rgt_furnace
depends = rgt_machines_core
depends = rgt_machines