payonel
payonel
definitely :) just pick an item on the list, or any page you feel is under documented, and start writing :) it is an open wiki
oc machines really aren't supposed to tax your system like this. can you start a creative world, look at a block in front of you and run /oc_sc -- boot...
@Lokii270 I cannot repro this behavior. I think we need to close this ticket unless we can learn more about the setup Is there anything unusual about your computer hardware?...
mc and oc version, as with all bug reports
this is failing for the same reason this lua code would fail in 5.3 `next({true}, 1.0)`
this is a bug in our JNLua, its `convertLuaValue` method in `DefaultConverter.java` is assuming a lua number is a double. It seems our JNLua code has some 5.2 behavior. In...
removing milestone 1.7.3 because I don't know when sangar will be available to build in jnlua binaries
updating jnlua breaks our eris support. using a asm conversion may be the smart thing to do. focusing on different issues/features now
eris is our lua-serializtion library, the thing we use to persist the lua state in-game https://github.com/fnuecke/eris
i somewhat, maybe mostly, agree with you. but this issue only breaks passing some table data over our java api. user scripts in-game can use lua 5.3 just fine