This commit is contained in:
2025-10-20 07:33:27 +00:00
commit 364b170660
4223 changed files with 1326379 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#Whether to log the dirt block on common setup
logDirtBlock = true
#A magic number
#Range: 0.0 ~ 1.7976931348623157E308
magicNumber = 0.0
#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"]