MinecraftDev
MinecraftDev copied to clipboard
Introduce JSON validation through schemas (remaster of #1809 that is a remaster of #315)
This PR is a remake (WIP) of #315 (and a remake of #1809 🙄) (for somes reasons @PaleoCrafter are busy).
I made this remake with his agreement (If you don't believe me, ask him)

Ressources :
- [ ] blockstates (vanilla)
- [ ] blockstates (forge)
- [x] item models
- [x] block models
- [x] particles
- [x] sounds.json
- [x] advancements
- [ ] loot_table
- [x] recipe
- [x] tags
Recipes :
- [x] blasting
- [x] campfire_cooking
- [x] crafting_shaped
- [x] crafting_shapeless
- [x] smelting
- [x] smithing
- [x] smoking
- [x] stonecutting
I will complete the description of the RP as well as the various schemas as I go along.
This PR can close #1049 when it's merged
Will you be adding support for worldgen jsons also? It currently seems like the plugin ishaving problems with some dimension stuff where it only allows vanilla fields but not modded ones. Atleast I remember that
Will you be adding support for worldgen jsons also? It currently seems like the plugin ishaving problems with some dimension stuff where it only allows vanilla fields but not modded ones. Atleast I remember that
I can. But now the goal is to finish all listed ressources before. I don't know if worldgen stuff may be added in this PR or another one
what happened that you closed it?