Skip to content

Commit

Permalink
Update 24.07.2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jul 24, 2015
1 parent 17d9815 commit bd1d1ab
Show file tree
Hide file tree
Showing 55 changed files with 6,536 additions and 4,756 deletions.
1 change: 1 addition & 0 deletions config/AWWayofTime.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
clientsettings {
I:AlchemyHUDxOffset=50
I:AlchemyHUDyOffset=2
B:"Display Ritual Animation"=true
I:LPHUDxOffset=12
I:LPHUDyOffset=75
}
Expand Down
47 changes: 47 additions & 0 deletions config/AppliedEnergistics2/Facades.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3339,9 +3339,18 @@ dreamcraft {
B:dreamcraftNatriumKalium=false
B:dreamcraftNitricAcid=false
B:dreamcraftSodiumPotassium=false
B:tileBlackPlutonium=true
B:tileBronzePlatedReinforcedStone=true
B:tileCallistoColdIce=true
B:tileCharcoal=true
B:tileComMix=true
B:tileCompressedCharcoal=true
B:tileCompressedCoal=true
B:tileCompressedCoalCoke=true
B:tileCompressedCokeCoal=true
B:tileDoubleCompressedCharcoal=true
B:tileDoubleCompressedCoal=true
B:tileDoubleCompressedCoalCoke=true
B:tileLedox=true
B:tileMysteriousCrystal=true
B:tileMytryl=true
Expand All @@ -3352,6 +3361,9 @@ dreamcraft {
B:tileSandClayMix=true
B:tileSteelPlatedReinforcedStone=true
B:tileTitaniumPlatedReinforcedStone=true
B:tileTripleCompressedCharcoal=true
B:tileTripleCompressedCoal=true
B:tileTripleCompressedCoalCoke=true
B:tileTungstensteelPlatedReinforcedStone=true
}

Expand Down Expand Up @@ -4184,6 +4196,15 @@ extrautilities {
}


floodlights {
B:blockLight=false
B:carbonFloodlight=false
B:electricFloodlight=false
B:smallElectricFloodlightMetaBlock=false
B:smallElectricFloodlightMetaBlock.1=false
}


forbiddenmagic {
B:ArcaneCake=false
B:InkFlower=false
Expand Down Expand Up @@ -4660,6 +4681,7 @@ galaxyspace {
B:phobossecrock=true
B:phobosstone=true
B:plutoTChestT8=false
B:plutoblackplutonium=true
B:plutobricks=true
B:plutogrunt=true
B:plutostone=true
Expand All @@ -4669,6 +4691,7 @@ galaxyspace {
B:proteusgrunt=true
B:proteusstone=true
B:proteussubgrunt=true
B:solarwindpanel=false
B:titangrunt=true
B:titanstone=true
B:titansubgrunt=true
Expand Down Expand Up @@ -6286,6 +6309,7 @@ opencomputers {
B:keyboard=false
B:microcontroller=false
B:motionSensor=false
B:netSplitter=false
B:powerConverter=false
B:powerDistributor=false
B:print=false
Expand Down Expand Up @@ -6342,6 +6366,8 @@ projredexpansion {
B:projectredexpansionmachine1.1=false
B:projectredexpansionmachine2=false
B:projectredexpansionmachine2.1=false
B:projectredexpansionmachine2.10=false
B:projectredexpansionmachine2.11=false
B:projectredexpansionmachine2.2=false
B:projectredexpansionmachine2.3=false
B:projectredexpansionmachine2.4=false
Expand Down Expand Up @@ -7348,6 +7374,20 @@ thaumcraft {
}


thaumicadditions {
B:arcseal=false
B:arcsealblue=false
B:darkgenerator=false
B:eldritchstone=true
B:infuser=false
B:symboller=false
B:tankbasic=false
B:thaumiccrystallizer=false
B:thaumicgenerator=false
B:voidchest=false
}


thaumicenergistics {
B:thaumicenergisticsblockarcaneassembler=false
B:thaumicenergisticsblockessentiacellworkbench=false
Expand Down Expand Up @@ -7422,6 +7462,13 @@ thaumichorizons {
}


thaumicmachina {
B:metaphysicalBrick=false
B:metaphysicalRose=false
B:nodeTransmodifier=false
}


thaumictinkerer {
B:LevitationalLocomotive=false
B:LevitationalLocomotiveRelay=false
Expand Down
14 changes: 14 additions & 0 deletions config/GTNewHorizons/CustomFuels.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CustomFuels>
<FuelItem ItemName="minecraft:diamond" BurnTime="102400"/>
<FuelItem ItemName="dreamcraft:tile.Charcoal" BurnTime="16000"/>
<FuelItem ItemName="dreamcraft:tile.CompressedCharcoal" BurnTime="160000"/>
<FuelItem ItemName="dreamcraft:tile.CompressedCoal" BurnTime="160000"/>
<FuelItem ItemName="dreamcraft:tile.CompressedCoalCoke" BurnTime="320000"/>
<FuelItem ItemName="dreamcraft:tile.DoubleCompressedCharcoal" BurnTime="1600000"/>
<FuelItem ItemName="dreamcraft:tile.DoubleCompressedCoal" BurnTime="1600000"/>
<FuelItem ItemName="dreamcraft:tile.DoubleCompressedCoalCoke" BurnTime="3200000"/>
<FuelItem ItemName="dreamcraft:tile.TripleCompressedCharcoal" BurnTime="16000000"/>
<FuelItem ItemName="dreamcraft:tile.TripleCompressedCoal" BurnTime="16000000"/>
<FuelItem ItemName="dreamcraft:tile.TripleCompressedCoalCoke" BurnTime="32000000"/>
</CustomFuels>
3 changes: 3 additions & 0 deletions config/GTNewHorizons/dreamcraft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ limits {


modules {
# Set to true to enable CustomFuels module. Allows you to set burn-time values to almost any item [default: false]
B:CustomFuels=true

# Set to true to enable CustomToolTips module. This needs a separate config file which is created once you start with this setting enabled [default: false]
B:CustomToolTips=true

Expand Down
3 changes: 3 additions & 0 deletions config/Galacticraft/GSplanets.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ schematic {

# Schematic ID for Tier 7 Rocket, must be unique.
I:idSchematicRocketT7=9

# Schematic ID for Tier 8 Rocket, must be unique.
I:idSchematicRocketT8=10
}


35 changes: 35 additions & 0 deletions config/GregTech/Recipes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,16 @@ alloysmelting {
I:"item.extrautils:unstableingot.0_130"=130
I:item.for.waxCast_200=200
I:item.netherbrick_200=200
I:item.tconstruct.Materials.AluBrassIngot_200=200
I:item.tconstruct.Materials.AlumiteIngot_200=200
I:item.tconstruct.Materials.ArditeIngot_200=200
I:item.tconstruct.Materials.ArditeNugget_100=100
I:item.tconstruct.Materials.BlueSlimeCrystal_400=400
I:item.tconstruct.Materials.CobaltIngot_400=400
I:item.tconstruct.Materials.ManyullynIngot_200=200
I:item.tconstruct.Materials.ManyullynIngot_400=400
I:item.tconstruct.Materials.ObsidianIngot_130=130
I:item.tconstruct.Materials.ObsidianIngot_200=200
I:item.tconstruct.Materials.SlimeCrystal_400=400
I:nuggetAdamantium_100=100
I:nuggetAdamantium_130=130
Expand Down Expand Up @@ -7910,6 +7915,7 @@ assembling {
I:gt.metatool.01.174_640=640
I:gt.metatool.01.176_1280=1280
I:gt.neutronreflector_1200=1200
I:ic2.blockCanner_1200=1200
I:ic2.blockCanner_600=600
I:ic2.blockFenceIron_100=100
I:ic2.blockFermenter_600=600
Expand Down Expand Up @@ -8016,6 +8022,7 @@ assembling {
I:item.HeavyDutyAlloyIngotT5_2400=2400
I:item.HeavyDutyAlloyIngotT6_3000=3000
I:item.HeavyDutyAlloyIngotT7_3600=3600
I:item.HeavyDutyAlloyIngotT8_4200=4200
I:item.HeavyDutyBoard2_1200=1200
I:item.HeavyDutyBoard3_2400=2400
I:item.HighEnergyFlowCircuit_400=400
Expand All @@ -8032,6 +8039,7 @@ assembling {
I:item.ItemTextCard_1600=1600
I:item.ItemTimeCard_1600=1600
I:item.LichBone_900=900
I:item.LightBinding_600=600
I:item.MasterCircuit_1800=1800
I:item.MasterCircuit_600=600
I:item.NanoChestJetPack_800=800
Expand Down Expand Up @@ -10330,13 +10338,18 @@ bender {
I:ingotZinc_325=325
I:ingotZinc_585=585
I:ingotZinc_65=65
I:item.BlackPlutoniumPlate_900=900
I:item.ItemResource.16_1200=1200
I:item.LeadIngot_1035=1035
I:item.LeadIngot_1863=1863
I:item.LeadIngot_207=207
I:item.LeadIngot_414=414
I:item.LeadIngot_621=621
I:item.LeadIngot_828=828
I:item.LedoxPlate_400=400
I:item.MytrylIngot_300=300
I:item.MytrylPlate_300=300
I:item.MytrylPlate_900=900
I:item.QuantinumPlate_600=600
I:item.QuantiumIgnot_600=600
I:item.VoidPlate_600=600
Expand Down Expand Up @@ -11519,6 +11532,7 @@ bender {
I:stickStainlessSteel_1200=1200
I:stickSteel_800=800
I:stickTitanium_1600=1600
I:stickTitanium_200=200
I:stickTungstenSteel_1000=1000
I:stickTungstenSteel_2400=2400
I:stickTungsten_800=800
Expand Down Expand Up @@ -11898,6 +11912,8 @@ blastfurnace {
I:ingotTungsten_3000=3000
I:ingotVanadium_3000=3000
I:ingotWroughtIron_100=100
I:item.MytrylDust_1200=1200
I:item.Mytryl_1200=1200
I:item.QuantinumDust_2400=2400
I:item.item.compacts.misc.bedingot_1800=1800
I:item.item.powder.misc.beddust_3200=3200
Expand Down Expand Up @@ -20719,6 +20735,7 @@ chemicalreactor {
I:gemNetherQuartz_500=500
I:gemQuartzite_500=500
I:glyceryl_2700=2700
I:gt.metaitem.01.2517_600=600
I:hydrogen_1200=1200
I:ic2.itemFertilizer_100=100
I:ic2.itemFertilizer_200=200
Expand All @@ -20727,6 +20744,7 @@ chemicalreactor {
I:ic2distilledwater_10=10
I:ic2distilledwater_5=5
I:ic2distilledwater_700=700
I:item.ChargedCertusQuartzDust_600=600
I:item.PotassiumHydroxideDust_1200=1200
I:item.appleGold_50=50
I:item.appliedenergistics2.ItemMaterial.CertusQuartzCrystalCharged_700=700
Expand Down Expand Up @@ -21912,9 +21930,11 @@ cutting {
I:stickYttriumBariumCuprate_102=102
I:stickYttrium_178=178
I:stickZinc_130=130
I:tile.BlackPlutonium_12000=12000
I:tile.CallistoColdIce_3600=3600
I:tile.Ledox_3600=3600
I:tile.MysteriousCrystal_9600=9600
I:tile.Mytryl_2400=2400
I:tile.Quantinum_7200=7200
I:tile.TFLog.0_200=200
I:tile.TFLog.1_200=200
Expand Down Expand Up @@ -22254,6 +22274,7 @@ distillery {
I:fluid.tile.lava_1200=1200
I:fluid.tile.water_100=100
I:fluid.tile.water_16=16
I:ic2.fluidBiogas_75=75
I:ic2.fluidDistilledWater_16=16
}

Expand Down Expand Up @@ -22817,6 +22838,7 @@ extruder {
I:item.IridiumItemCasing_400=400
I:item.NeutroniumItemCasing_600=600
I:item.OsmiumItemCasing_400=400
I:item.QuantinumRod_300=300
I:item.SawBladeArdite_400=400
I:item.SawBladeManyullyn_600=600
I:item.StainlessSteelItemCasing_100=100
Expand Down Expand Up @@ -34502,14 +34524,17 @@ implosion {
I:gt.metaitem.01.32464_8=0
I:gt.metaitem.01.32480_8=8
I:ic2.itemPartCoalChunk_8=8
I:item.BlackPlutoniumPlate_4=4
I:item.CallistoIcePlate_4=4
I:item.HeavyDutyAlloyIngotT4_32=32
I:item.HeavyDutyAlloyIngotT5_40=40
I:item.HeavyDutyAlloyIngotT6_48=48
I:item.HeavyDutyAlloyIngotT7_48=48
I:item.HeavyDutyAlloyIngotT7_56=56
I:item.HeavyDutyAlloyIngotT8_64=64
I:item.LedoxPlate_4=4
I:item.MysteriousCrystalPlate_4=4
I:item.MytrylPlate_4=4
I:item.QuantinumPlate_4=4
I:"item.extrautils:bedrockiumIngot_8"=8
I:item.item.compacts.misc.bedingot_16=16
Expand Down Expand Up @@ -37353,6 +37378,8 @@ laserengraving {
I:item.EtchedLudicrousVoltageWiring_400=400
I:item.ManyullynCrystal_1200=1200
I:item.ManyullynCrystal_800=800
I:item.MysteriousCrystal_1200=1200
I:item.MytrylCrystal_1200=1200
I:item.NanoCrystal_600=600
I:item.QuantumCrystal_800=800
I:item.appliedenergistics2.ItemMaterial.CalcProcessorPress_2000=2000
Expand Down Expand Up @@ -37803,8 +37830,10 @@ lathe {
I:ingotZinc_325=325
I:item.ItemResource.16_1000=1000
I:item.LeadIngot_1035=1035
I:item.QuantiumIgnot_400=400
I:item.ReinforcedGlassLense_400=400
I:item.ReinforcedGlassPlate_400=400
I:item.appliedenergistics2.ItemMaterial.CertusQuartzCrystalCharged_200=200
I:item.for.sapling_16=16
I:item.item.shaftcraft.crafting.shaft_400=400
I:nuggetAdamantium_24=24
Expand Down Expand Up @@ -60437,6 +60466,7 @@ pulveriser {
I:tile.GiantObsidian_400=400
I:tile.IOMytryl_200=200
I:tile.PhobosOreAlum_400=400
I:tile.PlutoBlackPlutonium_200=200
I:tile.TFLog.32767_400=400
I:tile.TFMagicLog.32767_400=400
I:tile.TFRoots.0_400=400
Expand Down Expand Up @@ -89383,8 +89413,11 @@ vacuumfreezer {
I:ingotHotVanadiumGallium_165=165
I:ingotHotVanadium_153=153
I:ingotHotYttrium_267=267
I:item.CallistoIceIngot_1200=1200
I:item.CallistoIceIngot_200=200
I:item.LedoxIngot_900=900
I:item.MysteriousCrystalIngot_4800=4800
I:item.MytrylHotIngot_3600=3600
I:item.QuantinumHotIngot_2400=2400
}

Expand All @@ -89394,6 +89427,7 @@ wiremill {
I:dustGraphene_400=400
I:gt.blockmachines.wire.gold.01_600=600
I:gt.blockmachines.wire.tin.01_400=400
I:gt.metaitem.01.23517_200=200
I:ic2.itemCableO_400=400
I:ic2.itemGoldCable_600=600
I:ic2.itemIronCable_600=600
Expand Down Expand Up @@ -89526,6 +89560,7 @@ wiremill {
I:ingotYttriumBariumCuprate_100=100
I:ingotYttrium_100=100
I:ingotZinc_100=100
I:item.ChargedCertusQuartzRod_200=200
I:item.LeadIngot_100=100
I:item.deshStick_50=50
I:item.projectred.core.part.electrotine_ingot_100=100
Expand Down
4 changes: 2 additions & 2 deletions config/GregTech/Unification.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8539,8 +8539,8 @@ specialunificationtargets {
}

extrautilities {
B:ingotUnstable_false=false
B:nuggetUnstable_false=false
B:ingotUnstable_false=true
B:nuggetUnstable_false=true
}

randomthings {
Expand Down
Loading

0 comments on commit bd1d1ab

Please sign in to comment.