From 4200650efeb2e70910d1e235f5ab8540ce5b0424 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:38:15 +0100 Subject: [PATCH] config: biomes o plenty --- config/biomesoplentydelight-common.toml | 10 ++++++++++ config/biomesoplentystructures-common.toml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 config/biomesoplentydelight-common.toml create mode 100644 config/biomesoplentystructures-common.toml diff --git a/config/biomesoplentydelight-common.toml b/config/biomesoplentydelight-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/biomesoplentydelight-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/biomesoplentystructures-common.toml b/config/biomesoplentystructures-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/biomesoplentystructures-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"] +