The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
Stacktrace:
at com.eloraam.redpower.machine.TileManager.handleTubeItem(TileManager.java:214)
at com.eloraam.redpower.machine.TileManager.tubeItemEnter(TileManager.java:256)
at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:94)
at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)
Yups, tubes are giving an error. Not sure about this but i believe tubes don't work on an Arboreum, need to be a pipe
Only putting items into the arboretum through tubes doesn't work then since you're crashing on a method called tubeItemEnter so it may be crashing when putting items in but not taking them out.
That's interesting. I guess it uses a different method for putting items in through a tube and putting items in with a filter. I guess just use a filter or transposer if it works for now and maybe eloraam will fix this in the next update.