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
How about a data driven generic marker for blocks like how POI?
If the block discovering has heavy performance impact. How about data driven block entity marker since there is index?
When working on https://github.com/SettingDust/SurveyorAtlases.
I noticed the Moonlight has the block marker that can mark the block by right-clicking the block with the map.
For structures, I can get the marker type from the structure https://github.com/SettingDust/SurveyorAtlases/blob/main/src/main/kotlin/settingdust/surveyor_atlases/SurveyorStructureDecoration.kt#L36
But for blocks. I have to mapping them manually https://github.com/SettingDust/SurveyorAtlases/blob/main/src/main/kotlin/settingdust/surveyor_atlases/SurveyorLandmarkDecoration.kt#L129-L186
How about a data driven generic marker for blocks like how POI?
If the block discovering has heavy performance impact. How about data driven block entity marker since there is index?
https://modrinth.com/mod/block-swap is able to replace the blocks. So I think block discoverer is possible as well.
The text was updated successfully, but these errors were encountered: