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

Work on datagen module

This commit is contained in:
Eclipse
2025-10-14 11:53:47 +00:00
parent 269a18b9df
commit e9e07016ac
12 changed files with 229 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
dependencies {
// Implement namedElements so IntelliJ can use it correctly, but include the remapped build
// Implement namedElements so IDEs can use it correctly, but include the remapped build
implementation(project(path = ":rainbow", configuration = "namedElements"))
include(project(":rainbow"))
}

View File

@@ -3,7 +3,6 @@
"minVersion": "0.8",
"package": "org.geysermc.rainbow.client.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [
"EntityRenderDispatcherAccessor",
"GuiItemRenderStateMixin",