push the first version of package.

This commit is contained in:
2026-02-25 00:14:30 +08:00
parent 00ddf54c0b
commit 49e566ae2f
1475 changed files with 35165 additions and 1 deletions

View File

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