defaultconfigs

This commit is contained in:
Xikaro 2025-05-06 01:10:32 +05:00
parent c135a9304a
commit 7ffb799cfb
65 changed files with 4256 additions and 715 deletions

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"]