Temporarily disable lighting
This commit is contained in:
parent
11285325b6
commit
945c41b4c4
@ -149,6 +149,8 @@ def updateLights(dimension, x, y, z):
|
||||
:return:
|
||||
:rtype:
|
||||
"""
|
||||
log.warn("Lighting disabled (for now!)")
|
||||
return
|
||||
updateHeightmap(dimension, x, y, z)
|
||||
brightness = numpy.array(dimension.blocktypes.brightness)
|
||||
brightness.dtype = 'int8'
|
||||
|
Reference in New Issue
Block a user