diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index 0c6f1fd9..96cadf54 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -4,7 +4,7 @@ "type": "object", "title": "Components", "description": "A collection of components.", - "required": [ ], + "required": [], "properties": { "minecraft:absorption": { "$ref": "./components/attribute.json" }, "minecraft:addrider": { "$ref": "./components/addrider.json" }, diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index 6f0a4ffc..adacfd94 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -128,7 +128,7 @@ }, "offset": { "type": "array", - "default": [ 0, 0.0, 0 ], + "default": [0, 0.0, 0], "description": "The offset from the entity's anchor where the projectile will spawn.", "title": "Offset", "$ref": "../../../../general/vectors/number3.json" @@ -220,7 +220,7 @@ "additionalProperties": false, "properties": { "shape": { - "enum": [ "sphere", "cube" ], + "enum": ["sphere", "cube"], "default": "sphere", "description": "The shape of the area that is frozen.", "title": "Shape" @@ -488,7 +488,7 @@ "type": "object", "description": "Removes the projectile.", "additionalProperties": true, - "properties": { } + "properties": {} }, "spawn_aoe_cloud": { "title": "Spawn AOE Cloud", @@ -599,7 +599,6 @@ "stick_in_ground": { "title": "Stick In Ground", "type": "object", - "description": "Decides if the object sticks in ground and contains shake_time integer parameter to determine how long it will shake." }, "teleport_owner": { @@ -717,9 +716,9 @@ "lightning": false, "liquid_inertia": 0.6, "multiple_targets": true, - "offset": [ ], + "offset": [], "on_fire_time": 5, - "on_hit": { }, + "on_hit": {}, "particle": "iconcrack", "potion_effect": -1, "power": 1.3,