This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from hjae78/master
update master
- Loading branch information
Showing
151 changed files
with
71,181 additions
and
7,978 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,27 @@ | ||
mods/ | ||
scripts/recipes.zs | ||
*buildOut/* | ||
*client.zip | ||
*client.zip | ||
config/AppliedEnergistics2/CustomRecipes.cfg | ||
config/AppliedEnergistics2/items.csv | ||
config/InvTweaks.cfg | ||
config/jei/jei.cfg | ||
config/jei/worldSettings.cfg | ||
config/jei/itemBlacklist.cfg | ||
config/splash.properties | ||
usercache.json | ||
usernamecache.json | ||
saves/ | ||
options.txt | ||
logs/ | ||
logcal/ | ||
journeymap/ | ||
crafttweaker.log | ||
.ReAuth.cfg | ||
.mixin.out/ | ||
OpenComputersMod-1.7.5.192-lua52-native.64.dll | ||
OpenComputersMod-1.7.5.192-lua53-native.64.dll | ||
natives/ | ||
local/ | ||
config/jei/bookmark.ini | ||
config/jei/worldSettings.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# GREGALITY COMMUNITY PACK | ||
TODO: ADD STUFF | ||
|
||
# GREGICALITY COMMUNITY PACK | ||
|
||
## Building | ||
You will need to have python3 installed. | ||
To build run `python build/main.py` in command line. | ||
To build run `python build/main.py` in command line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Configuration file | ||
|
||
integration { | ||
# Enable BuildCraftFuel Integration. | ||
B:"enableBuildCraftAPI|fuels"=true | ||
|
||
# Enable BuildCraft Wrench Integration. | ||
B:"enableBuildCraftAPI|tools"=true | ||
|
||
# Enable MekanismGas Integration. | ||
B:"enableMekanismAPI|gas"=true | ||
|
||
# Enable COFH Hammer Integration. | ||
B:"enablecofhapi|item"=true | ||
|
||
# Enable IngameWikiMod Integration. | ||
B:enableigwmod=true | ||
|
||
# Enable Just Enough Items Integration. | ||
B:enablejei=true | ||
|
||
# Enable mekanism Integration. | ||
B:enablemekanism=true | ||
|
||
# Enable opencomputers Integration. | ||
B:enableopencomputers=true | ||
|
||
# Enable Thaumatic Energistics Integration. | ||
B:enablethaumicenergistics=true | ||
|
||
# Enable waila Integration. | ||
B:enablewaila=true | ||
|
||
# Enable AE2 Wireless Crafting Terminal Integration. | ||
B:enablewct=true | ||
} | ||
|
||
|
||
"storage cells" { | ||
# Should the mount of bytes needed for a new type depend on the cellsize? | ||
B:dynamicTypes=true | ||
} | ||
|
||
|
||
tooltips { | ||
# Shall the guis shorten large mB values? | ||
B:shortenedBuckets=true | ||
} | ||
|
||
|
Oops, something went wrong.