Update CreateExplorerMap #13446
YellowStoneTorch
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
Currently, I'm trying to create biome-specific village explorer maps for villager trade rebalancing in my plugin. The village's StructureType is "JIGSAW," which is shared with other village types and other structures. This makes it impossible to, for example, create a savanna village explorer map that actually leads to a savanna village.
Describe the solution you'd like.
Update the method createExplorerMap() to also accept a Structure along with a StructureType. The locateNearestStructure() method can already accept a Structure to look for, and the createExplorerMap() method can be copied to use the StructureSearchResult from this method.
Describe alternatives you've considered.
Creating an explorer map isn't possible in Paper without using this method unless NMS is used. While the structure location can be placed on the map, the biome preview can't.
Other
No response
All reactions