fix build errors after merge
This commit is contained in:
@@ -95,7 +95,7 @@ object Client {
|
|||||||
|
|
||||||
val blockName = Block.REGISTRY.getNameForObject(state.block).toString()
|
val blockName = Block.REGISTRY.getNameForObject(state.block).toString()
|
||||||
val blockLoc = "${location.x},${location.y},${location.z}"
|
val blockLoc = "${location.x},${location.y},${location.z}"
|
||||||
Minecraft.getMinecraft().thePlayer.addChatMessage(TextComponentTranslation(
|
Minecraft.getMinecraft().ingameGUI.chatGUI.printChatMessage(TextComponentTranslation(
|
||||||
"betterfoliage.rendererror",
|
"betterfoliage.rendererror",
|
||||||
textComponent(blockName, TextFormatting.GOLD),
|
textComponent(blockName, TextFormatting.GOLD),
|
||||||
textComponent(blockLoc, TextFormatting.GOLD)
|
textComponent(blockLoc, TextFormatting.GOLD)
|
||||||
|
|||||||
Reference in New Issue
Block a user