Add Fabric client IRC chat mod and Drone pipeline

This commit is contained in:
2026-06-21 14:31:38 +06:00
commit 910c58c30b
13 changed files with 837 additions and 0 deletions

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
kind: pipeline
type: docker
name: build
trigger:
event:
- push
- pull_request
steps:
- name: gradle-build
image: gradle:8.10.2-jdk21
environment:
GRADLE_USER_HOME: /drone/src/.gradle
commands:
- gradle --no-daemon clean build
- ls -la build/libs