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 {
376376
377377 public static final DefaultedRegistryType <EquipmentType > EQUIPMENT_TYPE = RegistryTypes .spongeKeyInGame ("equipment_type" );
378378
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" );
380380
381381 public static final DefaultedRegistryType <FireworkShape > FIREWORK_SHAPE = RegistryTypes .spongeKeyInGame ("firework_shape" );
382382
@@ -520,7 +520,7 @@ public final class RegistryTypes {
520520
521521 public static final DefaultedRegistryType <Tilt > TILT = RegistryTypes .spongeKeyInGame ("tilt" );
522522
523- public static final RegistryType <VaultState > VAULT_STATE = RegistryTypes .spongeKeyInGame ("vault_state" );
523+ public static final DefaultedRegistryType <VaultState > VAULT_STATE = RegistryTypes .spongeKeyInGame ("vault_state" );
524524
525525 public static final DefaultedRegistryType <Visibility > VISIBILITY = RegistryTypes .spongeKeyInGame ("visibility" );
526526
You can’t perform that action at this time.
0 commit comments