sandalle / minecraft_bigreactor_control

Minecraft BigReactor Computercraft Control Program
MIT License
76 stars 41 forks source link

Issue calling drawBar() [Reactorcontrol:458 Attempt to call table] #10

Closed BlackCowThrower closed 10 years ago

BlackCowThrower commented 10 years ago

Using regular FTB Monster server with ComputerCraft. Error seems to be when calling term.native(). Which, when looking around GitHub and the changelog and stuff, seems you've had issues with before. I've found a quick and easy solution, remove that line (458) and it all works. Please update your GitHub because it will try and auto-update every time, to the wrong bit of code, and if you use an auto-updater in ComputerCraft then at least release a working version. Here is a quick preview if anyone wanted to see... 2014-05-30_11 20 27

sandalle commented 10 years ago

As noted in Issue #5 , the code is updated to the newer ComputerCraft. As noted in the program itself, the code is written for a specific modpack (NST Diet) and tracks the mod versions there. If you need an older version, they are available under https://github.com/sandalle/minecraft_bigreactor_control/releases and may be pastebinned at your leisure (MIT License). Looking at the ChangeLog, you will want 0.3.7 or earlier for ComputerCraft 1.58 API.