KnightMiner / KnightPeripherals

Adds additional peripherals to the popular Minecraft mod ComputerCraft
GNU General Public License v2.0
2 stars 2 forks source link

1.7.10 - Game crashed on call of getRewards #3

Open lischetzke opened 7 years ago

lischetzke commented 7 years ago

I use the latest version of KnightPeripherals for minecraft 1.7.10. The game crashed, when I try to dig compressed cobblestone with the crusher turtle and the log says, that it is caused by the function getRewards of the TurtleHammerCompressed.java. I play the modpack "FTB Infinity Evolved Skyblock", with Optifine and KnightPeripherals

KnightMiner commented 7 years ago

Crash report or it did not happen.

lischetzke commented 7 years ago

Here's the CR crash-2017-04-04_17.26.49-server.txt Or if Pastebin is prefered: https://pastebin.com/ZwhSd6et

KnightMiner commented 7 years ago

Hmm, seems Ex Compressum randomly changed the method name to getSmashables() about a year ago. I really have not bothered much with 1.7.10 in awhile, but I may push a compatibility build just for this issue. Hard part was getting ComputerCraft running in dev.