Force netty downgrade on dedicated server to match client. Netty bug: https://github.com/netty/netty/issues/2302 Closes #1848
This commit is contained in:
parent
9fa51447a2
commit
2bb090bf2b
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
||||||
"name": "@artifact@",
|
"name": "@artifact@",
|
||||||
"url": "http://files.minecraftforge.net/maven/"
|
"url": "http://files.minecraftforge.net/maven/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"comment": "Force the downgrade on dedicated server to match client. Netty bug: https://github.com/MinecraftForge/MinecraftForge/issues/1848",
|
||||||
|
"name": "io.netty:netty-all:4.0.15.Final",
|
||||||
|
"serverreq":true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "net.minecraft:launchwrapper:1.11",
|
"name": "net.minecraft:launchwrapper:1.11",
|
||||||
"serverreq":true
|
"serverreq":true
|
||||||
|
|
Loading…
Reference in a new issue