formatted

This commit is contained in:
DaanV2
2025-02-02 22:28:09 +01:00
parent 378ff7d28c
commit 968d0c70d2
2 changed files with 6 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"type": "object", "type": "object",
"title": "Components", "title": "Components",
"description": "A collection of components.", "description": "A collection of components.",
"required": [ ], "required": [],
"properties": { "properties": {
"minecraft:absorption": { "$ref": "./components/attribute.json" }, "minecraft:absorption": { "$ref": "./components/attribute.json" },
"minecraft:addrider": { "$ref": "./components/addrider.json" }, "minecraft:addrider": { "$ref": "./components/addrider.json" },

View File

@@ -128,7 +128,7 @@
}, },
"offset": { "offset": {
"type": "array", "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.", "description": "The offset from the entity's anchor where the projectile will spawn.",
"title": "Offset", "title": "Offset",
"$ref": "../../../../general/vectors/number3.json" "$ref": "../../../../general/vectors/number3.json"
@@ -220,7 +220,7 @@
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"shape": { "shape": {
"enum": [ "sphere", "cube" ], "enum": ["sphere", "cube"],
"default": "sphere", "default": "sphere",
"description": "The shape of the area that is frozen.", "description": "The shape of the area that is frozen.",
"title": "Shape" "title": "Shape"
@@ -488,7 +488,7 @@
"type": "object", "type": "object",
"description": "Removes the projectile.", "description": "Removes the projectile.",
"additionalProperties": true, "additionalProperties": true,
"properties": { } "properties": {}
}, },
"spawn_aoe_cloud": { "spawn_aoe_cloud": {
"title": "Spawn AOE Cloud", "title": "Spawn AOE Cloud",
@@ -599,7 +599,6 @@
"stick_in_ground": { "stick_in_ground": {
"title": "Stick In Ground", "title": "Stick In Ground",
"type": "object", "type": "object",
"description": "Decides if the object sticks in ground and contains shake_time integer parameter to determine how long it will shake." "description": "Decides if the object sticks in ground and contains shake_time integer parameter to determine how long it will shake."
}, },
"teleport_owner": { "teleport_owner": {
@@ -717,9 +716,9 @@
"lightning": false, "lightning": false,
"liquid_inertia": 0.6, "liquid_inertia": 0.6,
"multiple_targets": true, "multiple_targets": true,
"offset": [ ], "offset": [],
"on_fire_time": 5, "on_fire_time": 5,
"on_hit": { }, "on_hit": {},
"particle": "iconcrack", "particle": "iconcrack",
"potion_effect": -1, "potion_effect": -1,
"power": 1.3, "power": 1.3,