Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 2, 2025
1 parent 378ff7d commit 968d0c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/behavior/entities/format/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
11 changes: 5 additions & 6 deletions source/behavior/entities/format/components/projectile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -488,7 +488,7 @@
"type": "object",
"description": "Removes the projectile.",
"additionalProperties": true,
"properties": { }
"properties": {}
},
"spawn_aoe_cloud": {
"title": "Spawn AOE Cloud",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 968d0c7

Please sign in to comment.