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:
@@ -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"))
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"minVersion": "0.8",
|
||||
"package": "org.geysermc.rainbow.client.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
"EntityRenderDispatcherAccessor",
|
||||
"GuiItemRenderStateMixin",
|
||||
|
||||
Reference in New Issue
Block a user