Jump to content

Modding in java?


papuce

Recommended Posts

Hi, I started with a mod creation using Lua scripting (started with Robomat's tutorial and continued studying with some open sourced mods). It works, but the Lua scripting is not enough for my current needs (especially not the 10 years old Kahlua version, which can't call any I/O methods, can't import Lua modules like math etc. Or at least I tested it and couldn't). I also studied Java documentation / java modding doc and Lua Events list (very old) - and it is a real struggle to go through it if there are no comments and no (or little) explanation and can't get even method signatures... Maybe I am doing something wrong?

 

But the main question: is there, please, any way to start modding in Java? Can't find any tutorials for that (only old ones giving error 404), but I've read in the forums it is (or was) possible.

Thank you in advance.

 

PS: Or alternatively, do you know how could I use Lua modules like [require "math"]? If yes, that would be enough :-) Thanks in advance to anyone who responses!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...