Go to file
2025-12-11 12:59:52 +00:00
docs refactor: Centralize event dispatching to special items and components, enhance item hand checks, and add new content creation documentation. 2025-12-10 13:12:03 +00:00
gradle/wrapper feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
hcu-core build: Add Gradle performance properties, switch several dependencies to compileOnly, and remove Exposed and PostgreSQL dependencies. 2025-12-07 17:53:54 +00:00
sample feat: Introduce Glider item with its associated recipes, models, textures, and mechanics. 2025-12-08 12:51:39 +00:00
src/main refactor: Replace SpecialItem with CustomItem interface and AbstractItem class. 2025-12-11 12:59:52 +00:00
.envrc feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
.gitattributes feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
.gitignore feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
.gitmodules feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
build.gradle.kts build: Add Gradle performance properties, switch several dependencies to compileOnly, and remove Exposed and PostgreSQL dependencies. 2025-12-07 17:53:54 +00:00
flake.lock feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
flake.nix feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
gradle.properties build: Add Gradle performance properties, switch several dependencies to compileOnly, and remove Exposed and PostgreSQL dependencies. 2025-12-07 17:53:54 +00:00
gradlew feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
gradlew.bat feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
README.md feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00
settings.gradle.kts feat: implement initial hcu Items plugin with command and event handling for special items 2025-12-07 17:21:56 +00:00

Kotlin + Gradle kts

How to Build

./gradlew shadowJar: