Skip to content

Commit

Permalink
Sync with the up-to-date serverfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Namikon committed Jan 17, 2016
1 parent 5895400 commit 8a98e8e
Show file tree
Hide file tree
Showing 162 changed files with 8,999 additions and 1,318 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions config/AWWayofTime.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ wellofsufferingblacklist {
B:DraconicEvolution.ChaosCrystal=false
B:DraconicEvolution.ChaosGuardian=false
B:DraconicEvolution.EnderDragon=false
B:EMT.archer=false
B:EMT.entityArcher=false
B:EnderDragon=false
B:Enderman=false
Expand Down
18 changes: 18 additions & 0 deletions config/AppliedEnergistics2/AppliedEnergistics2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ features {
B:CraftingTerminal=true
B:ExportBus=true
B:FormationPlane=true
B:IdentityAnnihilationPlane=true
B:ImportBus=true
B:LevelEmitter=true
B:P2PTunnel=true
Expand Down Expand Up @@ -174,6 +175,8 @@ features {
B:P2PTunnelLight=true
B:P2PTunnelLiquids=true
B:P2PTunnelME=true
B:P2PTunnelOpenComputers=true
B:P2PTunnelPressure=true
B:P2PTunnelRF=true
B:P2PTunnelRedstone=true
}
Expand All @@ -191,6 +194,7 @@ features {
B:Achievements=true
B:CraftingLog=false
B:Creative=true
B:DebugLogging=false
B:GrinderLogging=false
B:IntegrationLogging=false
B:LightDetector=true
Expand All @@ -204,6 +208,11 @@ features {

crafting {
B:CustomRecipes=false
B:EnableDisassemblyCrafting=true
B:EnableFacadeCrafting=true
B:InWorldFluix=true
B:InWorldPurification=true
B:InWorldSingularity=true
B:InterfaceTerminal=true
B:enableDisassemblyCrafting=true
B:enableFacadeCrafting=true
Expand Down Expand Up @@ -263,6 +272,9 @@ grindstone {
modintegration {
S:BetterStorage=AUTO
S:BuildCraft=AUTO
S:BuildCraftBuilders=AUTO
S:BuildCraftCore=AUTO
S:BuildCraftTransport=AUTO
S:ColoredLightsCore=AUTO
S:CraftGuide=AUTO
S:DeepStorageUnit=AUTO
Expand All @@ -274,6 +286,8 @@ modintegration {
S:Mekanism=AUTO
S:MineFactoryReloaded=AUTO
S:NotEnoughItems=AUTO
S:OpenComputers=AUTO
S:PneumaticCraft=AUTO
S:Railcraft=AUTO
S:RedstoneFluxPower-Items=AUTO
S:RedstoneFluxPower-Tiles=AUTO
Expand Down Expand Up @@ -362,6 +376,10 @@ tickrates {
I:LightTunnel.min=5
I:METunnel.max=20
I:METunnel.min=5
I:OpenComputersTunnel.max=5
I:OpenComputersTunnel.min=1
I:PressureTunnel.max=120
I:PressureTunnel.min=1
I:StorageBus.max=60
I:StorageBus.min=5
I:VibrationChamber.max=40
Expand Down
25 changes: 25 additions & 0 deletions config/AppliedEnergistics2/CustomRecipes.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Configuration file

cache {
S:digest=fc1e305457ab544dce79ddb110e8d05e

# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
}


general {
# Will output more detailed information into the CSV like corresponding items [default: false]
B:enableAdditionalInfo=false

# If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false]
B:enableForceRefresh=false

# If true, the custom recipes are enabled. Acts as a master switch. [default: true]
B:enabled=true

# If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true]
B:exportItemNames=true
}


30 changes: 30 additions & 0 deletions config/AppliedEnergistics2/VersionChecker.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Configuration file

cache {
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
I:interval=24
S:lastCheck=1452913852778
}


channel {
# Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta]
S:level=Beta
}


client {
# If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true]
B:changelog=true

# If true, the player is getting a notification, that a new version is available. [default: true]
B:notify=true
}


general {
# If true, the version checker is enabled. Acts as a master switch. [default: true]
B:enabled=true
}


6 changes: 6 additions & 0 deletions config/AppliedEnergistics2/extracells.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ integration {
# Enable IngameWikiMod Integration.
B:enableIngameWikiMod=false

# Enable Mekanism Integration.
B:enableMekanism=true

# Enable MekanismGas Integration.
B:enableMekanismGas=true

Expand All @@ -16,6 +19,9 @@ integration {
# Enable OpenComputers Integration.
B:enableOpenComputers=true

# Enable Thaumatic Energistics Integration.
B:"enableThaumatic Energistics"=true

# Enable Waila Integration.
B:enableWaila=true
}
Expand Down
Loading

0 comments on commit 8a98e8e

Please sign in to comment.