forked from virt-mirrors/Sit
access widener
This commit is contained in:
parent
137cca0c4c
commit
a3467437a4
3 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,10 @@ repositories {
|
||||||
maven { url "https://maven.isxander.dev/releases" }
|
maven { url "https://maven.isxander.dev/releases" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
loom {
|
||||||
|
accessWidenerPath = file("src/main/resources/sit!.accesswidener")
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"modmenu": "*"
|
"modmenu": "*"
|
||||||
},
|
},
|
||||||
|
"accessWidener": "sit!.accesswidener",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"sit!.mixins.json"
|
"sit!.mixins.json"
|
||||||
]
|
]
|
||||||
|
|
3
src/main/resources/sit!.accesswidener
Normal file
3
src/main/resources/sit!.accesswidener
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
accessWidener v2 named
|
||||||
|
|
||||||
|
accessible field net/minecraft/state/State PROPERTY_MAP_PRINTER Ljava/util/function/Function;
|
Loading…
Add table
Add a link
Reference in a new issue