More Potion Effects

Added a variety of interesting potion effects as well as several enchantments related to potion effects.

File Details

more_potion_effects-2.5.1-forge-1.20.1.jar

  • R
  • Jul 25, 2025
  • 500.21 KB
  • 11.3K
  • 1.20.1
  • Forge

File Name

more_potion_effects-2.5.1-forge-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:more-potion-effects-1106489:6809274")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

新增内容 / New Content

  1. 增强自定义酿造系统 (Enhanced Custom Brewing System)
    • 现在支持通过 JSON 配置添加自定义酿造配方,生成的药水可同时拥有多个状态效果(突破原单效果限制)。
    • 新增自定义药水名称(支持 Minecraft 颜色代码,如 §c炽热之息)和药水瓶颜色配置项。
    • 首次启动游戏时,自动生成配置文件夹及示例配方至 /config/more_potion_effects/example_recipe.json
    • Added JSON-based custom brewing recipes, allowing potions to apply multiple status effects simultaneously (overcoming previous single-effect limitation).
    • Custom potion names (with color codes, e.g., §cScorching Breath) and bottle colors are now configurable.
    • On first launch, auto-generates config folder and annotated example recipe at /config/more_potion_effects/example_recipe.json.

BUG修复 / Bug Fixes

  1. 修复飞行效果失效问题
    • 修复了飞行效果意外失效的逻辑错误。
    • Fixed a critical bug causing flight effects to deactivate unexpectedly.

效果调整 / Effect Adjustments

  1. 生命静止效果扩展 (Life Stillness Effect Expansion)
    • 现在生命静止效果可对所有生物实体生效(包括怪物、动物等),不再仅限于玩家。
    • The Life Stillness effect now applies to all living entities (monsters, animals, etc.), no longer restricted to players.