From f95ee61ad58c238150b37f01cd8d71f95f336332 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:36:15 +0500 Subject: [PATCH] - Spawn category (#225) --- source/behavior/entities/format/minecraft.entity.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/behavior/entities/format/minecraft.entity.json b/source/behavior/entities/format/minecraft.entity.json index 7be4350c..2858d19f 100644 --- a/source/behavior/entities/format/minecraft.entity.json +++ b/source/behavior/entities/format/minecraft.entity.json @@ -185,6 +185,12 @@ } } } + }, + "spawn_category": { + "type": "string", + "enum": ["monster", "creature", "ambient", "axoltols", "underground_water_creature", "water_creature", "water_ambient", "misc"], + "description": "At the moment, not fully implemented and does nothing. Recommended to leave it empty or set it to misc", + "default": "misc" } } },