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:
Lex Manos 2015-05-26 19:20:46 -07:00
parent 9fa51447a2
commit 2bb090bf2b
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
"name": "@artifact@",
"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",
"serverreq":true