Description
Mythic Anvil is an addon for Mythic Ritual that introduces a brand new altar — the Mythic Anvil — and a mighty weapon, the Mythic Hammer.
Built on top of the ritual system from Mythic Ritual, this mod adds custom rituals, a unique progression path, and new ways to craft powerful items.
✨ Features
- A brand new altar: the Mythic Anvil
- A new weapon: the Mythic Hammer ⚒️
- Works like a Minecraft Mace, but even stronger
- Essential as a Catalyst for some custom rituals
- Several exclusive rituals included out of the box
- Full compatibility with the Mythic Ritual system
🔨 The Mythic Anvil
The Mythic Anvil acts as a special altar, expanding what you can do with the ritual system.
Think of it as a “forging altar” where offerings and catalysts are combined into powerful results.
⚔️ The Mythic Hammer
The Mythic Hammer is a devastating weapon inspired by the new Minecraft Mace, but significantly stronger.
Beyond combat, it plays a vital role in the mod’s design: the hammer is required as a Catalyst in several rituals, making it a key progression milestone rather than just another weapon.
📜 Example Rituals
Unlike the base mod, Mythic Anvil ships with several ready-to-use rituals, showing off how flexible the system can be.
Some of these rituals require the Mythic Hammer as a catalyst, ensuring it becomes an essential tool for both fighting and forging.
Ritual: Forging the Mythic Anvil
Turn a normal anvil into the powerful Mythic Anvil through a ritual:
{
"type": "mythicritual:ritual_recipe",
"altar": {
"Name": "minecraft:oak_log",
"Properties": {
"axis": "y"
}
},
"catalyst": {
"items": "minecraft:red_carpet"
},
"effect": "lightning",
"locations": [
{
"offerings": [
{
"items": "minecraft:anvil"
}
],
"position": [0, 1, 0]
}
],
"onTransmute": "destroy",
"result": {
"items": "mythicanvil:mythic_anvil"
}
}
Ritual: Forging the Mythic Hammer
Use the Mythic Anvil to transform a Mace into the legendary Mythic Hammer:
{
"type": "mythicritual:ritual_recipe",
"altar": {
"Name": "mythicanvil:mythic_anvil",
"Properties": {
"facing": "north"
}
},
"catalyst": {
"items": "minecraft:mace"
},
"effect": "lightning",
"locations": [
{
"offerings": [
{
"items": "minecraft:nether_star"
}
],
"position": [0, 1, 0]
}
],
"onTransmute": "destroy",
"result": {
"items": "mythicanvil:mythic_hammer"
}
}

