Skip to content

Commit

Permalink
mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 1, 2021
1 parent d88dac2 commit 6ff49c0
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 94 deletions.
6 changes: 4 additions & 2 deletions config/advancedperipherals-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#No comment
[Restrictions]
#Defines the chat box cooldown for message sending.
#Range: 1 ~ 100000
#Range: > 1
chatBoxCooldown = 10
#The max range of the player detector functions. If anyone use a higher range, the detector will use this max range
#Range: 0 ~ 2147483646
#Range: > 0
playerDetMaxRange = 2147483646
#Defines the maximum energy flow of the energy detector.
#Range: > 1
Expand Down Expand Up @@ -33,4 +33,6 @@
enableARGoggles = true
#Enable the inventory manager or not.
enableInventoryManager = true
#Enable the redstone integrator or not.
enableRedstoneIntegrator = true

3 changes: 2 additions & 1 deletion kubejs/config/common.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#KubeJS Common Properties
#Mon Mar 01 20:30:29 CET 2021
#Sat May 01 23:14:14 CEST 2021
exportVisualizerData=false
packmode=default
hideServerScriptErrors=false
announceReload=true
serverOnly=false
Loading

0 comments on commit 6ff49c0

Please sign in to comment.