config: misc

This commit is contained in:
Snogard 2025-02-10 03:24:04 +01:00
parent 1086685e54
commit c021dec555
6 changed files with 33 additions and 1 deletions

View File

@ -18,3 +18,4 @@
#The minimum permission level required to spawn golems from the guide book
#Range: 0 ~ 4
debug_golems_permission_level = 2

View File

@ -129,7 +129,6 @@ Create Metallurgy
Create Optical Mod
Create Ore Excavation
Create Quality of Life
Create Railways Navigator
Create Recycling
Create Slice & Dice
Create Stuff & Additions

View File

@ -0,0 +1,10 @@
#Whether to log the dirt block on common setup
logDirtBlock = true
#A magic number
#Range: > 0
magicNumber = 42
#What you want the introduction message to be for the magic number
magicNumberIntroduction = "The magic number is... "
#A list of items to log on common setup.
items = ["minecraft:iron_ingot"]

5
config/mae2-common.toml Normal file
View File

@ -0,0 +1,5 @@
[Parts]
#Whether the EU P2P is enabled
euP2P = true

View File

@ -0,0 +1,13 @@
["Config for MagicAMillion"]
"pickaxe & axe Insurance" = 3
"sword & hoe Insurance" = 2
"shovel & brush Insurance" = 1
"Unknown Tool Insurance" = 2
"wearable Insurance" = 4
"custom level 5 Insurance" = 5
"custom level 6 Insurance" = 6
"custom level 7 Insurance" = 7
"custom level 8 Insurance" = 8
"custom level 9 Insurance" = 9

View File

@ -0,0 +1,4 @@
{
"debug_logs_enabled": false,
"send_new_available_updates_message": false
}