Skip to content

Commit 2ab7815

Browse files
Version 1.3.5.11
1 parent 1064d02 commit 2ab7815

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation ("com.google.guava:guava:30.1.1-jre")
3838

3939
implementation("gg.essential:essential-gradle-toolkit:0.6.6")
40-
implementation("gg.essential.loom:gg.essential.loom.gradle.plugin:1.7.25") // TODO remove once EGT has updated
40+
implementation("gg.essential.loom:gg.essential.loom.gradle.plugin:1.7.27") // TODO remove once EGT has updated
4141
}
4242

4343
gradlePlugin {

changelog/release-1.3.5.11.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Title: Bug Patch
2+
Summary: Minor bug fixes
3+
4+
## Bug Fixes
5+
- Fixed "No OpenGL context found in the current thread." crash
6+
- Fixed "Could not initialize class gg.essential.elementa.components.UIRoundedRectangle" crash on 1.8.9
7+
- Fixed cosmetic hover outline in Wardrobe on 1.16 - 1.21.4
8+
- Fixed "Buffer has already been released!" error on 1.19 - 1.20.6

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ minecraftVersion=11202
1010
# TODO remove once upgrading to Loom 1.10
1111
# fabric-api 1.21.5 was built with Loom 1.10, seems to work well enough in dev with our current 1.7 though
1212
loom.ignoreDependencyLoomVersionValidation=true
13-
version=1.3.5.10
13+
version=1.3.5.11

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
universalcraft = "389"
2+
universalcraft = "394"
33
elementa = "700"
44
vigilance = "306"
55
mixinextras = "0.3.5"

src/main/kotlin/gg/essential/util/GuiEssentialPlatformImpl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ class GuiEssentialPlatformImpl : GuiEssentialPlatform {
341341
override val mcFrameBufferDepthTexture: GpuTexture?
342342
//#if MC>=12105
343343
//$$ get() = MinecraftClient.getInstance().framebuffer.let { UnownedGlGpuTexture(GpuTexture.Format.DEPTH32, (it.depthAttachment as GlTexture).glId, it.textureWidth, it.textureHeight) }
344-
//#elseif MC>=11600
345-
//$$ get() = Minecraft.getInstance().framebuffer.let { UnownedGlGpuTexture(GpuTexture.Format.DEPTH32, it.func_242997_g(), it.framebufferTextureWidth, it.framebufferTextureHeight) }
346344
//#else
347345
get() = null
348346
//#endif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81b187f741
1+
c76e773d16

0 commit comments

Comments
 (0)