

Fired Pots
Remember the demonstration of decorated pots at Minecraft Live 2020, where they were created by placing clay vessels over fire. This mod brings back that exact mechanic and expands it by also adding clay flower pots.
How It Works
Now to create a decorated pot, you first need to craft a regular clay pot. After placing it, you can apply various pattern fragments to it. To remove a fragment from a clay pot, simply use a brush.
The firing process occurs when you place a clay pot or flower pot near fire or a campfire for 10 seconds. Interestingly, you can apply patterns at any point during this process - both before and during firing.
Configuration
The blocks that can be used for firing clay pots are configurable through a special tag: data/fired_pots/tags/block/fires_clay_pot.json
For Developers
If you want to add your own texture for pattern fragments when used on clay pots, call ClayPotSherdTextureRegistry.INSTANCE.register()
in the client initializer. Pass the fragment item and texture location relative to textures/entity/clay_pot/
. If a texture is not registered, the system will attempt to use the texture for the decorated pot.
Also make sure your fragment is added to the item tag minecraft:tags/item/decorated_pot_sherds
so it can be applied to clay pots.
Translations
You can translate this mod into any language or update existing translations. To get your translation into the mod, create a pull request on GitHub with the translated language file.