Skip to content

Commit

Permalink
turned off chunkloading with ftbUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
byteford committed Aug 31, 2017
1 parent 112a2b1 commit d2a4f0d
Show file tree
Hide file tree
Showing 8 changed files with 1,942 additions and 1,891 deletions.
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=25bb4b611987e74e703a5e7d8f4153a0
S:digest=fda5881ad52fd2d678187ca489e08449

# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
Expand Down
700 changes: 353 additions & 347 deletions config/AppliedEnergistics2/aerecipes/items.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/InvTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Wed Aug 30 23:14:46 BST 2017
#Thu Aug 31 10:31:56 BST 2017
enableMiddleClick=true
showChestButtons=true
enableSortingOnPickup=false
Expand Down
2 changes: 1 addition & 1 deletion config/MouseTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Aug 30 23:14:48 BST 2017
#Thu Aug 31 10:31:59 BST 2017
WheelScrollDirection=0
WheelTweak=1
LMBTweakWithoutItem=1
Expand Down
4 changes: 2 additions & 2 deletions config/splash.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Splash screen properties
#Wed Aug 30 23:13:40 BST 2017
#Thu Aug 31 10:30:46 BST 2017
background=0xFFFFFF
memoryGood=0x78CB34
font=0x0
Expand All @@ -9,8 +9,8 @@ memoryLow=0xE42F2F
rotate=false
memoryWarn=0xE6E84A
showMemory=true
bar=0xCB3D35
enabled=true
bar=0xCB3D35
resourcePackPath=resources
logoOffset=0
forgeTexture=fml\:textures/gui/forge.png
Expand Down
10 changes: 5 additions & 5 deletions crafttweaker.log
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:19>: crafttweaker.mc1120.formatting.FormattedMarkupString@85949fe
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:13>: crafttweaker.mc1120.formatting.FormattedMarkupString@441833bb
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:15>: crafttweaker.mc1120.formatting.FormattedMarkupString@1d11fdd3
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:14>: crafttweaker.mc1120.formatting.FormattedMarkupString@6ba06a6e
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:sky_compass>: crafttweaker.mc1120.formatting.FormattedMarkupString@185f1637
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:19>: crafttweaker.mc1120.formatting.FormattedMarkupString@2a021b32
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:13>: crafttweaker.mc1120.formatting.FormattedMarkupString@62290213
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:15>: crafttweaker.mc1120.formatting.FormattedMarkupString@7cc4ae7b
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:material:14>: crafttweaker.mc1120.formatting.FormattedMarkupString@123c1818
[INITIALIZATION][CLIENT][INFO] Adding tooltip for <appliedenergistics2:sky_compass>: crafttweaker.mc1120.formatting.FormattedMarkupString@5fa0a654
[POSTINITIALIZATION][CLIENT][INFO] Removing all recipes for <appliedenergistics2:sky_compass>
[POSTINITIALIZATION][CLIENT][INFO] Removing all recipes for (Ingredient) <extrautils2:machine>
[POSTINITIALIZATION][CLIENT][INFO] Removing all recipes for <evilcraft:golden_string>
Expand Down
2 changes: 1 addition & 1 deletion local/ftbu/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"restart_timer": 12.0
},
"world": {
"chunk_loading": true,
"chunk_loading": false,
"log_chunkloading": false,
"chunk_claiming": true,
"safe_spawn": false,
Expand Down
Loading

0 comments on commit d2a4f0d

Please sign in to comment.