Update to Minecraft 1.16.2
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5e5f7f19dc
commit
6a9e00d4b6
208 changed files with 2144 additions and 2455 deletions
|
@ -70,6 +70,6 @@ public class MaterialTest extends AbstractTestingBase {
|
|||
.sorted(Comparator.comparingInt(Material::getId))
|
||||
.forEach(expectedOrder::add);
|
||||
|
||||
assertArrayEquals(Material.values(), expectedOrder.toArray());
|
||||
assertArrayEquals(expectedOrder.toArray(), Material.values());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue