Skip to content
Summoning Rituals - Minecraft NeoForge Custom Rituals Mod

Summoning Rituals

Summoning Rituals is a powerful mod designed specifically for Minecraft NeoForge that allows modpack developers and server administrators to create custom summoning rituals for items, mobs, and commands. This mod adds no recipes by default — instead, it provides a flexible framework for you to design your own mystical summoning experiences. Whether you want players to summon rare bosses, craft special items through ritual magic, or trigger custom commands, this mod gives you the tools to make it happen.

Summoning Rituals Mod - Ritual Setup Showcase

At its core, Summoning Rituals allows you to define multi-block ritual structures where players place specific items on pedestals around a central altar. When the ritual is activated, the mod consumes the ingredients and performs the configured action — summoning an entity, giving items to the player, or executing a command. The system is highly customizable and integrates seamlessly with popular modding tools.

✨ Native KubeJS Integration — The easiest way to create custom rituals is through KubeJS. With simple JavaScript syntax, you can define new summoning rituals, set ingredient requirements, specify output results, and configure ritual visuals. No Java coding required! Perfect for modpack makers who want to add magic-themed progression without building a full mod.

// Example KubeJS ritual script
SummoningRituals.addRitual("my_ritual", ritual => {
  ritual.requiresItem("minecraft:diamond", 4)
  ritual.requiresItem("minecraft:gold_ingot", 8)
  ritual.summonEntity("minecraft:wither")
  ritual.setRitualTime(100)
});

What Can You Summon? — The possibilities are nearly endless. Summon any item directly into a player's inventory, spawn any mob (including custom mobs from other mods), execute any server command, or even trigger custom events. Each ritual can be configured with specific ingredient requirements, ritual time, particle effects, and sound effects to create a truly immersive magical experience.

Summoning Rituals - Ritual in Progress with Particles
🔮
Item Summoning

Create rituals that summon custom weapons, armor, or rare materials when players complete the required offering.

ritual.giveItem("mymod:legendary_sword")
👾
Mob Summoning

Summon powerful bosses, friendly NPCs, or custom creatures as rewards or challenges for completing rituals.

ritual.summonEntity("dragons:ice_dragon")
Command Execution

Execute any server command as part of a ritual — teleport players, change game rules, or trigger datapack functions.

ritual.executeCommand("/teleport @p 0 100 0")
Summoning Rituals - Altar and Pedestal Setup
No Default Recipes
Adds no rituals by default — you create everything. Perfect for custom modpacks
KubeJS Native Support
Create rituals using simple JavaScript. No Java programming required
Multi-Block Rituals
Configure pedestal layouts, altar blocks, and ritual circle requirements
Visual Effects
Custom particles, sounds, and visual feedback during ritual execution
KubeJS
Native Integration
Items/Mobs/Commands
Ritual Output Types
Fully Custom
No Hardcoded Recipes
NeoForge
Mod Loader

For modpack developers, Summoning Rituals is an invaluable tool for creating progression systems. Want players to craft a special item by performing a ritual instead of using a crafting table? Done. Want to gate certain bosses behind expensive ritual requirements? Easy. Need to create quest-driven summoning events? This mod has you covered. The ritual system is designed to be both powerful and intuitive, with extensive documentation available on the wiki.

📚 Comprehensive Wiki — For an in-depth explanation of all functionality, code examples, advanced configuration options, and troubleshooting tips, check out the official wiki. It covers everything from basic ritual creation to advanced features like conditional outputs, multi-stage rituals, and integration with other mods.

⚙️ Perfect for Modpacks

Summoning Rituals is designed specifically for modpack developers and server owners. It adds no content by default — you decide what rituals exist, what they cost, and what they reward. This makes it an ideal foundation for creating unique magical systems, quest rewards, boss summoning mechanics, and custom progression paths. The native KubeJS integration means anyone familiar with basic JavaScript can create compelling rituals in minutes.
100%
Developer Friendly
Lightweight
Minimal Performance Impact
Open Source
Free to Use
Wiki
Full Documentation