This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_motion_dynamic",
"description": "This component specifies the dynamic properties of the particle, from a simulation standpoint what forces act upon the particle? These dynamics alter the velocity of the particle, which is a combination of the direction of the particle and the speed. Particle direction will always be in the direction of the velocity of the particle.",
"type": "object",
"title": "The particle motion dynamic component for 1.10.0",
"title": "Particle Motion Dynamic Component For 1.10.0",
"additionalProperties": false,
"properties": {
"linear_acceleration": {
@@ -11,9 +11,7 @@
"default": [0, 0, 0],
"minItems": 3,
"maxItems": 3,
"items": {
"$ref": "../../../../molang/1.8.0/number.json"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json" },
"description": "The linear acceleration applied to the particle. Units are blocks/sec/sec",
"title": "Linear Acceleration"
},
@@ -29,11 +27,6 @@
"title": "Rotation Acceleration",
"default": 0
},
"rotation_drag_coefficient": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "Drag applied to rotation",
"title": "Rotation Drag Coefficient",
"default": 0
}
"rotation_drag_coefficient": { "$ref": "../../../../molang/1.8.0/number.json", "description": "Drag applied to rotation", "title": "Rotation Drag Coefficient", "default": 0 }
}
}