Typo SpatialIOExplorerer
This commit is contained in:
@@ -23,7 +23,7 @@ public enum Achievements
|
||||
SpatialIO(-4, -4, AEApi.instance().blocks().blockSpatialIOPort, AchievementType.Craft),
|
||||
|
||||
// done
|
||||
SpatialIOExplorerer(-4, -2, AEApi.instance().items().itemSpatialCell128, AchievementType.Custom),
|
||||
SpatialIOExplorer(-4, -2, AEApi.instance().items().itemSpatialCell128, AchievementType.Custom),
|
||||
|
||||
// done
|
||||
StorageCell(-6, -4, AEApi.instance().items().itemCell64k, AchievementType.CraftItem),
|
||||
|
||||
@@ -94,7 +94,7 @@ public class PlayerStatsRegistration
|
||||
|
||||
Achievements.GlassCable.setParent( Achievements.Charger );
|
||||
|
||||
Achievements.SpatialIOExplorerer.setParent( Achievements.SpatialIO );
|
||||
Achievements.SpatialIOExplorer.setParent( Achievements.SpatialIO );
|
||||
|
||||
Achievements.IOPort.setParent( Achievements.StorageCell );
|
||||
|
||||
|
||||
@@ -182,7 +182,7 @@ public class StorageHelper
|
||||
if ( player != null )
|
||||
{
|
||||
if ( link.dim.provider instanceof StorageWorldProvider )
|
||||
Achievements.SpatialIOExplorerer.addToPlayer( player );
|
||||
Achievements.SpatialIOExplorer.addToPlayer( player );
|
||||
|
||||
player.mcServer.getConfigurationManager().transferPlayerToDimension( player, link.dim.provider.dimensionId, new METeleporter( newWorld, link ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user