-
-
Notifications
You must be signed in to change notification settings - Fork 151
Range of the crafting menu isn't limited #1492
Copy link
Copy link
Open
Labels
Bug: UnconfirmedBugs that need to be confirmed by a another contributor.Bugs that need to be confirmed by a another contributor.CraftingTasks specific to the crafting system.Tasks specific to the crafting system.Difficulty: Good first issue 🍰Easy tasksEasy tasks
Metadata
Metadata
Assignees
Labels
Bug: UnconfirmedBugs that need to be confirmed by a another contributor.Bugs that need to be confirmed by a another contributor.CraftingTasks specific to the crafting system.Tasks specific to the crafting system.Difficulty: Good first issue 🍰Easy tasksEasy tasks
Summary
You can cast crafting menu from any range, despite not being able to craft.
Steps to Reproduce
Click on a metal sheet from afar
Expected Behavior
The range should be the same as the crafting range
Possible Solution
Fix OpenCraftingMenuInteraciton CanInteract(). Check CraftingInteraction or PickupInteraction for reference