

Enhanced Pots
This mod significantly expands the functionality of decorated pots in Minecraft, transforming them from simple decorative elements into useful gameplay tools.
Main Features
Increased Capacity
Pots can now store up to 96 items simultaneously, making them an excellent alternative to shulker boxes for storing single-type resources. If needed, the maximum stack size can be increased to 99 items using the command:
data modify storage enhanced_pots max_stack_size set value 99
Content Preservation
When pots are broken without using tools, their contents are preserved, preventing the loss of valuable resources. This is especially convenient when rearranging or moving storage.
Explosive Pots
Pots filled with gunpowder gain explosive properties. They detonate when hit by a flaming arrow or ignited with flint and steel. The explosion power depends on the amount of gunpowder inside the pot.
The explosive mechanism can be disabled or enabled using commands:
# disable explosions
data modify storage enhanced_pots disable_explosions set value true
# enable explosions
data remove storage enhanced_pots disable_explosions
Decorative Use
Pots can be used to display flowers, saplings, and mushrooms, creating beautiful compositions to decorate your world.
Settings
Maximum Stack Size
Determines how many items a single pot can hold.
- Default: 96
- Maximum: 99
data modify storage enhanced_pots max_stack_size set value 99
Disable Explosions
Allows completely disabling the explosive properties of gunpowder pots.
# disable explosions
data modify storage enhanced_pots disable_explosions set value true
# enable explosions
data remove storage enhanced_pots disable_explosions
Throwable Pots
Controls the ability to throw gunpowder pots.
# enable throwing
data modify storage enhanced_pots throwable set value true
# disable throwing
data remove storage enhanced_pots throwable
Watch the video to see the mod in action: