Stripped format versions
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.trail",
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.trail",
|
||||
"description": "Defines the entity's trail to carry items.",
|
||||
"type": "object",
|
||||
"title": "Trail 1.16.0",
|
||||
"title": "Trail",
|
||||
"additionalProperties": false,
|
||||
|
||||
"properties": {
|
||||
"block_type": {
|
||||
"type": "string",
|
||||
"default": "air",
|
||||
"description": "The type of block you wish to be spawned by the entity as it move about the world. Solid blocks may not be spawned at an offset of (0,0,0).",
|
||||
"description": "The type of block you wish to be spawned by the entity as it move about the world. Solid blocks may not be spawned at an offset of ().",
|
||||
"title": "Block Type"
|
||||
},
|
||||
"spawn_filter": {
|
||||
|
||||
Reference in New Issue
Block a user