mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-03 22:34:42 +01:00
Early morning mistakes
This commit is contained in:
parent
a592e22df3
commit
d567f76e5e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public interface ItemAttribute {
|
|||
}
|
||||
}
|
||||
|
||||
ResourceLocation id = ResourceLocation.tryParse(nbt.getString("id"));
|
||||
ResourceLocation id = ResourceLocation.tryParse(nbt.getString("attributeId"));
|
||||
if (id == null)
|
||||
return null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue