From 2e3acfcaac7cd97cf56b4e2df5a4b134a73a8ad5 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Thu, 5 Mar 2026 19:28:48 +0000 Subject: [PATCH] Add potion cauldrons mod --- modrinth.index.json | 15 +++++++ overrides/config/potion-cauldron.json | 57 +++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 overrides/config/potion-cauldron.json diff --git a/modrinth.index.json b/modrinth.index.json index fe246a9..dd67946 100644 --- a/modrinth.index.json +++ b/modrinth.index.json @@ -1087,6 +1087,21 @@ "sha512": "8f601001f9411cc2fbbf7ade87bb256a80bfbd8191f75b5118c525fe81c142809bc8176cee12e8357016fc745ed8c8e9589fde59580d6823349a64f8ab57c55b" }, "path": "mods/datapack_utils-fabric-0.1.7+1.21.1.jar" + }, + { + "downloads": [ + "https://cdn.modrinth.com/data/yTSyrZpM/versions/OmwLoYhO/potioncauldron-fabric-1.0.1%2Bmc1.21.jar" + ], + "env": { + "client": "required", + "server": "required" + }, + "fileSize": 105632, + "hashes": { + "sha1": "59d14b9002ce5603c2b0a93fd6517cc6033345e9", + "sha512": "68db277569a73ebbb99bd600b4c6d648bb8728338eb384be29f1b34124ebbe7ab81a47d67b3ddabe216574a93418df32dc410c4d0176e4c0cb06ebda968f14ce" + }, + "path": "mods/potioncauldron-fabric-1.0.1+mc1.21.jar" } ] } diff --git a/overrides/config/potion-cauldron.json b/overrides/config/potion-cauldron.json new file mode 100644 index 0000000..21008b1 --- /dev/null +++ b/overrides/config/potion-cauldron.json @@ -0,0 +1,57 @@ +{ + "evaporatePotionWhenMixed": false, + "allowMergingPotions": true, + "applyPotionEffectsToEntitiesInside": false, + "allowFillingWithWaterDrips": false, + "allowCreatingTippedArrows": true, + "maxTippedArrowsPerLevel": { + "level1": 16, + "level2": 32, + "level3": 64 + }, + "generateInSwampHuts": true, + "potionTypeChances": { + "normal": 0.75, + "splash": 0.25, + "lingering": 0.0 + }, + "potionLevelChances": { + "level1": 0.5, + "level2": 0.3, + "level3": 0.2 + }, + "potionChances": [ + { + "name": "minecraft:weakness", + "chance": 0.1 + }, + { + "name": "minecraft:fire_resistance", + "chance": 0.05 + }, + { + "name": "minecraft:slowness", + "chance": 0.1 + }, + { + "name": "minecraft:swiftness", + "chance": 0.15 + }, + { + "name": "minecraft:strength", + "chance": 0.1 + }, + { + "name": "minecraft:poison", + "chance": 0.2 + }, + { + "name": "minecraft:water_breathing", + "chance": 0.1 + }, + { + "name": "minecraft:healing", + "chance": 0.2 + } + ] +} \ No newline at end of file