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
Signs do not appear to be appearing on my rendered world map after running genpoi after the upgrade to Minecraft 1.18. They were working previously. Player locations and player spawn points are being shown.
Running: /opt/minecraft/server/../tools/overviewer/overviewer.py --config=/opt/minecraft/server/../tools/overviewer/config.py --genpoi
2021-12-04 06:36:08 Searching renders: ['north-topleft', 'north-bottomright', 'nighttime']
2021-12-04 06:36:08 Will search 1 region sets using 9 filters
2021-12-04 06:36:08 Calling handleEntities for <RegionSet regiondir='/tmp/minecraft-world-copy-for-render/region'> with 9 filters
2021-12-04 06:36:08 Looking for entities in <RegionSet regiondir='/tmp/minecraft-world-copy-for-render/region'>...
2021-12-04 06:36:08 Buckets has 16884 entries.
2021-12-04 06:36:08 Buckets has 16919 entries.
2021-12-04 06:37:47 All the threads completed.
2021-12-04 06:37:47 Done.
2021-12-04 06:37:47 Loaded UUID cache from '/var/www/vhosts/tootpolice/minecraft/all-maps/in-progress/uuidcache.dat' with 6 entries.
2021-12-04 06:37:50 Done handling POIs
2021-12-04 06:37:50 Writing out javascript files
2021-12-04 06:37:50 Wrote UUID cache with 6 entries.
2021-12-04 06:37:50 Done
this is my signFilter in config.py...
def signFilter(poi):
if poi['id'] == 'Sign' or poi['id'] == 'minecraft:sign':
if poi['Text1'] or poi['Text2'] or poi['Text3'] or poi['Text4']:
return "<br>\n".join([escape(poi['Text1']), escape(poi['Text2']), escape(poi['Text3']), escape(poi['Text4'])])
my latest generated markersDB.json contains just this with regards to sign stuff...
It appears for me that any non-Player entity in chunks upgraded to 1.18 are not being detected by GenPOI at all. That is Just ran the latest git head on my world and entities (beacons and end_gateways) in my spawn chunks are no longer detected by GenPOI.
Signs do not appear to be appearing on my rendered world map after running genpoi after the upgrade to Minecraft 1.18. They were working previously. Player locations and player spawn points are being shown.
this is my signFilter in config.py...
my latest generated markersDB.json contains just this with regards to sign stuff...
The text was updated successfully, but these errors were encountered: