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
Use Count: sets how many remaining uses the compass has, decreases everytime the compass finds a structure. If not present defaults to -1 and the compass has infinite uses.
Structure List: list of strucutres the compass can find, GUI should show only available structures. If not present defaults to [] and the compass can find any structure allowed by the config.
Reason
These changes will help modpack developers to tweak and balance compasses. As well as introducing a new and powerful tool for quests, and further encouraging explorations aspects.
Example Use Cases
Modpack developers can remove the default crafting recipe and add compasses to chest loot. With compasses found on different structures pointing to other defined structures. Thus introducing a sense of progression to exploration.
Modpack developers can remove de default crafting recipe and add recipes to different compasses capable of finding specific structures.
Notes
Given the use of default values, existing compasses behaviour will remain unchanged. Ensuring backward compatibility.
The text was updated successfully, but these errors were encountered:
diefesson
changed the title
[Suggestion] Add Use Count and Structure List NBT properties
[Feature Request] Add Use Count and Structure List NBT properties
Dec 6, 2024
Requested Feature
Add two new NBT properties to Explorer's Compass:
-1
and the compass has infinite uses.[]
and the compass can find any structure allowed by the config.Reason
These changes will help modpack developers to tweak and balance compasses. As well as introducing a new and powerful tool for quests, and further encouraging explorations aspects.
Example Use Cases
Modpack developers can remove the default crafting recipe and add compasses to chest loot. With compasses found on different structures pointing to other defined structures. Thus introducing a sense of progression to exploration.
Modpack developers can remove de default crafting recipe and add recipes to different compasses capable of finding specific structures.
Notes
Given the use of default values, existing compasses behaviour will remain unchanged. Ensuring backward compatibility.
The text was updated successfully, but these errors were encountered: