mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
10 lines
306 B
TOML
Executable file
10 lines
306 B
TOML
Executable file
#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"]
|
|
|