Posted April 19, 20205 yr When I run "runClient" in Intellij, minecraft doesn't give an error, but when I compile a jar for the mod and load it with forge it gives me this error: "modid encountered an error during the load_registries event phase" Here is the log file, hope someone can help. latest.log
April 19, 20205 yr 7 minutes ago, aNoob4Gamer said: When I run "runClient" in Intellij, minecraft doesn't give an error, but when I compile a jar for the mod and load it with forge it gives me this error: "modid encountered an error during the load_registries event phase" Here is the log file, hope someone can help. Looks like you didn't build it using the gradle build task. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
April 19, 20205 yr Author 2 minutes ago, Animefan8888 said: Looks like you didn't build it using the gradle build task. I built it using the "jar" task under build in Intellij. Do I have to use the "build" task under that category?
April 19, 20205 yr Just now, aNoob4Gamer said: Do I have to use the "build" task under that category? Yes you either need to run the "gradlew build" task in the terminal or via your IDE to build your mod. Because Minecraft is obfuscated and therefore your code too must be obfuscated to match the Minecraft obfuscation. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
April 19, 20205 yr Author 8 minutes ago, Animefan8888 said: Yes you either need to run the "gradlew build" task in the terminal or via your IDE to build your mod. Because Minecraft is obfuscated and therefore your code too must be obfuscated to match the Minecraft obfuscation. Thank you that fixed the error issue, tho for some reason my textures now don't exist now.
April 19, 20205 yr Just now, aNoob4Gamer said: Thank you that fixed the error issue, tho for some reason my textures now don't exist now. Post the debug.log file found in .minecraft/logs. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
April 19, 20205 yr Author 1 minute ago, Animefan8888 said: Post the debug.log file found in .minecraft/logs. Do you mean the latest.log because no debug log is created
April 19, 20205 yr Just now, aNoob4Gamer said: Do you mean the latest.log because no debug log is created No I meant debug.log, but normally latest.log works too. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
April 19, 20205 yr Author Just now, Animefan8888 said: No I meant debug.log, but normally latest.log works too. latest.log
April 19, 20205 yr Just now, aNoob4Gamer said: latest.log 8.25 kB · 0 downloads Does this file exist within your jar? Quote defaultaddons:textures/items/ruby.png Also its convention to do textures/item/texture.png nowadays. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
April 19, 20205 yr Author 2 minutes ago, Animefan8888 said: Does this file exist within your jar? Had capitalized the R thank you for your help.
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.