Precision sawmill will not accept torches or ladder as input
ab9rf opened this issue ยท 4 comments
Issue description:
Precision sawmill will not accept torches or ladder piped in from any side, regardless of transport settings or technology used for transport (hopper, logistical transporter, whatever).
The recipes for torches and ladder work if torches or ladders are loaded manually, but not for torches or ladders piped in via automation.
Piping in logs works just fine.
Forge: 1.12.2-14.23.0.2515
Mekanism: Mekanism-1.12.1-9.4.1.326
Reproducible with basic logistical transporter. When the transporter's end is designated to pull from the chest, the single torch is pulled from the chest and ejected from the transporter mid-transit.
To avoid this quirk ( especially a pleasure for the newcomers ), either advanced logistical transporter is needed or ANY other piping (e.g. thermal servo/itemduct )that transports items in packets of 4 or more
Forge: 1.12.2-14.23.5.2815
Mekanism: Mekanism-1.12.2-9.6.5.366
Don't worry, the devs have confirmed this one and marked it as needing fixed in the next release (IIRC, the itemstack handler code need updating). Do not ask me how long it took me to figure out I needed to use something like the ESM from IC2 (which I prefer to the TE methods) to work around this bug.