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 = "" +