Skip to content

Commit a2f9300

Browse files
committed
chore: clarify ArmorMaterial registry is now Sponge
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
1 parent a0e390f commit a2f9300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/registry/RegistryTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public final class RegistryTypes {
201201

202202
public static final DefaultedRegistryType<ArtType> ART_TYPE = RegistryTypes.minecraftKeyInServer("painting_variant");
203203

204-
public static final DefaultedRegistryType<ArmorMaterial> ARMOR_MATERIAL = RegistryTypes.minecraftKeyInGame("armor_material");
204+
public static final DefaultedRegistryType<ArmorMaterial> ARMOR_MATERIAL = RegistryTypes.spongeKeyInGame("armor_material");
205205

206206
public static final DefaultedRegistryType<AttributeType> ATTRIBUTE_TYPE = RegistryTypes.minecraftKeyInGame("attribute");
207207

0 commit comments

Comments
 (0)