mirror of
https://github.com/FabricMC/fabric.git
synced 2025-07-28 15:09:35 -04:00
update to 19w03c
This commit is contained in:
parent
113fc3c3a4
commit
447331e67e
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ targetCompatibility = 1.8
|
|||
archivesBaseName = "fabric"
|
||||
|
||||
def baseVersion = "0.1.4"
|
||||
def mcVersion = "19w03a"
|
||||
def mcVersion = "19w03c"
|
||||
|
||||
def ENV = System.getenv()
|
||||
version = baseVersion + "." + (ENV.BUILD_NUMBER ?: "local")
|
||||
|
@ -38,8 +38,8 @@ minecraft {
|
|||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$mcVersion"
|
||||
mappings "net.fabricmc:yarn:$mcVersion.5"
|
||||
modCompile "net.fabricmc:fabric-loader:0.3.2.96"
|
||||
mappings "net.fabricmc:yarn:$mcVersion.4"
|
||||
modCompile "net.fabricmc:fabric-loader:0.3.3.98"
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
|
|
|
@ -25,9 +25,9 @@ import java.util.Map;
|
|||
@Mixin(KeyBinding.class)
|
||||
public class MixinKeyBinding {
|
||||
@Shadow
|
||||
private static Map<String, Integer> field_1656;
|
||||
private static Map<String, Integer> categoryOrderMap;
|
||||
|
||||
private static Map<String, Integer> fabric_getCategoryMap() {
|
||||
return field_1656;
|
||||
return categoryOrderMap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue