Skip to content

Commit

Permalink
Update interact.vibration
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Dec 5, 2024
1 parent 0b5f091 commit 327163a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/behavior/entities/format/components/interact.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@
"vibration": {
"title": "Vibration",
"type": "string",
"description": "Vibration to emit when the interaction occurs. Admitted values are entity_interact (used by default), shear, and none (no vibration emitted)."
"default": "entity_interact",
"description": "Vibration to emit when the interaction occurs. Admitted values are none (no vibration emitted), shear, entity_die, entity_act, entity_interact.",
"enum": ["none", "shear", "entity_die", "entity_act", "entity_interact"]
},
"give_item": {
"title": "Give Item",
Expand Down

0 comments on commit 327163a

Please sign in to comment.