mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 10:55:01 -04:00
fix note_block resource location
This commit is contained in:
parent
5d5ae1ac73
commit
43b4781898
@ -37,7 +37,7 @@ class NoteblockBlockEntity(connection: PlayConnection) : BlockEntity(connection)
|
|||||||
}
|
}
|
||||||
|
|
||||||
companion object : BlockEntityFactory<NoteblockBlockEntity> {
|
companion object : BlockEntityFactory<NoteblockBlockEntity> {
|
||||||
override val RESOURCE_LOCATION: ResourceLocation = ResourceLocation("minecraft:noteblock")
|
override val RESOURCE_LOCATION: ResourceLocation = ResourceLocation("minecraft:note_block")
|
||||||
|
|
||||||
override fun build(connection: PlayConnection): NoteblockBlockEntity {
|
override fun build(connection: PlayConnection): NoteblockBlockEntity {
|
||||||
return NoteblockBlockEntity(connection)
|
return NoteblockBlockEntity(connection)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user