Updated
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user