[Datapack] Dimension JSON Not Working With `isTagFor`
SomewhatDamaged opened this issue ยท 3 comments
Describe the bug
Trying to set values for all dimensions with isTagFor
isn't applying them.
Expected behavior
Setting "isTagFor": ["minecraft:overworld", "minecraft:the_end", "minecraft:the_nether"]
in a JSON file should make it apply the file settings to all three dimensions.
To Reproduce
Steps to reproduce the behavior:
- Use the following:
remove_dimension_skill_bonuses.zip - Start game
- There is no 3
- See error
Versions:
- Minecraft: 1.20.1
- Loader: Forge-47.1.3
- PMMO: 1.20.1-1.2.19
Additional context
c23ta2u.mp4
I removed the references to isTagFor
regarding dimensions from the wiki. It was not implemented as a feature because dimensions aren't stored in a registry. therefore there is no lookup which the data loader can use to identify dimensions and copy the settings to.
I couldn't see it in the commit, but did you tell the genData
command to not create an isTagFor
in those files?