Crashed by TC on BC api
Preta-Crowz opened this issue ยท 5 comments
BuildCraft version: 7.1.23 (MC1.7.10)
Forge version: 10.13.4.1614
Link to crash report or log:
Client Crash Report : https://pastebin.com/LQL6xYcc
Server Crash Report : https://pastebin.com/XyiSrwmX
Singleplayer or multiplayer: Singleplayer
Steps to reproduce: Just join a map
Additional information: I posted same issue to Thaumcraft and Here. Crash reports says TC node tile entity has an error with BC api
Using custom modpack(Hopeless), if you need to test it, then I'll send you.
Thaumcraft Issue : Azanor/thaumcraft-api#58
So that's odd... I haven't touched 1.7.10 for many years but I know that the MJ API's referred to in that version aren't shipped with 7.1.23, as it stopped using MJ in 7.x.
However I think a mod is using (and contains a partial implementation) of the old version of the MJ API, perhaps the mod that owns "tw.oresplus.blocks.OldTileEntityMachine"? I don't think this is anything todo with thaumcraft as all TC does is get a tile entity at a particular position, rather than using the MJ api directly.
I think this is caused by TheTorbinWren/OresPlus#26 ?