Posted February 1, 20205 yr Hello Someone told me, that i sometimes have to upgrade my workspace to the latest MCP-snapshot. Now i placed the number of the latest version into my build.gradle file. Should i now run the gradle-commands again?
February 1, 20205 yr Hi, if you mean source mappings then yes, you should rebuild your project (eclipse in my case). gradlew eclipse Mappings provide translations for decompiled names, eg func_225623_a_(…) -> render(…). You are not required to update them, but it's lot simpler to work with human readable names than with auto-generated)
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.