diff --git a/source/behavior/spawn_rules/components/biome_filter.json b/source/behavior/spawn_rules/components/biome_filter.json index 908fac44..22e1c301 100644 --- a/source/behavior/spawn_rules/components/biome_filter.json +++ b/source/behavior/spawn_rules/components/biome_filter.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.biome_filter", - "title": "Biome Filter 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.biome_filter", + "title": "Biome Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "oneOf": [ diff --git a/source/behavior/spawn_rules/components/brightness_filter.json b/source/behavior/spawn_rules/components/brightness_filter.json index 6ef97778..6a6c76ee 100644 --- a/source/behavior/spawn_rules/components/brightness_filter.json +++ b/source/behavior/spawn_rules/components/brightness_filter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.brightness_filter", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.brightness_filter", "additionalProperties": false, "type": "object", - "title": "Brightness Filter 1.17.0", + "title": "Brightness Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { diff --git a/source/behavior/spawn_rules/components/delay_filter.json b/source/behavior/spawn_rules/components/delay_filter.json index 7f8828ca..792c582c 100644 --- a/source/behavior/spawn_rules/components/delay_filter.json +++ b/source/behavior/spawn_rules/components/delay_filter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.Delay_filter", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.Delay_filter", "additionalProperties": false, "type": "object", - "title": "Delay Filter 1.17.0", + "title": "Delay Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { diff --git a/source/behavior/spawn_rules/components/density_limit.json b/source/behavior/spawn_rules/components/density_limit.json index 2c201556..06cbec4d 100644 --- a/source/behavior/spawn_rules/components/density_limit.json +++ b/source/behavior/spawn_rules/components/density_limit.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.density_limit", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.density_limit", "additionalProperties": false, "type": "object", - "title": "Density Limit 1.17.0", + "title": "Density Limit", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { diff --git a/source/behavior/spawn_rules/components/difficulty_filter.json b/source/behavior/spawn_rules/components/difficulty_filter.json index e7629a5f..21b95832 100644 --- a/source/behavior/spawn_rules/components/difficulty_filter.json +++ b/source/behavior/spawn_rules/components/difficulty_filter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.difficulty_filter", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.difficulty_filter", "additionalProperties": false, "type": "object", - "title": "Difficulty Filter 1.17.0", + "title": "Difficulty Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } }, diff --git a/source/behavior/spawn_rules/components/distance_filter.json b/source/behavior/spawn_rules/components/distance_filter.json index fb6a7d23..431ef932 100644 --- a/source/behavior/spawn_rules/components/distance_filter.json +++ b/source/behavior/spawn_rules/components/distance_filter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.distance_filter", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.distance_filter", "additionalProperties": false, "type": "object", - "title": "Distance Filter 1.17.0", + "title": "Distance Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { diff --git a/source/behavior/spawn_rules/components/height_filter.json b/source/behavior/spawn_rules/components/height_filter.json index cfb9be58..9c732b7f 100644 --- a/source/behavior/spawn_rules/components/height_filter.json +++ b/source/behavior/spawn_rules/components/height_filter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.height_filter", "additionalProperties": false, "type": "object", - "title": "Height Filter 1.17.0", + "title": "Height Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { diff --git a/source/behavior/spawn_rules/components/herd.json b/source/behavior/spawn_rules/components/herd.json index c6cb76de..ee73f0e1 100644 --- a/source/behavior/spawn_rules/components/herd.json +++ b/source/behavior/spawn_rules/components/herd.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter", - "title": "Height Filter 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.height_filter", + "title": "Height Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "definitions": { diff --git a/source/behavior/spawn_rules/components/mob_event_filter.json b/source/behavior/spawn_rules/components/mob_event_filter.json index 75328fb5..eff62bae 100644 --- a/source/behavior/spawn_rules/components/mob_event_filter.json +++ b/source/behavior/spawn_rules/components/mob_event_filter.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.mob_event_filter", - "title": "Mob Event Filter 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.mob_event_filter", + "title": "Mob Event Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/spawn_rules/components/permute_type.json b/source/behavior/spawn_rules/components/permute_type.json index 1da976e1..92c3edc6 100644 --- a/source/behavior/spawn_rules/components/permute_type.json +++ b/source/behavior/spawn_rules/components/permute_type.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.permute_type", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.permute_type", "additionalProperties": false, "type": "array", - "title": "Permute Type 1.17.0", + "title": "Permute Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "items": { diff --git a/source/behavior/spawn_rules/components/player_in_village_filter.json b/source/behavior/spawn_rules/components/player_in_village_filter.json index 2d79d491..48ac8fed 100644 --- a/source/behavior/spawn_rules/components/player_in_village_filter.json +++ b/source/behavior/spawn_rules/components/player_in_village_filter.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.player_in_village_filter", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.player_in_village_filter", "additionalProperties": false, "type": "object", - "title": "Player In Village Filter 1.17.0", + "title": "Player In Village Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { diff --git a/source/behavior/spawn_rules/components/spawn_event.json b/source/behavior/spawn_rules/components/spawn_event.json index 47fc6089..2f6c069c 100644 --- a/source/behavior/spawn_rules/components/spawn_event.json +++ b/source/behavior/spawn_rules/components/spawn_event.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawn_event", - "title": "Spawn Event 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawn_event", + "title": "Spawn Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", diff --git a/source/behavior/spawn_rules/components/spawns_lava.json b/source/behavior/spawn_rules/components/spawns_lava.json index cb8e1adc..76f02eab 100644 --- a/source/behavior/spawn_rules/components/spawns_lava.json +++ b/source/behavior/spawn_rules/components/spawns_lava.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_lava", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_lava", "additionalProperties": false, "type": "object", - "title": "Spawns On Lava 1.17.0", + "title": "Spawns On Lava", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": {} diff --git a/source/behavior/spawn_rules/components/spawns_on_block_filter.json b/source/behavior/spawn_rules/components/spawns_on_block_filter.json index 8d97b9f8..00102ea4 100644 --- a/source/behavior/spawn_rules/components/spawns_on_block_filter.json +++ b/source/behavior/spawn_rules/components/spawns_on_block_filter.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_filter", - "title": "Spawns On Block Filter 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_on_block_filter", + "title": "Spawns On Block Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] diff --git a/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json b/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json index dc3c0459..4b02ade6 100644 --- a/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json +++ b/source/behavior/spawn_rules/components/spawns_on_block_prevented_filter.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_prevented_filter", - "title": "Spawns On Block Prevented Filter 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_on_block_prevented_filter", + "title": "Spawns On Block Prevented Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] diff --git a/source/behavior/spawn_rules/components/spawns_on_surface.json b/source/behavior/spawn_rules/components/spawns_on_surface.json index 106ff97e..73476de5 100644 --- a/source/behavior/spawn_rules/components/spawns_on_surface.json +++ b/source/behavior/spawn_rules/components/spawns_on_surface.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_surface", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_on_surface", "additionalProperties": false, "type": "object", - "title": "Spawns On Surface 1.17.0", + "title": "Spawns On Surface", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": {} diff --git a/source/behavior/spawn_rules/components/spawns_underground.json b/source/behavior/spawn_rules/components/spawns_underground.json index e57f3990..109e9c32 100644 --- a/source/behavior/spawn_rules/components/spawns_underground.json +++ b/source/behavior/spawn_rules/components/spawns_underground.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underground", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_underground", "additionalProperties": false, "type": "object", - "title": "Spawns Underground 1.17.0", + "title": "Spawns Underground", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": {} diff --git a/source/behavior/spawn_rules/components/spawns_underwater.json b/source/behavior/spawn_rules/components/spawns_underwater.json index ecde99a0..ea372fee 100644 --- a/source/behavior/spawn_rules/components/spawns_underwater.json +++ b/source/behavior/spawn_rules/components/spawns_underwater.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underwater", - "title": "Spawns Underwater 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_underwater", + "title": "Spawns Underwater", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "object", diff --git a/source/behavior/spawn_rules/components/weight.json b/source/behavior/spawn_rules/components/weight.json index 8069d45f..2ba5c0a8 100644 --- a/source/behavior/spawn_rules/components/weight.json +++ b/source/behavior/spawn_rules/components/weight.json @@ -1,8 +1,8 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.weight", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.weight", "additionalProperties": false, "type": "object", - "title": "Weight 1.17.0", + "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } } diff --git a/source/behavior/spawn_rules/components/world_age_filter.json b/source/behavior/spawn_rules/components/world_age_filter.json index bfa28e11..98c38399 100644 --- a/source/behavior/spawn_rules/components/world_age_filter.json +++ b/source/behavior/spawn_rules/components/world_age_filter.json @@ -1,6 +1,6 @@ { - "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.world_age_filter", - "title": "World Age Filter 1.17.0", + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.world_age_filter", + "title": "World Age Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "additionalProperties": false, diff --git a/source/behavior/spawn_rules/spawn_rules.json b/source/behavior/spawn_rules/spawn_rules.json index 257ff781..99dda87b 100644 --- a/source/behavior/spawn_rules/spawn_rules.json +++ b/source/behavior/spawn_rules/spawn_rules.json @@ -60,6 +60,7 @@ "minecraft:difficulty_filter": { "$ref": "./components/difficulty_filter.json" }, "minecraft:delay_filter": { "$ref": "./components/delay_filter.json" }, "minecraft:distance_filter": { "$ref": "./components/distance_filter.json" }, + "minecraft:disallow_spawns_in_bubble": { "$ref": "./components/disallow_spawns_in_bubble.json" }, "minecraft:height_filter": { "$ref": "./components/height_filter.json" }, "minecraft:herd": { "$ref": "./components/herd.json" }, "minecraft:player_in_village_filter": { "$ref": "./components/player_in_village_filter.json" }, @@ -72,6 +73,7 @@ "minecraft:spawns_on_surface": { "$ref": "./components/spawns_on_surface.json" }, "minecraft:spawns_underground": { "$ref": "./components/spawns_underground.json" }, "minecraft:spawns_underwater": { "$ref": "./components/spawns_underwater.json" }, + "minecraft:spawns_above_block_filter": { "$ref": "./components/spawns_above_block_filter.json" }, "minecraft:weight": { "$ref": "./components/weight.json" }, "minecraft:world_age_filter": { "$ref": "./components/world_age_filter.json" } }