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:
StealthyX
2023-02-21 13:31:09 -05:00
committed by GitHub
parent 50c874b5ff
commit b68bcf68e6

View File

@@ -525,6 +525,12 @@
"default": 0,
"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": {
"title": "Second Spawn Chance",
"type": "number",