terrarium-earth / Cadmus

A land claiming mod that allows users to claim land to protect your home from thieves, bandits and monsters, and admins to claim land with region flags and advanced protection!
MIT License
21 stars 11 forks source link

[Bug]: Non-player entities cannot interact with in-block crops #54

Open axlmly opened 4 months ago

axlmly commented 4 months ago

Bug Description

Non-player entities cannot interact with in-block crops mod:Touhou Little Maid https://github.com/TartaricAcid/TouhouLittleMaid

How to Reproduce?

After placing the maid, let the maid harvest the crops

Expected Behavior

The maid entity can interact with the entity normally

Version

1.0.8

Mod Loader Version

1.20.1 47.2.21

Mod Loader

Forge

Logs or additional context

No response

Code of Conduct

ThatGravyBoat commented 4 months ago

Cadmus along with Argonauts supports fake player entities, when a mod like the one you linked interacts with the world on behalf of a player they should be using a fake player intermediary using the uuid of the player it's interacting on behalf of so it can automatically be supported by every claiming mod including ours.

johalun commented 2 months ago

I have the same issue with rats from Rats mod. Is there a way to whitelist UUID from specific fake players?

Edit: It looks like Rats is actually using the owner's UUID so it should work but doesn't..