Early morning mistakes

This commit is contained in:
IThundxr 2025-01-12 12:58:36 -05:00
parent a592e22df3
commit d567f76e5e
Failed to generate hash of commit

View file

@ -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;