FarmControl icon indicating copy to clipboard operation
FarmControl copied to clipboard

Undo actions on player radius

Open hirata-estate opened this issue 2 years ago • 0 comments

Option to undo actions if a player is within a distance of the entity, would be very nice to make entities feel more 'alive', while still optimizing mobs that are not in the immediate vicinity of the player.

      undo-on:
        default:
          # Should we undo this action when the mob is interacted with?
          interact: true
          # Should we undo this action when a player is within a specified distance?
          # radius: <radius-xz> <radius-y>

hirata-estate avatar Mar 12 '22 13:03 hirata-estate