Configured mods
This commit is contained in:
parent
fa822c55b1
commit
6038274095
17 changed files with 823 additions and 0 deletions
13
config/yosbr/config/bclib/biomes.json
Normal file
13
config/yosbr/config/bclib/biomes.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"force_include": {
|
||||||
|
"NETHER": [],
|
||||||
|
"END_LAND": [],
|
||||||
|
"END_VOID": [],
|
||||||
|
"END_CENTER": [],
|
||||||
|
"END_BARRENS": []
|
||||||
|
},
|
||||||
|
"force_exclude": {
|
||||||
|
"NETHER": [],
|
||||||
|
"END": []
|
||||||
|
}
|
||||||
|
}
|
||||||
6
config/yosbr/config/bclib/cache.json
Normal file
6
config/yosbr/config/bclib/cache.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"version": {
|
||||||
|
"last [default: never]": "never",
|
||||||
|
"cached [default: ]": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
29
config/yosbr/config/bclib/client.json
Normal file
29
config/yosbr/config/bclib/client.json
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"version": {
|
||||||
|
"didShowWelcome [default: false]": true,
|
||||||
|
"check [default: true]": false
|
||||||
|
},
|
||||||
|
"ui": {
|
||||||
|
"showUpdateInfo [default: true]": true,
|
||||||
|
"useModrinthForUpdates [default: false]": false,
|
||||||
|
"forceBetterXPreset [default: true]": true,
|
||||||
|
"suppressExperimentalDialogOnLoad [default: false]": false,
|
||||||
|
"notTheDonorType [default: true]": true
|
||||||
|
},
|
||||||
|
"auto_sync": {
|
||||||
|
"enabled [default: true]": true,
|
||||||
|
"acceptConfigs [default: true]": true,
|
||||||
|
"acceptFiles [default: true]": true,
|
||||||
|
"acceptMods [default: true]": true,
|
||||||
|
"displayModInfo [default: true]": true,
|
||||||
|
"debugHashes [default: false]": false
|
||||||
|
},
|
||||||
|
"rendering": {
|
||||||
|
"customFogRendering [default: true]": true,
|
||||||
|
"netherThickFog [default: true]": true,
|
||||||
|
"FogDensity [default: 1.0]": 1.0
|
||||||
|
},
|
||||||
|
"infos": {
|
||||||
|
"survives_on_hint [default: true]": true
|
||||||
|
}
|
||||||
|
}
|
||||||
8
config/yosbr/config/bclib/generator.json
Normal file
8
config/yosbr/config/bclib/generator.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"options": {
|
||||||
|
"biomeSource": {
|
||||||
|
"fixEndBiomeSource [default: true]": true,
|
||||||
|
"fixNetherBiomeSource [default: true]": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
9
config/yosbr/config/bclib/main.json
Normal file
9
config/yosbr/config/bclib/main.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"patches": {
|
||||||
|
"applyPatches [default: true]": true,
|
||||||
|
"repairBiomesOnLoad [default: false]": false
|
||||||
|
},
|
||||||
|
"infos": {
|
||||||
|
"verbose [default: true]": true
|
||||||
|
}
|
||||||
|
}
|
||||||
13
config/yosbr/config/bclib/server.json
Normal file
13
config/yosbr/config/bclib/server.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"auto_sync": {
|
||||||
|
"enabled [default: true]": true,
|
||||||
|
"offerConfigs [default: true]": true,
|
||||||
|
"offerFiles [default: true]": true,
|
||||||
|
"offerMods [default: true]": true,
|
||||||
|
"offerAllMods [default: false]": false,
|
||||||
|
"sendAllModInfo [default: false]": false,
|
||||||
|
"additionalMods": [],
|
||||||
|
"excludeMods": [],
|
||||||
|
"forceBetterXPreset [default: true]": true
|
||||||
|
}
|
||||||
|
}
|
||||||
58
config/yosbr/config/betterend/generator.json
Normal file
58
config/yosbr/config/betterend/generator.json
Normal file
|
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"biomeMap": {
|
||||||
|
"biomeSizeCaves [default: 32]": 32
|
||||||
|
},
|
||||||
|
"portal": {
|
||||||
|
"hasPortal [default: true]": true,
|
||||||
|
"customEndPortal [default: true]": true
|
||||||
|
},
|
||||||
|
"spikes": {
|
||||||
|
"hasSpikes [default: true]": true,
|
||||||
|
"customObsidianSpikes [default: true]": true
|
||||||
|
},
|
||||||
|
"hasDragonFights [default: true]": true,
|
||||||
|
"chorusPlant": {
|
||||||
|
"changeChorusPlant [default: true]": true
|
||||||
|
},
|
||||||
|
"customGenerator": {
|
||||||
|
"useNewGenerator [default: true]": true,
|
||||||
|
"generateCentralIsland [default: true]": true,
|
||||||
|
"endCityFailChance [default: 5]": 5,
|
||||||
|
"layers": {
|
||||||
|
"bigIslands": {
|
||||||
|
"distance[1-8192] [default: 300.0]": 100.0,
|
||||||
|
"scale[0.1-1024] [default: 200.0]": 300.0,
|
||||||
|
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
||||||
|
"heightVariation[0-1] [default: 0.078125]": 0.15625,
|
||||||
|
"coverage[0-1] [default: 0.5]": 0.5,
|
||||||
|
"hasCentralIsland [default: false]": false
|
||||||
|
},
|
||||||
|
"mediumIslands": {
|
||||||
|
"distance[1-8192] [default: 150.0]": 150.0,
|
||||||
|
"scale[0.1-1024] [default: 100.0]": 100.0,
|
||||||
|
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
||||||
|
"heightVariation[0-1] [default: 0.15625]": 0.15625,
|
||||||
|
"coverage[0-1] [default: 0.5]": 0.5,
|
||||||
|
"hasCentralIsland [default: true]": true
|
||||||
|
},
|
||||||
|
"smallIslands": {
|
||||||
|
"distance[1-8192] [default: 60.0]": 60.0,
|
||||||
|
"scale[0.1-1024] [default: 50.0]": 50.0,
|
||||||
|
"averageHeight[0-1] [default: 0.546875]": 0.546875,
|
||||||
|
"heightVariation[0-1] [default: 0.234375]": 0.234375,
|
||||||
|
"coverage[0-1] [default: 0.5]": 0.5,
|
||||||
|
"hasCentralIsland [default: false]": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"voidRingSize [default: 1000]": 750
|
||||||
|
},
|
||||||
|
"generateObsidianPlatform [default: true]": true,
|
||||||
|
"spawn": {
|
||||||
|
"changeSpawn [default: false]": false,
|
||||||
|
"point": {
|
||||||
|
"x [default: 20]": 20,
|
||||||
|
"y [default: 65]": 65,
|
||||||
|
"z [default: 0]": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
28
config/yosbr/config/bettermineshafts-fabric-1_20.toml
Normal file
28
config/yosbr/config/bettermineshafts-fabric-1_20.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
minY = -85
|
||||||
|
maxY = 60
|
||||||
|
disableVanillaMineshafts = true
|
||||||
|
|
||||||
|
[spawnRates]
|
||||||
|
lanternSpawnRate = 0.0067
|
||||||
|
torchSpawnRate = 0.02
|
||||||
|
workstationSpawnRate = 0.025
|
||||||
|
workstationDungeonSpawnRate = 0.25
|
||||||
|
smallShaftSpawnRate = 0.07
|
||||||
|
cobwebSpawnRate = 0.15
|
||||||
|
smallShaftChestMinecartSpawnRate = 0.003
|
||||||
|
mainShaftChestMinecartSpawnRate = 0.03
|
||||||
|
smallShaftTntMinecartSpawnRate = 0.0024999999441206455
|
||||||
|
mainShaftTntMinecartSpawnRate = 0.0024999999441206455
|
||||||
|
zombieVillagerRoomSpawnChance = 2
|
||||||
|
smallShaftPieceChainLength = 18
|
||||||
|
|
||||||
|
[ores]
|
||||||
|
enabled = true
|
||||||
|
cobble = 25
|
||||||
|
coal = 20
|
||||||
|
iron = 15
|
||||||
|
redstone = 12
|
||||||
|
gold = 11
|
||||||
|
lapis = 7
|
||||||
|
emerald = 5
|
||||||
|
diamond = 5
|
||||||
276
config/yosbr/config/betternether/biomes.json
Normal file
276
config/yosbr/config/betternether/biomes.json
Normal file
|
|
@ -0,0 +1,276 @@
|
||||||
|
{
|
||||||
|
"minecraft": {
|
||||||
|
"basalt_deltas": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warped_forest": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nether_wastes": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"soul_sand_valley": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"crimson_forest": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 15]": 15,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 0]": 0,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"biomesoplenty": {
|
||||||
|
"undergrowth": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"erupting_inferno": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"visceral_heap": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"withered_abyss": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"crystalline_chasm": {
|
||||||
|
"spawn": {
|
||||||
|
"ambient": {
|
||||||
|
"betternether": {
|
||||||
|
"firefly": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 1]": 1,
|
||||||
|
"maxGroupSize [default: 3]": 3
|
||||||
|
},
|
||||||
|
"hydrogen_jellyfish": {
|
||||||
|
"weight [default: 5]": 5,
|
||||||
|
"minGroupSize [default: 2]": 2,
|
||||||
|
"maxGroupSize [default: 6]": 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"monster": {
|
||||||
|
"betternether": {
|
||||||
|
"naga": {
|
||||||
|
"weight [default: 8]": 8,
|
||||||
|
"minGroupSize [default: 3]": 3,
|
||||||
|
"maxGroupSize [default: 5]": 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
47
config/yosbr/config/betternether/generator.json
Normal file
47
config/yosbr/config/betternether/generator.json
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
{
|
||||||
|
"generator": {
|
||||||
|
"world": {
|
||||||
|
"ores": {
|
||||||
|
"cincinnasite": {
|
||||||
|
"vein_count [default: 10]": 10,
|
||||||
|
"vein_size [default: 8]": 8,
|
||||||
|
"air_discard_chance [default: 0.0]": 0.0
|
||||||
|
},
|
||||||
|
"nether_ruby": {
|
||||||
|
"vein_count [default: 3]": 3,
|
||||||
|
"vein_size [default: 8]": 8,
|
||||||
|
"air_discard_chance [default: 0.0]": 0.0
|
||||||
|
},
|
||||||
|
"nether_ruby_soul": {
|
||||||
|
"vein_count [default: 5]": 5,
|
||||||
|
"vein_size [default: 5]": 5,
|
||||||
|
"air_discard_chance [default: 0.1]": 0.1
|
||||||
|
},
|
||||||
|
"nether_ruby_large": {
|
||||||
|
"vein_count [default: 5]": 5,
|
||||||
|
"vein_size [default: 5]": 5,
|
||||||
|
"air_discard_chance [default: 0.1]": 0.1
|
||||||
|
},
|
||||||
|
"nether_ruby_rare": {
|
||||||
|
"vein_count [default: 2]": 2,
|
||||||
|
"vein_size [default: 12]": 12,
|
||||||
|
"air_discard_chance [default: 0.0]": 0.0
|
||||||
|
},
|
||||||
|
"nether_lapis": {
|
||||||
|
"vein_count [default: 14]": 14,
|
||||||
|
"vein_size [default: 4]": 4,
|
||||||
|
"air_discard_chance [default: 0.0]": 0.0
|
||||||
|
},
|
||||||
|
"nether_redstone": {
|
||||||
|
"vein_count [default: 1]": 1,
|
||||||
|
"vein_size [default: 16]": 16,
|
||||||
|
"air_discard_chance [default: 0.3]": 0.3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cities": {
|
||||||
|
"distance [default: 64]": 64,
|
||||||
|
"overworld [default: false]": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
68
config/yosbr/config/biomesoplenty/biome_toggles.json
Normal file
68
config/yosbr/config/biomesoplenty/biome_toggles.json
Normal file
|
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"aspen_glade_enabled": true,
|
||||||
|
"auroral_garden_enabled": true,
|
||||||
|
"bayou_enabled": false,
|
||||||
|
"bog_enabled": true,
|
||||||
|
"cold_desert_enabled": false,
|
||||||
|
"coniferous_forest_enabled": false,
|
||||||
|
"crag_enabled": true,
|
||||||
|
"crystalline_chasm_enabled": true,
|
||||||
|
"dead_forest_enabled": false,
|
||||||
|
"dryland_enabled": false,
|
||||||
|
"dune_beach_enabled": true,
|
||||||
|
"erupting_inferno_enabled": false,
|
||||||
|
"field_enabled": true,
|
||||||
|
"fir_clearing_enabled": true,
|
||||||
|
"floodplain_enabled": false,
|
||||||
|
"forested_field_enabled": false,
|
||||||
|
"fungal_jungle_enabled": true,
|
||||||
|
"glowing_grotto_enabled": true,
|
||||||
|
"grassland_enabled": true,
|
||||||
|
"gravel_beach_enabled": false,
|
||||||
|
"highland_enabled": true,
|
||||||
|
"hot_springs_enabled": true,
|
||||||
|
"jacaranda_glade_enabled": false,
|
||||||
|
"jade_cliffs_enabled": true,
|
||||||
|
"lavender_field_enabled": true,
|
||||||
|
"lush_desert_enabled": false,
|
||||||
|
"lush_savanna_enabled": false,
|
||||||
|
"maple_woods_enabled": true,
|
||||||
|
"marsh_enabled": false,
|
||||||
|
"mediterranean_forest_enabled": true,
|
||||||
|
"moor_enabled": true,
|
||||||
|
"muskeg_enabled": false,
|
||||||
|
"mystic_grove_enabled": false,
|
||||||
|
"old_growth_dead_forest_enabled": false,
|
||||||
|
"old_growth_woodland_enabled": true,
|
||||||
|
"ominous_woods_enabled": false,
|
||||||
|
"orchard_enabled": true,
|
||||||
|
"origin_valley_enabled": true,
|
||||||
|
"overgrown_greens_enabled": false,
|
||||||
|
"pasture_enabled": true,
|
||||||
|
"prairie_enabled": true,
|
||||||
|
"pumpkin_patch_enabled": false,
|
||||||
|
"rainforest_enabled": false,
|
||||||
|
"redwood_forest_enabled": true,
|
||||||
|
"rocky_rainforest_enabled": false,
|
||||||
|
"rocky_shrubland_enabled": false,
|
||||||
|
"scrubland_enabled": false,
|
||||||
|
"seasonal_forest_enabled": true,
|
||||||
|
"shrubland_enabled": true,
|
||||||
|
"snowblossom_grove_enabled": true,
|
||||||
|
"snowy_coniferous_forest_enabled": true,
|
||||||
|
"snowy_fir_clearing_enabled": false,
|
||||||
|
"snowy_maple_woods_enabled": true,
|
||||||
|
"spider_nest_enabled": true,
|
||||||
|
"tropics_enabled": true,
|
||||||
|
"tundra_enabled": false,
|
||||||
|
"undergrowth_enabled": false,
|
||||||
|
"visceral_heap_enabled": true,
|
||||||
|
"volcanic_plains_enabled": false,
|
||||||
|
"volcano_enabled": true,
|
||||||
|
"wasteland_enabled": false,
|
||||||
|
"wasteland_steppe_enabled": false,
|
||||||
|
"wetland_enabled": false,
|
||||||
|
"wintry_origin_valley_enabled": true,
|
||||||
|
"withered_abyss_enabled": true,
|
||||||
|
"woodland_enabled": false
|
||||||
|
}
|
||||||
13
config/yosbr/config/biomesoplenty/generation.toml
Normal file
13
config/yosbr/config/biomesoplenty/generation.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
[nether]
|
||||||
|
#The weighting of bop biome regions in the nether.
|
||||||
|
bop_nether_region_weight = 13
|
||||||
|
#The weighting of rare bop biome regions in the nether.
|
||||||
|
bop_nether_rare_region_weight = 2
|
||||||
|
|
||||||
|
[overworld]
|
||||||
|
#The weighting of primary bop biome regions in the overworld.
|
||||||
|
bop_primary_overworld_region_weight = 20
|
||||||
|
#The weighting of rare bop biome regions in the overworld.
|
||||||
|
bop_overworld_rare_region_weight = 8
|
||||||
|
#The weighting of secondary bop biome regions in the overworld.
|
||||||
|
bop_secondary_overworld_region_weight = 8
|
||||||
69
config/yosbr/config/biomeswevegone/world_generation.json5
Normal file
69
config/yosbr/config/biomeswevegone/world_generation.json5
Normal file
|
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
// Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region
|
||||||
|
"enabled_biomes": {
|
||||||
|
"biomeswevegone:white_mangrove_marshes": false,
|
||||||
|
"biomeswevegone:cika_woods": false,
|
||||||
|
"biomeswevegone:tropical_rainforest": false,
|
||||||
|
"biomeswevegone:sierra_badlands": true,
|
||||||
|
"biomeswevegone:frosted_coniferous_forest": false,
|
||||||
|
"biomeswevegone:temperate_grove": true,
|
||||||
|
"biomeswevegone:dead_sea": true,
|
||||||
|
"biomeswevegone:rainbow_beach": true,
|
||||||
|
"biomeswevegone:rugged_badlands": true,
|
||||||
|
"biomeswevegone:atacama_outback": false,
|
||||||
|
"biomeswevegone:pumpkin_valley": false,
|
||||||
|
"biomeswevegone:prairie": true,
|
||||||
|
"biomeswevegone:zelkova_forest": true,
|
||||||
|
"biomeswevegone:black_forest": false,
|
||||||
|
"biomeswevegone:forgotten_forest": false,
|
||||||
|
"biomeswevegone:overgrowth_woodlands": false,
|
||||||
|
"biomeswevegone:eroded_borealis": true,
|
||||||
|
"biomeswevegone:skyrise_vale": false,
|
||||||
|
"biomeswevegone:crag_gardens": false,
|
||||||
|
"biomeswevegone:mojave_desert": false,
|
||||||
|
"biomeswevegone:coniferous_forest": false,
|
||||||
|
"biomeswevegone:redwood_thicket": true,
|
||||||
|
"biomeswevegone:frosted_taiga": false,
|
||||||
|
"biomeswevegone:araucaria_savanna": true,
|
||||||
|
"biomeswevegone:allium_shrubland": false,
|
||||||
|
"biomeswevegone:ironwood_gour": true,
|
||||||
|
"biomeswevegone:fragment_jungle": true,
|
||||||
|
"biomeswevegone:sakura_grove": true,
|
||||||
|
"biomeswevegone:windswept_desert": true,
|
||||||
|
"biomeswevegone:howling_peaks": true,
|
||||||
|
"biomeswevegone:dacite_shore": false,
|
||||||
|
"biomeswevegone:jacaranda_jungle": false,
|
||||||
|
"biomeswevegone:ebony_woods": false,
|
||||||
|
"biomeswevegone:amaranth_grassland": false,
|
||||||
|
"biomeswevegone:red_rock_valley": true,
|
||||||
|
"biomeswevegone:rose_fields": true,
|
||||||
|
"biomeswevegone:cypress_swamplands": false,
|
||||||
|
"biomeswevegone:crimson_tundra": false,
|
||||||
|
"biomeswevegone:shattered_glacier": true,
|
||||||
|
"biomeswevegone:lush_stacks": true,
|
||||||
|
"biomeswevegone:bayou": false,
|
||||||
|
"biomeswevegone:dacite_ridges": true,
|
||||||
|
"biomeswevegone:canadian_shield": true,
|
||||||
|
"biomeswevegone:enchanted_tangle": false,
|
||||||
|
"biomeswevegone:baobab_savanna": true,
|
||||||
|
"biomeswevegone:firecracker_chaparral": true,
|
||||||
|
"biomeswevegone:basalt_barrera": true,
|
||||||
|
"biomeswevegone:coconino_meadow": false,
|
||||||
|
"biomeswevegone:aspen_boreal": false,
|
||||||
|
"biomeswevegone:weeping_witch_forest": false,
|
||||||
|
"biomeswevegone:maple_taiga": false,
|
||||||
|
"biomeswevegone:orchard": false,
|
||||||
|
},
|
||||||
|
// How much each BWG region weighs. This weight applies to all 3 BWG Regions
|
||||||
|
"region_weight": 16,
|
||||||
|
// Whether to add bwg flowers and features to Vanilla Biomes (Config Option for Fabric Only)
|
||||||
|
"vanilla_additions": true,
|
||||||
|
// BWG Features that we add to Vanilla Biomes
|
||||||
|
"enabled_vanilla_additions": {
|
||||||
|
"biomeswevegone:palm_trees": true,
|
||||||
|
"biomeswevegone:vanilla/forest_flowers": true,
|
||||||
|
"biomeswevegone:vanilla/flower_plains": true,
|
||||||
|
"biomeswevegone:vanilla/flower_warm": true,
|
||||||
|
"biomeswevegone:vanilla/flower_default": true,
|
||||||
|
},
|
||||||
|
}
|
||||||
38
config/yosbr/config/tectonic.json
Normal file
38
config/yosbr/config/tectonic.json
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"biomes": {
|
||||||
|
"temperature_multiplier": 1.0,
|
||||||
|
"temperature_scale": 0.25,
|
||||||
|
"vegetation_multiplier": 1.0,
|
||||||
|
"vegetation_scale": 0.25
|
||||||
|
},
|
||||||
|
"continents": {
|
||||||
|
"continents_scale": 0.13,
|
||||||
|
"erosion_scale": 0.5,
|
||||||
|
"flat_terrain_skew": 0.1,
|
||||||
|
"jungle_pillars": true,
|
||||||
|
"ocean_offset": -0.8,
|
||||||
|
"ridge_scale": 0.25,
|
||||||
|
"river_lanterns": true,
|
||||||
|
"rolling_hills": true,
|
||||||
|
"underground_rivers": true
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"mod_enabled": true,
|
||||||
|
"snow_start_offset": 128
|
||||||
|
},
|
||||||
|
"global_terrain": {
|
||||||
|
"increased_height": false,
|
||||||
|
"lava_tunnels": true,
|
||||||
|
"vertical_scale": 1.5
|
||||||
|
},
|
||||||
|
"islands": {
|
||||||
|
"enabled": true,
|
||||||
|
"noise_scale": 0.11
|
||||||
|
},
|
||||||
|
"oceans": {
|
||||||
|
"deep_ocean_depth": -0.45,
|
||||||
|
"monument_offset": -30,
|
||||||
|
"ocean_depth": -0.15,
|
||||||
|
"remove_frozen_ocean_ice": false
|
||||||
|
}
|
||||||
|
}
|
||||||
17
config/yosbr/config/terrablender.toml
Normal file
17
config/yosbr/config/terrablender.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
#General settings
|
||||||
|
general = {}
|
||||||
|
|
||||||
|
#Generation settings
|
||||||
|
[generation_settings]
|
||||||
|
#The size of overworld biome regions from each mod that uses TerraBlender.
|
||||||
|
#Range: 2-6
|
||||||
|
overworld_region_size = 2
|
||||||
|
#The weighting of vanilla biome regions in the nether.
|
||||||
|
#Range: 0-2147483647
|
||||||
|
vanilla_nether_region_weight = 4
|
||||||
|
#The size of nether biome regions from each mod that uses TerraBlender.
|
||||||
|
#Range: 2-6
|
||||||
|
nether_region_size = 2
|
||||||
|
#The weighting of vanilla biome regions in the overworld.
|
||||||
|
#Range: 0-2147483647
|
||||||
|
vanilla_overworld_region_weight = 10
|
||||||
|
|
@ -0,0 +1,88 @@
|
||||||
|
/*
|
||||||
|
This config file makes it possible to switch off any structure from Towns and Towers. Big thanks to Cristelknight for making this all possible.
|
||||||
|
To disable a structure, simply set the value of that structure to "false".
|
||||||
|
o change the rarity of a structure category, use the other file in the config.
|
||||||
|
|
||||||
|
LINKS
|
||||||
|
=====
|
||||||
|
Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers
|
||||||
|
Modrinth link: https://modrinth.com/mod/towns-and-towers
|
||||||
|
PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/
|
||||||
|
GitHub Repository: [NEED TO MAKE ONE]
|
||||||
|
*/
|
||||||
|
{
|
||||||
|
// Here you can find all pillager outposts.
|
||||||
|
"towers": {
|
||||||
|
"pillager_outpost_badlands": true,
|
||||||
|
"pillager_outpost_beach": true,
|
||||||
|
"pillager_outpost_birch_forest": true,
|
||||||
|
"pillager_outpost_desert": true,
|
||||||
|
"pillager_outpost_flower_forest": true,
|
||||||
|
"pillager_outpost_forest": true,
|
||||||
|
"pillager_outpost_grove": true,
|
||||||
|
"pillager_outpost_jungle": true,
|
||||||
|
"pillager_outpost_meadow": true,
|
||||||
|
"pillager_outpost_mushroom_fields": true,
|
||||||
|
"pillager_outpost_ocean": true,
|
||||||
|
"pillager_outpost_old_growth_taiga": true,
|
||||||
|
"pillager_outpost_savanna": true,
|
||||||
|
"pillager_outpost_savanna_plateau": true,
|
||||||
|
"pillager_outpost_snowy_beach": true,
|
||||||
|
"pillager_outpost_snowy_plains": true,
|
||||||
|
"pillager_outpost_snowy_slopes": true,
|
||||||
|
"pillager_outpost_sparse_jungle": true,
|
||||||
|
"pillager_outpost_sunflower_plains": true,
|
||||||
|
"pillager_outpost_swamp": true,
|
||||||
|
"pillager_outpost_taiga": true,
|
||||||
|
"pillager_outpost_snowy_taiga": true,
|
||||||
|
"pillager_outpost_wooded_badlands": true,
|
||||||
|
// Here you can find all pillager outposts which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.).
|
||||||
|
"exclusives": {
|
||||||
|
"pillager_outpost_mediterranean": true,
|
||||||
|
"pillager_outpost_tudor": true,
|
||||||
|
"pillager_outpost_classic": true,
|
||||||
|
"pillager_outpost_oriental": true,
|
||||||
|
"pillager_outpost_swedish": true,
|
||||||
|
"pillager_outpost_iberian": true,
|
||||||
|
"pillager_outpost_rustic": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// Here you can find all structures that aren't villages or outposts.
|
||||||
|
"other": {
|
||||||
|
"mimic_desert": true,
|
||||||
|
"wreckage_ocean": true
|
||||||
|
},
|
||||||
|
// Here you can find all villages.
|
||||||
|
"towns": {
|
||||||
|
"village_badlands": true,
|
||||||
|
"village_beach": true,
|
||||||
|
"village_birch_forest": true,
|
||||||
|
"village_flower_forest": true,
|
||||||
|
"village_forest": true,
|
||||||
|
"village_snowy_slopes": true,
|
||||||
|
"village_jungle": true,
|
||||||
|
"village_meadow": true,
|
||||||
|
"village_mushroom_fields": true,
|
||||||
|
"village_ocean": true,
|
||||||
|
"village_old_growth_taiga": true,
|
||||||
|
"village_grove": true,
|
||||||
|
"village_savanna_plateau": true,
|
||||||
|
"village_sunflower_plains": true,
|
||||||
|
"village_snowy_taiga": true,
|
||||||
|
"village_sparse_jungle": true,
|
||||||
|
"village_swamp": true,
|
||||||
|
"village_wooded_badlands": true,
|
||||||
|
// Here you can find all villages which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.).
|
||||||
|
"exclusives": {
|
||||||
|
"village_mediterranean": true,
|
||||||
|
"village_swedish": true,
|
||||||
|
"village_tudor": true,
|
||||||
|
"village_wandering_trader_camp": true,
|
||||||
|
"village_classic": true,
|
||||||
|
"village_rustic": true,
|
||||||
|
"village_iberian": true,
|
||||||
|
"village_nilotic": true,
|
||||||
|
"village_piglin": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,43 @@
|
||||||
|
/*
|
||||||
|
This config file makes it possible to change the spacing, separation, salt (and frequency) of Towns and Towers' structure sets. Big thanks to Cristelknight for making this all possible.
|
||||||
|
SPACING --- controls how far a structure can be from others of its kind
|
||||||
|
SEPARATION --- controls how close to each other two structures of the same type can be.
|
||||||
|
By default, the values should be 48/24 for villages and outposts (spacing/separation respectively) - a hypothetical village is going to appear not further than 48 chunks away (ca. 760 blocks), but not closer than 24 chunks (ca. 380 blocks).
|
||||||
|
* If you want a structure to spawn more frequently, decrease those values.
|
||||||
|
* If you want a structure to spawn less frequently, increase those values.
|
||||||
|
KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION.
|
||||||
|
|
||||||
|
LINKS
|
||||||
|
=====
|
||||||
|
Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers
|
||||||
|
Modrinth link: https://modrinth.com/mod/towns-and-towers
|
||||||
|
PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/
|
||||||
|
GitHub Repository: [NEED TO MAKE ONE]
|
||||||
|
*/
|
||||||
|
{
|
||||||
|
// Here you can find all pillager outposts.
|
||||||
|
"towers": {
|
||||||
|
// DEFAULT 48
|
||||||
|
"spacing": 10,
|
||||||
|
// DEFAULT 24
|
||||||
|
"separation": 5,
|
||||||
|
"frequency": 0.7,
|
||||||
|
"salt": 205745294
|
||||||
|
},
|
||||||
|
// Here you can find all structures that aren't villages or outposts.
|
||||||
|
"other": {
|
||||||
|
// DEFAULT 32
|
||||||
|
"spacing": 10,
|
||||||
|
// DEFAULT 16
|
||||||
|
"separation": 5,
|
||||||
|
"salt": 30084234
|
||||||
|
},
|
||||||
|
// Here you can find all villages.
|
||||||
|
"towns": {
|
||||||
|
// DEFAULT 48
|
||||||
|
"spacing": 10,
|
||||||
|
// DEFAULT 24
|
||||||
|
"separation": 5,
|
||||||
|
"salt": 10587309
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue