Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from StormcodersDE/testversion
Browse files Browse the repository at this point in the history
Update Modpack
  • Loading branch information
lays24mc authored Dec 12, 2018
2 parents 4b26e95 + 8c406a9 commit e400071
Show file tree
Hide file tree
Showing 269 changed files with 26,593 additions and 30,590 deletions.
132 changes: 71 additions & 61 deletions manifest.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions modlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<li><a href="https://minecraft.curseforge.com/mc-mods/272671">Tinkers' Complement (by KnightMiner)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/254332">Open Modular Passive Defense (by Keridos)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/236542">Advanced Rocketry (by zmaster587)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/229694">Matter Overdrive: Legacy Edition (by simeonradivoev)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/270789">Redstone Flux (by TeamCoFH)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/255177">YABBA (by LatvianModder)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/277631">ArchitectureCraft - ElytraDev Version (by darkevilmac)</a></li>
Expand Down Expand Up @@ -79,7 +78,6 @@
<li><a href="https://minecraft.curseforge.com/mc-mods/240828">MalisisSwitches (by Ordinastie)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/288885">FastWorkbench (by Shadows_of_Fire)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/254334">OMLib (by Keridos)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/238891">Dynamic Surroundings (by OreCruncher)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/251971">ModernCraft|Core (by bence98)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/32274">JourneyMap (by techbrew)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/61811">Buildcraft (by CovertJaguar)</a></li>
Expand All @@ -106,7 +104,6 @@
<li><a href="https://minecraft.curseforge.com/mc-mods/79616">Decocraft2 (by RazzleberryFox)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/237102">FTB Utilities (by FTB)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/69163">Thermal Expansion (by TeamCoFH)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/221826">Custom NPCs (by Noppes)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/277136">SpatialCompat (by MrDj200)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/223094">Inventory Tweaks (by Kobata)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/64760">Security Craft (by Geforce132)</a></li>
Expand Down Expand Up @@ -135,4 +132,9 @@
<li><a href="https://minecraft.curseforge.com/mc-mods/253043">WanionLib (by WanionCane)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/247111">TOP Addons (by DrManganese)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/241319">Reliquary v1.3 (by P3pp3rF1y)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/221826">Custom NPCs (by Noppes)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/307806">OreLib (by OreCruncher)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/238891">Dynamic Surroundings (by OreCruncher)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/305070">Tinkers Mechworks Fork (by CindyLouWho)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/308192">MatterOverdrive: Legacy Edition (by HRZNStudio)</a></li>
</ul>
27 changes: 8 additions & 19 deletions overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ craftingcpu {
}


##########################################################################################################
# features
#--------------------------------------------------------------------------------------------------------#
# Warning: Disabling a feature may disable other features depending on it.
##########################################################################################################

features {

world {
Expand All @@ -90,6 +96,8 @@ features {
B:Charger=true
B:ChestLoot=true
B:CrystalGrowthAccelerator=true

# Blocks that are not used in any essential recipes, also slabs and stairs.
B:DecorativeBlocks=true
B:DecorativeLights=true
B:DecorativeQuartzBlocks=true
Expand Down Expand Up @@ -373,32 +381,13 @@ modintegration {
}


##########################################################################################################
# orecamouflage
#--------------------------------------------------------------------------------------------------------#
# AE2 Automatically uses alternative ores present in your instance of MC to blend better with its surroundings, if you prefer you can disable this selectively using these flags; Its important to note, that some if these items even if enabled may not be craftable in game because other items are overriding their recipes.
##########################################################################################################

orecamouflage {
# OreDictionary Names: dustEnder,dustEnderPearl
B:ENDER_DUST=true

# OreDictionary Names: dustWheat
B:FLOUR=false

# OreDictionary Names: dustGold
B:GOLD_DUST=true

# OreDictionary Names: dustIron
B:IRON_DUST=true

# OreDictionary Names: dustNetherQuartz
B:NETHER_QUARTZ_DUST=true

# OreDictionary Names: itemSilicon
B:SILICON=false

# OreDictionary Names: gearWood
B:WOODEN_GEAR=true
}

Expand Down
4 changes: 1 addition & 3 deletions overrides/config/AppliedEnergistics2/CustomRecipes.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration file

cache {
S:digest=53241a7abcc4752ff6482775a57f036f
S:digest=1db9aed8cba87f992c12d42db77760fc

# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
Expand All @@ -14,8 +14,6 @@ general {

# 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]
Expand Down
Loading

0 comments on commit e400071

Please sign in to comment.