Brittank88 / Unnamed-0

A repository for tracking issues / suggestions related to Unnamed 0, a GD Community modpack and server.
0 stars 0 forks source link

Disable FTB Chunks Waypoints #28

Open Brittank88 opened 3 years ago

Brittank88 commented 3 years ago

Advanced Compass adds better waypoint functionality - need to see if there's a way to prevent waypoints from being set by players using FTB Chunks.

Brittank88 commented 3 years ago

This isn't really possible until FTBTeam/FTB-Chunks#141 is implemented.

Brittank88 commented 3 years ago

No longer required - Advanced Compass is removed.

Brittank88 commented 3 years ago

Reopening - considering if AC can be re-introduced, given that the AC crash may be resolved.

Brittank88 commented 3 years ago

Current (untested) tempfix involves blacklisting PVJ mobs from being rendered by the compass:

    "entity.projectvibrantjourneys.clam": false,
    "entity.projectvibrantjourneys.firefly": false,
    "entity.projectvibrantjourneys.fly": false,
    "entity.projectvibrantjourneys.frog": false,
    "entity.projectvibrantjourneys.night_bat": false,
    "entity.projectvibrantjourneys.ocean_starfish": false,
    "entity.projectvibrantjourneys.slug": false,
    "entity.projectvibrantjourneys.small_spider": false,
    "entity.projectvibrantjourneys.snail": false,
    "entity.projectvibrantjourneys.starfish": false