mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
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" }
|
||||
}
|
||||
|
||||
loom {
|
||||
accessWidenerPath = file("src/main/resources/sit!.accesswidener")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
"suggests": {
|
||||
"modmenu": "*"
|
||||
},
|
||||
"accessWidener": "sit!.accesswidener",
|
||||
"mixins": [
|
||||
"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