Custom list of "potions" in configs
Closed this issue · 3 comments
rockrevenchy commented
Add a list we can fill of which items should be considered potions in the potion pouch, would help greatly compatibility with other mods that uses other forms of consumables for potion effects.
(Like Brewery for example or gapples, potion apples and such)
(configs would look like something along the lines of this)
{
"learningIncreasesExpOrbValue": true,
"enableVials": true,
"enableRings": true,
"enableBrewingStandFire": true,
"brewingStandHeatIncrementDelay": 2,
"brewingStandFireMaxCapacity": 20,
"useAnchorChargesWithReturnPotion": true,
"allowRingsInInventoryWithThirdPartyMods": false,
"showIconsInTooltips": true,
"potions": {
"magnetism": true,
"photosynthesis": true,
"crumbling": true,
"fuse": true,
"recall": true,
"sails": true,
"returning": true,
"learning": true,
"concentration": true,
"gravity": true,
"combustion": true,
"pacifism": true,
"shrinking": true,
"growing": true,
"detection": true,
"piper": true
}
"potionBagCustomPotions": {
"brewery:drink_bottle",
"minecraft:golden_apple",
"minecraft:enchanted_golden_apple",
"minecraft:milk_bucket",
"minecraft:suspicious_stew"
}
}
zabi94 commented
This is already available through datapacks: https://github.com/zabi94/ExtraAlchemy/blob/fabric-main/src/main/resources/data/extraalchemy/tags/items/potion_for_bag.json
rockrevenchy commented
oh my bad, thx!
zabi94 commented
No problem!