No description
- Kotlin 77%
- Java 23%
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| LICENSE.txt | ||
| README.md | ||
| settings.gradle.kts | ||
Crimson
My personal library for server-side Fabric mods.
I directly include Crimson in my mods and do not provide separate builds or publish Crimson anywhere outside this repo.
You can add this as a git submodule if you wanna use it, but I recommend just copy-pasting whatever you need into your own project.
This started as a port of a previous project of mine:
Crimson for PaperMC,
which had the goal to add Skript-like development
patterns to Paper (like a simple wait n ticks, making it easier to create visual effects)
However, I rarely use Paper servers anymore because:
- They break vanilla mechanics
- It often takes months for new Minecraft versions to be available
- Fabric is just way more powerful
Thus, the original project was fully replaced by this.