Create Fabric

Create Fabric

7M Downloads

Reachdistance is overrided agressively

aria1th opened this issue ยท 1 comments

commented

Describe the Bug

Create aggressively overrides reach distance behavior, limiting it to 8 regardless of whatever it was.
https://github.com/RubixDev/Rug
Reach distances can be over 8 and more, and it client can have extended RayCast results to place blocks / modify / break blocks.
Create disables all those features by registering events everywhere.

Reproduction Steps

  1. https://github.com/RubixDev/Rug and fabric-carpet- set Reachdistance to 32 or more.
  2. check reach distance with or without create and compare.

Expected Result

Reach distance should not be overrided by default.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.4.0d

Minecraft Version

1.18.1

Other Mods

No response

Additional Context

No response

commented

Create uses Reach Entity Attributes to extend reach with the extendo grip, which is incompatible with Rug's reach, Will not be fixed on our side.
image