diff --git a/source/behavior/spawn_rules/components/brightness_filter.json b/source/behavior/spawn_rules/components/brightness_filter.json index 33197307..fc811b0a 100644 --- a/source/behavior/spawn_rules/components/brightness_filter.json +++ b/source/behavior/spawn_rules/components/brightness_filter.json @@ -9,7 +9,9 @@ "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn.", "title": "Min", - "minimum": 0 + "minimum": 0, + "maximum": 15, + "default": 0 }, "max": { "type": "integer",