chaseoes / DwarfForge

Plugin for the CraftBukkit Minecraft server
http://dev.bukkit.org/server-mods/dwarfforge/
2 stars 3 forks source link

Pulling fuel from stacked chests #8

Open teegee543 opened 12 years ago

teegee543 commented 12 years ago

I'd like fuel and materials to be fed into and output into a chest at the same height in a forge if possible.

Here's an example DwarfForge I've built:

A1xxxxA
B2xxxxB
CxxxxxC
LLLLLLL

Ideally, I'd like fuel and raw materials from row A to be smelted by the furnaces in row A, and also the same for rows B and C. If inputs exist for A, B, and C, but only the C output chest exists, everything should be output to the highest output chest possible for rows that don't have an output chest.

Currently, input A and B are only processed by furnaces 1 and 2 and correctly output to output chests A and B. The other furnaces in rows A and B pull their fuel and raw materials from C and output their product to C.

Let me know if I've explained properly. Thanks!

dredhorse commented 12 years ago

will need to look at the code