diff --git a/src/main/resources/data/jafohana/tags/worldgen/biome/is_aquatic.json b/src/main/resources/data/jafohana/tags/worldgen/biome/is_aquatic.json index 0b8db51..294266b 100644 --- a/src/main/resources/data/jafohana/tags/worldgen/biome/is_aquatic.json +++ b/src/main/resources/data/jafohana/tags/worldgen/biome/is_aquatic.json @@ -1,12 +1,15 @@ { "replace": false, "values": [ - "#jafohana:is_ocean", "#jafohana:is_river", { "id": "#c:is_aquatic", "required": false }, + { + "id": "#c:is_ocean", + "required": false + }, { "id": "#c:is_water", "required": false diff --git a/src/main/resources/data/jafohana/tags/worldgen/biome/is_ocean.json b/src/main/resources/data/jafohana/tags/worldgen/biome/is_ocean.json deleted file mode 100644 index d5673be..0000000 --- a/src/main/resources/data/jafohana/tags/worldgen/biome/is_ocean.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - { - "id": "#c:is_ocean", - "required": false - } - ] -} \ No newline at end of file