Removed unscores from titles
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.find_mount",
|
||||
"type": "object",
|
||||
"title": "Behavior.find_mount 1.8.0",
|
||||
"title": "Find mount 1.8.0",
|
||||
"description": "Allows the mob to look around for another mob to ride atop it.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.13.0.minecraft.behavior.go_home",
|
||||
"type": "object",
|
||||
"title": "Behavior.go_home 1.13.0",
|
||||
"title": "Go home 1.13.0",
|
||||
"description": "Allows the mob to move back to the position they were spawned.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.13.0.minecraft.behavior.stomp_turtle_egg",
|
||||
"description": "Allows this mob to stomp turtle eggs",
|
||||
"type": "object",
|
||||
"title": "Behavior.stomp_turtle_egg 1.13.0",
|
||||
"title": "Stomp turtle egg 1.13.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.13.0.minecraft.behavior.tempt",
|
||||
"description": "Allows the mob to be tempted by food they like.",
|
||||
"type": "object",
|
||||
"title": "Behavior.tempt 1.13.0",
|
||||
"title": "Tempt 1.13.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user