No description
  • Kotlin 77%
  • Java 23%
Find a file
2026-05-20 14:34:34 +02:00
gradle/wrapper Initial Commit 2026-04-20 18:19:24 +02:00
src/main Merge AttributeSMP features 2026-05-20 14:34:34 +02:00
.gitignore Initial Commit 2026-04-20 18:19:24 +02:00
build.gradle.kts Databases 2026-05-03 01:34:37 +02:00
gradle.properties Initial Commit 2026-04-20 18:19:24 +02:00
LICENSE.txt Initial Commit 2026-04-20 18:19:24 +02:00
README.md restructuring 2026-04-20 19:32:51 +02:00
settings.gradle.kts Initial Commit 2026-04-20 18:19:24 +02:00

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.