Skip to content

Commit 10b6b7f

Browse files
committed
Major cleanup/refactoring, Add configs that we have separately from FTB.
Deleted unnecessary configs. Removed unnecessary sections of configs. Added a folder exclusively with configs added by TPPI and not by FTB. Added item dump being used exclusively by us, will merge with FTBs later.
1 parent 68de4c5 commit 10b6b7f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+33482
-11367
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Configuration file
2+
3+
####################
4+
# block
5+
####################
6+
7+
block {
8+
I:MolecularTransformerID=430
9+
I:blockID=431
10+
}
11+
12+
13+
####################
14+
# general
15+
####################
16+
17+
general {
18+
I:AdvGenDay=8
19+
I:AdvGenNight=1
20+
I:AdvOutput=32
21+
I:AdvStorage=32000
22+
I:HybGenDay=64
23+
I:HybGenNight=8
24+
I:HybOutput=128
25+
I:HybStorage=100000
26+
I:UltHybGenDay=512
27+
I:UltHybGenNight=64
28+
I:UltOutput=512
29+
I:UltStorage=1000000
30+
}
31+
32+
33+
####################
34+
# items
35+
####################
36+
37+
items {
38+
I:advSolarHelmetID=30320
39+
I:hybridSolarHelmetID=30321
40+
I:itemsID=30319
41+
I:ultimateSolarHelmetID=30322
42+
}
43+
44+
45+
####################
46+
# quantum generator
47+
####################
48+
49+
"quantum generator" {
50+
I:"Quantum generator default maximum packet size"=512
51+
I:"Quantum generator default production"=512
52+
}
53+
54+
55+
####################
56+
# recipes settings
57+
####################
58+
59+
"recipes settings" {
60+
B:"Disable Advanced Solar Helmet recipe"=false
61+
B:"Disable AdvancedSolarPanel recipe"=false
62+
B:"Disable DoubleSlab recipe"=false
63+
B:"Disable Hybrid Solar Helmet recipe"=false
64+
B:"Disable HybridSolarPanel recipe"=false
65+
B:"Disable MolecularTransformer recipe"=false
66+
B:"Disable Ultimate Solar Helmet recipe"=false
67+
B:"Disable UltimateSolarPanel recipe"=false
68+
B:"Enable hard recipes"=true
69+
B:"Enable simple Advanced Solar Panel recipe"=false
70+
}
71+
72+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
##################################################################################################
2+
# AdvancedSolarPanels Molecular Transformer Recipes #
3+
##################################################################################################
4+
# Format of recipe: "inputItem;outputItem;inputStackSize;outputStackSize;energy" #
5+
# InputItem (outputItem) format: #
6+
# "OD:forgeOreDictName" or "ID:itemID" or "ID:itemID-meta" or "IC:industialCraftItemName" #
7+
# New line = new recipe. #
8+
# Add "#" before line to skip parsing recipe #
9+
##################################################################################################
10+
version=1
11+
##################################################################################################
12+
ID:397-1;ID:399;1;1;120000000 # Item.skull -> Item.netherStar
13+
ID:265;IC:iridiumOre;1;1;9000000 # Iron ingot -> iridium ore
14+
ID:87;ID:289;1;1;70000 # Block.netherrack -> Item.gunpowder
15+
ID:12;ID:13;1;1;50000 # Block.sand -> Block.gravel
16+
ID:3;ID:82;1;1;50000 # Block.dirt -> Block.blockClay
17+
ID:263-1;ID:263;1;1;60000 # Charcoal -> Coal
18+
ID:348;OD:sunnariumPart;1;1;1000000 # glowstoneDust -> sunnariumPart
19+
ID:89;OD:sunnarium;1;1;9000000 # glowstone -> sunnarium
20+
ID:35-4;ID:89;1;1;750000 # yellow wool -> glowstone
21+
ID:35-11;ID:22;1;1;1000000 # blue wool -> Block.blockLapis
22+
ID:35-14;ID:152;1;1;1000000 # red wool -> Block.blockRedstone
23+
ID:351-4;OD:gemSapphire;1;1;5000000 # lapis lazuli -> sapphire
24+
ID:331;OD:gemRuby;1;1;5000000 # Item.redstone -> ruby
25+
ID:263;OD:craftingIndustrialDiamond;1;1;9000000 # coal -> industrial diamond
26+
OD:dustTitanium;OD:dustChrome;1;1;500000
27+
OD:ingotTitanium;OD:ingotChrome;1;1;500000
28+
OD:gemNetherQuartz;OD:gemCertusQuartz;1;1;1000000
29+
OD:ingotCopper;OD:ingotNickel;1;1;300000
30+
OD:ingotTin;OD:ingotSilver;1;1;1000000
31+
OD:ingotSilver;ID:266;1;1;2000000 # silverIngot -> goldIngot
32+
ID:266;OD:ingotPlatinum;1;1;9000000 # goldIngot -> platinumIngot

Configs Added by TPPI/ClaySpawn.cfg

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configuration file
2+
3+
####################
4+
# general
5+
####################
6+
7+
general {
8+
I:clayRarity=20
9+
}
10+
11+

Configs Added by TPPI/GraviSuite.cfg

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Configuration file
2+
3+
####################
4+
# hud settings
5+
####################
6+
7+
"hud settings" {
8+
B:"Display hud"=true
9+
I:hudPosition=1
10+
}
11+
12+
13+
####################
14+
# items
15+
####################
16+
17+
items {
18+
I:advChainsawID=30074
19+
I:advDDrillID=30075
20+
I:advJetpackID=30076
21+
I:advLappackID=30077
22+
I:advNanoChestPlateID=30078
23+
I:graviChestPlateID=30079
24+
I:graviToolID=30080
25+
I:otherItemsID=30081
26+
I:ultimateLappackID=30082
27+
I:ultimateSolarHelmetID=30083
28+
I:vajraID=30084
29+
}
30+
31+
32+
####################
33+
# recipes settings
34+
####################
35+
36+
"recipes settings" {
37+
B:"Disable Advanced Chainsaw recipe"=false
38+
B:"Disable Advanced Dimond Drill recipe"=false
39+
B:"Disable Advanced Jetpack recipe"=false
40+
B:"Disable Advanced NanoChestPlate recipe"=false
41+
B:"Disable AdvancedLappack recipe"=false
42+
B:"Disable GraviChestPlate recipe"=false
43+
B:"Disable GraviTool recipe"=false
44+
B:"Disable UltimateLappack recipe"=false
45+
B:"Disable UltimateSolarHelmet recipe"=false
46+
B:"Disable Vajra recipe"=false
47+
}
48+
49+
50+
####################
51+
# sounds settings
52+
####################
53+
54+
"sounds settings" {
55+
B:"Disable all sounds"=false
56+
}
57+
58+
59+
####################
60+
# vajra settings
61+
####################
62+
63+
"vajra settings" {
64+
B:"Disable Vajra accurate mode"=false
65+
}
66+
67+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Configuration file
2+
3+
####################
4+
# block
5+
####################
6+
7+
block {
8+
I:biomeCore=1235
9+
I:brewingStand=1236
10+
I:crossedDecoration=1237
11+
I:dungeonPuzzle=1238
12+
I:endFlower=1239
13+
I:endFlowerPot=1240
14+
I:endPowder=1241
15+
I:endTerrain=1242
16+
I:enderGoo=1243
17+
I:endermanHead=1244
18+
I:endermanSpawner=1245
19+
I:essenceAltar=1246
20+
I:igneousRock=1247
21+
I:indestructibleCarpet=1248
22+
I:infestationCauldron=1249
23+
I:instabilityOrbOre=1250
24+
I:laserBeam=1251
25+
I:obsidainStairs=1252
26+
I:obsidianEnd=1253
27+
I:obsidianSpecial=1254
28+
I:obsidianSpecialGlow=1255
29+
I:soulCharm=1256
30+
I:spookyLeaves=1257
31+
I:spookyLog=1258
32+
I:stardustOre=1259
33+
I:stardustPlaced=1261
34+
I:templeEndPortal=1262
35+
}
36+
37+
38+
####################
39+
# general
40+
####################
41+
42+
general {
43+
B:enableEndermapocalypse=true
44+
B:enableMusic=true
45+
B:enableTempleCaller=true
46+
B:enableUpdateNotifications=true
47+
B:gooBattlesWater=true
48+
B:overpoweredMobs=false
49+
}
50+
51+
52+
####################
53+
# item
54+
####################
55+
56+
item {
57+
I:achievementLorePages=5345
58+
I:altarNexus=5346
59+
I:brewingStand=5347
60+
I:bucketEnderGoo=5348
61+
I:corporealMirageOrb=5349
62+
I:dragonEssence=5350
63+
I:drySplinter=5351
64+
I:endPowder=5352
65+
I:enderGem=5353
66+
I:enderPearl=5354
67+
I:endermanHead=5355
68+
I:endermanRelicRepaired=5356
69+
I:endermanRelicShattered=5357
70+
I:endoplasm=5358
71+
I:gemFragment=5359
72+
I:ghostTalisman=5360
73+
I:igneousRock=5361
74+
I:infestationRemedy=5362
75+
I:infestedBatWing=5363
76+
I:instabilityOrb=5364
77+
I:lorePage=5365
78+
I:number=5366
79+
I:potionOfInstability=5367
80+
I:silverfishBlood=5368
81+
I:spawnEggs=5369
82+
I:stardust=5370
83+
I:templeCaller=5371
84+
}
85+
86+

