Update to Minecraft 1.18-pre5
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a852b81a69
commit
43702a9e10
700 changed files with 10286 additions and 10098 deletions
|
@ -38,7 +38,7 @@ public class MaterialTest extends AbstractTestingBase {
|
|||
if (item == null) continue;
|
||||
|
||||
MinecraftKey id = IRegistry.ITEM.getKey(item);
|
||||
String name = item.getName();
|
||||
String name = item.getDescriptionId();
|
||||
|
||||
Material material = materials.remove(id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue