Some brushes may not work with custom biomes, returning an error
OneLiteFeather opened this issue ยท 2 comments
Server Implementation
Paper
Server Version
1.19.3
Describe the bug
Some brushes support custom biomes to be brushed, others don't. I am not 100% sure if only one brush doesn't work with custom biomes. I can't do //br layer 5 $volans:blue without an error code (see screenshot)
To Reproduce
- Have a custom biome registered on the server (for example Plugin Terra)
- Take a tool for example a shovel in creative and have fawe / op permission
- Use //br sphere $yourPlugin:yourbiome
- Make //br layer 5 $yourPlugin:yourbiome
- Compare chat messages / log
Expected behaviour
You should be able to use the brush with our biomes because it works on /br sphere $volans:blue greatly for example.
Screenshots / Videos
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/9e3408c835654f3588226bc7672f2354
Fawe Version
FastAsyncWorldEdit-381
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
The example biome given was from Volans, which can create custom biomes in game without ressource pack, registering custom biomes while you are on the server, but it should also work with Plugins like Terra. The debugpaste done was in a later version but we also tested it with the latest version later on with no difference.
I think it might specifically be the layer brush. It's the only command in FAWE that accepts/requires a "pattern list" argument.