Get rid of "No texture" spam
This commit is contained in:
parent
f3df53ee43
commit
c1f411221e
@ -53,7 +53,7 @@ def BlockTypePixmap(block, textureAtlas):
|
|||||||
models = textureAtlas.blockModels
|
models = textureAtlas.blockModels
|
||||||
texname = models.firstTextures.get(block.internalName + block.blockState)
|
texname = models.firstTextures.get(block.internalName + block.blockState)
|
||||||
if texname is None:
|
if texname is None:
|
||||||
log.info("No texture for %s!", block.internalName + block.blockState)
|
log.debug("No texture for %s!", block.internalName + block.blockState)
|
||||||
texname = "MCEDIT_UNKNOWN"
|
texname = "MCEDIT_UNKNOWN"
|
||||||
|
|
||||||
io = textureAtlas._openImageStream(texname)
|
io = textureAtlas._openImageStream(texname)
|
||||||
|
Reference in New Issue
Block a user