From c0d757a8e700760687b816d7545c529ecdd498ef Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:20:05 +0100 Subject: [PATCH] config: ars caleum --- config/ars_caelum-server.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/ars_caelum-server.toml diff --git a/config/ars_caelum-server.toml b/config/ars_caelum-server.toml new file mode 100644 index 0000000..ec0d9e5 --- /dev/null +++ b/config/ars_caelum-server.toml @@ -0,0 +1,10 @@ + +[starter_ritual] + #The ResourceLocation of the structure to use for the starter island. Default: ars_caelum:starter_island + starter_island_rl = "ars_caelum:starter_island" + #The amount of source required to perform the starting island ritual + #Range: 0 ~ 10000 + ritual_source = 0 + #The biome to use for the starting island ritual, like minecraft:plains. Providing nothing will not change the biome. + ritual_biome = "" +