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
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.
Suggestions
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:
Original: MinicraftPlus/minicraft-plus-revived#435
Background
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.
Suggestions
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: