Skip to content

Commit 67a232e

Browse files
committed
Fix WAILA (how did we all miss that lmao)
1 parent 5acf196 commit 67a232e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/block

pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/block/PylonBlock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ open class PylonBlock protected constructor(val block: Block) {
3232
@JvmSynthetic
3333
internal var errorBlock: BlockDisplay? = null
3434

35-
open val name: Component = Component.translatable("pylon.${schema.key.namespace}.block.${schema.key.key}")
35+
open val name: Component = Component.translatable("pylon.${schema.key.namespace}.item.${schema.key.key}.waila")
3636

3737
constructor(block: Block, context: BlockCreateContext) : this(block)
3838
constructor(block: Block, pdc: PersistentDataContainer) : this(block)

0 commit comments

Comments
 (0)