From 6e5d78bdb062dae3c1646f782b6e6701a31d328a Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:43:20 +0100 Subject: [PATCH] config: botania addons --- config/botaniaartifacts-common.toml | 10 ++++++++++ config/botaniastructures-common.toml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 config/botaniaartifacts-common.toml create mode 100644 config/botaniastructures-common.toml diff --git a/config/botaniaartifacts-common.toml b/config/botaniaartifacts-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/botaniaartifacts-common.toml @@ -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"] + diff --git a/config/botaniastructures-common.toml b/config/botaniastructures-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/botaniastructures-common.toml @@ -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"] +