Server-side Fabric mod for server selector GUI with Velocity transfer support
Find a file
CrashMedia 4b6198d662
Some checks failed
Build Fabric Mod / build (push) Failing after 15s
feat: allow selector slot in full inventory (0-35)
Expand selector-slot from hotbar-only (0-8) to full inventory range (0-35).
Slots 0-8 = hotbar, 9-35 = main inventory.

- Config validation: 0-35 range
- Item placement: clamp to 35
- setslot command: accept 0-35
2026-06-22 17:09:26 -04:00
.github/workflows Fix build workflow: install git before checkout 2026-06-16 19:31:10 -04:00
gradle/wrapper Fix build: Java 25 + Gradle 9.5.1 for MC 26.1.2, target docker runner 2026-06-16 19:24:30 -04:00
src/main feat: allow selector slot in full inventory (0-35) 2026-06-22 17:09:26 -04:00
.gitignore Initial commit: Fabric server selector mod (MC 26.1.2) 2026-06-16 19:17:49 -04:00
build.gradle Fix all API names for MC 26.1.2 + successful build 2026-06-16 20:34:22 -04:00
gradle.properties v1.0.1: Use GLASS_PANE filler for 26.2 compatibility 2026-06-17 15:06:49 -04:00
gradlew Initial commit: Fabric server selector mod (MC 26.1.2) 2026-06-16 19:17:49 -04:00
gradlew.bat Initial commit: Fabric server selector mod (MC 26.1.2) 2026-06-16 19:17:49 -04:00
settings.gradle Initial commit: Fabric server selector mod (MC 26.1.2) 2026-06-16 19:17:49 -04:00