mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +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)
|
if (id == null)
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue