Arcane World
Arcane World is a medium-scale magic modification that enriches your Minecraft world with mysterious arts and spells.
Important note: Starting from version V0.0.9, the mod requires LEMONLIB to function. The modification is in BETA testing stage, so some instabilities in operation are possible.
Main Features
Rituals and Spells

The central element of the mod is the ritual system, which is activated using a special ritual table. Rituals have various effects: from weather control to teleportation to mysterious dimensions.
Tip: To view ritual recipes, it's recommended to install JEI.
Raid Dungeons

The unique raid dungeon system allows you and your friends to explore specially created dungeons. These dungeons are not generated in the regular world - to access them, you need to perform corresponding rituals. After leaving the dungeon, it's impossible to return to it.
Magical Items

The mod adds many useful magical artifacts:
- Biome Crystals - allow you to change the landscape and move biomes
- Mystical Hoe - processes large areas of land in one use
- Glowing Chorus Fruit - teleports the player who eats it to the End
- Evocation Wand - gives the ability to use Evoker's abilities
- Recaller - allows teleportation to a previously saved point in the same dimension
And these are far from all the available items!
Future Updates
Developers plan to add many new functions and capabilities. Test the mod yourself to discover all its secrets!
CraftTweaker Integration
Rituals
Rituals support up to 5 ingredients and are compatible with Ore Dictionary. Each ritual name must be unique.
Finding ritual registry name: Hover your cursor over the ritual name in JEI
Available functions:
mods.ArcaneWorld.removeAll()- removes all ritualsmods.ArcaneWorld.remove(String registry_name)- removes the specified ritualmods.ArcaneWorld.createRitualSummon(String name, String displayName, String entity, IIngredient... inputs)- creates an entity summoning ritual (uses the same names as in the /summon command)mods.ArcaneWorld.createRitualDragonBreath(String name, String displayName, IIngredient... inputs)- creates a dragon breath ritualmods.ArcaneWorld.createRitualWeather(String name, String displayName, String weather, IIngredient... inputs)- creates a weather modification ritual (available values: "clear", "rain", "thunder")mods.ArcaneWorld.createRitualTime(String name, String displayName, int timeChange, IIngredient... inputs)- creates a time modification ritual (negative values are supported)mods.ArcaneWorld.createRitualCreateItem(String name, String displayName, IItemStack result, IIngredient... inputs)- creates an item creation ritual

![]()
![]()
![]()