[1.20.1] [1.19.2] `genData` Command `withDefaults` Not Propegating Data Into Anything But `items`
SomewhatDamaged opened this issue ยท 0 comments
Describe the bug
When building a datapack with genData
, the withDefaults
doesn't copy any data into any JSON files except items
(the structure of the JSON is fine, just no data in it).
Expected behavior
The withDefaults
option should export all data for each item type.
Ex:
generated_pack\data\minecraft\pmmo\blocks\coal_ore.json
should have the following data in it:
https://github.com/Caltinor/Project-MMO-2.0/blob/main/src/main/resources/data/minecraft/pmmo/blocks/coal_ore.json
To Reproduce
Steps to reproduce the behavior:
- New game
- Run
genData
sequence using thewithDefaults
option - Check (for example)
generated_pack\data\minecraft\pmmo\blocks\coal_ore.json
- See error
Additional context
Seems to affect both the pre-1.19.4 build and post-1.19.4 build (though I haven't checked every single one).