Extends the vanilla potion system with longer-duration potions and new potions
  • Kotlin 74%
  • Java 26%
Find a file
2026-05-21 21:30:02 +02:00
docs chore: README 2026-05-21 20:42:53 +02:00
gradle/wrapper chore: initial commit 2026-05-16 17:02:52 +02:00
src/main chore: spaces 2026-05-21 21:21:01 +02:00
.gitattributes chore: initial commit 2026-05-16 17:02:52 +02:00
.gitignore feat: fuel length logic for > 18 fuel (emerald color) 2026-05-17 13:51:35 +02:00
build.gradle.kts chore: initial commit 2026-05-16 17:02:52 +02:00
gradle.properties chore: initial commit 2026-05-16 17:02:52 +02:00
gradlew chore: initial commit 2026-05-16 17:02:52 +02:00
gradlew.bat chore: initial commit 2026-05-16 17:02:52 +02:00
LICENSE chore: initial commit 2026-05-16 17:02:52 +02:00
README.md chore: remove typos 2026-05-21 21:30:02 +02:00
settings.gradle.kts chore: initial commit 2026-05-16 17:02:52 +02:00

Better Potions

Extends the vanilla potion system with longer-duration potions and new potions.

This mod requires Fabric API and Fabric Kotlin Language

Features

Infuser

This block entity permit to you to infuse some ingredients with some ores.

Craft:

First Item: Copper Ingot, Second Item: Blaze Rod, Third Item: Copper Ingot, Fourth Item: Blaze Rod, Fifth Item: Nether Bricks, Sixth Item: Blaze Rod, Seventh Item: Copper Ingot, Eighth Item: Blaze Rod, Ninth Item: Copper Ingot

Infused Redstone

This item adds 10 minutes to most potions.

Craft:

Infuser with Mixed Iron Coal as fuel, Gold Ingot as catalyzer, Redstone as Ingredient

Longer duration potions

The mod add a lot of longer duration potion for all vanilla possibles potions.

To craft it, you need to use a Infused Redstone.

Compatible potions:

  • Night Vision
  • Invisibility
  • Leaping
  • Strong Leaping
  • Fire Resistance
  • Swiftness
  • Strong Swiftness
  • Slowness
  • Strong Slowness
  • Water Breathing
  • Poison
  • Strong Poison
  • Regeneration
  • Strong Regeneration
  • Strength
  • Strong Strength
  • Weakness
  • Luck
  • Slow Falling
  • Wind Charging
  • Oozing
  • Infesting

Craft (example):

Long Night Vision Potion with Infused Redstone in a Brewing Stand

Infused Blaze Powder

This item is an upgraded Blaze Powder : it adds the double of fuel in the Brewing Stand.

Craft:

Infuser with Mixed Iron Coal as fuel, Emerald as catalyser, Blaze Powder as Ingredient

Iron Mixed Coal

It is an upgraded coal, in addition to be the fuel needed in the Infuser, it is a better fuel for the Furnace.

Craft:

A coal surrounded with iron nuggets

Iron Mixed Coal Block

Just a block of Iron Mixed Coal. With a fuel value multiplied by 9 compared to Iron Mixed Coal.

Craft:

A coal block surrounded with iron ingots 9 iron mixed coal

Potion of Levitation

The mod adds a craft to potion of levitation.

Craft:

Jump Boost potion with a shulker shell in a Brewing Stand

License

This code is under CC0-1.0 license.