Added missing "first_spawn_chance" information. (#160)
Added missing "first_spawn_chance" information to the projectile behavior inside of "minecraft:projectile" key inside of "on_hit" key inside of "spawn_chance" key.
This commit is contained in:
@@ -525,6 +525,12 @@
|
|||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "The chance that a spawn occurs when a projectile hits the entity."
|
"description": "The chance that a spawn occurs when a projectile hits the entity."
|
||||||
},
|
},
|
||||||
|
"first_spawn_chance": {
|
||||||
|
"title": "First Spawn Chance",
|
||||||
|
"type": "number",
|
||||||
|
"default": 8,
|
||||||
|
"description": "The chance that a first spawn occurs when a projectile hits the entity."
|
||||||
|
},
|
||||||
"second_spawn_chance": {
|
"second_spawn_chance": {
|
||||||
"title": "Second Spawn Chance",
|
"title": "Second Spawn Chance",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
Reference in New Issue
Block a user