aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-10-30 14:31:37 -0400
committerCara Salter <cara@devcara.com>2023-10-30 14:31:37 -0400
commit8678792e58cb4b3450240b7e226d300b7d7902bf (patch)
tree4e2b3de84359e95245d5804f669457da3d8d9a6e
parent7ecaac649f8f4865fe0129a47c2b6f2d32239613 (diff)
downloadmodpackman-8678792e58cb4b3450240b7e226d300b7d7902bf.tar.gz
modpackman-8678792e58cb4b3450240b7e226d300b7d7902bf.zip
142 season 2
-rw-r--r--packs/142-2-electric-boogaloo/config/tconstruct.cfg143
-rw-r--r--packs/142-2-electric-boogaloo/icon.icobin0 -> 1662 bytes
-rw-r--r--packs/142-2-electric-boogaloo/icon.pngbin0 -> 1156 bytes
-rw-r--r--packs/142-2-electric-boogaloo/pack-lock.ini25
-rw-r--r--packs/142-2-electric-boogaloo/pack.ini37
5 files changed, 205 insertions, 0 deletions
diff --git a/packs/142-2-electric-boogaloo/config/tconstruct.cfg b/packs/142-2-electric-boogaloo/config/tconstruct.cfg
new file mode 100644
index 0000000..476e44c
--- /dev/null
+++ b/packs/142-2-electric-boogaloo/config/tconstruct.cfg
@@ -0,0 +1,143 @@
+# Configuration file
+
+~CONFIG_VERSION: 0.1
+
+clientside {
+ # If true all of Tinkers' blocks with contents (tables, basin, drying racks,...) will render their contents in the world
+ B:renderInventoryInWorld=true
+
+ # If true use a null render layer when building the models to render tables. Fixes an issue with chisel, but the config is provide in case it breaks something.
+ B:renderInventoryNullLayer=true
+
+ # If true tools will show additional info in their tooltips
+ B:extraTooltips=true
+
+ # If true all variants of the different tables will be listed in creative. Set to false to only have the oak variant for all tables.
+ B:listAllTables=true
+
+ # If true all material variants of the different tools will be listed in creative. Set to false to only have the first found material for all tools (usually wood).
+ B:listAllToolMaterials=true
+
+ # If true all material variants of the different parts will be listed in creative. Set to false to only have the first found material for all parts (usually wood).
+ B:listAllPartMaterials=true
+
+ # If true, temperatures in the smeltery and in JEI will display in celsius. If false they will use the internal units of Kelvin, which may be better for devs
+ B:temperatureCelsius=true
+
+ # If true tools will enable the forge bucket model on startup and then turn itself off. This is only there so that a fresh install gets the buckets turned on by default.
+ B:enableForgeBucketModel=false
+
+ # REQUIRES DEBUG MODULE. Will do nothing if debug module is disabled. If true the texture map will be dumped into the run directory, just like old forge did.
+ B:dumpTextureMap=false
+}
+
+
+gameplay {
+ # Fortune increases drops after harvesting a block with autosmelt
+ B:AutosmeltFortuneInteraction=true
+
+ # Adds a recipe that allows you to craft 3 gravel into a flint
+ B:addFlintRecipe=true
+
+ # Adds a recipe that allows you to get leather from drying cooked meat
+ B:addLeatherDryingRecipe=true
+
+ # Allows the creation of bricks from molten clay
+ B:allowBrickCasting=true
+
+ # Pattern and Part chests keep their inventory when harvested.
+ B:chestsKeepInventory=true
+
+ # Allows to craft all tool parts of all materials in the part builder, including materials that normally have to be cast with a smeltery.
+ B:craftCastableMaterials=false
+
+ # Blacklist of registry names or TE classnames for the crafting station to connect to. Mainly for compatibility.
+ S:craftingStationBlacklist <
+ de.ellpeck.actuallyadditions.mod.tile.TileEntityItemViewer
+ >
+
+ # Adds single-use clay casts.
+ B:enableClayCasts=true
+
+ # If true, piggybackpacks can only pick up players and mobs that can be leashed in vanilla. If false any mob can be picked up.
+ B:limitPiggybackpack=false
+
+ # If true, requires slimeballs in the vanilla slimeblock recipe to match in color, otherwise gives a pink slimeblock
+ B:matchVanillaSlimeblock=false
+
+ # Allows the creation of obsidian in the smeltery, using a bucket of lava and water.
+ B:obsidianAlloy=true
+
+ # Preferred mod ID for oredictionary outputs. Top most mod ID will be the preferred output ID, and if none is found the first output stack is used.
+ S:orePreference <
+ minecraft
+ tconstruct
+ thermalfoundation
+ forestry
+ immersiveengineering
+ embers
+ ic2
+ >
+
+ # Determines the ratio of ore to ingot, or in other words how many ingots you get out of an ore. This ratio applies to all ores (including poor and dense). The ratio can be any decimal, including 1.5 and the like, but can't go below 1. THIS ALSO AFFECTS MELTING TEMPERATURE!
+ D:oreToIngotRatio=2.0
+
+ # List of items to ignore when generating melting recipes from the crafting registry. For example, ignoring sticks allows metal pickaxes to melt down.
+ # Format: oreName or modid:item[:meta]. If meta is unset, uses wildcard
+ S:oredictMeltingIgnore <
+ dustRedstone
+ plankWood
+ stickWood
+ stickTreatedWood
+ string
+ minecraft:chest:0
+ >
+
+ # Enables all items, even if the Module needed to obtain them is not active
+ B:registerAllItems=false
+
+ # Allows to reuse stencils in the stencil table to turn them into other stencils
+ B:reuseStencils=true
+
+ # Players who enter the world for the first time get a Tinkers' Book
+ B:spawnWithBook=true
+
+ # REQUIRES DEBUG MODULE. Tests all IMC integrations with dummy recipes. May significantly impact gameplay, so its advised you disable this outside of dev environements.
+ B:testIMC=false
+}
+
+
+worldgen {
+ # If true slime islands will generate
+ B:generateSlimeIslands=true
+
+ # If true slime islands generate in superflat worlds
+ B:generateIslandsInSuperflat=false
+
+ # One in every X chunks will contain a slime island
+ I:slimeIslandRate=2500
+
+ # One in every X chunks will contain a magma island in the nether
+ I:magmaIslandRate=730
+
+ # Prevents generation of slime islands in the listed dimensions
+ I:slimeIslandBlacklist <
+ -1
+ 1
+ >
+
+ # If true, slime islands wont generate in dimensions which aren't of type surface. This means they wont generate in modded cave dimensions like the deep dark.
+ B:slimeIslandsOnlyGenerateInSurfaceWorlds=true
+
+ # If true, cobalt ore will generate in the nether
+ B:genCobalt=true
+
+ # If true, ardite ore will generate in the nether
+ B:genArdite=true
+
+ # Approx Ores per chunk
+ I:cobaltRate=20
+ I:arditeRate=20
+}
+
+
diff --git a/packs/142-2-electric-boogaloo/icon.ico b/packs/142-2-electric-boogaloo/icon.ico
new file mode 100644
index 0000000..c9378fc
--- /dev/null
+++ b/packs/142-2-electric-boogaloo/icon.ico
Binary files differ
diff --git a/packs/142-2-electric-boogaloo/icon.png b/packs/142-2-electric-boogaloo/icon.png
new file mode 100644
index 0000000..2c14f75
--- /dev/null
+++ b/packs/142-2-electric-boogaloo/icon.png
Binary files differ
diff --git a/packs/142-2-electric-boogaloo/pack-lock.ini b/packs/142-2-electric-boogaloo/pack-lock.ini
new file mode 100644
index 0000000..b2a20d3
--- /dev/null
+++ b/packs/142-2-electric-boogaloo/pack-lock.ini
@@ -0,0 +1,25 @@
+[global]
+pack_version = 9
+config_files = tconstruct.cfg
+
+[mod_versions]
+ae2 = e5c3c11eafc5daf73652a2dabe855e3759caa8b5,https://media.forgecdn.net/files/2747/63/appliedenergistics2-rv6-stable-7.jar
+galacticraft = feb8672cf338c99fe652787cd7d4c90c5e83bd21,https://micdoodle8.com/new-builds/GC-1.12/280/GalacticraftCore-1.12.2-4.0.2.280.jar
+galacticraft-planets = d0858886366cb5461f5bf3b931e59bc2acfc5f9e,https://micdoodle8.com/new-builds/GC-1.12/280/Galacticraft-Planets-1.12.2-4.0.2.280.jar
+micdoodlecore = c90c3c2289414bae986538d13ffad6425dc63404,https://micdoodle8.com/new-builds/GC-1.12/280/MicdoodleCore-1.12.2-4.0.2.280.jar
+draconic-evolution = aa952832b369ff12a26ef608ee7a001b687ca226,https://media.forgecdn.net/files/3431/261/Draconic-Evolution-1.12.2-2.3.28.354-universal.jar
+brandons-core = f6035eb93d9c7b91334ed7bfc17ed36c8c9d86c8,https://media.forgecdn.net/files/3408/276/BrandonsCore-1.12.2-2.4.20.162-universal.jar
+cclib = b6a7e3b889c354216059a3bfad298e30a1e46a2d,https://media.forgecdn.net/files/2779/848/CodeChickenLib-1.12.2-3.2.3.358-universal.jar
+project-intelligence = d6424c4111913a48f9c983199d07140136a12ee1,https://media.forgecdn.net/files/2833/640/ProjectIntelligence-1.12.2-1.0.9.28-universal.jar
+redstone-flux = 7835c1dcc006e5d4a406a6b0615012b825e25044,https://media.forgecdn.net/files/2920/436/RedstoneFlux-1.12-2.1.1.1-universal.jar
+jei = a4e3b713de6604ee558f30207dd2bde59c9ca21d,https://media.forgecdn.net/files/4538/10/jei_1.12.2-4.16.1.1003.jar
+xaeros = 426cc182ce1b2133a4fd36449e05289978aed372,https://media.forgecdn.net/files/4812/551/Xaeros_Minimap_23.8.4_Forge_1.12.jar
+aromas-mining = fd0aaf103ba9b7b9983066b5a8b270c37bdb10ea,https://media.forgecdn.net/files/2997/915/Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b97.jar
+aroma-core = 0ed562d404eba9a79a323570b719558bc1303e72,https://media.forgecdn.net/files/2914/62/Aroma1997Core-1.12.2-2.0.0.2.b167.jar
+buildcraft = 46c7bcb2c81f4786a84f951e7204277c967deb96,https://media.forgecdn.net/files/3204/475/buildcraft-all-7.99.24.8.jar
+thermal-expansion = 3568d977c90987c58ad2c7cb3837c4ac8de49216,https://media.forgecdn.net/files/2926/431/ThermalExpansion-1.12.2-5.5.7.1-universal.jar
+thermal-foundation = 6bd93897638fd68794cae17c9520b68a85fc97d0,https://media.forgecdn.net/files/2926/428/ThermalFoundation-1.12.2-2.6.7.1-universal.jar
+cofhcore = 4dd5aa3ff30d7966ae253556f79bb3f13bc5576e,https://media.forgecdn.net/files/2920/433/CoFHCore-1.12.2-4.6.6.1-universal.jar
+cofhworld = 863e1524fe0087d434a5e44d27cc2dd0353b9399,https://media.forgecdn.net/files/2920/434/CoFHWorld-1.12.2-1.4.0.1-universal.jar
+extreme-reactors = 69dde2f0c2b2c204a66f5ae5c704a39f6b08c6ef,https://media.forgecdn.net/files/3194/746/ExtremeReactors-1.12.2-0.4.5.68.jar
+
diff --git a/packs/142-2-electric-boogaloo/pack.ini b/packs/142-2-electric-boogaloo/pack.ini
new file mode 100644
index 0000000..8e433dd
--- /dev/null
+++ b/packs/142-2-electric-boogaloo/pack.ini
@@ -0,0 +1,37 @@
+[pack]
+name = Friends of 142 - The Return
+pack_base_url = https://git.devcara.com/modpackman/tree/packs/142-2-electric-boogaloo
+forge_url = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2854/forge-1.12.2-14.23.5.2854-installer.jar
+game_version = 1.12.2
+java_args = -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
+
+[mods]
+ae2 = https://legacy.curseforge.com/minecraft/mc-mods/applied-energistics-2
+
+galacticraft = https://micdoodle8.com/new-builds/GC-1.12/280/GalacticraftCore-1.12.2-4.0.2.280.jar
+galacticraft-planets = https://micdoodle8.com/new-builds/GC-1.12/280/Galacticraft-Planets-1.12.2-4.0.2.280.jar
+micdoodlecore = https://micdoodle8.com/new-builds/GC-1.12/280/MicdoodleCore-1.12.2-4.0.2.280.jar
+
+draconic-evolution = https://legacy.curseforge.com/minecraft/mc-mods/draconic-evolution
+brandons-core = https://legacy.curseforge.com/minecraft/mc-mods/brandons-core
+cclib = https://legacy.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8
+project-intelligence = https://legacy.curseforge.com/minecraft/mc-mods/project-intelligence
+redstone-flux = https://legacy.curseforge.com/minecraft/mc-mods/redstone-flux
+
+jei = https://legacy.curseforge.com/minecraft/mc-mods/jei
+
+xaeros = https://legacy.curseforge.com/minecraft/mc-mods/xaeros-minimap
+
+aromas-mining = https://legacy.curseforge.com/minecraft/mc-mods/aroma1997s-dimensional-world
+aroma-core = https://legacy.curseforge.com/minecraft/mc-mods/aroma1997core
+
+buildcraft = https://legacy.curseforge.com/minecraft/mc-mods/buildcraft
+
+# only for power...
+thermal-expansion = https://legacy.curseforge.com/minecraft/mc-mods/thermal-expansion
+thermal-foundation = https://legacy.curseforge.com/minecraft/mc-mods/thermal-foundation
+cofhcore = https://legacy.curseforge.com/minecraft/mc-mods/cofh-core
+cofhworld = https://legacy.curseforge.com/minecraft/mc-mods/cofh-world
+
+# midgame power
+extreme-reactors = https://legacy.curseforge.com/minecraft/mc-mods/extreme-reactors