Merge pull request #56 from Blockception/feature/minecraftbehaviorplay_dead

Updated behavior.play_dead
This commit is contained in:
Daan Verstraten
2022-07-13 21:43:17 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
"duration": {
"title": "Duration",
"type": "number",
"default": 1000000,
"default": 1.0,
"description": "The amount of time the mob will remain playing dead (in seconds)."
},
"filters": {
@@ -35,7 +35,7 @@
"random_start_chance": {
"title": "Random Start Chance",
"type": "number",
"default": 1000000,
"default": 1.0,
"description": "The likelihood of this goal starting upon taking damage."
},
"random_damage_range": {