I am having trouble getting methods to work like they should.
For example, i go on the wiki and look at methods for an Ender Tank, wich give me this :
Code:
getTanks() Get information about an internal tank inside the block
Now i try this ... not working. Then i find out that the method name is getTankInfo() by using the getAdvancedMethodsData().
So i connect to the tank on the back of a computer, send the getTankInfos("back") wich should return me a table ... but i get a string (net.minecraftforge.fluids.FluidTankInfo@7da52426)
and this is one example ... first time i tried
provideCell() on an applied energistics terminal, and got an attempt to call nil.
Im, using the FTB Monster pack, 1.0.3.
So is there any documentation that is up-to-date or i should just wait because its still not done yet?
I love this mod !! so much can be done with it
but for now i cant do much
edit: just saw that documentation ingame should be up-to-date, so gonna look there instead of the wiki, but still cant get the tankInfo right.