Posted July 27, 20223 yr I try to make my ore generate naturally but it doesn't work properly! Mod: https://github.com/Tucky143/Crystal-Minecraft-Mod-for-1.19 Edited July 27, 20223 yr by Tucky143 New Link
July 27, 20223 yr Please do not upload your Mod as a .zip file. It's highly recommended to use a git repo with a git client. Please post the debug.log.
July 27, 20223 yr your BiomeModifier json file is invalid, how did you create this BiomeModifier json file? Do you register a BiomeModifier Codec somewhere?
July 27, 20223 yr Author No... I followed this tutorial: https://www.youtube.com/c/tkaupenjoe Github Link:https://github.com/Tutorials-By-Kaupenjoe/Forge-Tutorial-1.19
July 27, 20223 yr I would recommend you to take a look at this Doc, it's official from Forge and it explains how you create a valid BiomeModifier. If you don't want to create your own you can take a look at the Builtin Modifier Types
July 27, 20223 yr Compare your biome modifier with the one from the tutorial https://github.com/Tucky143/Crystal-Minecraft-Mod-for-1.19/blob/main/src/main/resources/data/examplemod/forge/biome_modifier/add_example_ore.json https://github.com/Tutorials-By-Kaupenjoe/Forge-Tutorial-1.19/blob/main/src/main/resources/data/tutorialmod/forge/biome_modifier/add_zircon_ore.json 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.
July 27, 20223 yr It's never a good idea to just blindly follow tutorials. You need to make sure you understand each step so you can correct errors. 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.
July 27, 20223 yr Create the BiomeModifier json how it's description in the Doc i linked above, then update your Git repo and the logs.
July 28, 20223 yr The error in latest and debug log say that there is not features key in your Biome Modifier, but there is see here, so that can't be the problem. I'm currently work on a Forge PR, if this is done i'll clone your git repo and debug this locally.
July 28, 20223 yr TBH it looks fine to me now, Tucky. Maybe try updating to the latest forge, since it seems like you're a bit behind?
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.