HomeJavaDatapacksEnhanced Pots
Enhanced Pots
DatapacksJava

Enhanced Pots

by ctkrocks · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.1 · Data pack⬇ Download for 1.21–1.21.1 · Fabric⬇ Download for 1.21–1.21.1 · Forge⬇ Download for 1.21–1.21.1 · NeoForge⬇ Download for 1.21–1.21.1 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Upgrades to make decorated pots more useful.

Watch the video to see it in action:

Enhancement #1

Pots can store up to 96 items. This can be set up to 99 with the following command:

data modify storage enhanced_pots max_stack_size set value 99

Enhancement #2

Pots keep their contents when broken without a tool.

Use them like a shulker box that can only store 1 item type.

Enhancement #3

Pots with gunpowder explode when shot with a flaming arrow or lit with flint and steel.

The size of the explosion is determined by the amount of gunpowder in the pot.

This can be disabled/enabled with the following command:

# disable
data modify storage enhanced_pots disable_explosions set value true
# enable
data remove storage enhanced_pots disable_explosions

Enhancement #4

Put flowers, saplings, or mushrooms in pots to display them.

Options

max_stack_size

Set the maximum number of items a pot can hold.

data modify storage enhanced_pots max_stack_size set value 99

disable_explosions

Disables gunpowder pots from exploding.

# disable
data modify storage enhanced_pots disable_explosions set value true
# enable
data remove storage enhanced_pots disable_explosions

throwable

Disables gunpowder pots from being thrown.

# enable
data modify storage enhanced_pots throwable set value true
# disable
data remove storage enhanced_pots throwable
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more