Removed unscores from titles
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"additionalProperties": false,
|
||||
"description": "Allows the actor to break doors assuming that that flags set up for the component to use in navigation",
|
||||
"type": "object",
|
||||
"title": "Annotation.break_door 1.8.0",
|
||||
"title": "Annotation.break door 1.8.0",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"break_time": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"additionalProperties": false,
|
||||
"description": "Sets that this entity can float in liquid blocks.",
|
||||
"type": "object",
|
||||
"title": "Annotation.floats_in_liquid 1.8.0",
|
||||
"title": "Annotation.floats in liquid 1.8.0",
|
||||
"required": [],
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"additionalProperties": false,
|
||||
"description": "Allows the actor to open doors assuming that that flags set up for the component to use in navigation",
|
||||
"type": "object",
|
||||
"title": "Annotation.open_door 1.8.0",
|
||||
"title": "Annotation.open door 1.8.0",
|
||||
"required": [],
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.break_blocks",
|
||||
"type": "object",
|
||||
"title": "Behavior.break_blocks 1.8.0",
|
||||
"title": "Break blocks 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Specifies the blocks that this entity can break as it moves around.",
|
||||
"required": [],
|
||||
|
||||
Reference in New Issue
Block a user