diff options
author | xander <xander@isxander.dev> | 2022-09-04 18:29:32 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-04 18:29:38 +0100 |
commit | 89f4185969e347c8649dea58bf85a09aad9d9983 (patch) | |
tree | be1aa640ce099558f3f1ca7f7943b98a54584af0 /src/main/resources | |
parent | 80a9a0e744ed2bf3c00c75b2d6edc25bd93801a2 (diff) | |
download | YetAnotherConfigLib-89f4185969e347c8649dea58bf85a09aad9d9983.tar.gz YetAnotherConfigLib-89f4185969e347c8649dea58bf85a09aad9d9983.tar.bz2 YetAnotherConfigLib-89f4185969e347c8649dea58bf85a09aad9d9983.zip |
collapsible groups, string controller
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 1 | ||||
-rw-r--r-- | src/main/resources/yacl.accesswidener | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index dba6e5a..fc5a14f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,6 +26,7 @@ "mixins": [ "yet-another-config-lib.mixins.json" ], + "accessWidener": "yacl.accesswidener", "custom": { "modmenu": { "badges": ["library"] diff --git a/src/main/resources/yacl.accesswidener b/src/main/resources/yacl.accesswidener new file mode 100644 index 0000000..b43aaf3 --- /dev/null +++ b/src/main/resources/yacl.accesswidener @@ -0,0 +1,3 @@ +accessWidener v1 named + +extendable method net/minecraft/client/gui/widget/EntryListWidget children ()Ljava/util/List; |