You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
Beta Was this translation helpful? Give feedback.
All reactions