From b68bcf68e6045619e4aa505466476d3a5cc1d0cc Mon Sep 17 00:00:00 2001 From: StealthyX Date: Tue, 21 Feb 2023 13:31:09 -0500 Subject: [PATCH] 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. --- source/behavior/entities/format/components/projectile.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index f1369865..912fa803 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -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",