This mod aims to add a bunch of celtic rituals to Minecraft.
Sacrifice mobs to please the gods and become a strong druid. In exchange the gods provide you with rewards like rich harvest or improved condition.
Some rituals require special settings like location or weather, but also some druid experience. Unfortunately, the ancient knowledge about all rituals got lost. Thus, you have to discover those yourself. - These conditions are set at world generation
Be careful. Once you got the attention of the gods they are not always your friends.
Developing this mod, we suggest IntelliJ IDEA Community
.
Minecraft Development
plugin for Idea.\gradlew initIdea
to generate the required run configurationsIntelliJ
Import gradle config
runClient
config to start/debug MinecraftDon't be eager as MCP and Forge are downloaded on first run.
Remember You always have to rerun
initIdea
once the used Forge or MCP version changed.
initIdea
also applies the desired Kotlin coding style and adds a ktlint
pre-commit hook. You can check the style
yourself with gradle ktlintCheck
and enforce it via gradle ktlintFormat
.