Posted December 30, 20231 yr I am currently programming a mod for version 1.16.5 and wanted to create the ore generation but no matter what I try I get errors.
December 30, 20231 yr 1.16.5 is no longer supported in this forum. Also, if you are posting compiler errors you are in the wrong place. You want a learning java forum. I would guess from what I remember of 1.16.5 feature config, you are trying to call private methods? Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
December 30, 20231 yr 13 minutes ago, warjort said: I would guess from what I remember of 1.16.5 feature config, you are trying to call private methods? If that is the case, either * If it is one of those static helper methods, just copy the method into your class * Use an access transformer to make the method public; https://forge.gemwire.uk/wiki/Access_Transformers/1.16 Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
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.