added access stuff
This commit is contained in:
parent
e93b25c672
commit
1473044456
|
|
@ -28,6 +28,10 @@ repositories {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
loom {
|
||||||
|
accessWidenerPath = file("src/main/resources/webdisplays.accesswidener")
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// To change the versions see the gradle.properties file
|
// To change the versions see the gradle.properties file
|
||||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||||
|
|
|
||||||
1
src/main/resources/META-INF/accessstransformer.cfg
Normal file
1
src/main/resources/META-INF/accessstransformer.cfg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
public net.minecraft.client.gui.components.EditBox m94216()I # getMaxLength
|
||||||
2
src/main/resources/webdisplays.accesswidener
Normal file
2
src/main/resources/webdisplays.accesswidener
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
accessWidener v1 named
|
||||||
|
accessible method net/minecraft/client/gui/components/EditBox getMaxLength ()I
|
||||||
Loading…
Reference in New Issue
Block a user