Compare commits
No commits in common. "develop" and "master" have entirely different histories.
|
@ -1,8 +1,2 @@
|
||||||
Version 0.3 - April 3, 2024
|
|
||||||
- Thermal Expansion was the incorrect version, and wasn't being loaded. Fix this.
|
|
||||||
|
|
||||||
Version 0.2 - March 15, 2024
|
|
||||||
- Removed the TF2 Stuff mod; it wasn't worth the trouble.
|
|
||||||
|
|
||||||
Version 0.1 - [RELEASE-DATE]
|
Version 0.1 - [RELEASE-DATE]
|
||||||
- Initial build of modpack, functionality equivalent (roughly) to Erbosoft Vista 0.6.
|
- Initial build of modpack, functionality equivalent (roughly) to Erbosoft Vista 0.6.
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
# Makefile for Erbosoft Sierra Modpack
|
# Makefile for Erbosoft Sierra Modpack
|
||||||
# AGRB 1/24/2023
|
# AGRB 1/24/2023
|
||||||
|
|
||||||
VERSION=0.3
|
VERSION=0.1
|
||||||
FORGEMOD=forge-1.12.2-14.23.5.2859-universal.jar
|
FORGEMOD=forge-1.12.2-14.23.5.2859-universal.jar
|
||||||
FORGEINSTALLER=forge-1.12.2-14.23.5.2859-installer.jar
|
FORGEINSTALLER=forge-1.12.2-14.23.5.2859-installer.jar
|
||||||
|
|
||||||
|
|
|
@ -225,13 +225,13 @@ modcompatibility {
|
||||||
I:Demoman=12
|
I:Demoman=12
|
||||||
|
|
||||||
# Disable random tf2 boss spawn [default: false]
|
# Disable random tf2 boss spawn [default: false]
|
||||||
B:"Disable boss spawn"=true
|
B:"Disable boss spawn"=false
|
||||||
|
|
||||||
# Disable boss spawning items [default: false]
|
# Disable boss spawning items [default: false]
|
||||||
B:"Disable boss spawn items"=true
|
B:"Disable boss spawn items"=false
|
||||||
|
|
||||||
# Disable invasion items [default: false]
|
# Disable invasion items [default: false]
|
||||||
B:"Disable invasion event items"=true
|
B:"Disable invasion event items"=false
|
||||||
|
|
||||||
# Disable mod-specific mobs spawning [default: false]
|
# Disable mod-specific mobs spawning [default: false]
|
||||||
B:"Disable mob spawning"=true
|
B:"Disable mob spawning"=true
|
||||||
|
@ -289,3 +289,5 @@ modcompatibility {
|
||||||
S:"Generate lead"=Default
|
S:"Generate lead"=Default
|
||||||
I:"Mann Co. building chance"=2147483647
|
I:"Mann Co. building chance"=2147483647
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ ProjectRed-1.12.2-4.9.4.120-integration.jar|https://www.curseforge.com/minecraft
|
||||||
ProjectRed-1.12.2-4.9.4.120-lighting.jar|https://www.curseforge.com/minecraft/mc-mods/project-red-illumination/files
|
ProjectRed-1.12.2-4.9.4.120-lighting.jar|https://www.curseforge.com/minecraft/mc-mods/project-red-illumination/files
|
||||||
ProjectRed-1.12.2-4.9.4.120-mechanical.jar|https://www.curseforge.com/minecraft/mc-mods/project-red-expansion
|
ProjectRed-1.12.2-4.9.4.120-mechanical.jar|https://www.curseforge.com/minecraft/mc-mods/project-red-expansion
|
||||||
ProjectRed-1.12.2-4.9.4.120-world.jar|https://www.curseforge.com/minecraft/mc-mods/project-red-exploration/files
|
ProjectRed-1.12.2-4.9.4.120-world.jar|https://www.curseforge.com/minecraft/mc-mods/project-red-exploration/files
|
||||||
|
rafradek_tf2_weapons-1.12.2-1.6.1.jar|https://www.curseforge.com/minecraft/mc-mods/tf2-stuff-mod/files
|
||||||
railcraft-12.0.0.jar|https://www.curseforge.com/minecraft/mc-mods/railcraft/files
|
railcraft-12.0.0.jar|https://www.curseforge.com/minecraft/mc-mods/railcraft/files
|
||||||
RebornCore-1.12.2-3.19.5-universal.jar|https://www.curseforge.com/minecraft/mc-mods/reborncore/files
|
RebornCore-1.12.2-3.19.5-universal.jar|https://www.curseforge.com/minecraft/mc-mods/reborncore/files
|
||||||
RedstoneFlux-1.12-2.1.1.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/redstone-flux/files
|
RedstoneFlux-1.12-2.1.1.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/redstone-flux/files
|
||||||
|
@ -58,7 +59,7 @@ ThaumicTerminal-1.0.12.jar|https://www.curseforge.com/minecraft/mc-mods/thaumic-
|
||||||
thaumicwonders-1.8.2.jar|https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders/files
|
thaumicwonders-1.8.2.jar|https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders/files
|
||||||
ThermalCultivation-1.12.2-0.3.6.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation/files
|
ThermalCultivation-1.12.2-0.3.6.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation/files
|
||||||
ThermalDynamics-1.12.2-2.5.6.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics/files
|
ThermalDynamics-1.12.2-2.5.6.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics/files
|
||||||
ThermalExpansion-1.12.2-5.5.7.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-expansion/files
|
thermal_expansion-1.19.2-10.0.0.19.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-expansion/files
|
||||||
ThermalFoundation-1.12.2-2.6.7.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-foundation/files
|
ThermalFoundation-1.12.2-2.6.7.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-foundation/files
|
||||||
ThermalInnovation-1.12.2-0.3.6.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-innovation/files
|
ThermalInnovation-1.12.2-0.3.6.1-universal.jar|https://www.curseforge.com/minecraft/mc-mods/thermal-innovation/files
|
||||||
trafficcontrol-0.4.1.jar|https://www.curseforge.com/minecraft/mc-mods/traffic-control/files
|
trafficcontrol-0.4.1.jar|https://www.curseforge.com/minecraft/mc-mods/traffic-control/files
|
||||||
|
|
76
technicpack-resources/overview.markup.txt
Normal file
76
technicpack-resources/overview.markup.txt
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
[b]Erbosoft Sierra Modpack[/b]
|
||||||
|
|
||||||
|
The original Erbosoft modpack was designed for a personal server, running on a 1.6 version of Minecraft.
|
||||||
|
This server supported play with our godchildren.
|
||||||
|
The Erbosoft Plus! pack updated that to version 1.7.2 of Minecraft, and then Erbosoft Vista updated it to 1.7.10.
|
||||||
|
This is now a re-engineering of that pack to version 1.12.2 of Minecraft, which is still pretty old, but does
|
||||||
|
support a lot of the mods we like to use. Users of this modpack include Amy, Sabrina aka Phoenix aka Bastet,
|
||||||
|
their godchildren, their godchildren's mother, and some of Sabrina's gamer friends.
|
||||||
|
|
||||||
|
[u][b]List of mods in this pack:[/b][/u]
|
||||||
|
Forge Universal 14.23.5.2859
|
||||||
|
AE Additions - ExtraCells2 Fork 1.3.8
|
||||||
|
Applied Energistics 2 rv6-stable-7
|
||||||
|
Backpacks 3.0.2
|
||||||
|
Baubles 1.5.2
|
||||||
|
BdLib 1.14.3.9
|
||||||
|
Better Survival 1.4.1
|
||||||
|
BiblioCraft 2.4.6
|
||||||
|
bspkrsCore 7.6.0.1
|
||||||
|
Buildcraft 7.99.24.8
|
||||||
|
Carpenter's Blocks 3.4.0-poc.6
|
||||||
|
CB Multipart 2.6.2.83
|
||||||
|
Chunk Loaders 1.2.3
|
||||||
|
CodeChicken Lib 3.2.3.358
|
||||||
|
CoFH Core 4.6.6.1
|
||||||
|
CoFH World 1.4.0.1
|
||||||
|
Compact Solars 5.0.18.341
|
||||||
|
Environmental Creepers 1.6.0
|
||||||
|
Forestry 5.8.2.387
|
||||||
|
Gendustry 1.6.5.8
|
||||||
|
Hwyla 1.8.26-B41
|
||||||
|
Hyper Lighting 1.5
|
||||||
|
IndustrialCraft 2 2.8.222-ex112
|
||||||
|
Iron Chests 7.0.72.847
|
||||||
|
Jade 0.1.0
|
||||||
|
Just Enough Items 4.16.1.301
|
||||||
|
Magic Bees 3.1.10
|
||||||
|
Mantle 1.3.3.55
|
||||||
|
Metallurgy 4: Reforged 1.3.6
|
||||||
|
Mo' Villages 1.5.4
|
||||||
|
MrCrayfish's Furniture Mod 6.3.2
|
||||||
|
MrCrayfish's Gun Mod 0.15.3
|
||||||
|
MrTJPCore 2.1.4.43
|
||||||
|
Not Enough Items 2.4.3.245
|
||||||
|
Obfuscate 0.4.2
|
||||||
|
Pam's BrewCraft 1.0.2
|
||||||
|
Pam's Cookables 1.1
|
||||||
|
Pam's HarvestCraft 1.12.2zg
|
||||||
|
Project Red (Core, Exploration, Illumination, Integration, Transmission, Fabrication) 4.9.4.120
|
||||||
|
Railcraft 12.0.0
|
||||||
|
Reborn Core 3.19.5
|
||||||
|
Redstone Flux 2.1.1.1
|
||||||
|
Roadworks Reborn 0.0.3
|
||||||
|
Shadowfacts' Forgelin 1.8.4
|
||||||
|
Simple Teleporters 3.0.2
|
||||||
|
Simply Jetpacks 2 2.2.20.0
|
||||||
|
Steve's Carts Reborn 2.4.32.137
|
||||||
|
SuperMartijn642's Config Lib 1.1.6
|
||||||
|
SuperMartijn642's Core Lib 1.1.1
|
||||||
|
TF2 stuff mod 1.6.1
|
||||||
|
Thaumcraft 6.1.BETA26
|
||||||
|
Thaumic Augmentation 2.1.9
|
||||||
|
Thaumic JEI 1.6.0-27
|
||||||
|
Thaumic Periphery 0.3.1
|
||||||
|
Thaumic Terminal 1.0.12
|
||||||
|
Thaumic Wonders 1.8.2
|
||||||
|
Thermal Cultivation 0.3.6.1
|
||||||
|
Thermal Dynamics 2.5.6.1
|
||||||
|
Thermal Expansion 10.0.0.19
|
||||||
|
Thermal Foundation 2.6.7.1
|
||||||
|
Thermal Innovation 0.3.6.1
|
||||||
|
Tinkers' Construct 2.13.0.183
|
||||||
|
Traffic Control 0.4.1
|
||||||
|
TreeCapitator Updated 1.43.0
|
||||||
|
VoxelMap 1.9.27
|
||||||
|
Wawla - What Are We Looking At 2.6.275
|
|
@ -1,77 +0,0 @@
|
||||||
# Erbosoft Sierra Modpack
|
|
||||||
|
|
||||||
The original Erbosoft modpack was designed for a personal server, running on a 1.6 version of Minecraft.
|
|
||||||
This server supported play with our godchildren.
|
|
||||||
The Erbosoft Plus! pack updated that to version 1.7.2 of Minecraft, and then Erbosoft Vista updated it to 1.7.10.
|
|
||||||
This is now a re-engineering of that pack to version 1.12.2 of Minecraft, which is still pretty old, but does
|
|
||||||
support a lot of the mods we like to use. Users of this modpack include Amy, Sabrina aka Phoenix aka Bastet,
|
|
||||||
their godchildren, their godchildren's mother, and some of Sabrina's gamer friends.
|
|
||||||
|
|
||||||
## List of mods in this pack:
|
|
||||||
|
|
||||||
- Forge Universal 14.23.5.2859
|
|
||||||
- AE Additions - ExtraCells2 Fork 1.3.8
|
|
||||||
- Applied Energistics 2 rv6-stable-7
|
|
||||||
- Backpacks 3.0.2
|
|
||||||
- Baubles 1.5.2
|
|
||||||
- BdLib 1.14.3.9
|
|
||||||
- Better Survival 1.4.1
|
|
||||||
- BiblioCraft 2.4.6
|
|
||||||
- bspkrsCore 7.6.0.1
|
|
||||||
- Buildcraft 7.99.24.8
|
|
||||||
- Carpenter's Blocks 3.4.0-poc.6
|
|
||||||
- CB Multipart 2.6.2.83
|
|
||||||
- Chunk Loaders 1.2.3
|
|
||||||
- CodeChicken Lib 3.2.3.358
|
|
||||||
- CoFH Core 4.6.6.1
|
|
||||||
- CoFH World 1.4.0.1
|
|
||||||
- Compact Solars 5.0.18.341
|
|
||||||
- Environmental Creepers 1.6.0
|
|
||||||
- Forestry 5.8.2.387
|
|
||||||
- Gendustry 1.6.5.8
|
|
||||||
- Hwyla 1.8.26-B41
|
|
||||||
- Hyper Lighting 1.5
|
|
||||||
- IndustrialCraft 2 2.8.222-ex112
|
|
||||||
- Iron Chests 7.0.72.847
|
|
||||||
- Jade 0.1.0
|
|
||||||
- Just Enough Items 4.16.1.301
|
|
||||||
- Magic Bees 3.1.10
|
|
||||||
- Mantle 1.3.3.55
|
|
||||||
- Metallurgy 4: Reforged 1.3.6
|
|
||||||
- Mo' Villages 1.5.4
|
|
||||||
- MrCrayfish's Furniture Mod 6.3.2
|
|
||||||
- MrCrayfish's Gun Mod 0.15.3
|
|
||||||
- MrTJPCore 2.1.4.43
|
|
||||||
- Not Enough Items 2.4.3.245
|
|
||||||
- Obfuscate 0.4.2
|
|
||||||
- Pam's BrewCraft 1.0.2
|
|
||||||
- Pam's Cookables 1.1
|
|
||||||
- Pam's HarvestCraft 1.12.2zg
|
|
||||||
- Project Red (Core, Exploration, Illumination, Integration, Transmission, Fabrication) 4.9.4.120
|
|
||||||
- Railcraft 12.0.0
|
|
||||||
- Reborn Core 3.19.5
|
|
||||||
- Redstone Flux 2.1.1.1
|
|
||||||
- Roadworks Reborn 0.0.3
|
|
||||||
- Shadowfacts' Forgelin 1.8.4
|
|
||||||
- Simple Teleporters 3.0.2
|
|
||||||
- Simply Jetpacks 2 2.2.20.0
|
|
||||||
- Steve's Carts Reborn 2.4.32.137
|
|
||||||
- SuperMartijn642's Config Lib 1.1.6
|
|
||||||
- SuperMartijn642's Core Lib 1.1.1
|
|
||||||
- TF2 stuff mod 1.6.1
|
|
||||||
- Thaumcraft 6.1.BETA26
|
|
||||||
- Thaumic Augmentation 2.1.9
|
|
||||||
- Thaumic JEI 1.6.0-27
|
|
||||||
- Thaumic Periphery 0.3.1
|
|
||||||
- Thaumic Terminal 1.0.12
|
|
||||||
- Thaumic Wonders 1.8.2
|
|
||||||
- Thermal Cultivation 0.3.6.1
|
|
||||||
- Thermal Dynamics 2.5.6.1
|
|
||||||
- Thermal Expansion 5.5.7.1
|
|
||||||
- Thermal Foundation 2.6.7.1
|
|
||||||
- Thermal Innovation 0.3.6.1
|
|
||||||
- Tinkers' Construct 2.13.0.183
|
|
||||||
- Traffic Control 0.4.1
|
|
||||||
- TreeCapitator Updated 1.43.0
|
|
||||||
- VoxelMap 1.9.27
|
|
||||||
- Wawla - What Are We Looking At 2.6.275
|
|
|
@ -1,197 +1,197 @@
|
||||||
**Forge Universal**
|
[u][b]Forge Universal[/b][/u]
|
||||||
By the Minecraft Forge team (AbrarSyed, Cpw, LexManos, OvermindDL1, others) - https://minecraftforge.net
|
By the Minecraft Forge team (AbrarSyed, Cpw, LexManos, OvermindDL1, others) - https://minecraftforge.net
|
||||||
|
|
||||||
**AE Additions - ExtraCells2 Fork**
|
[u][b]AE Additions - ExtraCells2 Fork[/b][/u]
|
||||||
By MasterYodAT9G - https://www.curseforge.com/minecraft/mc-mods/ae-additions-extra-cells-2-fork
|
By MasterYodAT9G - https://www.curseforge.com/minecraft/mc-mods/ae-additions-extra-cells-2-fork
|
||||||
|
|
||||||
**Applied Energistics 2**
|
[u][b]Applied Energistics 2[/b][/u]
|
||||||
By AlgorithmX2, Ridanisaurus, thatsich, TeamAppliedEnergistics, Gimpanse, and thetechnici4n - https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2
|
By AlgorithmX2, Ridanisaurus, thatsich, TeamAppliedEnergistics, Gimpanse, and thetechnici4n - https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2
|
||||||
|
|
||||||
**Backpacks**
|
[u][b]Backpacks[/b][/u]
|
||||||
By Eydamos - https://www.curseforge.com/minecraft/mc-mods/forge-backpacks
|
By Eydamos - https://www.curseforge.com/minecraft/mc-mods/forge-backpacks
|
||||||
|
|
||||||
**Baubles**
|
[u][b]Baubles[/b][/u]
|
||||||
By Azanor13 - https://www.curseforge.com/minecraft/mc-mods/baubles
|
By Azanor13 - https://www.curseforge.com/minecraft/mc-mods/baubles
|
||||||
|
|
||||||
**BdLib**
|
[u][b]BdLib[/b][/u]
|
||||||
By bdew - https://www.curseforge.com/minecraft/mc-mods/bdlib
|
By bdew - https://www.curseforge.com/minecraft/mc-mods/bdlib
|
||||||
|
|
||||||
**Better Survival**
|
[u][b]Better Survival[/b][/u]
|
||||||
By block_vader - https://www.curseforge.com/minecraft/mc-mods/better-survival-mod
|
By block_vader - https://www.curseforge.com/minecraft/mc-mods/better-survival-mod
|
||||||
|
|
||||||
**BiblioCraft**
|
[u][b]BiblioCraft[/b][/u]
|
||||||
By Nuchaz - https://www.curseforge.com/minecraft/mc-mods/bibliocraft
|
By Nuchaz - https://www.curseforge.com/minecraft/mc-mods/bibliocraft
|
||||||
|
|
||||||
**bspkrsCore**
|
[u][b]bspkrsCore[/b][/u]
|
||||||
By bspkrs and Error_MiKeY - https://www.curseforge.com/minecraft/mc-mods/bspkrscore
|
By bspkrs and Error_MiKeY - https://www.curseforge.com/minecraft/mc-mods/bspkrscore
|
||||||
|
|
||||||
**Buildcraft**
|
[u][b]Buildcraft[/b][/u]
|
||||||
By Covert_Jaguar, theCyanideX, and AlexIIL - https://www.curseforge.com/minecraft/mc-mods/buildcraft
|
By Covert_Jaguar, theCyanideX, and AlexIIL - https://www.curseforge.com/minecraft/mc-mods/buildcraft
|
||||||
|
|
||||||
**CB Multipart**
|
[u][b]CB Multipart[/b][/u]
|
||||||
By covers1624 and MrTJP - https://www.curseforge.com/minecraft/mc-mods/cb-multipart
|
By covers1624 and MrTJP - https://www.curseforge.com/minecraft/mc-mods/cb-multipart
|
||||||
|
|
||||||
**Carpenter's Blocks**
|
[u][b]Carpenter's Blocks[/b][/u]
|
||||||
By Mineshopper - https://www.carpentersblocks.com/index.html
|
By Mineshopper - https://www.carpentersblocks.com/index.html
|
||||||
|
|
||||||
**Chunk Loaders**
|
[u][b]Chunk Loaders[/b][/u]
|
||||||
By supermartijn642s - https://www.curseforge.com/minecraft/mc-mods/chunk-loaders
|
By supermartijn642s - https://www.curseforge.com/minecraft/mc-mods/chunk-loaders
|
||||||
|
|
||||||
**CodeChicken Lib**
|
[u][b]CodeChicken Lib[/b][/u]
|
||||||
By covers1624 and Chicken_Bones - https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8
|
By covers1624 and Chicken_Bones - https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8
|
||||||
|
|
||||||
**CoFH Core**
|
[u][b]CoFH Core[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/cofh-core
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/cofh-core
|
||||||
|
|
||||||
**CoFH World**
|
[u][b]CoFH World[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/cofh-world
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/cofh-world
|
||||||
|
|
||||||
**Compact Solars**
|
[u][b]Compact Solars[/b][/u]
|
||||||
By ProgWML6 and Alexbegt - https://www.curseforge.com/minecraft/mc-mods/compact-solars
|
By ProgWML6 and Alexbegt - https://www.curseforge.com/minecraft/mc-mods/compact-solars
|
||||||
|
|
||||||
**Environmental Creepers**
|
[u][b]Environmental Creepers[/b][/u]
|
||||||
By masady - https://www.curseforge.com/minecraft/mc-mods/environmental-creepers
|
By masady - https://www.curseforge.com/minecraft/mc-mods/environmental-creepers
|
||||||
|
|
||||||
**Forestry**
|
[u][b]Forestry[/b][/u]
|
||||||
By mezz - https://www.curseforge.com/minecraft/mc-mods/forestry
|
By mezz - https://www.curseforge.com/minecraft/mc-mods/forestry
|
||||||
|
|
||||||
**Gendustry**
|
[u][b]Gendustry[/b][/u]
|
||||||
By bdew - https://www.curseforge.com/minecraft/mc-mods/gendustry
|
By bdew - https://www.curseforge.com/minecraft/mc-mods/gendustry
|
||||||
|
|
||||||
**Hwyla**
|
[u][b]Hwyla[/b][/u]
|
||||||
By TehNut - https://www.curseforge.com/minecraft/mc-mods/hwyla
|
By TehNut - https://www.curseforge.com/minecraft/mc-mods/hwyla
|
||||||
|
|
||||||
**Hyper Lighting**
|
[u][b]Hyper Lighting[/b][/u]
|
||||||
By hypherionsa, mysticpasta1, and zilverthewolf - https://www.curseforge.com/minecraft/mc-mods/hyper-lighting
|
By hypherionsa, mysticpasta1, and zilverthewolf - https://www.curseforge.com/minecraft/mc-mods/hyper-lighting
|
||||||
|
|
||||||
**IndustrialCraft 2**
|
[u][b]IndustrialCraft 2[/b][/u]
|
||||||
By the IC2 Dev Team - http://www.industrial-craft.net/
|
By the IC2 Dev Team - http://www.industrial-craft.net/
|
||||||
|
|
||||||
**Iron Chests**
|
[u][b]Iron Chests[/b][/u]
|
||||||
By ProgWML6 and Alexbegt - https://www.curseforge.com/minecraft/mc-mods/iron-chests
|
By ProgWML6 and Alexbegt - https://www.curseforge.com/minecraft/mc-mods/iron-chests
|
||||||
|
|
||||||
**Jade**
|
[u][b]Jade[/b][/u]
|
||||||
By Snownee_ - https://www.curseforge.com/minecraft/mc-mods/jade
|
By Snownee_ - https://www.curseforge.com/minecraft/mc-mods/jade
|
||||||
|
|
||||||
**Just Enough Items**
|
[u][b]Just Enough Items[/b][/u]
|
||||||
By mezz - https://www.curseforge.com/minecraft/mc-mods/jei
|
By mezz - https://www.curseforge.com/minecraft/mc-mods/jei
|
||||||
|
|
||||||
**Magic Bees**
|
[u][b]Magic Bees[/b][/u]
|
||||||
By MysteriousAges and Elec332 - https://www.curseforge.com/minecraft/mc-mods/magic-bees
|
By MysteriousAges and Elec332 - https://www.curseforge.com/minecraft/mc-mods/magic-bees
|
||||||
|
|
||||||
**Mantle**
|
[u][b]Mantle[/b][/u]
|
||||||
By mDiyo, ProgWML6, Alexbegt, fuj1n, KnightMiner, and bonusboni - https://www.curseforge.com/minecraft/mc-mods/mantle
|
By mDiyo, ProgWML6, Alexbegt, fuj1n, KnightMiner, and bonusboni - https://www.curseforge.com/minecraft/mc-mods/mantle
|
||||||
|
|
||||||
**Metallurgy 4: Reforged**
|
[u][b]Metallurgy 4: Reforged[/b][/u]
|
||||||
By Davoleo_k and matpac - https://www.curseforge.com/minecraft/mc-mods/metallurgy-4-reforged
|
By Davoleo_k and matpac - https://www.curseforge.com/minecraft/mc-mods/metallurgy-4-reforged
|
||||||
|
|
||||||
**Mo' Villages**
|
[u][b]Mo' Villages[/b][/u]
|
||||||
By TheWeatherPony - https://www.curseforge.com/minecraft/mc-mods/mo-villages
|
By TheWeatherPony - https://www.curseforge.com/minecraft/mc-mods/mo-villages
|
||||||
|
|
||||||
**MrCrayfish's Furniture Mod**
|
[u][b]MrCrayfish's Furniture Mod[/b][/u]
|
||||||
By MrCrayfish - https://www.curseforge.com/minecraft/mc-mods/mrcrayfish-furniture-mod
|
By MrCrayfish - https://www.curseforge.com/minecraft/mc-mods/mrcrayfish-furniture-mod
|
||||||
|
|
||||||
**MrCrayfish's Gun Mod**
|
[u][b]MrCrayfish's Gun Mod[/b][/u]
|
||||||
By MrCrayfish - https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod
|
By MrCrayfish - https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod
|
||||||
|
|
||||||
**MrTJPCore**
|
[u][b]MrTJPCore[/b][/u]
|
||||||
By MrTJP - https://www.curseforge.com/minecraft/mc-mods/mrtjpcore
|
By MrTJP - https://www.curseforge.com/minecraft/mc-mods/mrtjpcore
|
||||||
|
|
||||||
**Not Enough Items**
|
[u][b]Not Enough Items[/b][/u]
|
||||||
by covers1624 and Chicken_Bones - https://www.curseforge.com/minecraft/mc-mods/not-enough-items-1-8
|
by covers1624 and Chicken_Bones - https://www.curseforge.com/minecraft/mc-mods/not-enough-items-1-8
|
||||||
|
|
||||||
**Obfuscate**
|
[u][b]Obfuscate[/b][/u]
|
||||||
By MrCrayfish - https://www.curseforge.com/minecraft/mc-mods/obfuscate
|
By MrCrayfish - https://www.curseforge.com/minecraft/mc-mods/obfuscate
|
||||||
|
|
||||||
**Pam's BrewCraft**
|
[u][b]Pam's BrewCraft[/b][/u]
|
||||||
By pamharvestcraft - https://www.curseforge.com/minecraft/mc-mods/pams-brewcraft
|
By pamharvestcraft - https://www.curseforge.com/minecraft/mc-mods/pams-brewcraft
|
||||||
|
|
||||||
**Pam's Cookables**
|
[u][b]Pam's Cookables[/b][/u]
|
||||||
By BloodWorkXGaming - https://www.curseforge.com/minecraft/mc-mods/pams-cookables
|
By BloodWorkXGaming - https://www.curseforge.com/minecraft/mc-mods/pams-cookables
|
||||||
|
|
||||||
**Pam's HarvestCraft**
|
[u][b]Pam's HarvestCraft[/b][/u]
|
||||||
By pamharvestcraft - https://www.curseforge.com/minecraft/mc-mods/pams-harvestcraft
|
By pamharvestcraft - https://www.curseforge.com/minecraft/mc-mods/pams-harvestcraft
|
||||||
|
|
||||||
**Project Red**
|
[u][b]Project Red[/b][/u]
|
||||||
By MrTJP - https://www.curseforge.com/minecraft/mc-mods/project-red-core et al.
|
By MrTJP - https://www.curseforge.com/minecraft/mc-mods/project-red-core et al.
|
||||||
|
|
||||||
**Railcraft**
|
[u][b]Railcraft[/b][/u]
|
||||||
By Covert_Jaguar - https://www.curseforge.com/minecraft/mc-mods/railcraft
|
By Covert_Jaguar - https://www.curseforge.com/minecraft/mc-mods/railcraft
|
||||||
|
|
||||||
**Reborn Core**
|
[u][b]Reborn Core[/b][/u]
|
||||||
By modmuss50 and drcrazy777 - https://www.curseforge.com/minecraft/mc-mods/reborncore
|
By modmuss50 and drcrazy777 - https://www.curseforge.com/minecraft/mc-mods/reborncore
|
||||||
|
|
||||||
**Redstone Flux**
|
[u][b]Redstone Flux[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/redstone-flux
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/redstone-flux
|
||||||
|
|
||||||
**Roadworks Reborn**
|
[u][b]Roadworks Reborn[/b][/u]
|
||||||
By CSX8600 - https://www.curseforge.com/minecraft/mc-mods/roadworks-reborn
|
By CSX8600 - https://www.curseforge.com/minecraft/mc-mods/roadworks-reborn
|
||||||
|
|
||||||
**Shadowfacts' Forgelin**
|
[u][b]Shadowfacts' Forgelin[/b][/u]
|
||||||
By ShadowfactsDev - https://www.curseforge.com/minecraft/mc-mods/shadowfacts-forgelin
|
By ShadowfactsDev - https://www.curseforge.com/minecraft/mc-mods/shadowfacts-forgelin
|
||||||
|
|
||||||
**Simple Teleporters**
|
[u][b]Simple Teleporters[/b][/u]
|
||||||
By Lemonszz - https://www.curseforge.com/minecraft/mc-mods/simple-teleporters
|
By Lemonszz - https://www.curseforge.com/minecraft/mc-mods/simple-teleporters
|
||||||
|
|
||||||
**Simply Jetpacks 2**
|
[u][b]Simply Jetpacks 2[/b][/u]
|
||||||
By Tomson124 - https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2
|
By Tomson124 - https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2
|
||||||
|
|
||||||
**Steve's Carts Reborn**
|
[u][b]Steve's Carts Reborn[/b][/u]
|
||||||
By modmuss50, ProspectorDev, and GoryMoon - https://www.curseforge.com/minecraft/mc-mods/steves-carts-reborn
|
By modmuss50, ProspectorDev, and GoryMoon - https://www.curseforge.com/minecraft/mc-mods/steves-carts-reborn
|
||||||
|
|
||||||
**SuperMartijn642's Config Lib**
|
[u][b]SuperMartijn642's Config Lib[/b][/u]
|
||||||
By SuperMartijn642 - https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-config-lib
|
By SuperMartijn642 - https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-config-lib
|
||||||
|
|
||||||
**SuperMartijn642's Core Lib**
|
[u][b]SuperMartijn642's Core Lib[/b][/u]
|
||||||
By SuperMartijn642 - https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-core-lib
|
By SuperMartijn642 - https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-core-lib
|
||||||
|
|
||||||
**TF2 stuff mod**
|
[u][b]TF2 stuff mod[/b][/u]
|
||||||
By Forge_User_84275763 (Rafradek) - https://www.curseforge.com/minecraft/mc-mods/tf2-stuff-mod
|
By Forge_User_84275763 (Rafradek) - https://www.curseforge.com/minecraft/mc-mods/tf2-stuff-mod
|
||||||
|
|
||||||
**Thaumcraft**
|
[u][b]Thaumcraft[/b][/u]
|
||||||
By Azanor13 - https://www.curseforge.com/minecraft/mc-mods/thaumcraft
|
By Azanor13 - https://www.curseforge.com/minecraft/mc-mods/thaumcraft
|
||||||
|
|
||||||
**Thaumic Augmentation**
|
[u][b]Thaumic Augmentation[/b][/u]
|
||||||
By TheCodex6824 - https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation
|
By TheCodex6824 - https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation
|
||||||
|
|
||||||
**Thaumic JEI**
|
[u][b]Thaumic JEI[/b][/u]
|
||||||
By Buuz135 - https://www.curseforge.com/minecraft/mc-mods/thaumic-jei
|
By Buuz135 - https://www.curseforge.com/minecraft/mc-mods/thaumic-jei
|
||||||
|
|
||||||
**Thaumic Periphery**
|
[u][b]Thaumic Periphery[/b][/u]
|
||||||
By cadaverous_queen - https://www.curseforge.com/minecraft/mc-mods/thaumic-periphery
|
By cadaverous_queen - https://www.curseforge.com/minecraft/mc-mods/thaumic-periphery
|
||||||
|
|
||||||
**Thaumic Terminal**
|
[u][b]Thaumic Terminal[/b][/u]
|
||||||
By ロ_ロ - https://www.curseforge.com/minecraft/mc-mods/thaumic-terminal
|
By ロ_ロ - https://www.curseforge.com/minecraft/mc-mods/thaumic-terminal
|
||||||
|
|
||||||
**Thaumic Wonders**
|
[u][b]Thaumic Wonders[/b][/u]
|
||||||
By daedalus4096 - https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders
|
By daedalus4096 - https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders
|
||||||
|
|
||||||
**Thermal Cultivation**
|
[u][b]Thermal Cultivation[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation
|
||||||
|
|
||||||
**Thermal Dynamics**
|
[u][b]Thermal Dynamics[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics
|
||||||
|
|
||||||
**Thermal Expansion**
|
[u][b]Thermal Expansion[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-expansion
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-expansion
|
||||||
|
|
||||||
**Thermal Foundation**
|
[u][b]Thermal Foundation[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-foundation
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-foundation
|
||||||
|
|
||||||
**Thermal Innovation**
|
[u][b]Thermal Innovation[/b][/u]
|
||||||
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-innovation
|
By TeamCoFH - https://www.curseforge.com/minecraft/mc-mods/thermal-innovation
|
||||||
|
|
||||||
**Tinkers' Construct**
|
[u][b]Tinkers' Construct[/b][/u]
|
||||||
By mDiyo, Alexbegt, KnightMiner, and bonusboni - https://www.curseforge.com/minecraft/mc-mods/tinkers-construct
|
By mDiyo, Alexbegt, KnightMiner, and bonusboni - https://www.curseforge.com/minecraft/mc-mods/tinkers-construct
|
||||||
|
|
||||||
**Traffic Control**
|
[u][b]Traffic Control[/b][/u]
|
||||||
By CSX8600 - https://www.curseforge.com/minecraft/mc-mods/traffic-control
|
By CSX8600 - https://www.curseforge.com/minecraft/mc-mods/traffic-control
|
||||||
|
|
||||||
**TreeCapitator Updated**
|
[u][b]TreeCapitator Updated[/b][/u]
|
||||||
By ZenCoder - https://www.curseforge.com/minecraft/mc-mods/treecapitator-updated
|
By ZenCoder - https://www.curseforge.com/minecraft/mc-mods/treecapitator-updated
|
||||||
|
|
||||||
**VoxelMap**
|
[u][b]VoxelMap[/b][/u]
|
||||||
By MamiyaOtaru - https://www.curseforge.com/minecraft/mc-mods/voxelmap
|
By MamiyaOtaru - https://www.curseforge.com/minecraft/mc-mods/voxelmap
|
||||||
|
|
||||||
**Wawla - What Are We Looking At**
|
[u][b]Wawla - What Are We Looking At[/b][/u]
|
||||||
By DarkhaxDev - https://www.curseforge.com/minecraft/mc-mods/wawla
|
By DarkhaxDev - https://www.curseforge.com/minecraft/mc-mods/wawla
|
Loading…
Reference in New Issue
Block a user