fix a stateleak
This commit is contained in:
parent
05dbae94be
commit
ae89127572
3 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,8 @@ public final class PatternDrawingUtil {
|
|||
RenderSystem.defaultBlendFunc();
|
||||
RenderSystem.setShader(() -> prevShader);
|
||||
|
||||
RenderSystem.enableCull();
|
||||
|
||||
poseStack.popPose();
|
||||
}
|
||||
|
||||
|
|
|
@ -78,6 +78,10 @@ dependencies {
|
|||
|
||||
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:$reiVersion"
|
||||
|
||||
modApi("me.shedaniel.cloth:cloth-config-fabric:$clothConfigVersion") {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
}
|
||||
|
||||
modImplementation "dev.emi:emi:1.0.0-beta"
|
||||
|
||||
modImplementation "maven.modrinth:fusions-gravity-api:$gravityApiVersion"
|
||||
|
|
|
@ -8,3 +8,4 @@ serializationHooksVersion=0.1.0+1.18.095e8a6
|
|||
|
||||
reiVersion=8.0.442
|
||||
gravityApiVersion=0.7.7+fabric
|
||||
clothConfigVersion=6.1.48
|
||||
|
|
Loading…
Reference in a new issue