mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 09:26:11 -04:00
LegacyLoadingTest: fix item ids
This commit is contained in:
parent
95733e5d06
commit
5dc1c7fc5d
@ -72,8 +72,8 @@ abstract class LegacyLoadingTest(version: String) : RegistryLoadingTest(version)
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun itemId() {
|
fun itemId() {
|
||||||
assertEquals(registries.item[256].identifier, minecraft("iron_shovel"))
|
assertEquals(registries.item[256 shl 16].identifier, minecraft("iron_shovel"))
|
||||||
assertEquals(registries.item[450].identifier, minecraft("shulker_shell")) // TODO: only > 1.9
|
assertEquals(registries.item[450 shl 16].identifier, minecraft("shulker_shell")) // TODO: only > 1.9
|
||||||
assertEquals(registries.item[2256].identifier, minecraft("record_13"))
|
assertEquals(registries.item[2256 shl 16].identifier, minecraft("record_13"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user