Fixed Bug: #0921 - P2P tunnel cannot be attuned to RF
Added Several Mekaism Attunements. Added Several Ender IO Attunements. Added Several Extra Utilities Attunements. Added TE Cell / Dynamo Attunements.
This commit is contained in:
@@ -566,9 +566,6 @@ public class Registration
|
||||
|
||||
AEApi.instance().registries().matterCannon().registerAmmo( AEApi.instance().materials().materialMatterBall.stack( 1 ), 32.0 );
|
||||
|
||||
// default settings..
|
||||
((P2PTunnelRegistry) AEApi.instance().registries().p2pTunnel()).configure();
|
||||
|
||||
recipeHandler.injectRecipes();
|
||||
|
||||
if ( AEConfig.instance.isFeatureEnabled( AEFeature.enableDisassemblyCrafting ) )
|
||||
@@ -582,6 +579,9 @@ public class Registration
|
||||
{
|
||||
registerSpatial( true );
|
||||
|
||||
// default settings..
|
||||
((P2PTunnelRegistry) AEApi.instance().registries().p2pTunnel()).configure();
|
||||
|
||||
// add to localizaiton..
|
||||
PlayerMessages.values();
|
||||
GuiText.values();
|
||||
|
||||
Reference in New Issue
Block a user