fix note_block resource location

This commit is contained in:
Bixilon 2021-05-25 13:58:02 +02:00
parent 5d5ae1ac73
commit 43b4781898
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -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)