Fix the bluemap markers #272
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bluemap uses https://github.com/SpongePowered/Configurate to parse hocon, which in turn does not support include statements.
The "most correct" way to fix this would be to pester downstream for include statement support, but the easiest way to get around it is to insert the hocon directly into the generated configuration.
Okay, it works now. Disgusting, but it works