Summoners Rift Fabric Mod
This mod is an implementation of summoner spells in the popular game League of Legends, brought into Minecraft via the Fabric modding platform.
Table of Contents
- Features
- Tech Stack
- What Each Item Does
- Recipes
- Getting Started
- Usage
- Item Showcase
- Contributing
- Credits
- License
Features
- Adds iconic Summoner Spells as items, including:
- Flash

- Ignite

- Exhaust

- Ghost

- Cleanse

- Heal

- Barrier

- Smite

- Flash
- Each spell is represented as a unique item with effects similar to their League of Legends counterparts.
- Custom item group for easy access in creative mode.
- Custom sounds and particle effects for spell activation.
- All items have crafting recipes.
Tech Stack
- Minecraft 1.21.4
- Java 21 or later
- Fabric Loader >=0.16.10
- Fabric API (compatible with 1.21.4)
- Gradle for building
What Each Item Does
| Spell | Effect |
|---|---|
| Barrier |
Grants absorption (2 yellow hearts) for 2.5 seconds and sets a 4 second cooldown. |
| Cleanse |
Clears all status effects from the player and sets a 10 second cooldown. |
| Exhaust |
Applies Slowness and Weakness to the target entity for 10 seconds and sets a 15 second cooldown. |
| Flash |
Teleports you up to 5 blocks in the direction you're facing, only if the destination is viable (will reduce distance if blocked). Sets a 1 second cooldown. |
| Ghost |
Grants Speed to the player for 10 seconds and sets a 15 second cooldown. |
| Heal |
Heals all players in a 10 block radius for 1.5 hearts and sets a 10 second cooldown. |
| Ignite |
Sets the target entity on fire for 10 seconds, temporarily sets the player's food level to half (to prevent regeneration), then restores hunger. Sets a 15 second cooldown. |
| Smite |
Deals 2.5 hearts of damage to the target entity and sets a 15 second cooldown. |
- All items feature custom sound effects on use.
- Several spells have unique particle effects (see showcase videos below).
Recipes
All items have crafting recipes. Here are the visual patterns:
- Barrier
:




Uses 4 iron nuggets in a 2x2 pattern.
- Cleanse
:




Uses 4 iron ingots in a 2x2 pattern.
- Exhaust
:









Uses 9 feathers in a 3x3 pattern.
- Flash
:









Uses blaze powder, glowstone dust, and an ender pearl in a custom 3x3 pattern.
- Ghost
:




Uses 4 gold ingots in a 2x2 pattern.
- Heal
:




Uses 4 netherite ingots in a 2x2 pattern.
- Ignite
:

Uses a single flint_and_steel as the ingredient.
- Smite
:




Uses 4 gold nuggets in a 2x2 pattern.
Getting Started
Requirements
- Minecraft: 1.21.4
- Java: 21 or later
- Fabric Loader: >=0.16.10
- Fabric API: Compatible version for 1.21.4
Installation
- Download the latest release of the mod from the Releases page.
- Place the
.jarfile in yourmodsfolder. - Ensure you have Fabric Loader and Fabric API installed.
Building from Source
- Clone the repository:
git clone https://github.com/TheSebitzu/Summoners-Rift.git cd Summoners-Rift - Build the mod using Gradle:
./gradlew build - The compiled mod can be found in
build/libs/.
Usage
- Find the new Summoner Spell items in the dedicated
Summoners Riftcreative tab. - Use each item to activate effects such as teleporting (Flash), damaging enemies (Ignite), applying debuffs (Exhaust), or healing (Heal), among others.
- All items feature custom sounds and many have unique particle effects for extra immersion.
Item Showcase
Below are demonstration videos for each Summoner Spell item:
| Spell | Preview |
|---|---|
| Barrier |
![]() |
| Cleanse |
![]() |
| Exhaust |
![]() |
| Flash |
![]() |
| Flash (through blocks) |
![]() |
| Ghost |
![]() |
| Heal |
![]() |
| Heal (2nd player) |
![]() |
| Ignite |
![]() |
| Smite |
![]() |
Note: If GIFs do not appear, you can download them directly from the
showcase_videosdirectory.
Contributing
Contributions, suggestions, and bug reports are welcome!
If you'd like to contribute, please fork the repository, create a new branch, and submit a pull request.
For major changes, open an issue first to discuss what you would like to change.
Credits
- Author: Sebitzu
- Inspired by League of Legends and built using the Fabric modding toolchain.
License
This project is licensed under the CC0-1.0 License.
Note: This mod is not affiliated with or endorsed by Riot Games or Mojang Studios or their respective trademarks.









