IC2 Classic

IC2 Classic

2M Downloads

Plethora inventory manipulation into energy storage units/battery station

The0mbudsman opened this issue ยท 7 comments

commented

If I have a turtle sat on top of a Batbox/MFE/MFSU/Battery Station, plethora's push/pullitems dont work as expected.

batbox = peripheral.wrap('bottom')
batbox.getTransferLocations()
   { "south", "bottom", "self", "right", "up"}
batbox.pushItems('up',1,1,1)
   0

Doesn't matter which slot you have a lapotron/energy crystal in, it doesn't go into the turtles inventory, when I would expect it to

commented

@The0mbudsman i investigated this but ran into the following problem.
After getting batbox = peripheral.wrap('bottom') running it will simply return a nil for everything.
Including chests and other things...
I am not sure what i am doing wrong.
But i can't even test anything.

I am not sure how to help here ^^"

commented

@The0mbudsman did you configure the slots to be inserted/extracted?
The "S" button allows to configure stuff.
Also try clicking the Slot when you are in the S mode.

commented

image
Pressing my S key does nothing, and theres no gui element to configure the slots, am I missing something really obvious?

Which of these binds is it supposed to be?
image

commented

Oh i read battery station and thought you meant 1.19.2 but this is 1.12.2.

Oops.
Question, can you insert/extract things with a vanilla hopper?

commented

Hey, inserting things with a vanilla hopper works, but not extracting

commented

Still no luck.. :(
Appreciate you helping

Playing on the Tekkit 2 pack. Industrial Craft Classic shows as 2.2.999 in the mod options screen.
Additionally, the Turtle appears to recognize the batbox specific functions related to EU, capacity, etc.

Setup:
image
Tool:
image
MFSU:
image
Lua:
image

commented

@The0mbudsman you need an automation upgrade which basically makes all slots accessible from all sides.
Which you insert with a machine tool. (By clicking with a machine tool on to the machine)

This is the first iteration of this kind of system where you could configure everything.
The second iteration is a lot better in 1.19.2.