Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit c4341b5

Browse files
authored
Merge pull request #86 from Irgendwer01/master
2.3.0
2 parents 8c30e4b + b19dd4f commit c4341b5

96 files changed

Lines changed: 12509 additions & 2653 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/AppliedEnergistics2/AppliedEnergistics2.cfg

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Configuration file
22

3+
##########################################################################################################
4+
# autocrafting
5+
#--------------------------------------------------------------------------------------------------------#
6+
# Enable patterns with substitutions on to have their substitutes to be auto craftable.
7+
# This changes the crafting tree, and can show missing ingredients for the substitute, instead of the patterned item
8+
##########################################################################################################
9+
10+
autocrafting {
11+
B:EnableAutocraftinSubstitutes=false
12+
}
13+
14+
315
automation {
416
I:formationPlaneEntityLimit=128
517
}
@@ -174,6 +186,20 @@ condenser {
174186
}
175187

176188

189+
##########################################################################################################
190+
# controllersize
191+
#--------------------------------------------------------------------------------------------------------#
192+
# Set the max size of a controller in any of the 3 axis.
193+
# Each is between [1, 64)
194+
##########################################################################################################
195+
196+
controllersize {
197+
I:maxControllerSizeX=7
198+
I:maxControllerSizeY=7
199+
I:maxControllerSizeZ=7
200+
}
201+
202+
177203
craftingcpu {
178204
I:craftingCalculationTimePerTick=5
179205
}

config/AppliedEnergistics2/VersionChecker.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cache {
44
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
55
I:interval=24
6-
S:lastCheck=1649093345063
6+
S:lastCheck=1660566813243
77
}
88

99

config/betterquesting.cfg

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Configuration file
22

33
general {
4+
# If true, then when you click on Claim all, a warning dialog will be displayed [default: true]
45
B:"Claim all requires confirmation"=true
6+
7+
# The default visibility value used when creating quests [default: NORMAL]
58
S:"Default Quest Visibility"=NORMAL
9+
10+
# If true, locks the quest chapter list and opens it initially [default: false]
611
B:"Lock Tray"=false
712

813
# Clamps the max UI height (-1 to disable) [range: -1 ~ 2147483647, default: -1]
@@ -13,16 +18,35 @@ general {
1318

1419
# Enabled the popup notices when quests are completed or updated [default: true]
1520
B:"Quest Notices"=true
21+
22+
# Increases or decreases the scrolling speed [range: 0.0 ~ 10.0, default: 1.0]
1623
S:"Scroll Speed Multiplier"=1.0
1724

25+
# If true, skip the home GUI and open quests at startup. This property will be changed by the mod itself. [default: false]
26+
B:"Skip Home"=true
27+
28+
# If true, then the player will spawn with a Quest Book when they first join the world [default: true]
29+
B:"Spawn with Quest Book"=true
30+
1831
# The current questing theme [default: betterquesting:light]
1932
S:Theme=bq_standard:dark
2033

2134
# Jumps the user to the last opened quest [default: true]
2235
B:"Use Quest Bookmark"=true
36+
37+
# If view mode enabled, User can view all quests [default: false]
38+
B:"View mode"=false
39+
40+
# Zoom in on cursor. If false, zooms in on center of screen. [default: true]
2341
B:"Zoom In on Cursor"=true
42+
43+
# Zoom out on cursor. If false, zooms out on center of screen. [default: true]
2444
B:"Zoom Out on Cursor"=true
45+
46+
# Zoom smoothness in ms [range: 0.0 ~ 2000.0, default: 100.0]
2547
S:"Zoom Smoothness"=100.0
48+
49+
# Zoom Speed [range: 1.05 ~ 3.0, default: 1.25]
2650
S:"Zoom Speed"=1.25
2751
}
2852

0 commit comments

Comments
 (0)