Botania

Botania

133M Downloads

Gaia Loot Bug with RFTools and Botania

IcewaveGaming opened this issue ยท 2 comments

commented

Version Information

Forge version: 36.2.2
Botania version: 1.16.5-419

Further Information

Link to crash log: None
Steps to reproduce:

  1. Place an RFTools Builder in the Gaia Arena and make it mine part of the chunk it's in
  2. Log off and wait for another person to activate the fight
  3. Get extra loot for the builder

What I expected to happen:
The builder doesn't get counted as a legitimate player.

What happened instead:
The guardian drops extra loot for the person who placed the builder.

commented

This lets a player start a fight without being in the arena by combining this with block reach from cyclic.

commented

The fake player detection by checking for the Forge-specific FakePlayer class was lost in the move to also support Fabric, presumably because it didn't have a similar option in its API yet. It does now, so it shouldn't be too difficult to bring back that check for either loader platform.