Add potion cauldrons mod

This commit is contained in:
Sergeant Acoustic 2026-03-05 19:28:48 +00:00
parent 13b46f995d
commit 2e3acfcaac
2 changed files with 72 additions and 0 deletions

View file

@ -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"
}
]
}

View file

@ -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
}
]
}