Skip to content

Commit

Permalink
Version 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 12, 2019
1 parent d8eb037 commit 25265e3
Show file tree
Hide file tree
Showing 30 changed files with 4,777 additions and 3,965 deletions.
3 changes: 0 additions & 3 deletions MOD_CHANGELOGS.txt

This file was deleted.

17 changes: 17 additions & 0 deletions config/Animus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,23 @@ rituallist {
##########################################################################################################

rituals {
# Added debug logging for culling ritual.
B:CullingDebug=false

# Will the ritual of Culling Destroy Primed TNT true/false
B:CullingKillsTnT=true

# Eldritch Will cost per update. Should be non zero positive number.
I:eldritchWillCost=60

# Eldritch Will update speed. Should be non zero positive number.
I:eldritchWillSpeed=30

# Maximum amount of flux drained per update for Eldritch Will. Must be non zero positive number
I:fluxDrainMax=10

# How much should each point of flux be multiplied by when converting to demon will 0 for no will generation.
I:fluxToWillConversionMultiplier=1
B:killWither=true
I:witherCost=25000
}
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=2a337becc77cea685fd15749b703106c
S:digest=b8812d260539d8f621b31fed2db3f837

# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
Expand Down
2 changes: 1 addition & 1 deletion config/AppliedEnergistics2/VersionChecker.cfg
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=1572170210189
S:lastCheck=1573584526986
}


Expand Down
Loading

0 comments on commit 25265e3

Please sign in to comment.