mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -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> {
|
||||
override val RESOURCE_LOCATION: ResourceLocation = ResourceLocation("minecraft:noteblock")
|
||||
override val RESOURCE_LOCATION: ResourceLocation = ResourceLocation("minecraft:note_block")
|
||||
|
||||
override fun build(connection: PlayConnection): NoteblockBlockEntity {
|
||||
return NoteblockBlockEntity(connection)
|
||||
|
Loading…
x
Reference in New Issue
Block a user