File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/spongepowered/api/registry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ public final class RegistryTypes {
376
376
377
377
public static final DefaultedRegistryType <EquipmentType > EQUIPMENT_TYPE = RegistryTypes .spongeKeyInGame ("equipment_type" );
378
378
379
- public static final RegistryType <ExplosionBlockInteraction > EXPLOSION_BLOCK_INTERACTION = RegistryTypes .spongeKeyInGame ("explosion_block_interaction" );
379
+ public static final DefaultedRegistryType <ExplosionBlockInteraction > EXPLOSION_BLOCK_INTERACTION = RegistryTypes .spongeKeyInGame ("explosion_block_interaction" );
380
380
381
381
public static final DefaultedRegistryType <FireworkShape > FIREWORK_SHAPE = RegistryTypes .spongeKeyInGame ("firework_shape" );
382
382
@@ -520,7 +520,7 @@ public final class RegistryTypes {
520
520
521
521
public static final DefaultedRegistryType <Tilt > TILT = RegistryTypes .spongeKeyInGame ("tilt" );
522
522
523
- public static final RegistryType <VaultState > VAULT_STATE = RegistryTypes .spongeKeyInGame ("vault_state" );
523
+ public static final DefaultedRegistryType <VaultState > VAULT_STATE = RegistryTypes .spongeKeyInGame ("vault_state" );
524
524
525
525
public static final DefaultedRegistryType <Visibility > VISIBILITY = RegistryTypes .spongeKeyInGame ("visibility" );
526
526
You can’t perform that action at this time.
0 commit comments