diff options
| author | isXander <xandersmith2008@gmail.com> | 2023-03-15 18:07:44 +0000 |
|---|---|---|
| committer | isXander <xandersmith2008@gmail.com> | 2023-03-15 18:07:44 +0000 |
| commit | c02229186aa13b1d699e2d00d24865260f158a54 (patch) | |
| tree | 253a1b6adb72ef4299bc256b03482dd4b79d41c1 /src/main | |
| parent | c8a86cff89aa9072b6917c628406d3a06f4934ae (diff) | |
| parent | e51e9bc95e2e271c8d55b063f9117eda0a100ab0 (diff) | |
| download | YetAnotherConfigLib-c02229186aa13b1d699e2d00d24865260f158a54.tar.gz YetAnotherConfigLib-c02229186aa13b1d699e2d00d24865260f158a54.tar.bz2 YetAnotherConfigLib-c02229186aa13b1d699e2d00d24865260f158a54.zip | |
Merge branch 'update/1.19.4' into 1.19.x/dev
# Conflicts:
# build.gradle.kts
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | src/main/resources/yacl.accesswidener | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f7cd01a..cc2e6b9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,7 +20,7 @@ }, "depends": { "fabricloader": ">=0.14.0", - "minecraft": "~1.19.3", + "minecraft": "~1.19.4", "java": ">=17", "fabric-resource-loader-v0": "*" }, diff --git a/src/main/resources/yacl.accesswidener b/src/main/resources/yacl.accesswidener index 99093ea..3a65a38 100644 --- a/src/main/resources/yacl.accesswidener +++ b/src/main/resources/yacl.accesswidener @@ -2,3 +2,5 @@ accessWidener v1 named extendable method net/minecraft/client/gui/components/AbstractSelectionList children ()Ljava/util/List; extendable method net/minecraft/client/gui/components/AbstractSelectionList getEntryAtPosition (DD)Lnet/minecraft/client/gui/components/AbstractSelectionList$Entry; +accessible class net/minecraft/client/gui/components/AbstractSelectionList$Entry +extendable method net/minecraft/client/gui/components/AbstractButton getTextureY ()I |
