Biomancy
Biomancy copied to clipboard
[Suggestion] Human-readable data files
Please complete the following information:
- Forge-Version: 47.2.20
- Mod-Version: 2.4.4.0
Describe the bug
As a modpack creator it is difficult to extend upon the data files (recipes, tags, loot tables etc) as they are all formatted as a single line, e.g.
{"type":"biomancy:despoil","conditions":[{"condition":"minecraft:entity_properties","entity":"this","predicate":{"flags":{"is_baby":false}}},{"condition":"minecraft:killed_by_player"}],"weights":{"biomancy_mob_claw":150,"biomancy_mob_fang":140,"biomancy_mob_gland":40,"biomancy_mob_marrow":45,"biomancy_mob_sinew":70,"biomancy_toxin_gland":75,"biomancy_volatile_gland":50,"biomancy_withered_mob_marrow":65}}
Expected behavior It would make life much easier for those who wish to support this mod to split each parameter to its own line like Mojang's data files, thanks.
Additional context