Added vibration_damper
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$id": "blockception.minecraft.behavior.entities.minecraft.movement_sound_distance_offset",
|
||||||
|
"type": "object",
|
||||||
|
"title": "Movement Sound Distance Offset",
|
||||||
|
"description": "Sets the offset used to determine the next step distance for playing a movement sound.",
|
||||||
|
"required": ["value"],
|
||||||
|
"properties": {
|
||||||
|
"value": {
|
||||||
|
"type": "integer",
|
||||||
|
"default": 1.0,
|
||||||
|
"description": "The higher the number, the less often the movement sound will be played.",
|
||||||
|
"title": "Value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"examples": [{ "value": 1.0 }, { "value": 0.5 }, { "value": 1.5 }]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$id": "blockception.minecraft.behavior.entities.minecraft.vibration_damper",
|
||||||
|
"type": "object",
|
||||||
|
"title": "Vibration Damper",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"required": [],
|
||||||
|
"properties": {},
|
||||||
|
"description": "Vibrations emitted by this entity will be ignored."
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user