Posted February 5, 20232 yr Hello, So I've been trying to setup Datagen for forge 1.19.3 in IntelliJ. All my files generate fine, but for some reason the game won't actually recognize any of the generated json files, yes they are named correctly. here is the log: Also, for some reason the folder "generated" does not show up as "generated [main]" as I've seen in other tutorials and forks of open source mods. Could someone help point me in the right direction as to why? Thank you! [13:29:33] [main/INFO] [minecraft/DataGenerator]: Recipes finished after 13 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: LootTables [13:29:33] [main/INFO] [minecraft/DataGenerator]: LootTables finished after 17 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: Block States: mystica [13:29:33] [main/INFO] [minecraft/DataGenerator]: Block States: mystica finished after 17 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: Item Models: mystica [13:29:33] [main/INFO] [minecraft/DataGenerator]: Item Models: mystica finished after 0 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: Languages: en_us [13:29:33] [main/INFO] [minecraft/DataGenerator]: Languages: en_us finished after 0 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: worldgen/configured_feature generator for mystica [13:29:33] [main/INFO] [minecraft/DataGenerator]: worldgen/configured_feature generator for mystica finished after 1 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: worldgen/placed_feature generator for mystica [13:29:33] [main/INFO] [minecraft/DataGenerator]: worldgen/placed_feature generator for mystica finished after 0 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: Starting provider: forge/biome_modifier generator for mystica [13:29:33] [main/INFO] [minecraft/DataGenerator]: forge/biome_modifier generator for mystica finished after 0 ms [13:29:33] [main/INFO] [minecraft/DataGenerator]: All providers took: 53 ms [13:29:33] [main/INFO] [minecraft/HashCache]: Caching: total files: 52, old count: 0, new count: 53, removed stale: 0, written: 52 Process finished with exit code 0
February 6, 20232 yr 19 hours ago, Ritesss said: So I've been trying to setup Datagen for forge 1.19.3 in IntelliJ. All my files generate fine, but for some reason the game won't actually recognize any of the generated json files, yes they are named correctly. here is the log: Did you use the default mdk and only modified the parts you needed to? It should solve that issue. 19 hours ago, Ritesss said: Also, for some reason the folder "generated" does not show up as "generated [main]" as I've seen in other tutorials and forks of open source mods. Could someone help point me in the right direction as to why? Thank you! If you didn't modify the default mdk, generated should have come up as a separate sourceset. If that's the case, there's nothing to worry about. There's nothing really to worry about if it didn't anyways since the directory doesn't need to be a sourceset.
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.