Tutorials-By-Kaupenjoe / Forge-Tutorial-1.20.X

Repository for my Forge 1.20.X Tutorial Series on YouTube. Playlist link below!
https://www.youtube.com/playlist?list=PLKGarocXCE1H9Y21-pxjt5Pt8bW14twa-
MIT License
113 stars 30 forks source link

Datagen Error #3

Closed Necrosis000 closed 5 months ago

Necrosis000 commented 9 months ago

So I am on the Datagen vid and got rid of my json files and now it is saying this:

'blight:deepslate_ruby_ore#'
[23Sep2023 21:50:54.023] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:ruby#inventory' referenced from: blight:ruby#inventory: java.io.FileNotFoundException: blight:models/item/ruby.json
[23Sep2023 21:50:54.023] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:raw_ruby#inventory' referenced from: blight:raw_ruby#inventory: java.io.FileNotFoundException: blight:models/item/raw_ruby.json
[23Sep2023 21:50:54.024] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:metal_detector#inventory' referenced from: blight:metal_detector#inventory: java.io.FileNotFoundException: blight:models/item/metal_detector.json
[23Sep2023 21:50:54.024] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:treasure_core#inventory' referenced from: blight:treasure_core#inventory: java.io.FileNotFoundException: blight:models/item/treasure_core.json
[23Sep2023 21:50:54.024] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:ruby_block#inventory' referenced from: blight:ruby_block#inventory: java.io.FileNotFoundException: blight:models/item/ruby_block.json
[23Sep2023 21:50:54.024] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:ruby_ore#inventory' referenced from: blight:ruby_ore#inventory: java.io.FileNotFoundException: blight:models/item/ruby_ore.json
[23Sep2023 21:50:54.024] [Worker-Main-6/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'blight:deepslate_ruby_ore#inventory' referenced from: blight:deepslate_ruby_ore#inventory: java.io.FileNotFoundException: blight:models/item/deepslate_ruby_ore.json

I don't know whats wrong i followed the tutorial step by step and there is no errors in the IDE.

Also the Recipe datagen doesn't work, item, block just show up as a purple and black box. I genuinely don't know what I did wrong

Unknown303YT commented 5 months ago

@Necrosis000 Could you provide your datagen classes, old json files if you have them, your Main java class, and your src/generated folder please?

Necrosis000 commented 5 months ago

It's already been solved. I did RunData and it fixed itself!