diff --git a/src/main/resources/data/jafohana/tags/entity_types/creepers.json b/src/main/resources/data/jafohana/tags/entity_types/creepers.json index 2c6e5ae..0a5520c 100644 --- a/src/main/resources/data/jafohana/tags/entity_types/creepers.json +++ b/src/main/resources/data/jafohana/tags/entity_types/creepers.json @@ -245,6 +245,10 @@ { "id": "echoes:echo_creeper", "required": false + }, + { + "id": "occultism:wild_horde_creeper", + "required": false } ] } \ No newline at end of file diff --git a/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json b/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json index 3746e98..159fdcf 100644 --- a/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json +++ b/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json @@ -109,6 +109,26 @@ { "id": "galosphere:pink_salt_caves", "required": false + }, + { + "id": "yungscavebiomes:frosted_caves", + "required": false + }, + { + "id": "yungscavebiomes:lost_caves", + "required": false + }, + { + "id": "hexalia:enchanted_bayou", + "required": false + }, + { + "id": "sleepy_hollows:sleepy_hollows", + "required": false + }, + { + "id": "blasted_barrens:blasted_barrens", + "required": false } ] } \ No newline at end of file diff --git a/src/main/resources/data/jafohana/tags/worldgen/biome/is_wasteland.json b/src/main/resources/data/jafohana/tags/worldgen/biome/is_wasteland.json index ec3fdce..49f1767 100644 --- a/src/main/resources/data/jafohana/tags/worldgen/biome/is_wasteland.json +++ b/src/main/resources/data/jafohana/tags/worldgen/biome/is_wasteland.json @@ -4,6 +4,10 @@ { "id": "#forge:is_wasteland", "required": false + }, + { + "id": "blasted_barrens:blasted_barrens", + "required": false } ] } \ No newline at end of file