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:
@@ -47,7 +47,7 @@ public enum TickRates
|
||||
|
||||
ItemTunnel( 5, 60 ),
|
||||
|
||||
LightTunnel( 5, 120 ),
|
||||
LightTunnel( 5, 60 ),
|
||||
|
||||
OpenComputersTunnel( 1, 5 ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user