Configs Added by TPPI/Mekanism.cfg

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Configuration file
2+
3+
####################
4+
# block
5+
####################
6+
7+
block {
8+
I:BasicBlock=736
9+
I:BoundingBlock=738
10+
I:EnergyCube=740
11+
I:GasTank=741
12+
I:Generator=742
13+
I:MachineBlock=743
14+
I:MachineBlock2=744
15+
I:ObsidianTNT=746
16+
I:OreBlock=733
17+
I:Transmitter=735
18+
}
19+
20+
21+
####################
22+
# general
23+
####################
24+
25+
general {
26+
I:ClientUpdateDelay=10
27+
B:ControlCircuitOreDict=true
28+
I:CopperGenerationAmount=16
29+
B:CopperGenerationEnabled=false
30+
B:DisableBCBronzeCrafting=false
31+
B:DisableBCSteelCrafting=false
32+
B:DynamicTankEasterEgg=false
33+
D:EUToJoules=0.1
34+
B:EnableSounds=true
35+
I:EnergyPerRedstone=10000
36+
B:FancyUniversalCableRender=true
37+
B:ForceBuildcraftPower=false
38+
B:Holidays=true
39+
I:JoulesToEU=10
40+
I:JoulesToMJ=25
41+
B:LogPackets=false
42+
D:MJToJoules=0.04
43+
I:ObsidianTNTBlastRadius=12
44+
I:ObsidianTNTDelay=100
45+
I:OsmiumGenerationAmount=12
46+
B:OsmiumGenerationEnabled=true
47+
B:OverrideUERatios=true
48+
I:SoundVolume=1
49+
I:TinGenerationAmount=14
50+
B:TinGenerationEnabled=false
51+
B:UpdateNotifications=true
52+
I:VoicePort=36123
53+
B:VoiceServerEnabled=true
54+
}
55+
56+
57+
####################
58+
# generation
59+
####################
60+
61+
generation {
62+
I:AdvancedSolarGeneration=300
63+
I:BioGeneration=200
64+
I:HeatGeneration=180
65+
I:HydrogenGeneration=400
66+
I:SolarGeneration=50
67+
I:WindGeneration=50
68+
}
69+
70+
71+
####################
72+
# item
73+
####################
74+
75+
item {
76+
I:AtomicCore=5950
77+
I:AtomicDisassembler=5951
78+
I:BioFuel=5952
79+
I:Clump=5953
80+
I:CompressedCarbon=5954
81+
I:Configurator=5955
82+
I:ControlCircuit=5956
83+
I:Dictionary=5957
84+
I:DirtyDust=5958
85+
I:Dust=5959
86+
I:ElectricBow=5960
87+
I:ElectrolyticCore=5961
88+
I:EnergyTablet=5962
89+
I:EnergyUpgrade=5963
90+
I:EnrichedAlloy=5964
91+
I:EnrichedIron=5965
92+
I:Ingot=5966
93+
I:ItemProxy=5967
94+
I:Jetpack=5968
95+
I:NetworkReader=5969
96+
I:PortableTeleporter=5970
97+
I:Robit=5971
98+
I:SolarPanel=5972
99+
I:SpeedUpgrade=5973
100+
I:TeleportationCore=5974
101+
I:WalkieTalkie=5975
102+
}
103+
104+
105+
####################
106+
# usage
107+
####################
108+
109+
usage {
110+
I:CombinerUsage=50
111+
I:CrusherUsage=50
112+
I:DigitalMinerUsage=100
113+
I:ElectrolyticSeparatorUsage=50
114+
I:EnergizedSmelterUsage=50
115+
I:EnrichmentChamberUsage=50
116+
I:FactoryUsage=50
117+
I:MetallurgicInfuserUsage=50
118+
I:OsmiumCompressorUsage=50
119+
I:PurificationChamberUsage=50
120+
I:RotaryCondensentratorUsage=50
121+
}
122+
123+

0 commit comments

Comments
 (0)