Initial 1.11 release update.
This commit is contained in:
parent
4e6a774075
commit
c459b87ec9
34 changed files with 849 additions and 69 deletions
|
@ -26,7 +26,7 @@ apply plugin: "maven"
|
||||||
apply plugin: "net.minecraftforge.gradle.patcher"
|
apply plugin: "net.minecraftforge.gradle.patcher"
|
||||||
apply plugin: "net.minecraftforge.gradle.launch4j"
|
apply plugin: "net.minecraftforge.gradle.launch4j"
|
||||||
|
|
||||||
minecraft.version = "1.11-pre1"
|
minecraft.version = "1.11"
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
mappings = 'snapshot_nodoc_20161111'
|
mappings = 'snapshot_nodoc_20161111'
|
||||||
|
@ -34,7 +34,7 @@ minecraft {
|
||||||
versionJson = "jsons/${minecraft.version}-dev.json"
|
versionJson = "jsons/${minecraft.version}-dev.json"
|
||||||
buildUserdev = true
|
buildUserdev = true
|
||||||
buildInstaller = true
|
buildInstaller = true
|
||||||
installerVersion = "1.4"
|
installerVersion = "1.5"
|
||||||
|
|
||||||
def common = {
|
def common = {
|
||||||
patchPrefixOriginal "../src-base/minecraft"
|
patchPrefixOriginal "../src-base/minecraft"
|
||||||
|
|
92
jsons/1.11-dev.json
Normal file
92
jsons/1.11-dev.json
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
{
|
||||||
|
"id": "@minecraft_version@-@project@@version@",
|
||||||
|
"time": "@timestamp@",
|
||||||
|
"releaseTime": "1960-01-01T00:00:00-0700",
|
||||||
|
"type": "release",
|
||||||
|
"inheritsFrom": "1.11",
|
||||||
|
"minecraftArguments": "--version FML_DEV --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker",
|
||||||
|
"libraries": [
|
||||||
|
{
|
||||||
|
"name": "net.minecraft:launchwrapper:1.12"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "jline:jline:2.13",
|
||||||
|
"children": ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.code.findbugs:jsr305:1.3.9",
|
||||||
|
"children": ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm-debug-all:5.0.3",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.typesafe.akka:akka-actor_2.11:2.3.3",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.typesafe:config:1.2.1",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-actors-migration_2.11:1.1.0",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-compiler:2.11.1",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-library:2.11.1",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.modules:scala-parser-combinators_2.11:1.0.1",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-reflect:2.11.1",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.modules:scala-swing_2.11:1.0.1",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.modules:scala-xml_2.11:1.0.2",
|
||||||
|
"children" : ["sources"],
|
||||||
|
"url" : "http://repo.maven.apache.org/maven2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lzma:lzma:0.0.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "java3d:vecmath:1.5.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.sf.trove4j:trove4j:3.0.3"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
139
jsons/1.11-rel.json
Normal file
139
jsons/1.11-rel.json
Normal file
|
@ -0,0 +1,139 @@
|
||||||
|
{
|
||||||
|
"install": {
|
||||||
|
"profileName": "@project@",
|
||||||
|
"target":"@minecraft_version@-@project@@version@",
|
||||||
|
"path":"@artifact@",
|
||||||
|
"version":"@project@ @version@",
|
||||||
|
"filePath":"@universal_jar@",
|
||||||
|
"welcome":"Welcome to the simple @project@ installer.",
|
||||||
|
"minecraft":"@minecraft_version@",
|
||||||
|
"mirrorList" : "http://files.minecraftforge.net/mirror-brand.list",
|
||||||
|
"logo":"/big_logo.png"
|
||||||
|
},
|
||||||
|
"versionInfo": {
|
||||||
|
"id": "@minecraft_version@-@project@@version@",
|
||||||
|
"time": "@timestamp@",
|
||||||
|
"releaseTime": "1960-01-01T00:00:00-0700",
|
||||||
|
"type": "release",
|
||||||
|
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge",
|
||||||
|
"mainClass": "net.minecraft.launchwrapper.Launch",
|
||||||
|
"inheritsFrom": "1.11",
|
||||||
|
"jar": "1.11",
|
||||||
|
"libraries": [
|
||||||
|
{
|
||||||
|
"name": "@artifact@",
|
||||||
|
"url": "http://files.minecraftforge.net/maven/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.minecraft:launchwrapper:1.12",
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.ow2.asm:asm-all:5.0.3",
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "jline:jline:2.13",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "2d9530d0a25daffaffda7c35037b046b627bb171" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.typesafe.akka:akka-actor_2.11:2.3.3",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "ed62e9fc709ca0f2ff1a3220daa8b70a2870078e", "25a86ccfdb6f6dfe08971f4825d0a01be83a6f2e" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.typesafe:config:1.2.1",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "f771f71fdae3df231bcd54d5ca2d57f0bf93f467", "7d7bc36df0989d72f2d5d057309675777acc528b" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-actors-migration_2.11:1.1.0",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f", "8c9aaeeb68487ca519411a14068e1b4d69739207" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-compiler:2.11.1",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "56ea2e6c025e0821f28d73ca271218b8dd04926a", "1444992390544ba3780867a13ff696a89d7d1639" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "87213338cd5a153a7712cb574c0ddd2edfee0386", "0b4c1bf8d48993f138d6e10c0c144e50acfff581" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "1f7371605d4ba42aa26d3443440c0083c587b4e9", "1ea655dda4504ae0a367327e2340cd3beaee6c73" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-library:2.11.1",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "0e11da23da3eabab9f4777b9220e60d44c1aab6a", "1e4df76e835201c6eabd43adca89ab11f225f134" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-parser-combinators_2.11:1.0.1",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "f05d7345bf5a58924f2837c6c1f4d73a938e1ff0", "a1cbbcbde1dcc614f4253ed1aa0b320bc78d8f1d" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-reflect:2.11.1",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "6580347e61cc7f8e802941e7fde40fa83b8badeb", "91ce0f0be20f4a536321724b4b3bbc6530ddcd88" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-swing_2.11:1.0.1",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "b1cdd92bd47b1e1837139c1c53020e86bb9112ae", "d77152691dcf5bbdb00529af37aa7d3d887b3e63" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.scala-lang:scala-xml_2.11:1.0.2",
|
||||||
|
"url" : "http://files.minecraftforge.net/maven/",
|
||||||
|
"checksums" : [ "7a80ec00aec122fba7cd4e0d4cdd87ff7e4cb6d0", "62736b01689d56b6d09a0164b7ef9da2b0b9633d" ],
|
||||||
|
"serverreq":true,
|
||||||
|
"clientreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lzma:lzma:0.0.1",
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.sf.jopt-simple:jopt-simple:4.6",
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "java3d:vecmath:1.5.2",
|
||||||
|
"clientreq":true,
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.sf.trove4j:trove4j:3.0.3",
|
||||||
|
"clientreq":true,
|
||||||
|
"serverreq":true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
563
jsons/1.11.json
Normal file
563
jsons/1.11.json
Normal file
|
@ -0,0 +1,563 @@
|
||||||
|
{
|
||||||
|
"assetIndex": {
|
||||||
|
"id": "1.11",
|
||||||
|
"sha1": "e02b8fba4390e173057895c56ecc91e3ce3bbd40",
|
||||||
|
"size": 157392,
|
||||||
|
"url": "https://launchermeta.mojang.com/mc/assets/1.11/e02b8fba4390e173057895c56ecc91e3ce3bbd40/1.11.json",
|
||||||
|
"totalSize": 124275381
|
||||||
|
},
|
||||||
|
"assets": "1.11",
|
||||||
|
"downloads": {
|
||||||
|
"client": {
|
||||||
|
"sha1": "780e46b3a96091a7f42c028c615af45974629072",
|
||||||
|
"size": 9183701,
|
||||||
|
"url": "https://launcher.mojang.com/mc/game/1.11/client/780e46b3a96091a7f42c028c615af45974629072/client.jar"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"sha1": "48820c84cb1ed502cb5b2fe23b8153d5e4fa61c0",
|
||||||
|
"size": 9713666,
|
||||||
|
"url": "https://launcher.mojang.com/mc/game/1.11/server/48820c84cb1ed502cb5b2fe23b8153d5e4fa61c0/server.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "1.11",
|
||||||
|
"libraries": [
|
||||||
|
{
|
||||||
|
"name": "com.mojang:netty:1.6",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 7877,
|
||||||
|
"sha1": "4b75825a06139752bd800d9e29c5fd55b8b1b1e4",
|
||||||
|
"path": "com/mojang/netty/1.6/netty-1.6.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/mojang/netty/1.6/netty-1.6.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "oshi-project:oshi-core:1.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 30973,
|
||||||
|
"sha1": "9ddf7b048a8d701be231c0f4f95fd986198fd2d8",
|
||||||
|
"path": "oshi-project/oshi-core/1.1/oshi-core-1.1.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/oshi-project/oshi-core/1.1/oshi-core-1.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.java.dev.jna:jna:3.4.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 1008730,
|
||||||
|
"sha1": "803ff252fedbd395baffd43b37341dc4a150a554",
|
||||||
|
"path": "net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.java.dev.jna:platform:3.4.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 913436,
|
||||||
|
"sha1": "e3f70017be8100d3d6923f50b3d2ee17714e9c13",
|
||||||
|
"path": "net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.ibm.icu:icu4j-core-mojang:51.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 1634692,
|
||||||
|
"sha1": "63d216a9311cca6be337c1e458e587f99d382b84",
|
||||||
|
"path": "com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.sf.jopt-simple:jopt-simple:4.6",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 62477,
|
||||||
|
"sha1": "306816fb57cf94f108a43c95731b08934dcae15c",
|
||||||
|
"path": "net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.paulscode:codecjorbis:20101023",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 103871,
|
||||||
|
"sha1": "c73b5636faf089d9f00e8732a829577de25237ee",
|
||||||
|
"path": "com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.paulscode:codecwav:20101023",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 5618,
|
||||||
|
"sha1": "12f031cfe88fef5c1dd36c563c0a3a69bd7261da",
|
||||||
|
"path": "com/paulscode/codecwav/20101023/codecwav-20101023.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/paulscode/codecwav/20101023/codecwav-20101023.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.paulscode:libraryjavasound:20101123",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 21679,
|
||||||
|
"sha1": "5c5e304366f75f9eaa2e8cca546a1fb6109348b3",
|
||||||
|
"path": "com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.paulscode:librarylwjglopenal:20100824",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 18981,
|
||||||
|
"sha1": "73e80d0794c39665aec3f62eee88ca91676674ef",
|
||||||
|
"path": "com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.paulscode:soundsystem:20120107",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 65020,
|
||||||
|
"sha1": "419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6",
|
||||||
|
"path": "com/paulscode/soundsystem/20120107/soundsystem-20120107.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.netty:netty-all:4.0.23.Final",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 1779991,
|
||||||
|
"sha1": "0294104aaf1781d6a56a07d561e792c5d0c95f45",
|
||||||
|
"path": "io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.guava:guava:17.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 2243036,
|
||||||
|
"sha1": "9c6ef172e8de35fd8d4d8783e4821e57cdef7445",
|
||||||
|
"path": "com/google/guava/guava/17.0/guava-17.0.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/guava/guava/17.0/guava-17.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.commons:commons-lang3:3.3.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 412739,
|
||||||
|
"sha1": "90a3822c38ec8c996e84c16a3477ef632cbc87a3",
|
||||||
|
"path": "org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "commons-io:commons-io:2.4",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 185140,
|
||||||
|
"sha1": "b1b6ea3b7e4aa4f492509a4952029cd8e48019ad",
|
||||||
|
"path": "commons-io/commons-io/2.4/commons-io-2.4.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/commons-io/commons-io/2.4/commons-io-2.4.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "commons-codec:commons-codec:1.9",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 263965,
|
||||||
|
"sha1": "9ce04e34240f674bc72680f8b843b1457383161a",
|
||||||
|
"path": "commons-codec/commons-codec/1.9/commons-codec-1.9.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.java.jinput:jinput:2.0.5",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 208338,
|
||||||
|
"sha1": "39c7796b469a600f72380316f6b1f11db6c2c7c4",
|
||||||
|
"path": "net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "net.java.jutils:jutils:1.0.0",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 7508,
|
||||||
|
"sha1": "e12fe1fda814bd348c1579329c86943d2cd3c6a6",
|
||||||
|
"path": "net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.google.code.gson:gson:2.2.4",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 190432,
|
||||||
|
"sha1": "a60a5e993c98c864010053cb901b7eab25306568",
|
||||||
|
"path": "com/google/code/gson/gson/2.2.4/gson-2.2.4.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.mojang:authlib:1.5.24",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 64353,
|
||||||
|
"sha1": "0889ff5477b844800cff734babbf42c1bbda4b10",
|
||||||
|
"path": "com/mojang/authlib/1.5.24/authlib-1.5.24.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/mojang/authlib/1.5.24/authlib-1.5.24.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "com.mojang:realms:1.10.3",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 3024330,
|
||||||
|
"sha1": "36df12c4c7d6634ef763d0adcbd0955020c56e5e",
|
||||||
|
"path": "com/mojang/realms/1.10.3/realms-1.10.3.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/com/mojang/realms/1.10.3/realms-1.10.3.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.commons:commons-compress:1.8.1",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 365552,
|
||||||
|
"sha1": "a698750c16740fd5b3871425f4cb3bbaa87f529d",
|
||||||
|
"path": "org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.httpcomponents:httpclient:4.3.3",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 589512,
|
||||||
|
"sha1": "18f4247ff4572a074444572cee34647c43e7c9c7",
|
||||||
|
"path": "org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "commons-logging:commons-logging:1.1.3",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 62050,
|
||||||
|
"sha1": "f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f",
|
||||||
|
"path": "commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.httpcomponents:httpcore:4.3.2",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 282269,
|
||||||
|
"sha1": "31fbbff1ddbf98f3aa7377c94d33b0447c646b6e",
|
||||||
|
"path": "org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "it.unimi.dsi:fastutil:7.0.12_mojang",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 522306,
|
||||||
|
"sha1": "ba787e741efdc425fc5d2ea654b57c15fba27efa",
|
||||||
|
"path": "it/unimi/dsi/fastutil/7.0.12_mojang/fastutil-7.0.12_mojang.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/it/unimi/dsi/fastutil/7.0.12_mojang/fastutil-7.0.12_mojang.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.logging.log4j:log4j-api:2.0-beta9",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 108161,
|
||||||
|
"sha1": "1dd66e68cccd907880229f9e2de1314bd13ff785",
|
||||||
|
"path": "org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.apache.logging.log4j:log4j-core:2.0-beta9",
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 681134,
|
||||||
|
"sha1": "678861ba1b2e1fccb594bb0ca03114bb05da9695",
|
||||||
|
"path": "org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.lwjgl.lwjgl:lwjgl:2.9.4-nightly-20150209",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "disallow",
|
||||||
|
"os": {
|
||||||
|
"name": "osx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 1047168,
|
||||||
|
"sha1": "697517568c68e78ae0b4544145af031c81082dfe",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "disallow",
|
||||||
|
"os": {
|
||||||
|
"name": "osx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 173887,
|
||||||
|
"sha1": "d51a7c040a721d13efdfbd34f8b257b2df882ad0",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extract": {
|
||||||
|
"exclude": [
|
||||||
|
"META-INF/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209",
|
||||||
|
"natives": {
|
||||||
|
"linux": "natives-linux",
|
||||||
|
"osx": "natives-osx",
|
||||||
|
"windows": "natives-windows"
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "disallow",
|
||||||
|
"os": {
|
||||||
|
"name": "osx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"downloads": {
|
||||||
|
"classifiers": {
|
||||||
|
"natives-linux": {
|
||||||
|
"size": 578680,
|
||||||
|
"sha1": "931074f46c795d2f7b30ed6395df5715cfd7675b",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar"
|
||||||
|
},
|
||||||
|
"natives-osx": {
|
||||||
|
"size": 426822,
|
||||||
|
"sha1": "bcab850f8f487c3f4c4dbabde778bb82bd1a40ed",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar"
|
||||||
|
},
|
||||||
|
"natives-windows": {
|
||||||
|
"size": 613748,
|
||||||
|
"sha1": "b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"artifact": {
|
||||||
|
"size": 22,
|
||||||
|
"sha1": "b04f3ee8f5e43fa3b162981b50bb72fe1acabb33",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"os": {
|
||||||
|
"name": "osx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 1045632,
|
||||||
|
"sha1": "7707204c9ffa5d91662de95f0a224e2f721b22af",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl/2.9.2-nightly-20140822/lwjgl-2.9.2-nightly-20140822.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl/2.9.2-nightly-20140822/lwjgl-2.9.2-nightly-20140822.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"os": {
|
||||||
|
"name": "osx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"downloads": {
|
||||||
|
"artifact": {
|
||||||
|
"size": 173887,
|
||||||
|
"sha1": "f0e612c840a7639c1f77f68d72a28dae2f0c8490",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl_util/2.9.2-nightly-20140822/lwjgl_util-2.9.2-nightly-20140822.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl_util/2.9.2-nightly-20140822/lwjgl_util-2.9.2-nightly-20140822.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extract": {
|
||||||
|
"exclude": [
|
||||||
|
"META-INF/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822",
|
||||||
|
"natives": {
|
||||||
|
"linux": "natives-linux",
|
||||||
|
"osx": "natives-osx",
|
||||||
|
"windows": "natives-windows"
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"os": {
|
||||||
|
"name": "osx"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"downloads": {
|
||||||
|
"classifiers": {
|
||||||
|
"natives-linux": {
|
||||||
|
"size": 578539,
|
||||||
|
"sha1": "d898a33b5d0a6ef3fed3a4ead506566dce6720a5",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.2-nightly-20140822/lwjgl-platform-2.9.2-nightly-20140822-natives-linux.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.2-nightly-20140822/lwjgl-platform-2.9.2-nightly-20140822-natives-linux.jar"
|
||||||
|
},
|
||||||
|
"natives-osx": {
|
||||||
|
"size": 468116,
|
||||||
|
"sha1": "79f5ce2fea02e77fe47a3c745219167a542121d7",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.2-nightly-20140822/lwjgl-platform-2.9.2-nightly-20140822-natives-osx.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.2-nightly-20140822/lwjgl-platform-2.9.2-nightly-20140822-natives-osx.jar"
|
||||||
|
},
|
||||||
|
"natives-windows": {
|
||||||
|
"size": 613680,
|
||||||
|
"sha1": "78b2a55ce4dc29c6b3ec4df8ca165eba05f9b341",
|
||||||
|
"path": "org/lwjgl/lwjgl/lwjgl-platform/2.9.2-nightly-20140822/lwjgl-platform-2.9.2-nightly-20140822-natives-windows.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.2-nightly-20140822/lwjgl-platform-2.9.2-nightly-20140822-natives-windows.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extract": {
|
||||||
|
"exclude": [
|
||||||
|
"META-INF/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "net.java.jinput:jinput-platform:2.0.5",
|
||||||
|
"natives": {
|
||||||
|
"linux": "natives-linux",
|
||||||
|
"osx": "natives-osx",
|
||||||
|
"windows": "natives-windows"
|
||||||
|
},
|
||||||
|
"downloads": {
|
||||||
|
"classifiers": {
|
||||||
|
"natives-linux": {
|
||||||
|
"size": 10362,
|
||||||
|
"sha1": "7ff832a6eb9ab6a767f1ade2b548092d0fa64795",
|
||||||
|
"path": "net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar"
|
||||||
|
},
|
||||||
|
"natives-osx": {
|
||||||
|
"size": 12186,
|
||||||
|
"sha1": "53f9c919f34d2ca9de8c51fc4e1e8282029a9232",
|
||||||
|
"path": "net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar"
|
||||||
|
},
|
||||||
|
"natives-windows": {
|
||||||
|
"size": 155179,
|
||||||
|
"sha1": "385ee093e01f587f30ee1c8a2ee7d408fd732e16",
|
||||||
|
"path": "net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar",
|
||||||
|
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"logging": {
|
||||||
|
"client": {
|
||||||
|
"file": {
|
||||||
|
"id": "client-1.7.xml",
|
||||||
|
"sha1": "49e2e41bc339698bd8199e0da9398c926e68c95d",
|
||||||
|
"size": 467,
|
||||||
|
"url": "https://launchermeta.mojang.com/mc/log_configs/client-1.7.xml/49e2e41bc339698bd8199e0da9398c926e68c95d/client-1.7.xml"
|
||||||
|
},
|
||||||
|
"argument": "-Dlog4j.configurationFile=${path}",
|
||||||
|
"type": "log4j2-xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mainClass": "net.minecraft.client.main.Main",
|
||||||
|
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
|
||||||
|
"minimumLauncherVersion": 18,
|
||||||
|
"releaseTime": "2016-11-14T14:34:40+00:00",
|
||||||
|
"time": "2016-11-15T10:00:11+00:00",
|
||||||
|
"type": "release"
|
||||||
|
}
|
|
@ -269,9 +269,9 @@
|
||||||
SocketAddress socketaddress = this.field_71437_Z.func_147137_ag().func_151270_a();
|
SocketAddress socketaddress = this.field_71437_Z.func_147137_ag().func_151270_a();
|
||||||
NetworkManager networkmanager = NetworkManager.func_150722_a(socketaddress);
|
NetworkManager networkmanager = NetworkManager.func_150722_a(socketaddress);
|
||||||
networkmanager.func_150719_a(new NetHandlerLoginClient(networkmanager, this, (GuiScreen)null));
|
networkmanager.func_150719_a(new NetHandlerLoginClient(networkmanager, this, (GuiScreen)null));
|
||||||
- networkmanager.func_179290_a(new C00Handshake(314, socketaddress.toString(), 0, EnumConnectionState.LOGIN));
|
- networkmanager.func_179290_a(new C00Handshake(315, socketaddress.toString(), 0, EnumConnectionState.LOGIN));
|
||||||
- networkmanager.func_179290_a(new CPacketLoginStart(this.func_110432_I().func_148256_e()));
|
- networkmanager.func_179290_a(new CPacketLoginStart(this.func_110432_I().func_148256_e()));
|
||||||
+ networkmanager.func_179290_a(new C00Handshake(314, socketaddress.toString(), 0, EnumConnectionState.LOGIN, true));
|
+ networkmanager.func_179290_a(new C00Handshake(315, socketaddress.toString(), 0, EnumConnectionState.LOGIN, true));
|
||||||
+ com.mojang.authlib.GameProfile gameProfile = this.func_110432_I().func_148256_e();
|
+ com.mojang.authlib.GameProfile gameProfile = this.func_110432_I().func_148256_e();
|
||||||
+ if (!this.func_110432_I().hasCachedProperties())
|
+ if (!this.func_110432_I().hasCachedProperties())
|
||||||
+ {
|
+ {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- ../src-base/minecraft/net/minecraft/client/gui/ServerListEntryNormal.java
|
--- ../src-base/minecraft/net/minecraft/client/gui/ServerListEntryNormal.java
|
||||||
+++ ../src-work/minecraft/net/minecraft/client/gui/ServerListEntryNormal.java
|
+++ ../src-work/minecraft/net/minecraft/client/gui/ServerListEntryNormal.java
|
||||||
@@ -82,7 +82,7 @@
|
@@ -82,7 +82,7 @@
|
||||||
boolean flag1 = this.field_148301_e.field_82821_f < 314;
|
boolean flag1 = this.field_148301_e.field_82821_f < 315;
|
||||||
boolean flag2 = flag || flag1;
|
boolean flag2 = flag || flag1;
|
||||||
this.field_148300_d.field_71466_p.func_78276_b(this.field_148301_e.field_78847_a, p_180790_2_ + 32 + 3, p_180790_3_ + 1, 16777215);
|
this.field_148300_d.field_71466_p.func_78276_b(this.field_148301_e.field_78847_a, p_180790_2_ + 32 + 3, p_180790_3_ + 1, 16777215);
|
||||||
- List<String> list = this.field_148300_d.field_71466_p.func_78271_c(this.field_148301_e.field_78843_d, p_180790_4_ - 32 - 2);
|
- List<String> list = this.field_148300_d.field_71466_p.func_78271_c(this.field_148301_e.field_78843_d, p_180790_4_ - 32 - 2);
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
inetaddress = InetAddress.getByName(p_146367_1_);
|
inetaddress = InetAddress.getByName(p_146367_1_);
|
||||||
GuiConnecting.this.field_146371_g = NetworkManager.func_181124_a(inetaddress, p_146367_2_, GuiConnecting.this.field_146297_k.field_71474_y.func_181148_f());
|
GuiConnecting.this.field_146371_g = NetworkManager.func_181124_a(inetaddress, p_146367_2_, GuiConnecting.this.field_146297_k.field_71474_y.func_181148_f());
|
||||||
GuiConnecting.this.field_146371_g.func_150719_a(new NetHandlerLoginClient(GuiConnecting.this.field_146371_g, GuiConnecting.this.field_146297_k, GuiConnecting.this.field_146374_i));
|
GuiConnecting.this.field_146371_g.func_150719_a(new NetHandlerLoginClient(GuiConnecting.this.field_146371_g, GuiConnecting.this.field_146297_k, GuiConnecting.this.field_146374_i));
|
||||||
- GuiConnecting.this.field_146371_g.func_179290_a(new C00Handshake(314, p_146367_1_, p_146367_2_, EnumConnectionState.LOGIN));
|
- GuiConnecting.this.field_146371_g.func_179290_a(new C00Handshake(315, p_146367_1_, p_146367_2_, EnumConnectionState.LOGIN));
|
||||||
+ GuiConnecting.this.field_146371_g.func_179290_a(new C00Handshake(314, p_146367_1_, p_146367_2_, EnumConnectionState.LOGIN, true));
|
+ GuiConnecting.this.field_146371_g.func_179290_a(new C00Handshake(315, p_146367_1_, p_146367_2_, EnumConnectionState.LOGIN, true));
|
||||||
GuiConnecting.this.field_146371_g.func_179290_a(new CPacketLoginStart(GuiConnecting.this.field_146297_k.func_110432_I().func_148256_e()));
|
GuiConnecting.this.field_146371_g.func_179290_a(new CPacketLoginStart(GuiConnecting.this.field_146297_k.func_110432_I().func_148256_e()));
|
||||||
}
|
}
|
||||||
catch (UnknownHostException unknownhostexception)
|
catch (UnknownHostException unknownhostexception)
|
||||||
|
|
|
@ -184,9 +184,9 @@
|
||||||
return actionresult.func_188397_a();
|
return actionresult.func_188397_a();
|
||||||
@@ -500,6 +540,7 @@
|
@@ -500,6 +540,7 @@
|
||||||
this.func_78750_j();
|
this.func_78750_j();
|
||||||
Vec3d vec3d = new Vec3d(p_184120_3_.field_72307_f.field_72450_a - p_184120_2_.field_70165_t, p_184120_3_.field_72307_f.field_72448_b - p_184120_2_.field_70163_u, p_184120_3_.field_72307_f.field_72449_c - p_184120_2_.field_70161_v);
|
Vec3d vec3d = new Vec3d(p_187102_3_.field_72307_f.field_72450_a - p_187102_2_.field_70165_t, p_187102_3_.field_72307_f.field_72448_b - p_187102_2_.field_70163_u, p_187102_3_.field_72307_f.field_72449_c - p_187102_2_.field_70161_v);
|
||||||
this.field_78774_b.func_147297_a(new CPacketUseEntity(p_184120_2_, p_184120_4_, vec3d));
|
this.field_78774_b.func_147297_a(new CPacketUseEntity(p_187102_2_, p_187102_4_, vec3d));
|
||||||
+ if(net.minecraftforge.common.ForgeHooks.onInteractEntityAt(p_184120_1_, p_184120_2_, p_184120_3_, p_184120_4_)) return EnumActionResult.PASS;
|
+ if(net.minecraftforge.common.ForgeHooks.onInteractEntityAt(p_187102_1_, p_187102_2_, p_187102_3_, p_187102_4_)) return EnumActionResult.PASS;
|
||||||
return this.field_78779_k == GameType.SPECTATOR ? EnumActionResult.PASS : p_184120_2_.func_184199_a(p_184120_1_, vec3d, p_184120_4_);
|
return this.field_78779_k == GameType.SPECTATOR ? EnumActionResult.PASS : p_187102_2_.func_184199_a(p_187102_1_, vec3d, p_187102_4_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
- networkmanager.func_179290_a(new C00Handshake(314, serveraddress.func_78861_a(), serveraddress.func_78864_b(), EnumConnectionState.STATUS));
|
- networkmanager.func_179290_a(new C00Handshake(315, serveraddress.func_78861_a(), serveraddress.func_78864_b(), EnumConnectionState.STATUS));
|
||||||
+ networkmanager.func_179290_a(new C00Handshake(314, serveraddress.func_78861_a(), serveraddress.func_78864_b(), EnumConnectionState.STATUS, true));
|
+ networkmanager.func_179290_a(new C00Handshake(315, serveraddress.func_78861_a(), serveraddress.func_78864_b(), EnumConnectionState.STATUS, true));
|
||||||
networkmanager.func_179290_a(new CPacketServerQuery());
|
networkmanager.func_179290_a(new CPacketServerQuery());
|
||||||
}
|
}
|
||||||
catch (Throwable throwable)
|
catch (Throwable throwable)
|
||||||
|
|
|
@ -8,18 +8,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean func_70686_a(Class <? extends EntityLivingBase > p_70686_1_)
|
public boolean func_70686_a(Class <? extends EntityLivingBase > p_70686_1_)
|
||||||
@@ -347,9 +348,9 @@
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
- public static void func_189752_a(DataFixer p_189752_0_, Class<?> p_189752_1_)
|
|
||||||
+ public static void func_189752_a(DataFixer p_189752_1_, Class<?> p_189752_2_)
|
|
||||||
{
|
|
||||||
- p_189752_0_.func_188258_a(FixTypes.ENTITY, new ItemStackDataLists(p_189752_1_, new String[] {"ArmorItems", "HandItems"}));
|
|
||||||
+ p_189752_1_.func_188258_a(FixTypes.ENTITY, new ItemStackDataLists(p_189752_2_, new String[] {"ArmorItems", "HandItems"}));
|
|
||||||
}
|
|
||||||
|
|
||||||
public void func_70014_b(NBTTagCompound p_70014_1_)
|
|
||||||
@@ -708,10 +709,22 @@
|
@@ -708,10 +709,22 @@
|
||||||
|
|
||||||
protected void func_70623_bb()
|
protected void func_70623_bb()
|
||||||
|
|
|
@ -205,15 +205,6 @@
|
||||||
double d15 = Math.sqrt(this.field_70159_w * this.field_70159_w + this.field_70179_y * this.field_70179_y);
|
double d15 = Math.sqrt(this.field_70159_w * this.field_70159_w + this.field_70179_y * this.field_70179_y);
|
||||||
|
|
||||||
if (d15 > 0.01D)
|
if (d15 > 0.01D)
|
||||||
@@ -790,7 +816,7 @@
|
|
||||||
return this.func_94100_s() ? axisalignedbb.func_186662_g((double)Math.abs(this.func_94099_q()) / 16.0D) : axisalignedbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
- public static void func_189669_a(DataFixer p_189669_0_, Class<?> p_189669_1_)
|
|
||||||
+ public static void func_189669_a(DataFixer p_189669_1_, Class<?> p_189669_2_)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -830,6 +856,12 @@
|
@@ -830,6 +856,12 @@
|
||||||
|
|
||||||
public void func_70108_f(Entity p_70108_1_)
|
public void func_70108_f(Entity p_70108_1_)
|
||||||
|
|
|
@ -146,7 +146,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
- if (s1 != null)
|
- if (s1 != null)
|
||||||
+ s1 = "entity.Villager." + this.getProfessionForge().getCareer(this.field_175563_bv-1).getName();
|
+ s1 = this.getProfessionForge().getCareer(this.field_175563_bv-1).getName();
|
||||||
{
|
{
|
||||||
ITextComponent itextcomponent = new TextComponentTranslation("entity.Villager." + s1, new Object[0]);
|
ITextComponent itextcomponent = new TextComponentTranslation("entity.Villager." + s1, new Object[0]);
|
||||||
itextcomponent.func_150256_b().func_150209_a(this.func_174823_aP());
|
itextcomponent.func_150256_b().func_150209_a(this.func_174823_aP());
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
- RealmsConnect.this.connection.func_179290_a(new C00Handshake(314, p_connect_1_, p_connect_2_, EnumConnectionState.LOGIN));
|
- RealmsConnect.this.connection.func_179290_a(new C00Handshake(315, p_connect_1_, p_connect_2_, EnumConnectionState.LOGIN));
|
||||||
+ RealmsConnect.this.connection.func_179290_a(new C00Handshake(314, p_connect_1_, p_connect_2_, EnumConnectionState.LOGIN, true));
|
+ RealmsConnect.this.connection.func_179290_a(new C00Handshake(315, p_connect_1_, p_connect_2_, EnumConnectionState.LOGIN, true));
|
||||||
|
|
||||||
if (RealmsConnect.this.aborted)
|
if (RealmsConnect.this.aborted)
|
||||||
{
|
{
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
}
|
}
|
||||||
@@ -122,6 +181,7 @@
|
@@ -122,6 +181,7 @@
|
||||||
nbttagcompound.func_74782_a("Level", nbttagcompound1);
|
nbttagcompound.func_74782_a("Level", nbttagcompound1);
|
||||||
nbttagcompound.func_74768_a("DataVersion", 818);
|
nbttagcompound.func_74768_a("DataVersion", 819);
|
||||||
this.func_75820_a(p_75816_2_, p_75816_1_, nbttagcompound1);
|
this.func_75820_a(p_75816_2_, p_75816_1_, nbttagcompound1);
|
||||||
+ net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.event.world.ChunkDataEvent.Save(p_75816_2_, nbttagcompound));
|
+ net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.event.world.ChunkDataEvent.Save(p_75816_2_, nbttagcompound));
|
||||||
this.func_75824_a(p_75816_2_.func_76632_l(), nbttagcompound);
|
this.func_75824_a(p_75816_2_.func_76632_l(), nbttagcompound);
|
||||||
|
|
|
@ -125,7 +125,7 @@ public class ForgeModContainer extends DummyModContainer implements WorldAccessC
|
||||||
{
|
{
|
||||||
super(new ModMetadata());
|
super(new ModMetadata());
|
||||||
ModMetadata meta = getMetadata();
|
ModMetadata meta = getMetadata();
|
||||||
meta.modId = "Forge";
|
meta.modId = "forge";
|
||||||
meta.name = "Minecraft Forge";
|
meta.name = "Minecraft Forge";
|
||||||
meta.version = ForgeVersion.getVersion();
|
meta.version = ForgeVersion.getVersion();
|
||||||
meta.credits = "Made possible with help from many people";
|
meta.credits = "Made possible with help from many people";
|
||||||
|
|
|
@ -58,9 +58,9 @@ public class ForgeVersion
|
||||||
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
|
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
|
||||||
public static final int buildVersion = 0;
|
public static final int buildVersion = 0;
|
||||||
// This is the minecraft version we're building for - used in various places in Forge/FML code
|
// This is the minecraft version we're building for - used in various places in Forge/FML code
|
||||||
public static final String mcVersion = "1.11_pre1";
|
public static final String mcVersion = "1.11";
|
||||||
// This is the MCP data version we're using
|
// This is the MCP data version we're using
|
||||||
public static final String mcpVersion = "9.34";
|
public static final String mcpVersion = "9.35";
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
private static Status status = PENDING;
|
private static Status status = PENDING;
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
|
|
|
@ -184,6 +184,13 @@ public class VillagerRegistry
|
||||||
(new VillagerCareer(prof, "butcher")).init(VanillaTrades.trades[4][0]);
|
(new VillagerCareer(prof, "butcher")).init(VanillaTrades.trades[4][0]);
|
||||||
(new VillagerCareer(prof, "leather")).init(VanillaTrades.trades[4][1]);
|
(new VillagerCareer(prof, "leather")).init(VanillaTrades.trades[4][1]);
|
||||||
}
|
}
|
||||||
|
prof = new VillagerProfession("minecraft:nitwit",
|
||||||
|
"minecraft:textures/entity/villager/nitwit.png",
|
||||||
|
"minecraft:textures/entity/zombie_villager/zombie_nitwit.png");
|
||||||
|
{
|
||||||
|
register(prof, 5);
|
||||||
|
(new VillagerCareer(prof, "nitwit")).init(VanillaTrades.trades[5][0]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class VillagerProfession extends IForgeRegistryEntry.Impl<VillagerProfession>
|
public static class VillagerProfession extends IForgeRegistryEntry.Impl<VillagerProfession>
|
||||||
|
@ -357,7 +364,7 @@ public class VillagerRegistry
|
||||||
|
|
||||||
public static void onSetProfession(EntityZombieVillager entity, int network)
|
public static void onSetProfession(EntityZombieVillager entity, int network)
|
||||||
{
|
{
|
||||||
int realID = network - 1;
|
int realID = network;
|
||||||
VillagerProfession prof = INSTANCE.professions.getObjectById(realID);
|
VillagerProfession prof = INSTANCE.professions.getObjectById(realID);
|
||||||
if (prof == null && network != 0 || INSTANCE.professions.getId(prof) != realID)
|
if (prof == null && network != 0 || INSTANCE.professions.getId(prof) != realID)
|
||||||
{
|
{
|
||||||
|
|
|
@ -58,7 +58,7 @@ public class ItemLayerModelDebug
|
||||||
public static final class TestItem extends Item
|
public static final class TestItem extends Item
|
||||||
{
|
{
|
||||||
public static final TestItem instance = new TestItem();
|
public static final TestItem instance = new TestItem();
|
||||||
public static final String name = "TestItem";
|
public static final String name = "test_item";
|
||||||
|
|
||||||
private TestItem()
|
private TestItem()
|
||||||
{
|
{
|
||||||
|
|
|
@ -162,7 +162,7 @@ public class ModelFluidDebug
|
||||||
public static final class TestFluidBlock extends BlockFluidClassic
|
public static final class TestFluidBlock extends BlockFluidClassic
|
||||||
{
|
{
|
||||||
public static final TestFluidBlock instance = new TestFluidBlock();
|
public static final TestFluidBlock instance = new TestFluidBlock();
|
||||||
public static final String name = "TestFluidBlock";
|
public static final String name = "test_fluid_block";
|
||||||
|
|
||||||
private TestFluidBlock()
|
private TestFluidBlock()
|
||||||
{
|
{
|
||||||
|
@ -176,7 +176,7 @@ public class ModelFluidDebug
|
||||||
public static final class MilkFluidBlock extends BlockFluidClassic
|
public static final class MilkFluidBlock extends BlockFluidClassic
|
||||||
{
|
{
|
||||||
public static final MilkFluidBlock instance = new MilkFluidBlock();
|
public static final MilkFluidBlock instance = new MilkFluidBlock();
|
||||||
public static final String name = "MilkFluidBlock";
|
public static final String name = "milk_fluid_block";
|
||||||
|
|
||||||
private MilkFluidBlock()
|
private MilkFluidBlock()
|
||||||
{
|
{
|
||||||
|
@ -190,7 +190,7 @@ public class ModelFluidDebug
|
||||||
public static final class TestGasBlock extends BlockFluidClassic
|
public static final class TestGasBlock extends BlockFluidClassic
|
||||||
{
|
{
|
||||||
public static final TestGasBlock instance = new TestGasBlock();
|
public static final TestGasBlock instance = new TestGasBlock();
|
||||||
public static final String name = "TestGasBlock";
|
public static final String name = "test_gas_block";
|
||||||
|
|
||||||
private TestGasBlock()
|
private TestGasBlock()
|
||||||
{
|
{
|
||||||
|
|
|
@ -120,7 +120,7 @@ public class ModelLoaderRegistryDebug
|
||||||
{
|
{
|
||||||
public static final PropertyDirection FACING = PropertyDirection.create("facing");
|
public static final PropertyDirection FACING = PropertyDirection.create("facing");
|
||||||
public static final CustomModelBlock instance = new CustomModelBlock();
|
public static final CustomModelBlock instance = new CustomModelBlock();
|
||||||
public static final String name = "CustomModelBlock";
|
public static final String name = "custom_model_block";
|
||||||
private int counter = 1;
|
private int counter = 1;
|
||||||
|
|
||||||
private CustomModelBlock()
|
private CustomModelBlock()
|
||||||
|
@ -221,7 +221,7 @@ public class ModelLoaderRegistryDebug
|
||||||
public static class OBJTesseractBlock extends Block implements ITileEntityProvider
|
public static class OBJTesseractBlock extends Block implements ITileEntityProvider
|
||||||
{
|
{
|
||||||
public static final OBJTesseractBlock instance = new OBJTesseractBlock();
|
public static final OBJTesseractBlock instance = new OBJTesseractBlock();
|
||||||
public static final String name = "OBJTesseractBlock";
|
public static final String name = "obj_tesseract_block";
|
||||||
|
|
||||||
private OBJTesseractBlock()
|
private OBJTesseractBlock()
|
||||||
{
|
{
|
||||||
|
@ -364,7 +364,7 @@ public class ModelLoaderRegistryDebug
|
||||||
public static class OBJVertexColoring1 extends Block
|
public static class OBJVertexColoring1 extends Block
|
||||||
{
|
{
|
||||||
public static final OBJVertexColoring1 instance = new OBJVertexColoring1();
|
public static final OBJVertexColoring1 instance = new OBJVertexColoring1();
|
||||||
public static final String name = "OBJVertexColoring1";
|
public static final String name = "obj_vertex_coloring1";
|
||||||
|
|
||||||
private OBJVertexColoring1()
|
private OBJVertexColoring1()
|
||||||
{
|
{
|
||||||
|
@ -396,7 +396,7 @@ public class ModelLoaderRegistryDebug
|
||||||
{
|
{
|
||||||
public static final PropertyDirection FACING = PropertyDirection.create("facing");
|
public static final PropertyDirection FACING = PropertyDirection.create("facing");
|
||||||
public static final OBJDirectionEye instance = new OBJDirectionEye();
|
public static final OBJDirectionEye instance = new OBJDirectionEye();
|
||||||
public static final String name = "OBJDirectionEye";
|
public static final String name = "obj_direction_eye";
|
||||||
|
|
||||||
private OBJDirectionEye()
|
private OBJDirectionEye()
|
||||||
{
|
{
|
||||||
|
@ -471,7 +471,7 @@ public class ModelLoaderRegistryDebug
|
||||||
public static class OBJVertexColoring2 extends Block implements ITileEntityProvider
|
public static class OBJVertexColoring2 extends Block implements ITileEntityProvider
|
||||||
{
|
{
|
||||||
public static final OBJVertexColoring2 instance = new OBJVertexColoring2();
|
public static final OBJVertexColoring2 instance = new OBJVertexColoring2();
|
||||||
public static final String name = "OBJVertexColoring2";
|
public static final String name = "obj_vertex_coloring2";
|
||||||
|
|
||||||
private OBJVertexColoring2()
|
private OBJVertexColoring2()
|
||||||
{
|
{
|
||||||
|
@ -573,7 +573,7 @@ public class ModelLoaderRegistryDebug
|
||||||
{
|
{
|
||||||
public static final PropertyDirection FACING = PropertyDirection.create("facing");
|
public static final PropertyDirection FACING = PropertyDirection.create("facing");
|
||||||
public static final OBJDirectionBlock instance = new OBJDirectionBlock();
|
public static final OBJDirectionBlock instance = new OBJDirectionBlock();
|
||||||
public static final String name = "OBJDirectionBlock";
|
public static final String name = "obj_direction_block";
|
||||||
|
|
||||||
private OBJDirectionBlock()
|
private OBJDirectionBlock()
|
||||||
{
|
{
|
||||||
|
@ -651,7 +651,7 @@ public class ModelLoaderRegistryDebug
|
||||||
public static final PropertyBool WEST = PropertyBool.create("west");
|
public static final PropertyBool WEST = PropertyBool.create("west");
|
||||||
public static final PropertyBool EAST = PropertyBool.create("east");
|
public static final PropertyBool EAST = PropertyBool.create("east");
|
||||||
public static final OBJCustomDataBlock instance = new OBJCustomDataBlock();
|
public static final OBJCustomDataBlock instance = new OBJCustomDataBlock();
|
||||||
public static final String name = "OBJCustomDataBlock";
|
public static final String name = "obj_custom_data_block";
|
||||||
|
|
||||||
private OBJCustomDataBlock()
|
private OBJCustomDataBlock()
|
||||||
{
|
{
|
||||||
|
@ -708,7 +708,7 @@ public class ModelLoaderRegistryDebug
|
||||||
public static class OBJDynamicEye extends Block implements ITileEntityProvider
|
public static class OBJDynamicEye extends Block implements ITileEntityProvider
|
||||||
{
|
{
|
||||||
public static final OBJDynamicEye instance = new OBJDynamicEye();
|
public static final OBJDynamicEye instance = new OBJDynamicEye();
|
||||||
public static final String name = "OBJDynamicEye";
|
public static final String name = "obj_dynamic_eye";
|
||||||
private OBJDynamicEye()
|
private OBJDynamicEye()
|
||||||
{
|
{
|
||||||
super(Material.IRON);
|
super(Material.IRON);
|
||||||
|
|
|
@ -24,15 +24,15 @@ public class ObjectHolderTest
|
||||||
//verifies @ObjectHolder with custom id
|
//verifies @ObjectHolder with custom id
|
||||||
assert VanillaObjectHolder.uiButtonClick != null;
|
assert VanillaObjectHolder.uiButtonClick != null;
|
||||||
//verifies modded items work
|
//verifies modded items work
|
||||||
assert ForgeObjectHolder.forgePotion != null;
|
assert ForgeObjectHolder.forge_potion != null;
|
||||||
//verifies minecraft:air is now resolvable
|
//verifies minecraft:air is now resolvable
|
||||||
assert VanillaObjectHolder.air != null;
|
assert VanillaObjectHolder.air != null;
|
||||||
//verifies unexpected name should not have defaulted to AIR.
|
//verifies unexpected name should not have defaulted to AIR.
|
||||||
assert VanillaObjectHolder.nonExistentBlock == null;
|
assert VanillaObjectHolder.nonExistentBlock == null;
|
||||||
//verifies custom registries
|
//verifies custom registries
|
||||||
assert CustomRegistryObjectHolder.customEntry != null;
|
assert CustomRegistryObjectHolder.custom_entry != null;
|
||||||
//verifies interfaces are supported
|
//verifies interfaces are supported
|
||||||
assert CustomRegistryObjectHolder.customEntryByInterface != null;
|
assert CustomRegistryObjectHolder.custom_entry_by_interface != null;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ public class ObjectHolderTest
|
||||||
public static void newRegistry(RegistryEvent.NewRegistry event) {
|
public static void newRegistry(RegistryEvent.NewRegistry event) {
|
||||||
new RegistryBuilder()
|
new RegistryBuilder()
|
||||||
.setType(ICustomRegistryEntry.class)
|
.setType(ICustomRegistryEntry.class)
|
||||||
.setName(new ResourceLocation("ObjectHolderTestCustomRegistry"))
|
.setName(new ResourceLocation("object_holder_test_custom_registry"))
|
||||||
.setIDRange(0, 255)
|
.setIDRange(0, 255)
|
||||||
.create();
|
.create();
|
||||||
}
|
}
|
||||||
|
@ -58,18 +58,18 @@ public class ObjectHolderTest
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public static void registerPotions(RegistryEvent.Register<Potion> event) {
|
public static void registerPotions(RegistryEvent.Register<Potion> event) {
|
||||||
event.getRegistry().register(
|
event.getRegistry().register(
|
||||||
new ObjectHolderTest.PotionForge(new ResourceLocation(ObjectHolderTest.MODID, "forgePotion"), false, 0xff00ff) // test automatic id distribution
|
new ObjectHolderTest.PotionForge(new ResourceLocation(ObjectHolderTest.MODID, "forge_potion"), false, 0xff00ff) // test automatic id distribution
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public static void registerInterfaceRegistryForge(RegistryEvent.Register<ICustomRegistryEntry> event) {
|
public static void registerInterfaceRegistryForge(RegistryEvent.Register<ICustomRegistryEntry> event) {
|
||||||
event.getRegistry().register(
|
event.getRegistry().register(
|
||||||
new CustomRegistryEntry().setRegistryName(new ResourceLocation(MODID, "customEntryByInterface"))
|
new CustomRegistryEntry().setRegistryName(new ResourceLocation(MODID, "custom_entry_by_interface"))
|
||||||
);
|
);
|
||||||
|
|
||||||
event.getRegistry().register(
|
event.getRegistry().register(
|
||||||
new CustomRegistryEntry().setRegistryName(new ResourceLocation(MODID, "customEntry"))
|
new CustomRegistryEntry().setRegistryName(new ResourceLocation(MODID, "custom_entry"))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -117,15 +117,15 @@ class VanillaObjectHolder
|
||||||
class ForgeObjectHolder
|
class ForgeObjectHolder
|
||||||
{
|
{
|
||||||
//Tests using subclasses for injections
|
//Tests using subclasses for injections
|
||||||
public static final ObjectHolderTest.PotionForge forgePotion = null;
|
public static final ObjectHolderTest.PotionForge forge_potion = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@GameRegistry.ObjectHolder(ObjectHolderTest.MODID)
|
@GameRegistry.ObjectHolder(ObjectHolderTest.MODID)
|
||||||
class CustomRegistryObjectHolder
|
class CustomRegistryObjectHolder
|
||||||
{
|
{
|
||||||
//Tests whether custom registries can be used
|
//Tests whether custom registries can be used
|
||||||
public static final ICustomRegistryEntry customEntry = null;
|
public static final ICustomRegistryEntry custom_entry = null;
|
||||||
|
|
||||||
//Tests whether interfaces can be used
|
//Tests whether interfaces can be used
|
||||||
public static final ICustomRegistryEntry customEntryByInterface = null;
|
public static final ICustomRegistryEntry custom_entry_by_interface = null;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ import net.minecraftforge.server.permission.context.ContextKey;
|
||||||
@Mod(modid = PermissionTest.MOD_ID, name = "PermissionTest", version = "1.0.0")
|
@Mod(modid = PermissionTest.MOD_ID, name = "PermissionTest", version = "1.0.0")
|
||||||
public class PermissionTest
|
public class PermissionTest
|
||||||
{
|
{
|
||||||
public static final String MOD_ID = "PermissionTest";
|
public static final String MOD_ID = "permission_test";
|
||||||
|
|
||||||
@Mod.Instance(PermissionTest.MOD_ID)
|
@Mod.Instance(PermissionTest.MOD_ID)
|
||||||
public static PermissionTest inst;
|
public static PermissionTest inst;
|
||||||
|
@ -174,4 +174,4 @@ public class PermissionTest
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,7 +109,7 @@ public class TestCapabilityMod
|
||||||
}
|
}
|
||||||
|
|
||||||
//Attach it! The resource location MUST be unique it's recomneded that you tag it with your modid and what the cap is.
|
//Attach it! The resource location MUST be unique it's recomneded that you tag it with your modid and what the cap is.
|
||||||
event.addCapability(new ResourceLocation("TestCapabilityMod:DummyCap"), new Provider(event.getTileEntity()));
|
event.addCapability(new ResourceLocation("forge.testcapmod:dummy_cap"), new Provider(event.getTileEntity()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("rawtypes")
|
@SuppressWarnings("rawtypes")
|
||||||
|
@ -157,4 +157,4 @@ public class TestCapabilityMod
|
||||||
return "Default Implementation!";
|
return "Default Implementation!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ public class WRNormalMod
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void init(FMLPreInitializationEvent event)
|
public void init(FMLPreInitializationEvent event)
|
||||||
{
|
{
|
||||||
EntityRegistry.registerModEntity(EntityScaleTest.class, "ScaleTest", 0, instance, 60, 3, true);
|
EntityRegistry.registerModEntity(EntityScaleTest.class, "scale_test", 0, instance, 60, 3, true);
|
||||||
proxy.registerRenders();
|
proxy.registerRenders();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue