Closing up issues I'd opened before (#286)
* - Add particles opaque * - Add 16 stack size example
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user