I am reversing with JD-GUI and the Methods.csv and Fields.csv files to the code of a mod called netherfors for minecraft 1.5.2, its code is not on Github.
To a large extent I cut part of the code to only keep the voidsack, in fact minecraft runs and the item appears according to the id that I set but I don't know what I did wrong since it does not open the voidsack gui and the textures are missing.
I doubt that its creator is already on the platform, I have managed to extract other simpler mods from the code successfully, but those that are somewhat complex are difficult for me to implement.
And I'm not a native of the English language, so I'm sorry if my English is broken, whatever, for Java I'm not very skilled but I've already done things for my personal use.
In any case, what can I do?
Link to the files:
https://drive.google.com/drive/folders/1hKnBZtsNySBBZJEkseV1sjXxRg21d-Ah?usp=sharing
Decompiled and deobfuscated but Eclipse indicates some errors beforehand:
In: if (curItem != null && curItem.itemID == main.voidsack.itemID)
Indicates: "Cannot make a static reference to the non-static field main.voidsack "
That in two java files: ModGuiHandler.java and SlotSack.java
I know the code is not perfect but it works moderately.
If I make it work I will port it to more current versions
Example: 1.19.2 with forge
Beforehand thank you very much.
Man I'm so lost...