Fix light sync (#3304)

* Sync light opacity changes to client
* While at it, also fix Light P2P
* Use int for opacity, dont store it in NBT
This commit is contained in:
fscan
2018-01-14 13:44:12 +01:00
committed by yueh
parent 8c5842aca9
commit cbfc88c87f
4 changed files with 25 additions and 23 deletions
@@ -47,7 +47,7 @@ public enum TickRates
ItemTunnel( 5, 60 ),
LightTunnel( 5, 120 ),
LightTunnel( 5, 60 ),
OpenComputersTunnel( 1, 5 ),