Skip to content

Commit

Permalink
more updates and tweaks to up coming 0.0.0.9 release
Browse files Browse the repository at this point in the history
* Added VanillaFix
* Added NetherPortalFix
* Added ContainerFix
* MISC cfg tweaks and fixes and other code cleanup
  • Loading branch information
raziel23x committed Sep 28, 2018
1 parent 95e6d30 commit ca97052
Show file tree
Hide file tree
Showing 92 changed files with 69,931 additions and 60,614 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
* Added YNot
* Added OC XNet Driver
* Added In-Game Wiki Mod
* Added VanillaFix
* Added NetherPortalFix
* Added ContainerFix
* New custom Recipes for gaining items from Tinkers' Skyblock making them craftable
* Removed NEI was causing to many issues
* fixed canola seeds and Canola recipes to use ore directory instead allowing canola from the car mod to be used in all recipes that dealing with canola from AA
Expand Down
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,21 @@
"projectID": 223815,
"fileID": 2551739,
"required": true
},
{
"projectID": 292785,
"fileID": 2574249,
"required": true
},
{
"projectID": 241160,
"fileID": 2612052,
"required": true
},
{
"projectID": 290240,
"fileID": 2541816,
"required": true
}
],
"overrides": "overrides"
Expand Down
3 changes: 3 additions & 0 deletions modlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,7 @@
<li><a href="https://minecraft.curseforge.com/mc-mods/283589">YNot (by asiekierka)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/285385">OC XNet Driver (by Davenonymous)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/223815">In-Game Wiki Mod (by MineMaarten)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/292785">VanillaFix (by Runemoro)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/241160">NetherPortalFix (by BlayTheNinth)</a></li>
<li><a href="https://minecraft.curseforge.com/mc-mods/290240">ContainerFix (by Tschipp)</a></li>
</ul>
2 changes: 1 addition & 1 deletion overrides/config/AppliedEnergistics2/CustomRecipes.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration file

cache {
S:digest=53a264c5715aeb5338719b6bf40e31b0
S:digest=c044d528b427d0b76994fceac084e02e

# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
Expand Down
Loading

0 comments on commit ca97052

Please sign in to comment.