This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.lay_down",
"description": "Allows mobs to lay down at times.",
"type": "object",
"title": "Lay down 1.8.0",
"title": "Lay Down 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
@@ -12,13 +12,13 @@
"type": "integer",
"default": 120,
"description": "A random value to determine at what intervals something can occur. This has a 1/interval chance to choose this goal",
"title": "TODO title"
"title": "TODO Title"
},
"random_stop_interval": {
"type": "integer",
"default": 120,
"description": "A random value in which the goal can use to pull out of the behavior. This is a 1/interval chance to play the sound",
"title": "TODO title"
"title": "TODO Title"
}
}
}