From 6482a1fbf1efb16c9f9e0d2bed0ada0464b0fe2a Mon Sep 17 00:00:00 2001 From: Hexugory Date: Wed, 29 May 2024 11:56:54 -0500 Subject: [PATCH] cosmic cod only spawn near cosmaw --- config/alexsmobs/cosmic_cod_spawns.json | 21 +++++++++++++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 config/alexsmobs/cosmic_cod_spawns.json diff --git a/config/alexsmobs/cosmic_cod_spawns.json b/config/alexsmobs/cosmic_cod_spawns.json new file mode 100644 index 0000000..a2fb00f --- /dev/null +++ b/config/alexsmobs/cosmic_cod_spawns.json @@ -0,0 +1,21 @@ +{ + "biomes": [ + [ + { + "type": "BIOME_TAG", + "negate": false, + "value": "minecraft:is_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:the_end" + }, + { + "type": "REGISTRY_NAME", + "negate": true, + "value": "minecraft:small_end_islands" + } + ] + ] +} \ No newline at end of file diff --git a/index.toml b/index.toml index dd2017c..7ae8992 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "1c0e36f3124939575589c950dbdeed152cd3541e125562199aa6783af482aa50" file = "config/NoChatReports/NCR-Encryption.json" hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f" +[[files]] +file = "config/alexsmobs/cosmic_cod_spawns.json" +hash = "8e1d05a9b4ab8b923ff4951ef391665f3bdd218d943152f6f1f57509786bc0f7" + [[files]] file = "config/allurement-common.toml" hash = "1e10f0bf2d27dededeaa726379e8f6375defa3df7cdadcb22244938e3c8c49e3" diff --git a/pack.toml b/pack.toml index 5f4cb54..fc365a5 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "16467c3334252892ba722300381c6e86b5418feb13fe223b1234d70dea39b0c8" +hash = "21996ffd2c6a5744b517c098a719651fbe15e685dff83d44c926d1fd8a8d0a93" [versions] forge = "47.2.0"