Closing up issues I'd opened before (#286)

* - Add particles opaque

* - Add 16 stack size example
This commit is contained in:
Xterionix
2024-05-16 13:44:20 +05:00
committed by GitHub
parent fa95cef4e2
commit 588da5e77c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"title": "Max Stack Size", "title": "Max Stack Size",
"description": "The max stack size component determines how many of the item can be stacked together.", "description": "The max stack size component determines how many of the item can be stacked together.",
"default": 64, "default": 64,
"examples": [1, { "value": 1 }], "examples": [1, { "value": 1 }, 16, { "value": 16 }],
"oneOf": [ "oneOf": [
{ {
"type": "number", "type": "number",

View File

@@ -101,7 +101,7 @@
"properties": { "properties": {
"material": { "material": {
"type": "string", "type": "string",
"examples": ["particles_alpha", "particles_blend", "particles_add"], "examples": ["particles_alpha", "particles_blend", "particles_add", "particles_opaque"],
"description": " Minecraft material to use for emitter.", "description": " Minecraft material to use for emitter.",
"title": "Material" "title": "Material"
}, },