Forestry - Redpower Crash

  • 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
Status
Not open for further replies.

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
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
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
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.
 

TheSandwichMakr

New Member
Jul 29, 2019
582
0
0
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.
 
Status
Not open for further replies.