Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Summoning Rituals

Summoning Rituals

Create custom summoning rituals for items and mobs.

42.8k
45
Game Mechanics
Magic
Utility
AboutGalleryChangelogVersions

Preview
Summoning Rituals

📑 Overview

This is a mod for Minecraft-Forge and Fabric.

It allows packmakers to create custom summoning rituals for items and mobs.
This mod does not add any recipes by default.

Summoning Rituals has a native KubeJS integration and also supports datapacks.

Preview

Video

onEvent('recipes', event => {
  event.recipes.summoningrituals
      .altar('iron_ingot')
      .itemOutput('3x gold_ingot')
      .itemOutput('diamond')
      .mobOutput('wolf')
      .mobOutput(
          SummoningOutput.mob('blaze')
              .count(5)
              .offset(0, 3, 0)
              .spread(4, 0, 4)
              .data({ Health: 50, Attributes: [{ Name: 'generic.max_health', Base: 50 }] })
      )
      .input('64x minecraft:stone')
      .input('5x prismarine_shard')
      .input('10x amethyst_shard')
      .input(Ingredient.of('#forge:glass'))
      .sacrifice('pig', 3)
      .sacrifice('sheep')
      .sacrifice('cow')
      .sacrificeRegion(3, 3)
      .recipeTime(200)
      .blockBelow('minecraft:furnace', { lit: true })
      .weather('clear')
      .dayTime('day');
});
onEvent('summoningrituals.start', event => {
  event.level.spawnLightning(event.pos.x, event.pos.y, event.pos.z, true);
});
onEvent('summoningrituals.complete', event => {
  event.player.addXPLevels(10);
});

📖 Wiki

For an in-depth explanation of the mod and guides on how to create recipes, check out the wiki.

💚 Credits

  • requested by Saereth from FTB
  • altar model and textures by mo_shark
  • JEI textures by Ne0kys

⏰ Changelog

Everything related to versions and their release notes can be found in the changelog.

🎓 License

This project is licensed under the GNU Lesser General Public License v3.0.

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.20.1
1.19.2
1.18.2

Platforms

Fabric
Forge
NeoForge

Supported environments

Client and server

Links

Report issues View source Visit wiki Join Discord server

Creators

Relentless
Relentless Owner

Details

Licensed LGPL-3.0-only
Published 2 years ago
Updated last year

Modrinth is open source.

main@656c5b6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.