Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 days ago
Topor Drovoseka MS3 - Woodcutter's Axe Ritual Mod
A unique Minecraft mod that adds a mystical ritual for creating a special unbreakable golden axe through a dispenser crafting system.
✨ Features
🔮 Ritual Crafting System
- Dispenser-based ritual: Use a dispenser as an ancient crafting altar
- Exact recipe requirement: Specific 3x3 item arrangement needed
- Resource consumption: All ritual items are consumed upon activation
- Standard feedback: Uses vanilla dispenser sounds and particles
🪓 The Woodcutter's Axe
- Custom name: "Lumberjack's Axe" with orange bold formatting
- Unbreakable: Cannot be destroyed through use (Unbreakable: true)
- No enchantments: Completely clean golden axe
- Pure functionality: Just a reliable, permanent tool
⚙️ Technical Details
- Server-safe: No world corruption or compatibility issues
- Configurable: Toggle mod on/off via config file
- Performance friendly: Minimal impact on game performance
- No dependencies: Works with pure Forge/NeoForge
📜 The Ritual Recipe
Arrange these items in a dispenser (3x3 grid):
- [ Empty ] [ Netherite Block ] [ Netherite Block ]
- [ Unbreaking III Book ] [ Golden Axe ] [ Netherite Block ]
- [ Nether Star ] [ Mending I Book ] [ Empty ]
Important Requirements:
- Golden axe must meet durability requirement (configurable: 0-31)
- Items must be in exact positions shown
- Any deviation will not activate the ritual
🛠 Configuration
Edit config/topordrovosekams3-common.toml:
#General settings
[general]
#Enable/disable the mod
enableMod = true
#Minimum axe durability required (0-31)
#0 = any golden axe, even broken
#31 = only brand new axe (full durability)
#Range: 0 ~ 31
minAxeDurability = 31
#NBT Tags Check Settings (Basic tags only)
#Configure which NBT tags are allowed/prohibited on the golden axe
#True = axe must NOT have this tag
#False = axe can have this tag
[nbt_checks]
#Require no enchantments (Enchantments tag)
requireNoEnchantments = true
#Require no custom name (display.Name tag)
requireNoCustomName = true
#Require no lore text (display.Lore tag)
requireNoLore = true
#Require no Unbreakable tag
requireNoUnbreakable = true
#Require no CanDestroy tag
requireNoCanDestroy = true
#Require no CanPlaceOn tag
requireNoCanPlaceOn = true
#Require no other custom tags not listed above
#If true, any tag not in the list above will cause rejection
requireNoOtherTags = true
Video of Just_S, how he did it on the server:


