4 Commits

4 changed files with 178 additions and 2 deletions

107
both/config/RWG.cfg Normal file
View File

@@ -0,0 +1,107 @@
# Configuration file
"biome ids" {
# Ice River
I:"00 Ice River"=200
# Cold River
I:"01 Cold River"=201
# Temperate River
I:"02 Temperate River"=202
# Hot River
I:"03 Hot River"=203
# Wet River
I:"04 Wet River"=204
# River Oasis
I:"05 River Oasis"=205
# Ice Ocean
I:"06 Ice Ocean"=206
# Cold Ocean
I:"07 Cold Ocean"=207
# Temperate Ocean
I:"08 Temperate Ocean"=208
# Hot Ocean
I:"09 Hot Ocean"=209
# Wet Ocean
I:"10 Wet Ocean"=210
# Ocean Oasis
I:"11 Ocean Oasis"=211
# Snow Desert
I:"12 Snow Desert"=212
# Snow Forest
I:"13 Snow Forest"=213
# Cold Plains
I:"14 Cold Plains"=214
# Cold Forest
I:"15 Cold Forest"=215
# Hot Plains
I:"16 Hot Plains"=216
# Hot Forest
I:"17 Hot Forest"=217
# Hot Desert
I:"18 Hot Desert"=218
# Plains
I:"19 Plains (RWG)"=219
# Tropical Island
I:"20 Tropical Island"=220
# Redwood
I:"21 Redwood"=221
# Jungle
I:"22 Jungle (RWG)"=222
# Oasis
I:"23 Oasis"=223
# Temperate Forest
I:"24 Temperate Forest"=224
}
settings {
# [default: true]
B:"Enable Cobblestone Boulders"=true
# [default: true]
B:"Generate Caves"=true
# [default: true]
B:"Generate Emeralds"=false
# [default: true]
B:"Generate Mineshafts"=true
# [default: true]
B:"Generate Underground Lakes"=true
# [default: true]
B:"Generate Underground Lava Lakes"=true
# [default: true]
B:"Generate Villages"=true
# [default: false]
B:"Generate large Thaumcraft biomes"=true
}

69
both/config/waystones.cfg Normal file
View File

@@ -0,0 +1,69 @@
# Configuration file
client {
# If true, activated waystones will not emit particles. [default: false]
B:"Disable Particles"=false
# If true, the text overlay on waystones will no longer always render at full brightness. [default: false]
B:"Disable Text Glow"=false
# The x position of the warp button in the inventory. [range: -100 ~ 250, default: 60]
I:"Teleport Button GUI X"=60
# The y position of the warp button in the inventory. [range: -100 ~ 250, default: 60]
I:"Teleport Button GUI Y"=60
}
general {
# If true, return scrolls will be craftable. [default: true]
B:"Allow Return Scrolls"=true
# If true, the warp stone will be craftable. [default: true]
B:"Allow Warp Stone"=true
# If true, waystones can only be placed in creative mode. [default: false]
B:"Creative Mode Only"=false
# If true, all waystones work inter-dimensionally. [default: true]
B:"Interdimensional Teleport"=true
# If true, waystones marked as global work inter-dimensionally. [default: true]
B:"Interdimensional Teleport on Global Waystones"=true
# If true, waystones marked as global have no cooldown. [default: true]
B:"No Cooldown on Global Waystones"=true
# If true, only owners can break their own waystones. [default: false]
B:"Private Waystones"=true
# If true, the player's spawnpoint will be set to the last activated waystone. [default: false]
B:"Set Spawnpoint on Activation"=false
# If true, return scrolls will be found in dungeons as loot. [default: true]
B:"Spawn Return Scrolls as loot"=true
# The cooldown between usages of the teleport button in seconds. [range: 0 ~ 86400, default: 300]
I:"Teleport Button Cooldown"=20
# If true, the teleport button will only let you return to the last activated waystone, instead of allowing to choose. [default: false]
B:"Teleport Button Return Only"=false
# Should there be a button in the inventory to access the waystone menu? [default: false]
B:"Teleport Button in GUI"=false
# The cooldown between usages of the warp stone in seconds. [range: 0 ~ 86400, default: 300]
I:"Warp Stone Cooldown"=20
}
generated {
# This option is automatically populated by the server when using the Server Hub Mode. Do not change. [default: ]
S:"Server Waystones" <
Pilzinsel64§0§997,65,2023
Juli29§0§993,64,2012
JAyna§0§826,68,1889
>
}

View File

@@ -16,13 +16,13 @@ flatworld {
general {
# Enable this to lock world generator to one specified [default: false]
B:"Lock World Generator"=true
B:"Lock World Generator"=false
# Enabling this will display all world generators installed, useful for debug [default: false]
B:"Show World Generators in Log"=true
# The world generator to select by default [default: default]
S:"World Generator"=BIOMESOP
S:"World Generator"=RWG
}