Fix server connection, misapplied patch (#7245)
This commit is contained in:
parent
fe43088c96
commit
978b3c7fb1
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
--- a/net/minecraft/util/registry/Bootstrap.java
|
||||
+++ b/net/minecraft/util/registry/Bootstrap.java
|
||||
@@ -46,6 +46,7 @@
|
||||
PotionBrewing.func_185207_a();
|
||||
EntityOptions.func_197445_a();
|
||||
@@ -48,6 +48,7 @@
|
||||
IDispenseItemBehavior.func_218401_c();
|
||||
+ if (false) // skip redirectOutputToLog, Forge already redirects stdout and stderr output to log so that they print with more context
|
||||
ArgumentTypes.func_197483_a();
|
||||
TagRegistryManager.func_242197_b();
|
||||
+ if (false) // skip redirectOutputToLog, Forge already redirects stdout and stderr output to log so that they print with more context
|
||||
func_179868_d();
|
||||
}
|
||||
}
|
||||
@@ -103,7 +104,6 @@
|
||||
Commands.func_242986_b();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue