Extra Alchemy

Extra Alchemy

13M Downloads

Custom list of "potions" in configs

rockrevenchy opened this issue ยท 3 comments

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"
  }
}
commented

No problem!

commented

oh my bad, thx!