Posted September 26, 201410 yr Okay so Im trying to update a mod. Im using eclipse. Now from what I can gather FMLDeobfTweaker loads cfg files and changes main classes of minecraft. Said mod needs to change several private fields to public in order to function. What Im wondering is if there is a way to get eclipse to understand that the minecraft library will be updated and that the fields are indeed visible to an outside class. (not claiming its an error) if so is there a tutorial for it? Am I even understanding this corrrectly? Thanks
September 27, 201410 yr Make an access transformer configuration file. ForgeGradle will pick it when setting the workspace and apply changes. You could also consider reflection, which is less troublesome.
September 27, 201410 yr Author ok following this guide http://www.minecraftforge.net/wiki/Using_Access_Transformers I cant seem to get gradle to pick up the file. is there a specific task I need to run on gradlew? what path does it search? Edit: Nvm got it working
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.