dan200 / ComputerCraft

Programmable Computers for Minecraft
Other
981 stars 198 forks source link

Using a lua .jar file in your mods folder breaks computercraft. #598

Closed moo1210 closed 5 years ago

moo1210 commented 5 years ago

Using a luaj jar file will completey break computercraft, making computers unable to boot. I would like to be able to use that luaj without breaking computercraft if possible. I am using computercraft 1.7.10 1.7.5 (latest for mc 1.7.10)

moo1210 commented 5 years ago

Or is it possible computercraft already has a luaj and this luaj is overwriting it and it needs a different version? Because i'm using luaj-jse-3.0.1, maybe it requires a different version that I can put in?

KnightMiner commented 5 years ago

Why are you putting luaj in your mods folder? Does another mod depend on it? Because if so, that's a bad way to add the library.

You should also post game logs for this type of issue, though as a warning I would not expect a fix of this turns out to be a ComputerCraft issue as 1.7.10 is so old.

SquidDev commented 5 years ago

From memory, this is an optional dependency of Custom NPCs. I think you can get away without it, just won't have Lua support.

However, as KnightMiner says 1.7.10 is terribly old at this point, and so is no longer maintained.

moo1210 commented 5 years ago

I wanted lua support, but whatever I'll just use python with custom npcs.