Skip to content

Commit

Permalink
Version 1.3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EssentialGGBot committed May 4, 2024
1 parent 34c4b33 commit 3432e3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog/release-1.3.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Title: Bug Patch
Summary: Minor bug fixes

## Compatibility
- Fixed game freezing with "Entity Texture Features" mod
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ org.gradle.configureondemand=true
org.gradle.parallel.threads=128
org.gradle.jvmargs=-Xmx16G
minecraftVersion=11202
version=1.3.2.1+gb6bc6abcb6
version=1.3.2.2+gc6bc4f09d7
2 changes: 0 additions & 2 deletions src/main/kotlin/gg/essential/util/helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import gg.essential.gui.screenshot.components.ScreenshotBrowser
import gg.essential.gui.screenshot.components.ScreenshotProperties
import gg.essential.universal.UDesktop
import gg.essential.universal.UMinecraft
import gg.essential.util.resource.EssentialAssetResourcePack
import net.minecraft.client.gui.GuiOptions
import net.minecraft.client.resources.FileResourcePack
import net.minecraft.client.resources.FolderResourcePack
Expand Down Expand Up @@ -193,7 +192,6 @@ sealed interface CodeSource {
}

fun addEssentialResourcePack(consumer: Consumer<IResourcePack>) {
consumer.accept(EssentialAssetResourcePack(Essential.getInstance().connectionManager.cosmeticsManager.assetLoader))

//#if MC>=12005
//$$ val info = makePackInfo("essential")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import java.awt.image.BufferedImage
* This resource pack will then respond to all resource request within the `essential` domain where the file name is the
* hash of one of the registered resources. In particular it does not care about the folder nor the extension of the
* requested path. This allows it to be used with vanilla functions which prepend folders or force a specific extension.
* FIXME this confuses third-party mods (in particular ETF), needs to be done differently
*
* If an asset is not yet loaded by the time it is requested from the resource pack, its priority will be increased to
* [Blocking][AssetLoader.Priority.Blocking].
Expand Down

0 comments on commit 3432e3d

Please sign in to comment.