IntegerLimit 12393dbd85
Fix Diamond Sword Recipe, CT script and DME cleanup (#207)
* Remove Diamond Sword recipe change

* Fix DML learner recipe, and clean up scripts

also fixed non-commented lines
also, moved DML Learner stuff to dml.zs

* Remove DME recipes in HM

Also fix HM CT error

* Remove Voltage Control Units
2023-01-24 13:55:24 +08:00

56 lines
1.4 KiB
INI

# Configuration file
"deep learner gui overlay settings" {
# Horizontal padding from selected corner
I:"Horizontal Padding"=0
# Overlay screen position. Valid values: topleft / topright / bottomright / bottomleft
S:Position=topleft
# Vertical padding from selected corner
I:"Vertical Padding"=0
}
"glitch armor settings" {
# Chance to drop Pristine Matter on Data Model mob kill with full Glitch Armor equipped
# Min: 0
# Max: 100
I:"Glitch Armor Pristine Chance"=18
# Number of Pristine Matter to drop on Data Model mob kill with full Glitch Armor equipped
# Min: 0
# Max: 64
I:"Glitch Armor Pristine Count"=2
B:"Is Glitch Armor Creative Flight Enabled?"=true
}
"machine settings" {
# Use legacy sidedness (insert from top, output to all other sides)?
B:"Legacy Machine Sidedness"=false
# Time it takes for the Loot Fabricator to process one item (in ticks)
# Min: 1
# Max: 1200
I:"Loot Fabricator Processing Time"=51
# Energy cost of Loot Fabricator in RF/t
# Min: 0
# Max: 25600
I:"Loot Fabricator RF Cost"=1000
# Time it takes for the Simulation Chamber to run one iteration (in ticks)
# Min: 1
# Max: 1200
I:"Simulation Chamber Processing Time"=301
}
"misc settings" {
B:"Is Soot-Covered Redstone Crafting Enabled?"=false
B:"Show Data Model tier in item name?"=true
}