Furnace

Post Reply
fetsorn
New member
Posts: 3
Joined: Tue Sep 09, 2025 12:37
GitHub: fetsorn
IRC: fetsorn
In-game: fetsorn

Furnace

by fetsorn » Post

Please check out the design for an automatic furnace. 10x9x6. I built this to produce supplies for the theatre.

From left to right: the fuel chest takes coal, the materials chest takes what you want to cook, and the output chest gives you the product. Overflow from each input and output is stored in the corresponding chest array.

Can be scaled by extending each row by one block. I do not use sorting tubes to save time setting them up, but they could allow you to make one input chest instead of two. I do not use luacontrollers so that people without the mesemaker privilege can build this on Your Land.

Image
Image

Video with the view of internal workings

output of //count
default:chest: 21
default:furnace: 6
mesecons:wire: 16
mesecons_gates:and_off: 1
mesecons_insulated:insulated_off: 1
mesecons_torch:mesecon_torch_on: 1
mesecons_walllever:wall_lever_off: 1
moremesecons_adjustable_player_detector:player_detector_on: 1
moremesecons_injector_controller:injector_controller_off: 1
pipeworks:mese_filter: 26
pipeworks:tube: 54
ropes:steel2rope_block: 1
Thanks to Jeija for mesecons, thanks to VanessaE for pipeworks. Thanks to Palige for moremesecons.
Attachments
furnace.we
(29.77 KiB) Downloaded 5 times
Last edited by fetsorn on Fri Sep 26, 2025 13:26, edited 1 time in total.

fetsorn
New member
Posts: 3
Joined: Tue Sep 09, 2025 12:37
GitHub: fetsorn
IRC: fetsorn
In-game: fetsorn

Re: Furnace

by fetsorn » Post

The previous design, 8x13x6.

From left to right: the lever toggles the machine, the fuel chests takes coal, the materials chest takes what you want to cook, and the output chest gives you the product. Overflow from each input and output is stored in the corresponding chest array.

Can be scaled if you duplicate the six furnace handle at the bottom. Probably can also reduce the number of chests to two, if you add a sorting tube for an input which sorts the coal as fuel, and the rest as materials.

Image
Image
Image
Image
Image
Image
Image
Image
Image

Video with the view of internal workings

output of //count
cblocks:slab_stonebrick_grey_1: 113
cblocks:stonebrick_grey: 535
default:chest: 15
default:furnace_active: 6
mesecons:wire: 34
mesecons_extrawires:vertical_bottom_off: 1
mesecons_gates:not: 7
mesecons_walllever:wall_lever_off: 1
pipeworks:accelerator_tube: 68
pipeworks:mese_filter: 20
pipeworks:one_way_tube: 10
pipeworks:tag_tube: 4

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests