
Custom Pathfinder's Quill Locations don't parse underscores
RonnymonnyTheProgrammer opened this issue ยท 1 comments
When adding a custom pathfinder's quill location via the config, underscores in the biome id are not parsed properly. Presumably, the same issue applies to namespace id. I suspect this is a simple issue where the parser assumes the id only contains [a-z:]
.
Update:
It turns out that the syntax is consistent with other config options: You must provide each option within quotes, separated by commas. For instance,
Customs = ["minecraft:warm_ocean,2,8,14,27A6B2", "minecraft:deep_dark,5,48,64,18395A"]
Hopefully, this helps anyone experiencing problems with this.