Gaia Loot Bug with RFTools and Botania
IcewaveGaming opened this issue ยท 2 comments
Version Information
Forge version: 36.2.2
Botania version: 1.16.5-419
Further Information
Link to crash log: None
Steps to reproduce:
- Place an RFTools Builder in the Gaia Arena and make it mine part of the chunk it's in
- Log off and wait for another person to activate the fight
- 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.
This lets a player start a fight without being in the arena by combining this with block reach from cyclic.
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.