You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The way of interaction and damaging with tiles is limited. There might be potential problems with the separated handlers on separated tiles with separated tools and/or items. They are standardized, on tile breaking, interacting (also handled with breaking) and with entities. Interaction should only be "interaction" (without direct damaging or breaking). Damaging and breaking should be handled as similar as the way of as entities. The interacting keys are also different from entities to tiles.
For example, doors can only be "interacted" only when the hand is empty.
Describe the solution you'd like
Hurt method in tiles should be handled with damage and item. Interact method in tiles should not be expected to direct damage or destroy the tiles. The keys of interact and damage/attack should be completely separated.
The text was updated successfully, but these errors were encountered:
BenCheung0422
changed the title
Improving the activation of interaction and breaking of tiles
Improving the activation of interaction and damaging of tiles
Feb 5, 2023
Is your feature request related to a problem? Please describe.
The way of interaction and damaging with tiles is limited. There might be potential problems with the separated handlers on separated tiles with separated tools and/or items. They are standardized, on tile breaking, interacting (also handled with breaking) and with entities. Interaction should only be "interaction" (without direct damaging or breaking). Damaging and breaking should be handled as similar as the way of as entities. The interacting keys are also different from entities to tiles.
For example, doors can only be "interacted" only when the hand is empty.
Describe the solution you'd like
Hurt method in tiles should be handled with damage and item. Interact method in tiles should not be expected to direct damage or destroy the tiles. The keys of interact and damage/attack should be completely separated.
The text was updated successfully, but these errors were encountered: