Config set and mod

This commit is contained in:
minster586
2025-04-19 02:56:28 -04:00
parent 04822e61e3
commit c37c2a2e7c
1865 changed files with 431005 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
#General settings
[general]
#Maximum distance you can build at
#Range: 1 ~ 64
rayTraceRange = 32
#Power settings
[power]
#Building Gadget
[power.building_gadget]
#Maximum power for the Building Gadget
#Range: > 0
maxPower = 500000
#Base cost per block placed
#Range: > 0
baseCost = 50
#Exchanging Gadget
[power.exchanging_gadget]
#Maximum power for the Exchanging Gadget
#Range: > 0
maxPower = 500000
#Base cost per block exchanged
#Range: > 0
baseCost = 100
#Cut Paste Gadget
[power.cutpaste_gadget]
#Maximum power for the Cut and Paste Gadget
#Range: > 0
maxPower = 5000000
#(LEGACY) NO LONGER USED
#Range: > 0
baseCost = 200
#Base cost per block - Checked during CUT, Charged during PASTE
#Range: > 0
baseCostNew = 50
#Copy Paste Gadget
[power.copypaste_gadget]
#Maximum power for the Copy and Paste Gadget
#Range: > 0
maxPower = 1000000
#Base cost per block Paste (Copy is Free)
#Range: > 0
baseCost = 50
#Destruction Gadget
[power.destruction_gadget]
#Maximum power for the Destruction Gadget
#Range: > 0
maxPower = 1000000
#Base cost per block Destroyed
#Range: > 0
baseCost = 200