`/pmmo genData withDefaults` Doesn't Populate Tags
SomewhatDamaged opened this issue ยท 1 comments
Describe the bug
When generating a datapack and using withDefaults
, the data/pmmo/tags/
values are not populated.
Expected behavior
withDefaults
should generate the current tags in use.
To Reproduce
Steps to reproduce the behavior:
- Generate a pack with
withDefaults
- Look in the tags
- Panic because you think your code didn't work
- Examine the file that generates tag files
- Cry because all it does is make the files
Versions:
- Minecraft: 1.20.1 and 1.21.1
- Loader: All of them
- PMMO: Latest
Additional context
TIny.Kitty.Cat.Interview.Over.mp4
After reviewing this, I don't really have a good way to implement defaults in tags. In general, tags are meant to be additive in nature. so a blank tag generated by the command is meant to give you the option of simply adding a new value, start from scratch by setting replace to true, or use the "remove":[]
property to subtract from previous tags. As a whole adding the existing values is contrary to the core design of tags that Mojang has given us and i'd like to keep my designs in line with that intent.