wawla: add missing space to CropBlock

This commit is contained in:
Bixilon 2023-01-18 15:46:06 +01:00
parent ae4da3d0b3
commit 96d3b9b647
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -42,7 +42,7 @@ open class CropBlock(resourceLocation: ResourceLocation, registries: Registries,
component += if (blockLight < MIN_LIGHT_LEVEL) "§4$blockLight§r" else "§a$blockLight§r" component += if (blockLight < MIN_LIGHT_LEVEL) "§4$blockLight§r" else "§a$blockLight§r"
component += "($skyLight)" component += " ($skyLight)"
return component return component
} }