1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Create build-logic, main rainbow and client module

This commit is contained in:
Eclipse
2025-10-14 08:03:42 +00:00
parent b9ea28ee8f
commit 16db0fe788
73 changed files with 44 additions and 2 deletions

3
client/build.gradle.kts Normal file
View File

@@ -0,0 +1,3 @@
plugins {
id("rainbow.base-conventions")
}