From 943584e62f1587a965216de454b9cc9d4843e62b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 6 Jan 2024 22:43:51 +0100 Subject: [PATCH] Fixing projectile -> particle --- source/behavior/entities/format/components/projectile.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index c34ffb21..50b06325 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -490,8 +490,7 @@ }, "particle": { "title": "Particle", - "type": "integer", - "default": 0, + "type": "string", "description": "The particle emitter." }, "potion": {