Game crash while modding 1.18.2 #2269
-
The log: Process finished with exit code 1 I used the normal template from github and using IntelliJ 2022.1.1, Oracle JDK 17.0.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
That method_29177 is the intermediate/obfuscated name. For some reason it has failed to remap that reference in your development environment? One thing to try is to delete Failing that, you can report it as a bug on the |
Beta Was this translation helpful? Give feedback.
-
I just tried the example mod with the same configurations as you with a full clean rebuild and had no problems.
This is the output I got during the remappings:
So I don't know what your issue is? |
Beta Was this translation helpful? Give feedback.
That method_29177 is the intermediate/obfuscated name.
In a development environment it should be getValue:
https://github.com/FabricMC/yarn/blob/dfda2435aa0ca2f8707fa5a7d6ecb57b3e5546a9/mappings/net/minecraft/util/registry/RegistryKey.mapping#L16
For some reason it has failed to remap that reference in your development environment?
One thing to try is to delete
.gradle/loom-cache/remapped-mods
then see if a rebuild fixes it.
Failing that, you can report it as a bug on the
fabric-loom
github, but you will probably need to provide your full build.gradle and gradle.properties so the problem can be reproduced.