Stripped format versions

This commit is contained in:
DaanV2
2021-10-08 13:04:13 +02:00
parent 354704f8b9
commit 7fdcb6591e
334 changed files with 674 additions and 670 deletions

View File

@@ -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": {