We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description if you change either the entity_interaction_range or the block_interaction_range the fake player still has the default range
entity_interaction_range
block_interaction_range
Possably related bug reports: #1963 #1882 I also found this pull request #1883
Steps to reproduce
/rotate [FAKEPLAYERNAME] facing entity @s
/attribute [FAKEPLAYERNAME] minecraft:entity_interaction_range base set 200
/player [FAKEPLAYERNAME] attack once
Expected: The player attacks you What really happends: The player does not attack you
For the block_interaction_range
/attribute [FAKEPLAYERNAME] minecraft:block_interaction_range base set 200
/give [FAKEPLAYERNAME] stone 200
/player [FAKEPLAYERNAME] use once
Expected: The player places a block What really happends: The player does not place a block
Game Info Fabric Version: 0.16.9 Minecraft Versions: 1.21.3,1.21.4 Carpet Versions: 1.4.158+v241022, 1.4.161+v241203
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
if you change either the
entity_interaction_range
or theblock_interaction_range
the fake player still has the default rangePossably related bug reports:
#1963
#1882
I also found this pull request
#1883
Steps to reproduce
/rotate [FAKEPLAYERNAME] facing entity @s
/attribute [FAKEPLAYERNAME] minecraft:entity_interaction_range base set 200
/player [FAKEPLAYERNAME] attack once
Expected: The player attacks you
What really happends: The player does not attack you
For the
block_interaction_range
/attribute [FAKEPLAYERNAME] minecraft:block_interaction_range base set 200
/give [FAKEPLAYERNAME] stone 200
)/player [FAKEPLAYERNAME] use once
Expected: The player places a block
What really happends: The player does not place a block
Game Info
Fabric Version: 0.16.9
Minecraft Versions: 1.21.3,1.21.4
Carpet Versions: 1.4.158+v241022, 1.4.161+v241203
The text was updated successfully, but these errors were encountered: