Skip to content

Commit 4b42292

Browse files
committed
using minecraft registry for painting_variant, banner_pattern, cat_variant, frog_variant
1 parent 3e6014a commit 4b42292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public final class RegistryTypes {
189189

190190
// @formatter:off
191191

192-
public static final DefaultedRegistryType<ArtType> ART_TYPE = RegistryTypes.minecraftKeyInGame("motive");
192+
public static final DefaultedRegistryType<ArtType> ART_TYPE = RegistryTypes.minecraftKeyInGame("painting_variant");
193193

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

@@ -281,15 +281,15 @@ public final class RegistryTypes {
281281

282282
public static final DefaultedRegistryType<BanType> BAN_TYPE = RegistryTypes.spongeKeyInGame("ban_type");
283283

284-
public static final DefaultedRegistryType<BannerPatternShape> BANNER_PATTERN_SHAPE = RegistryTypes.spongeKeyInGame("banner_pattern_shape");
284+
public static final DefaultedRegistryType<BannerPatternShape> BANNER_PATTERN_SHAPE = RegistryTypes.minecraftKeyInGame("banner_pattern");
285285

286286
public static final DefaultedRegistryType<BellAttachmentType> BELL_ATTACHMENT_TYPE = RegistryTypes.spongeKeyInGame("bell_attachment_type");
287287

288288
public static final DefaultedRegistryType<BoatType> BOAT_TYPE = RegistryTypes.spongeKeyInGame("boat_type");
289289

290290
public static final DefaultedRegistryType<BodyPart> BODY_PART = RegistryTypes.spongeKeyInGame("body_part");
291291

292-
public static final DefaultedRegistryType<CatType> CAT_TYPE = RegistryTypes.spongeKeyInGame("cat_type");
292+
public static final DefaultedRegistryType<CatType> CAT_TYPE = RegistryTypes.minecraftKeyInGame("cat_variant");
293293

294294
public static final DefaultedRegistryType<CarvingStep> CARVING_STEP = RegistryTypes.spongeKeyInGame("carving_step");
295295

@@ -349,7 +349,7 @@ public final class RegistryTypes {
349349

350350
public static final DefaultedRegistryType<FoxType> FOX_TYPE = RegistryTypes.spongeKeyInGame("fox_type");
351351

352-
public static final DefaultedRegistryType<FrogType> FROG_TYPE = RegistryTypes.spongeKeyInGame("frog_type");
352+
public static final DefaultedRegistryType<FrogType> FROG_TYPE = RegistryTypes.minecraftKeyInGame("frog_variant");
353353

354354
public static final DefaultedRegistryType<GameMode> GAME_MODE = RegistryTypes.spongeKeyInGame("game_mode");
355355

0 commit comments

Comments
 (0)