BrassAmber BattleTowers

BrassAmber BattleTowers

9M Downloads

Spawner Markers in tower - Mod conflict doespotatotick whitelist required

ocschoz opened this issue ยท 3 comments

commented

I've been getting Spawner Marker inside of the towers instead of the Spawners.

Image

I'm playing on Minecraft Version 1.20.1 / Forge 47.3.12

The mod version is ba_bt-1.20.1-3.0.0-beta2

This is my modlist: https://docs.google.com/spreadsheets/d/1cXw12aHyVhzslqd-4nPu_23HEVSdLwh6ThW-fAnFiNc/edit?usp=sharing

You can check my logs:
debug.log
debug-1.log.gz
latest.log
2025-05-10-1.log.gz

Every time i load into a new world and encounter 1 tower, it always has this problem.

commented

Hi,

Found this issue recently on our discord (reported by someone else) to be caused by the doespotatotick mod

Adding the BTMonolith and BTObelisk entities to the whitelist should resolve the issue.
That would be the following entities:

  • ba_bt:land_monolith
    
  • ba_bt:ocean_monolith
    
  • ba_bt:core_monolith
    
  • ba_bt:nether_monolith
    
  • ba_bt:end_monolith
    
  • ba_bt:sky_monolith
    
  • ba_bt:land_obelisk
    
  • ba_bt:ocean_obelisk
    
  • ba_bt:core_obelisk
    
  • ba_bt:nether_obelisk
    
  • ba_bt:end_obelisk
    
  • ba_bt:sky_obelisk
    
commented

omg thank you so much, it actually worked!

commented

Re-opening so I can point people to this solution if they have the same problem.