From 5a0b2831c6cbc189279b4bae23dd7bbd3278ff08 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Thu, 21 Nov 2024 01:11:30 -0600 Subject: [PATCH] disable milk cauldron --- config/neapolitan-common.toml | 49 +++++++++++++++++++++++++++++++++++ index.toml | 4 +++ pack.toml | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 config/neapolitan-common.toml diff --git a/config/neapolitan-common.toml b/config/neapolitan-common.toml new file mode 100644 index 0000000..2464bdb --- /dev/null +++ b/config/neapolitan-common.toml @@ -0,0 +1,49 @@ + +[items] + + [items.milk_bottles] + #If milk can be inserted into cauldrons + "Milk Cauldron" = false + #If cauldrons are filled with milk dropping from a dripstone + "Milk from Dripstone" = true + #If milkable mobs can be milked with empty glass bottles + "Milking with Glass Bottles" = false + #If milkshakes can be inserted into cauldrons + "Milkshake Cauldrons" = true + +[blocks] + + [blocks.strawberry_bush] + #The minimum height required for Strawberry Bushes to grow White Strawberries + "White Strawberry minimum height" = 256 + #If arthropods that go through Strawberry Bushes are given Invisibility + "Strawberry Bushes give arthropods Invisibility" = true + +[mobs] + + [mobs.plantain_spider] + "Plantain Spider spawn from Banana Bundles" = true + "Plantain Spiders give Slipping" = true + + [mobs.chimpanzee] + #The percentage chance for a Banana Plant to generate with a group of Chimpanzees + "Chimpanzee group chance" = 0.25 + #The maximum amount of Chimpanzees that can spawn with a Banana Plant + "Chimpanzee maximum group size" = 10 + #The minimum attempts for Chimpanzees to spawn with a Banana Plant + "Chimpanzee minimum spawn attempts" = 12 + #The maximum attempts for Chimpanzees to spawn with a Banana Plant + "Chimpanzee maximum spawn attempts" = 24 + +[worldgen] + + [worldgen.suspicious_banana_plant] + #If Banana Plants can rarely generate with Suspicious Gravel and archaeology + "Suspicious Banana Plants" = true + #The percentage chance for a Suspicious Banana Plant to generate + "Suspicious Banana Plant chance" = 0.08 + #The minimum amount of Suspicious Gravel total that can spawn at a Suspicious Banana Plant + "Common Suspicious Gravel minimum" = 8 + #The minimum amount of Suspicious Gravel with the rare archaeology loot table that can spawn at a Suspicious Banana Plant + "Rare Suspicious Gravel minimum" = 2 + diff --git a/index.toml b/index.toml index 65f76ed..641ea2d 100644 --- a/index.toml +++ b/index.toml @@ -88,6 +88,10 @@ hash = "d546d97780e037e576f1d41df2fac7e6d9d31358a25a215ba8c2f9bb9b742b4e" file = "config/mediumcore-common.toml" hash = "fd2d673e6b5cb45172098c9a5a3ed5c24b3b7873cfeb5158985e446a0b7e5777" +[[files]] +file = "config/neapolitan-common.toml" +hash = "1064ab501f5121e0db1927fc0e9a9bd29bd0e2a152a487a14c31e63f12347456" + [[files]] file = "config/paxi/datapacks/CavePack/data/minecraft/tags/items/bookshelf_books.json" hash = "a5709ebc9b10bf8329917c837844e9590563792117f32e0a1ba457941158bde9" diff --git a/pack.toml b/pack.toml index 66764a4..8e5386e 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 = "af120577b1b1142f9db413f387f3b0c54bd7cda91e97acd8626a8f700de333a5" +hash = "e9f14fb4a3a2a052dc5b82b449774339a4d9f3a84c7333a89f619272163c7ae0" [versions] forge = "47.3.0"