modded7/overrides/config/deepmobevolution/deepmobevolution.cfg
Pansmith 4b74af8805
Replace DML with DME (#180)
* Initial Replacement

* Replaced configs and scripts

* QB Update

* Removed DML guide to generate DME's

* Update deepmobevolution.cfg

* Update DefaultQuests.json

* removed lined regarding sidedness in qb

* set config values

Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
2022-12-28 12:43:44 +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
}