The Twilight Forest

The Twilight Forest

140M Downloads

Giant tools increase placing/interacting range

Toastr125 opened this issue ยท 1 comments

commented

Forge Version

43.1.25

Twilight Forest Version

4.2.1421

Client Log

No response

Crash Report (if applicable)

No response

Steps to Reproduce

  1. Put a Giant's Pickaxe or Giant's Sword in your main hand
    2.1 Attempt to interact with a block that has a GUI (such as a crafting table) that is out of normal reach but in reach with the giant tool's boost
    2.2 Alternatively, put a block in your offhand and try to place it somewhere out of normal reach but in giant reach

What You Expected

In case 1, the block GUI would not open
In case 2, the block would not place

What Happened Instead

In case 1, the GUI opens
In case 2, the block places

Additional Details

This is more an issue with how Forge applies changes to reach than it is an issue with Twilight Forest

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this issue is unique and has not been reported already.
commented

in response to the discussion in the discord channel, i think (but don't know since i'm no programmer) what's going on is that there's only one "reach" attribute for the player that applies to both hands, and having the giant tools in the main hand just increments that variable. i think it's a deal of the item saying "when in x slot, increment attribute by number", much like how you can make an item that gives the player more armor when held or less max health when equipped in an armor slot