diff --git a/source/behavior/spawn_rules/components/brightness_filter.json b/source/behavior/spawn_rules/components/brightness_filter.json index 14a8e3cf..33197307 100644 --- a/source/behavior/spawn_rules/components/brightness_filter.json +++ b/source/behavior/spawn_rules/components/brightness_filter.json @@ -16,6 +16,8 @@ "description": "This is the maximum light level value that allows the mob to spawn.", "title": "Max", "maximum": 15 + "minimum": 0, + "default": 15 }, "adjust_for_weather": { "type": "boolean",