This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Tamtam18_2's profile picture

[1.7]Program breaks when reading Forestry Bee nbt

Started by Tamtam18_2, 09 September 2015 - 09:07 PM
Tamtam18_2 #1
Posted 09 September 2015 - 11:07 PM
CCv1.74

forestry.api.apiculture.IBee.isIrregularMating()Z

This is the error I get when | getStackInSlot(i) | is used to retrieve information inside a chest. Specifically if a forestry bee is placed any where inside said chest.

This Program

can be used to recreate the error. Place a turtle on top of a chest and place a forestry bee in the chest and run the program.

I expected the program to continue to run smoothly and to return true upon reaching the slot the bee is in.
Bomb Bloke #2
Posted 10 September 2015 - 12:09 AM
This error is being triggered by an OpenPeripherals function, and isn't a ComputerCraft bug. It's possible it's not even an OpenPeripherals bug, and instead the blame lies with Forestry; in any case, I'd recommend checking with the OP guys first.

https://github.com/OpenMods/OpenPeripheral/issues?q=is%3Aopen

Be sure to include version information for all three mods.
Edited on 09 September 2015 - 10:09 PM
Lyqyd #3
Posted 10 September 2015 - 12:49 AM
Not a ComputerCraft bug; closed.