Jump to content

Marshall Hearthwood

Members
  • Posts

    2
  • Joined

  • Last visited

Marshall Hearthwood's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. For personal use I make ports of mods that are currently discontinued or changed concept due to new developers, from Biomes o' plenty I'm trying to return to the promised land with the pixies, but those are already personal projects. Nothing serious in itself, but I think I'm on my own in these things, because I play several versions there are things that I like to bring back but I do my best.
  2. 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...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.