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

@@ -101,7 +101,7 @@
"properties": {
"material": {
"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.",
"title": "Material"
},