Skip to content

Commit

Permalink
Update 1.7 (#91)
Browse files Browse the repository at this point in the history
* update mods

AE2FCR -> 2.4.22
AE2UEL -> 0.55.14
AI Improvements -> 0.0.1b3
AttributeFix -> 1.0.12
Controlling -> 3.0.12.2
HEI -> 4.24.7
LittleTiles -> 1.5.72
CensoredASM -> 5.12
Forgelin -> 1.8.4
TombManyGraves -> 4.2.0
Xaeros Minimap -> 23.4.4
Xaeros Worldmap -> 1.30.3

* update configs

* port to groovyscript

* quests for GTCEu 2.7.0

* Mod Changes

Updates:
CensoredASM 5.13

Additions:
Hesperus 0.2.9.2
Slegehammer 2.0.23
Universal Tweaks 1.6.0

Removals:
WCT
p455w0rd's Lib
AE2WTLib
CraftTweaker
ModTweaker
MultiblockTweaker
Phosphor

* more GTCEu quest updates

* remove BetterFPS and ToastControl

* config updates and cleanup

* update jei blacklist

* add ParticleCulling 1.4.1

* fix ae2 fluix block uncraft

* Update maintenance quest for 2.7

* fix groovy scripts

* further 2.7 quests

* quest fixes

* iv polarizer quest

* more quest updates

* add CEu 2.7.1 to manifest.json

* fix manifest
  • Loading branch information
TechLord22 authored Jul 13, 2023
1 parent 09719f1 commit 4328cb9
Show file tree
Hide file tree
Showing 125 changed files with 6,685 additions and 34,187 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
config/jei/worldSettings.cfg
config/oauth.cfg
config/AppliedEnergistics2/items.csv
.DS_Store
buildOut/
local/
local/
.idea/
4 changes: 2 additions & 2 deletions build/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def parse_args():
def build(args):
modlist = []
basePath = os.path.normpath(os.path.realpath(__file__)[:-7] + "..")
copyDirs = ["/scripts", "/resources", "/config", "/mods", "/structures"]
serverCopyDirs = ["/scripts", "/config", "/mods", "/structures"]
copyDirs = ["/groovy", "/resources", "/config", "/mods", "/structures"]
serverCopyDirs = ["/groovy", "/config", "/mods", "/structures"]
modURLlist = []
modClientOnly = []
if args.clean:
Expand Down
47 changes: 0 additions & 47 deletions config/AE2WirelessTerminals.cfg

This file was deleted.

7 changes: 7 additions & 0 deletions config/AppliedEnergistics2/AppliedEnergistics2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ client {

# Controls buttons on Priority Screen : Capped at 9999
I:priorityAmtButton4=1000

# Whether to add "Craftable" to item tooltips when they can be crafted automatically.
B:showCraftableTooltip=true
B:useColoredCraftingStatus=true
B:useTerminalUseLargeFont=false
}
Expand Down Expand Up @@ -247,10 +250,14 @@ features {
B:QuartzSword=false
B:QuartzWrench=true
B:WirelessAccessTerminal=true
B:WirelessCraftingTerminal=true
B:WirelessFluidTerminal=true
B:WirelessPatternTerminal=true
}

networkfeatures {
B:Channels=false
B:QuantumLinkingCard=true
B:QuantumNetworkBridge=true
B:Security=true
B:SpatialIO=false
Expand Down
2 changes: 1 addition & 1 deletion config/AppliedEnergistics2/CustomRecipes.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration file

cache {
S:digest=113a60852df2d2a95cfb0ecf53eabe52
S:digest=d7f4a66517841f12db7e8138db617b63

# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
Expand Down
4 changes: 2 additions & 2 deletions config/AppliedEnergistics2/VersionChecker.cfg
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cache {
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
I:interval=24
S:lastCheck=1638891866121
S:lastCheck=1686855121670
}


Expand All @@ -24,7 +24,7 @@ client {

general {
# If true, the version checker is enabled. Acts as a master switch. [default: true]
B:enabled=true
B:enabled=false
}


Loading

0 comments on commit 4328cb9

Please sign in to comment.