We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acf196 commit 67a232eCopy full SHA for 67a232e
1 file changed
pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/block/PylonBlock.kt
@@ -32,7 +32,7 @@ open class PylonBlock protected constructor(val block: Block) {
32
@JvmSynthetic
33
internal var errorBlock: BlockDisplay? = null
34
35
- open val name: Component = Component.translatable("pylon.${schema.key.namespace}.block.${schema.key.key}")
+ open val name: Component = Component.translatable("pylon.${schema.key.namespace}.item.${schema.key.key}.waila")
36
37
constructor(block: Block, context: BlockCreateContext) : this(block)
38
constructor(block: Block, pdc: PersistentDataContainer) : this(block)
0 commit comments