Skip to content

Commit

Permalink
fix #12 for 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueLogix committed Jan 7, 2024
1 parent 1643fc0 commit 016991e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,19 @@ mixin {
config 'quartz.mixins.json'
}

repositories {
maven {
url = "https://www.cursemaven.com"
}
}

dependencies {
minecraft "net.minecraftforge:forge:${mc_version}-${forge_version}"
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
compileOnly project(':Phosphophyllite')
library "org.lwjgl:lwjgl-vulkan:3.2.2"
// runtimeOnly fg.deobf('curse.maven:rubidium-574856:4763255')
// runtimeOnly fg.deobf('curse.maven:lodestone-616457:4636991')
}

jar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void preOpaque() {
glActiveTexture(GL_TEXTURE0 + i);
glBindTexture(GL_TEXTURE_BUFFER, 0);
}
glActiveTexture(GL_TEXTURE0);
RenderSystem.activeTexture(GL_TEXTURE0);
if (DRAW_INDIRECT) {
glBindBuffer(GL_DRAW_INDIRECT_BUFFER, 0);
}
Expand Down

0 comments on commit 016991e

Please sign in to comment.