it begins

This commit is contained in:
Hexugory 2023-03-02 15:41:30 -06:00
commit 0d10cfa3d9
1706 changed files with 141122 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Exclude exported CurseForge zip files
/*.zip
# Exclude exported Modrinth modpacks
*.mrpack
# Exclude packwiz binary
packwiz.exe

5
.packwizignore Normal file
View File

@ -0,0 +1,5 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore
# Exclude README
/README.md

8
config/MouseTweaks.cfg Normal file
View File

@ -0,0 +1,8 @@
RMBTweak=1
LMBTweakWithItem=1
LMBTweakWithoutItem=1
WheelTweak=1
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0

View File

@ -0,0 +1,24 @@
{
"demandOnServer": false,
"showServerSafety": true,
"hideRedChatIndicators": true,
"hideYellowChatIndicators": true,
"hideGrayChatIndicators": true,
"hideWarningToast": true,
"alwaysHideReportButton": false,
"disableTelemetry": true,
"showReloadButton": true,
"whitelistAllServers": false,
"verifiedIconEnabled": true,
"showNCRButton": true,
"enableMod": true,
"skipRealmsWarning": false,
"verifiedIconOffsetX": 0,
"verifiedIconOffsetY": 0,
"reconnectAwaitSeconds": 4,
"postDisconnectAwaitSeconds": 10,
"signingCheckDelaySeconds": 43200,
"serverSigningChecks": {
"localhost:25565": 1668800800
}
}

View File

@ -0,0 +1,7 @@
{
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
"demandOnClient": true,
"enableDebugLog": false,
"convertToGameMessage": false,
"addQueryData": true
}

View File

@ -0,0 +1,26 @@
{
"skipWarning": false,
"enableEncryption": false,
"encryptPublic": true,
"showEncryptionButton": true,
"showEncryptionIndicators": true,
"encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d",
"encryptionPassphrase": "",
"algorithmName": "AES/CFB8+Base64",
"encryptableCommands": [
"msg:1",
"w:1",
"whisper:1",
"tell:1",
"r:0",
"dm:1",
"me:0",
"m:1",
"t:1",
"pm:1",
"emsg:1",
"epm:1",
"etell:1",
"ewhisper:1"
]
}

View File

@ -0,0 +1,5 @@
{
"whitelistedServers": [
"localhost:25565"
]
}

View File

@ -0,0 +1,3 @@
# No Chat Reports
You can find updated documentation of configuration files on the wiki:
https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files

View File

@ -0,0 +1,16 @@
{
// Fade the background slightly gray when hovering over an advancement
"FadeOutBackgroundOnAdvancementHover": true,
// List of pinned Tabs (root advancement identifier)
"PinnedTabs": [],
// Save and restore the last selected tab
"SaveLastSelectedTab": true,
// The identifier of the last opened tab
"LastSelectedTab": "bwplus:root",
// Spacing between horizontal tabs (vanilla default: 4)
"SpacingBetweenHorizontalTabs": 4,
// Spacing between pinned tabs
"SpacingBetweenPinnedTabs": 2,
// Always Show Debug Info (default: only when advanced tooltips enabled)
"AlwaysShowDebugInfo": false
}

View File

@ -0,0 +1,6 @@
{
"PreventMiningOfUnrevealedBlocks": false,
"UseTargetBlockOrItemNameInsteadOfScatter": false,
"NameForUnrevealedBlocks": "",
"NameForUnrevealedItems": ""
}

View File

@ -0,0 +1,8 @@
{
// Use target block/item name instead of scattering it
"UseTargetBlockOrItemNameInsteadOfScatter": false,
// Name for cloaked Blocks
"NameForCloakedBlocks": "",
// Name for cloaked Items
"NameForCloakedItems": ""
}

139
config/Spectrum.json5 Normal file
View File

@ -0,0 +1,139 @@
{
// The duration in milliseconds ingame recipe/unlock popups stay on the screen
"ToastTimeMilliseconds": 7500,
/* The vanilla anvil caps enchantment levels at the max level for the enchantment
So enchanted books that exceed the enchantments natural max level get capped
If true the bedrock anvil will not cap the enchantments level to it's natural max level
*/
"BedrockAnvilCanExceedMaxVanillaEnchantmentLevel": false,
/* The heights where citrine and topaz geodes will spawn
By default citrine will generate slightly below sea level (y=32-60)
while topaz will generate at the top of mountains (everywhere from y=82+)
if the worldgen has lots of high mountains consider raising the TopazGeodeMinFixedGenerationHeight
*/
"CitrineGeodeMinAboveBottomGenerationHeight": 96,
"CitrineGeodeFixedMaxGenerationHeight": 55,
"TopazGeodeMinFixedGenerationHeight": 82,
"TopazGeodeMaxBelowTopGenerationHeight": 0,
// Every x chunks there is a chance for a geode to generate, Moonstone geodes do not spawn in the Overworld
"TopazGeodeChunkChance": 7,
"CitrineGeodeChunkChance": 50,
"MoonstoneGeodeChunkChance": 45,
// The amount of colored tree patches to generate every X chunks
"ColoredTreePatchChanceChunk": 75,
/* The chance that an Enderman is holding a special treasure block on spawn
Separate value for Endermen spawning in the end, since there are LOTS of them there
Those blocks do not gate progression, so it is not that drastic not finding any right away.
Better to let players stumble about them organically instead of forcing it.
*/
"EndermanHoldingEnderTreasureChance": 0.07999999821186066,
"EndermanHoldingEnderTreasureInEndChance": 0.004999999888241291,
// Worlds where shooting stars spawn for players. Shooting Stars will only spawn for players with sufficient progress in the mod
"ShootingStarWorlds": [
"minecraft:overworld",
"starry_sky:starry_sky"
],
// Worlds where lightning strikes can spawn Storm Stones
"LightningStonesWorlds": [
"minecraft:overworld",
"starry_sky:starry_sky"
],
// chance for a lightning strike to spawn a Storm Stone
"LightningStonesChance": 0.4000000059604645,
/* Shooting star spawns are checked every night between time 13000 and 22000, every 100 ticks (so 90 chances per night).
By default, there is a 0.004 ^= 0.4 % chance at each of those check times. Making it ~1 shooting star spawn
per night per player that unlocked the required progression.
*/
"ShootingStarChance": 0.004000000189989805,
"MermaidsBrushChanceChunk": 16,
"QuitoxicReedsCountPerChunk": 25,
// The time in ticks it takes a Pigment Pedestal to autocraft a vanilla crafting table recipe without upgrades
"VanillaRecipeCraftingTimeTicks": 40,
/* How fast decay will be spreading on random tick
can be used to slow down propagation speed of decay in the worlds
decay does use very few resources, but if your fear of someone letting decay
spread free or using higher random tick rates than vanilla you can limit the spreading rate here
Fading and Failing do no real harm to the world. If you turn up these values too high players
may lack the feedback they need that what they are doing is correct
1.0: every random tick (default)
0.5: Every second random tick
0.0: never (forbidden - players would be unable to progress)
*/
"FadingDecayTickRate": 1.0,
"FailingDecayTickRate": 1.0,
"RuinDecayTickRate": 1.0,
"TerrorDecayTickRate": 1.0,
// The audio volume for Spectrums crafting blocks. Set to 0.0 to turn those sounds off completely.
"BlockSoundVolume": 0.75,
/* Enable or disable specific enchantments. Resonance and Voiding can not be disabled.
This does only disable the registration of said Enchantments, not all recipes based on them (except for Enchantment Upgrade Recipes)
*/
"AutoSmeltEnchantmentEnabled": true,
"ExuberanceEnchantmentEnabled": true,
"InventoryInsertionEnchantmentEnabled": true,
"PestControlEnchantmentEnabled": true,
"TreasureHunterEnchantmentEnabled": true,
"DisarmingEnchantmentEnabled": true,
"FirstStrikeEnchantmentEnabled": true,
"ImprovedCriticalEnchantmentEnabled": true,
"InertiaEnchantmentEnabled": true,
"CloversFavorEnchantmentEnabled": true,
"SniperEnchantmentEnabled": true,
"TightGripEnchantmentEnabled": true,
"SteadfastEnchantmentEnabled": true,
"IndestructibleEnchantmentEnabled": true,
"BigCatchEnchantmentEnabled": true,
// The max levels for all Enchantments
"TreasureHunterMaxLevel": 3,
"DisarmingMaxLevel": 2,
"FirstStrikeMaxLevel": 2,
"ImprovedCriticalMaxLevel": 2,
"InertiaMaxLevel": 3,
"CloversFavorMaxLevel": 3,
"TightGripMaxLevel": 2,
"BigCatchMaxLevel": 3,
// Exuberance increases experience gained when killing mobs. With 25% bonus XP and 5 levels this would mean 2,25x XP on max level
"ExuberanceMaxLevel": 5,
"ExuberanceBonusExperiencePercentPerLevel": 0.25,
// In vanilla, crits are a flat 50 % damage bonus. Improved Critical increases this damage by additional 50 % per level by default
"ImprovedCriticalExtraDamageMultiplierPerLevel": 0.5,
// Flat additional damage dealt with each level of the First Strike enchantment
"FirstStrikeDamagePerLevel": 2.0,
// The percentile a mobs armor/hand stacks are being dropped when hit with a Disarming enchanted weapon per the enchantments level
"DisarmingChancePerLevelMobs": 0.009999999776482582,
// If > 0 the Disarming Enchantment is able to remove armor and hand tools from a hit player. Should be a far smaller chance than for mobs
"DisarmingChancePerLevelPlayers": 0.0010000000474974513,
// The duration a glow ink sac gives night vision when wearing a glow vision helmet in seconds
"GlowVisionGogglesDuration": 240,
"GemstoneArmorHelmetProtection": 3,
"GemstoneArmorChestplateProtection": 7,
"GemstoneArmorLeggingsProtection": 5,
"GemstoneArmorBootsProtection": 3,
"GemstoneArmorToughness": 0.0,
"GemstoneArmorKnockbackResistance": 0.0,
"GemstoneArmorWeaknessAmplifier": 1,
"GemstoneArmorSlownessAmplifier": 1,
"GemstoneArmorAbsorptionAmplifier": 0,
"GemstoneArmorResistanceAmplifier": 1,
"GemstoneArmorRegenerationAmplifier": 1,
"GemstoneArmorSpeedAmplifier": 2,
"BedrockArmorHelmetProtection": 6,
"BedrockArmorLeggingsProtection": 10,
"BedrockArmorChestplateProtection": 14,
"BedrockArmorBootsProtection": 6,
"BedrockArmorToughness": 4.0,
"BedrockArmorKnockbackResistance": 0.4000000059604645,
"MaxLevelForEffectsInLesserPotionPendant": 3,
"MaxLevelForEffectsInGreaterPotionPendant": 1,
// By Default, Roughly Enough Items will show a 'recipe not unlocked yet' screen for not yet unlocked recipes. Setting this value to false will instead not show this screen, showing no recipes whatsoever, until unlocked
"REIListsRecipesAsNotUnlocked": true,
/* If the player has Azure Dike Charges: Where should they be rendered on the screen. Default: Over the food bar
Only touch those values if you have other mods that render GUI overlays!
*/
"azureDikeHudOffsetX": 0,
"azureDikeHudOffsetY": 0,
"azureDikeHudOffsetYWithArmor": -10,
"azureDikeHudOffsetYForEachRowOfExtraHearts": -10
}

View File

@ -0,0 +1,7 @@
This directory is for a few additional options for YUNG's Extras.
Options provided may vary by version.
This directory contains subdirectories for supported versions. The first time you run YUNG's Extras, a version subdirectory will be created if that version supports advanced options.
For example, the first time you use YUNG's Extras for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder.
If no subdirectory for your version is created, then that version probably does not support the additional options.
NOTE -- AS OF 1.19, ALL SPAWN RATE RELATED OPTIONS MUST NOW BE MODIFIED VIA DATA PACK.

View File

@ -0,0 +1,29 @@
######################################
# wishing_wells.json #
######################################
This file contains a BlockStateRandomizer (see below) describing the probability of a given block being chosen.
These probabilities are used for Wishing Wells, which have
loot deposits at the bottom of them.
######################################
# BlockStateRandomizer #
######################################
Describes a set of blockstates and the probability of each blockstate being chosen.
- entries: An object where each entry's key is a blockstate, and each value is that blockstate's probability of being chosen.
The total sum of all probabilities SHOULD NOT exceed 1.0!
- defaultBlock: The blockstate used for any leftover probability ranges.
For example, if the total sum of all the probabilities of the entries is 0.6, then
there is a 0.4 chance of the defaultBlock being selected.
Here's an example randomizer:
"entries": {
"minecraft:cobblestone": 0.25,
"minecraft:air": 0.2,
"minecraft:stone_bricks": 0.1
},
"defaultBlock": "minecraft:oak_planks"
For each block, this randomizer has a 25% chance of returning cobblestone, 20% chance of choosing air,
10% chance of choosing stone bricks, and a 100 - (25 + 20 + 10) = 45% chance of choosing oak planks (since it's the default block).

View File

@ -0,0 +1,10 @@
{
"lootBlockChances": {
"entries": {
"minecraft:gold_block": 0.01,
"minecraft:gold_ore": 0.5,
"minecraft:emerald_ore": 0.05
},
"defaultBlock": "minecraft:sandstone"
}
}

137
config/ad_astra.json Normal file
View File

@ -0,0 +1,137 @@
{
"#doEntityGravity": "If true, entities will be affected by gravity.",
"doEntityGravity": true,
"#doLivingEntityGravity": "Do gravity for mobs, players etc.",
"doLivingEntityGravity": true,
"acidRainBurns": true,
"doOxygen": true,
"#doSpaceMuffler": "Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off.",
"doSpaceMuffler": true,
"oxygenTankSize": 40500,
"hammerDurability": 64,
"giveAstroduxAtSpawn": false,
"oxygenBarXOffset": 0,
"oxygenBarYOffset": 0,
"oxygenBarScale": 1.0,
"energyBarXOffset": 0,
"energyBarYOffset": 85,
"energyBarScale": 1.0,
"orbitGravity": 3.26,
"oxygenDamage": 1,
"freezeDamage": 1,
"heatDamage": 2,
"acidRainDamage": 3,
"allowFlagImages": true,
"#disabledPlanets": "A list of planets that should be disabled. This is a comma-separated list of planet ids.",
"disabledPlanets": "",
"#avoidOverworldChecks": "Prevents stuff like gravity and oxygen checks in the overworld as that\u0027s normally not used in Ad Astra. enable if you\u0027re making an addon or something that transforms the overworld into some sort of planet.",
"avoidOverworldChecks": true,
"spawning": {
"spawnCorruptedLunarians": true,
"spawnStarCrawlers": true,
"spawnMartianRaptors": true,
"spawnMoglers": true,
"spawnSulfurCreepers": true,
"spawnLunarianWanderingTrader": true
},
"spaceSuit": {
"spaceSuitTankSize": 81000,
"netheriteSpaceSuitTankSize": 162000,
"netheriteSpaceSuitHasFireResistance": true,
"#jetSuitSpeed": "The speed when flying forward.",
"jetSuitSpeed": 0.8,
"#jetSuitUpwardsSpeed": "The speed when idle flying up.",
"jetSuitUpwardsSpeed": 0.5,
"jetSuitEnergyPerTick": 60,
"jetSuitTankSize": 324000,
"jetSuitMaxEnergy": 1000000,
"enableJetSuitFlight": true,
"jetSuitProtectionMultiplier": 1,
"jetSuitArmorToughness": 5,
"spawnJetSuitParticles": true
},
"vehicles": {
"#fallingExplosionThreshold": "The velocity to trigger a vehicle explosion while falling.",
"fallingExplosionThreshold": -1.2,
"#fallingExplosionMultiplier": "How much the explosion should be multiplied by when the vehicle has fallen.",
"fallingExplosionMultiplier": 0.7,
"gravity": -2.0,
"#moveCameraInVehicle": "Should the camera move in 3rd person in the rocket and lander for a better view?",
"moveCameraInVehicle": true,
"lander": {
"boosterThreshold": -0.1,
"boosterSpeed": 0.1
},
"rover": {
"explodeRoverInLava": true,
"fuelPerSecond": 810,
"turnSpeed": 3.0,
"maxTurnSpeed": 6.0,
"deceleration": 0.9,
"minSpeed": -0.2,
"maxSpeed": 0.3,
"tankSize": 243000
},
"rocket": {
"atmosphereLeave": 600,
"countDownTicks": 200,
"acceleration": 0.005,
"maxSpeed": 0.5,
"entitiesBurnUnderRocket": true,
"tankSize": 243000,
"fuelLaunchCost": 243000,
"efficientFuelLaunchCost": 81000
}
},
"coalGenerator": {
"maxEnergy": 9000,
"energyPerTick": 10
},
"compressor": {
"maxEnergy": 9000,
"energyPerTick": 10
},
"fuelRefinery": {
"maxEnergy": 9000,
"energyPerTick": 30,
"tankSize": 243000
},
"oxygenLoader": {
"maxEnergy": 9000,
"energyPerTick": 10,
"tankSize": 243000
},
"oxygenDistributor": {
"maxEnergy": 20000,
"fluidConversionEnergyPerTick": 5,
"tankSize": 486000,
"#maxBlockChecks": "How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks.",
"maxBlockChecks": 2000,
"#refreshTicks": "How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary.",
"refreshTicks": 60,
"#oxygenMultiplier": "Increases the oxygen requirements as the distributor covers more blocks.",
"oxygenMultiplier": 1.0,
"#energyMultiplier": "Increases the energy requirements as the distributor covers more blocks.",
"energyMultiplier": 3.0
},
"solarPanel": {
"maxEnergy": 18000,
"energyMultiplier": 1.0
},
"waterPump": {
"maxEnergy": 9000,
"energyPerTick": 10,
"tankSize": 486000,
"transferPerTick": 8100,
"deleteWaterBelowWaterPump": true
},
"energizer": {
"maxEnergy": 2000000,
"energyPerTick": 170
},
"cryoFreezer": {
"maxEnergy": 30000,
"energyPerTick": 243000,
"tankSize": 243000
}
}

View File

@ -0,0 +1,14 @@
{
"wrap_text": "SCREEN_WIDTH",
"prioritize_tooltip_top": true,
"bedrock_centering": true,
"best_corner": false,
"always_best_corner": false,
"scroll_key_code": 342,
"horizontal_scroll_key_code": 341,
"smooth_scrolling": true,
"scroll_direction": "REVERSE",
"vertical_scroll_sensitivity": 10,
"horizontal_scroll_sensitivity": 10,
"tooltip_transparency": 1.0
}

View File

@ -0,0 +1,67 @@
#Client Configuration
[client]
[client.visual_options]
# If plaques should show on the top of the screen.
on_top = true
# The distance from the top or bottom of the screen, in pixels.
#Range: 8 ~ 256
distance = 16
# The horizontal offset from the center, in pixels.
#Range: -256 ~ 256
horizontal_offset = 0
# Hide waila/hwyla/jade popups while plaques are showing.
hide_waila = true
# If plaques should show for task advancements (normal advancements).
tasks = true
# If plaques should show for goal advancements (medium-difficulty advancements).
goals = true
# If plaques should show for challenge advancements (high-difficulty advancements).
challenges = true
# Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience.
#Range: 0 ~ 4294967295
title_color = 63171119
# Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code 0xAARRGGBB for convenience.
#Range: 0 ~ 4294967295
name_color = 4294967295
[client.duration_options]
# Duration of the shiny effect fade in for tasks.
#Range: 0.1 ~ 3.0
task_effect_fadein = 0.5
# Duration of the shiny effect fade out for tasks.
#Range: 0.1 ~ 3.0
task_effect_fadeout = 1.5
# Duration of the plaques for tasks (minus the effect fade in/out durations).
#Range: 2.0 ~ 10.0
task_duration = 7.0
# Duration of the shiny effect fade in for goals.
#Range: 0.1 ~ 3.0
goal_effect_fadein = 0.5
# Duration of the shiny effect fade out for goals.
#Range: 0.1 ~ 3.0
goal_effect_fadeout = 1.5
# Duration of the plaques for goals (minus the effect fade in/out durations).
#Range: 2.0 ~ 10.0
goal_duration = 7.0
# Duration of the shiny effect fade in for challenges.
#Range: 0.1 ~ 3.0
challenge_effect_fadein = 1.25
# Duration of the shiny effect fade out for challenges.
#Range: 0.1 ~ 3.0
challenge_effect_fadeout = 1.5
# Duration of the plaques for challenges (minus the effect fade in/out durations).
#Range: 2.0 ~ 10.0
challenge_duration = 7.0
[client.functionality_options]
# Whitelist of advancements to show plaques for. Leave empty to display for all.
whitelist = []
# If task sounds should be muted.
mute_tasks = false
# If goal sounds should be muted.
mute_goals = false
# If challenge sounds should be muted.
mute_challenges = false

41
config/adventurez.json5 Normal file
View File

@ -0,0 +1,41 @@
{
"necromancer_spawn_weight": 1,
"nightmare_spawn_weight": 5,
// Chance for spawning when mining gold ore in nether; 1/Value
"piglin_beast_ore_spawn_chance": 30,
// Chance for spawning when killing too many piglins; 1/Value
"piglin_beast_attack_piglin_spawn_chance": 7,
"small_stone_golem_spawn_weight": 5,
// Chance for spawning when thunder occurs; 1/Value
"summoner_thunder_spawn_chance": 4,
"blaze_guardian_spawn_weight": 1,
"fungus_spawn_weight": 8,
"orc_spawn_weight": 30,
"mammoth_spawn_weight": 1,
"ender_whale_spawn_weight": 5,
"iguana_spawn_weight": 10,
// Chance for spawning when geode generates; 1/Value
"amethyst_golem_spawn_chance": 5,
"desert_rhino_spawn_weight": 1,
// Chance for spawning when desert well generates; 1/Value
"desert_rhino_well_spawn_chance": 1,
"shaman_spawn_weight": 1,
"deer_spawn_weight": 6,
"enderwarthog_spawn_weight": 1,
"allow_stone_golem_summoning": true,
"allow_the_eye_summoning": true,
"allow_dragon_hatching": true,
"allow_guardian_spawner_spawn": true,
"allow_source_stone_tp": true,
"disable_armor_bonus": false,
"resummoned_ender_dragon_drops_egg": true,
"allow_ender_dragon_nether_portal": false,
"heavy_dragon_flight": true,
"allow_special_enchant_loot": true,
"allow_extra_tooltips": true,
"allow_all_items_on_holder": false,
"warthog_rare_chance": 0.009999999776482582,
"stoned_heart_duration": 72000,
"stoned_heart_amplifier": 0,
"allow_other_dragon_hatching": false
}

53
config/ae2/client.json Normal file
View File

@ -0,0 +1,53 @@
{
"client": {
"disableColoredCableRecipesInJEI": true,
"enableFacadesInJEI_comment": "Show facades in JEI ingredient list",
"enableFacadesInJEI": true,
"enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks",
"enableFacadeRecipesInJEI": true,
"enableEffects": true,
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
"PowerUnit_comment": "Power unit shown in AE UIs",
"PowerUnit": "ae",
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
"showDebugGuiOverlays": false,
"showPlacementPreview_comment": "Show a preview of part and facade placement",
"showPlacementPreview": true,
"notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.",
"notifyForFinishedCraftingJobs": true,
"clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal",
"clearGridOnClose": false,
"terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars",
"terminalMargin": 25
},
"terminals": {
"terminalStyle": "full",
"pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal",
"pinAutoCraftedItems": true
},
"search": {
"searchTooltips_comment": "Should tooltips be searched. Performance impact",
"searchTooltips": true,
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
"searchModNameInTooltips": false,
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
"useExternalSearch": false,
"clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens",
"clearExternalSearchOnOpen": true,
"syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open",
"syncWithExternalSearch": true,
"rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens",
"rememberLastSearch": true,
"autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens",
"autoFocusSearch": false
},
"tooltips": {
"showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons",
"showCellUpgrades": true,
"showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons",
"showCellContent": true,
"maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons",
"maxCellContentShown": 5
}
}

118
config/ae2/common.json Normal file
View File

@ -0,0 +1,118 @@
{
"general": {
"unsupportedDeveloperTools": false,
"matterCannonBlockDamage_comment": "Enables the ability of the Matter Cannon to break blocks.",
"matterCannonBlockDamage": true,
"tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.",
"tinyTntBlockDamage": true,
"serverOpsIgnoreSecurity_comment": "Server operators are not restricted by ME security terminal settings.",
"serverOpsIgnoreSecurity": true,
"channels_comment": "Changes the channel capacity that cables provide in AE2.",
"channels": "default",
"pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.",
"pathfindingStepsPerTick": 4
},
"automation": {
"formationPlaneEntityLimit": 128
},
"facades": {
"allowBlockEntities_comment": "Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.",
"allowBlockEntities": false
},
"craftingCPU": {
"craftingCalculationTimePerTick": 5,
"craftingSimulatedExtraction_comment": "When true: simulate extraction of all the network\u0027s contents when starting a crafting job calculation. When false: use the cached available content list (same as terminals). Enabling might work a bit better, but it will significantly reduce performance.",
"craftingSimulatedExtraction": false
},
"crafting": {
"disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.",
"disassemblyCrafting": true,
"growthAccelerator_comment": "Number of ticks between two crystal growth accelerator ticks",
"growthAccelerator": 10
},
"spatialio": {
"spatialPowerMultiplier": 1250.0,
"spatialPowerExponent": 1.35
},
"logging": {
"securityAuditLog": false,
"blockUpdateLog": false,
"packetLog": false,
"craftingLog": false,
"debugLog": false,
"gridLog": false,
"chunkLoggerTrace_comment": "Enable stack trace logging for the chunk loading debug command",
"chunkLoggerTrace": false
},
"battery": {
"chargerChargeRate_comment": "The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.",
"chargerChargeRate": 1.0,
"wirelessTerminal": 1600000,
"chargedStaff": 8000,
"entropyManipulator": 200000,
"portableCell": 20000,
"colorApplicator": 20000,
"matterCannon": 200000
},
"worldGen": {
"spawnPressesInMeteorites": true,
"generateMeteorites": true
},
"wireless": {
"wirelessBaseCost": 8.0,
"wirelessCostMultiplier": 1.0,
"wirelessBaseRange": 16.0,
"wirelessBoosterRangeMultiplier": 1.0,
"wirelessBoosterExp": 1.5,
"wirelessHighWirelessCount": 64.0,
"wirelessTerminalDrainMultiplier": 1.0
},
"PortableCells": {
"allowDisassembly_comment": "Allow disassembly of portable cells into the recipe ingredients using shift+right-click",
"allowDisassembly": true
},
"PowerRatios": {
"TechReborn": 2.0,
"UsageMultiplier": 1.0
},
"Condenser": {
"MatterBalls": 256,
"Singularity": 256000
},
"tickRates": {
"_comment": " Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.",
"InterfaceMin": 5,
"InterfaceMax": 120,
"ImportBusMin": 5,
"ImportBusMax": 40,
"ExportBusMin": 5,
"ExportBusMax": 60,
"AnnihilationPlaneMin": 2,
"AnnihilationPlaneMax": 120,
"METunnelMin": 5,
"METunnelMax": 20,
"InscriberMin": 1,
"InscriberMax": 1,
"ChargerMin": 10,
"ChargerMax": 10,
"IOPortMin": 1,
"IOPortMax": 5,
"VibrationChamberMin": 10,
"VibrationChamberMax": 40,
"StorageBusMin": 5,
"StorageBusMax": 60,
"ItemTunnelMin": 5,
"ItemTunnelMax": 60,
"LightTunnelMin": 5,
"LightTunnelMax": 60
},
"vibrationChamber": {
"_comment": "Settings for the Vibration Chamber",
"energyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)",
"energyPerFuelTick": 5.0,
"minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.",
"minEnergyPerGameTick": 4,
"maxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.",
"maxEnergyPerGameTick": 40
}
}

View File

@ -0,0 +1,7 @@
{
"dumpTagMap": false,
"dumpDuplicates": false,
"dumpUnification": false,
"dumpOverview": false,
"dumpRecipes": false
}

View File

@ -0,0 +1,30 @@
{
"ignoredRecipeTypes": [],
"ignoredRecipes": [],
"defaultDuplicateRules": {
"ignoredFields": [
"fabric:conditions",
"cookingTime",
"group"
],
"rules": {
"cookingtime": "HigherRule",
"energy": "HigherRule",
"experience": "HigherRule"
},
"shouldSanitize": false
},
"overrideDuplicateRules": {
"minecraft:crafting_shaped": {
"ignoredFields": [
"fabric:conditions",
"pattern",
"key",
"group"
],
"rules": {},
"shouldSanitize": false
}
},
"strictMode": false
}

View File

@ -0,0 +1,3 @@
{
"serverOnly": false
}

View File

@ -0,0 +1,160 @@
{
"modPriorities": [
"minecraft",
"modern_industrialization",
"farmersdelight",
"nethersdelight",
"create",
"createaddition",
"ae2",
"techreborn",
"ad_astra",
"indrev",
"botania",
"bewitchment",
"bwplus",
"hexcasting",
"brewinandchewin",
"croptopia",
"vinery",
"byg",
"tinycoal",
"catwalksinc"
],
"stoneStrata": [
"stone",
"nether",
"deepslate",
"granite",
"diorite",
"andesite"
],
"tags": [
"c:{material}_nuggets",
"c:{material}_dusts",
"c:{material}_gears",
"c:{material}_gems",
"c:{material}_ingots",
"c:{material}_raw_materials",
"c:{material}_ores",
"c:{material}_plates",
"c:{material}_rods",
"c:{material}_wires",
"c:{material}_blocks",
"c:{material}_storage_blocks",
"c:raw_{material}_storage_blocks",
"c:raw_{material}_blocks",
"c:raw_{material}_ores",
"c:crops/{material}",
"c:seeds/{material}",
"c:rice",
"c:dough",
"c:flour",
"c:raw_bacon",
"c:cooked_bacon",
"c:netherrack_dusts"
],
"materials": [
"aluminum",
"bauxite",
"bronze",
"chrome",
"chromium",
"coal",
"copper",
"diamond",
"electrum",
"emerald",
"gold",
"invar",
"iridium",
"iron",
"lapis",
"lead",
"manganese",
"nickel",
"platinum",
"ruby",
"silicon",
"silver",
"steel",
"sulfur",
"tin",
"titanium",
"tungsten",
"salt",
"carbon",
"brass",
"zinc",
"amethyst",
"zinc",
"uranium",
"tomato",
"cabbage",
"onion",
"garlic",
"quartz",
"ender_pearl"
],
"priorityOverrides": {"c:salt_dusts": "bewitchment"},
"ignoredTags": [
"minecraft:stairs",
"minecraft:slabs",
"c:quartz_blocks"
],
"ignoredItems": [
"minecraft:copper_block",
"minecraft:raw_iron",
"minecraft:raw_gold",
"minecraft:raw_copper",
"minecraft:quartz_block",
"minecraft:quartz",
"minecraft:quartz_ore",
"minecraft:gold_ore",
"minecraft:nether_gold_ore",
"minecraft:nether_quartz_ore",
"minecraft:deepslate_coal_ore",
"minecraft:deepslate_copper_ore",
"minecraft:deepslate_iron_ore",
"minecraft:deepslate_gold_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:deepslate_emerald_ore",
"minecraft:deepslate_lapis_ore",
"modern_industrialization:deepslate_nickel_ore",
"modern_industrialization:deepslate_bauxite_ore",
"modern_industrialization:deepslate_iridium_ore",
"modern_industrialization:deepslate_lead_ore",
"modern_industrialization:deepslate_salt_ore",
"modern_industrialization:deepslate_tin_ore",
"modern_industrialization:deepslate_tungsten_ore",
"modern_industrialization:deepslate_uranium_ore",
"techreborn:deepslate_silver_ore",
"techreborn:deepslate_ruby_ore",
"byg:blue_nether_gold_ore",
"byg:brimstone_nether_gold_ore",
"deeperdarker:sculk_stone_copper_ore",
"deeperdarker:sculk_stone_gold_ore",
"deeperdarker:sculk_stone_lapis_ore",
"deeperdarker:sculk_stone_coal_ore",
"deeperdarker:sculk_stone_emerald_ore",
"ad_astra:mercury_iron_ore",
"ad_astra:moon_iron_ore",
"ad_astra:mars_iron_ore",
"ad_astra:glacio_iron_ore",
"ad_astra:glacio_copper_ore",
"ad_astra:mars_diamond_ore",
"ad_astra:venus_diamond_ore",
"ad_astra:glacio_lapis_ore",
"ad_astra:glacio_coal_ore",
"ad_astra:venus_coal_ore",
"farmersdelight:cabbage",
"minecraft:waxed_copper_block",
"minecraft:waxed_cut_copper",
"tinycoal:tinycharcoal"
],
"ignoredRecipeTypes": [],
"ignoredRecipes": ["croptopia:rice_seed"],
"itemsHidingJeiRei": true
}

View File

@ -0,0 +1,154 @@
{
"modPriorities": [
"minecraft",
"modern_industrialization",
"farmersdelight",
"create",
"ae2",
"techreborn",
"ad_astra",
"indrev",
"botania",
"bewitchment",
"hexcasting",
"croptopia",
"vinery",
"byg",
"tinycoal",
"catwalksinc"
],
"stoneStrata": [
"stone",
"nether",
"deepslate",
"granite",
"diorite",
"andesite"
],
"tags": [
"c:{material}_nuggets",
"c:{material}_dusts",
"c:{material}_gears",
"c:{material}_gems",
"c:{material}_ingots",
"c:{material}_raw_materials",
"c:{material}_ores",
"c:{material}_plates",
"c:{material}_rods",
"c:{material}_wires",
"c:{material}_blocks",
"c:{material}_storage_blocks",
"c:raw_{material}_storage_blocks",
"c:raw_{material}_blocks",
"c:raw_{material}_ores",
"c:crops/{material}",
"c:seeds/{material}",
"c:rice",
"c:dough",
"c:flour",
"c:raw_bacon",
"c:cooked_bacon"
],
"materials": [
"aluminum",
"bauxite",
"bronze",
"chrome",
"chromium",
"coal",
"copper",
"diamond",
"electrum",
"emerald",
"gold",
"invar",
"iridium",
"iron",
"lapis",
"lead",
"manganese",
"nickel",
"platinum",
"ruby",
"silicon",
"silver",
"steel",
"sulfur",
"tin",
"titanium",
"tungsten",
"salt",
"carbon",
"brass",
"zinc",
"amethyst",
"zinc",
"uranium",
"tomato",
"cabbage",
"onion",
"garlic",
"quartz",
"ender_pearl"
],
"priorityOverrides": {},
"ignoredTags": [
"#minecraft:stairs",
"#minecraft:slabs",
"#c:quartz_blocks"
],
"ignoredItems": [
"minecraft:copper_block",
"minecraft:raw_iron",
"minecraft:raw_gold",
"minecraft:raw_copper",
"minecraft:quartz_block",
"minecraft:quartz",
"minecraft:quartz_ore",
"minecraft:gold_ore",
"minecraft:nether_gold_ore",
"minecraft:nether_quartz_ore",
"minecraft:deepslate_coal_ore",
"minecraft:deepslate_copper_ore",
"minecraft:deepslate_iron_ore",
"minecraft:deepslate_gold_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:deepslate_emerald_ore",
"minecraft:deepslate_lapis_ore",
"modern_industrialization:deepslate_nickel_ore",
"modern_industrialization:deepslate_bauxite_ore",
"modern_industrialization:deepslate_iridium_ore",
"modern_industrialization:deepslate_lead_ore",
"modern_industrialization:deepslate_salt_ore",
"modern_industrialization:deepslate_tin_ore",
"modern_industrialization:deepslate_tungsten_ore",
"modern_industrialization:deepslate_uranium_ore",
"techreborn:deepslate_silver_ore",
"techreborn:deepslate_ruby_ore",
"byg:blue_nether_gold_ore",
"byg:brimstone_nether_gold_ore",
"deeperdarker:sculk_stone_copper_ore",
"deeperdarker:sculk_stone_gold_ore",
"deeperdarker:sculk_stone_lapis_ore",
"deeperdarker:sculk_stone_coal_ore",
"deeperdarker:sculk_stone_emerald_ore",
"ad_astra:mercury_iron_ore",
"ad_astra:moon_iron_ore",
"ad_astra:mars_iron_ore",
"ad_astra:glacio_iron_ore",
"ad_astra:glacio_copper_ore",
"ad_astra:mars_diamond_ore",
"ad_astra:venus_diamond_ore",
"ad_astra:glacio_lapis_ore",
"ad_astra:glacio_coal_ore",
"ad_astra:venus_coal_ore",
"farmersdelight:cabbage",
"minecraft:waxed_copper_block",
"minecraft:waxed_cut_copper"
],
"ignoredRecipeTypes": [],
"ignoredRecipes": ["croptopia:rice_seed"],
"itemsHidingJeiRei": true
}

View File

@ -0,0 +1,76 @@
{
"sounds": {
"suspense.nether": 1,
"unknown.suspense": 1,
"dark.suspense": 1,
"deep.cave": 1,
"wind.wind": 0.8,
"underwater.underwater": 1,
"underwater.underwater-deep": 1,
"rain.rain": 1,
"storm.close.storm-close": 0.8,
"storm.close.wind": 0.8,
"storm.away.storm-away": 0.8,
"storm.away.howling-wind": 0.8,
"underworld.underworld": 1,
"cave.ambience.cave": 1,
"cave.ambience.cave-water": 1,
"cave.ambience.cave-deep": 1,
"cave.ambience.cave-large": 1,
"cave.lush.cave-lush": 1,
"cave.lush.frog": 1,
"sky.light-wind": 0.8,
"forest.bird-ambience": 1,
"forest.owl": 1,
"forest.cold.crow": 1,
"taiga.bird-ambience-huge": 1,
"highland.heavy-wind": 0.8,
"highland.wind-in-leaves": 0.8,
"mesa.wind-mesa": 0.8,
"forest.roofed.bird-ambience-spooky": 1,
"grass.cricket": 1,
"grass.cricket-night": 1,
"grass.cicadas-night": 1,
"plains.cricket": 1,
"plains.cricket-night": 1,
"plains.cicadas-night": 1,
"savanna.cricket": 1,
"savanna.cicadas": 1,
"savanna.cicadas-desert": 1,
"savanna.cricket-warm-night": 1,
"savanna.wolf": 1,
"savanna.bird-warm": 1,
"desert.cicadas-desert": 1,
"desert.light-wind": 0.8,
"swamp.cricket-swamp": 1,
"swamp.cricket-warm-night": 1,
"swamp.frog": 1,
"jungle.cricket-jungle": 1,
"jungle.cricket-jungle-night": 1,
"jungle.bird-ambience-jungle": 1,
"jungle.bird-ambience-jungle-night": 1,
"cold.light-wind": 0.8,
"beach.beach": 1,
"beach.seagull": 1,
"beach.seagull-long": 1,
"ocean.ocean": 1,
"ocean.light-wind": 0.8
},
"dimensions": {
"nether": 1,
"end": 1,
"abyssalcraft": 1,
"void": 1,
"twilightforest": 1,
"betweenlands": 1,
"cave": 1,
"midnight": 1,
"galacticraft": 1,
"galacticraft.planets": 1,
"surface": 1
},
"silent-dimensions": [],
"general": {
"engine": "default"
}
}

22
config/appleskin.json5 Normal file
View File

@ -0,0 +1,22 @@
{
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
"showFoodValuesInTooltip": true,
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
"showFoodValuesInTooltipAlways": true,
// If true, shows your current saturation level overlayed on the hunger bar
"showSaturationHudOverlay": true,
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
"showFoodValuesHudOverlay": true,
// If true, enables the hunger/saturation/health overlays for food in your off-hand
"showFoodValuesHudOverlayWhenOffhand": true,
// If true, shows your food exhaustion as a progress bar behind the hunger bar
"showFoodExhaustionHudUnderlay": true,
// If true, shows estimated health restored by food on the health bar
"showFoodHealthHudOverlay": true,
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
"showFoodDebugInfo": true,
// If true, health/hunger overlay will shake to match Minecraft's icon animations
"showVanillaAnimationsOverlay": true,
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
"maxHudOverlayFlashAlpha": 0.6499999761581421
}

9
config/archeology.json Normal file
View File

@ -0,0 +1,9 @@
{
"releaseUseKeyAfterBrushing": false,
"brushingLayerChance": 0.35,
"brushingLowerThreshold": 0.02,
"brushingBreakingSpeed": 3.0,
"brushingRepairSpeed": 1.0,
"disableBrushingAnimation": false,
"removeShardsItemGroup": false
}

View File

@ -0,0 +1,13 @@
{
// Controls ALL worldgen features added by Architect's Palette. (If false, NOTHING from AP will generate. If true, individual features may still be disabled.)
"globalWorldGenToggle": true,
// Controls the spawning of Monazite, Ekanite, and Heliodor rods in various Nether biomes.
"netherCrystalGeneration": true,
// Chance of updating adjacent moon/sunstone blocks, cascading updates and helping larger areas stay in sync (RANGE:0.0 ~ 1)
"sunstoneSpreadChance": 1.0,
// Villagers that already sell AP items will continue to do so regardless of this setting.
"enableVillagerTrades": true,
"enableWandererTrades": true,
// Adds vertical slabs for the OG builders out there
"enableVerticalSlabs": false
}

View File

@ -0,0 +1,8 @@
[sounds]
armor = true
elytra = true
skulls = false
pumpkins = false
anything = false

View File

@ -0,0 +1,5 @@
configVersion = 1
everlastingFoodCooldown = 300
playExtraHurtSounds = true
showFirstPersonGloves = true
showTooltips = true

View File

@ -0,0 +1,5 @@
artifactRarity = 1.0
[campsite]
campsiteRarity = 5
mimicChance = 0.3

796
config/attributefix.json Normal file
View File

@ -0,0 +1,796 @@
{
"attributes": {
"dml-refabricated:archery": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:fire_protection": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"minecraft:generic.follow_range": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"dml-refabricated:zombie_friendly": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"spell_power:arcane": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"spell_power:critical_chance": {
"enabled": false,
"min": {
"default": 100,
"value": 100
},
"max": {
"default": 1000,
"value": 10000000
}
},
"dml-refabricated:auto_extinguish": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"porting_lib:step_height_addition": {
"enabled": false,
"min": {
"default": -512,
"value": -512
},
"max": {
"default": 512,
"value": 10000000
}
},
"dml-refabricated:fly": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"minecraft:generic.luck": {
"enabled": true,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:jump_boost": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:soul_vision": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"tiered:generic.range_attack_damage": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"creeperoverhaul:reach_distance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:underwater_haste": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"porting_lib:entity_gravity": {
"enabled": false,
"min": {
"default": -8,
"value": -8
},
"max": {
"default": 8,
"value": 10000000
}
},
"additionalentityattributes:magic_protection": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"spell_power:critical_damage": {
"enabled": false,
"min": {
"default": 100,
"value": 100
},
"max": {
"default": 1000,
"value": 10000000
}
},
"additionalentityattributes:lava_visibility": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:fire_immunity": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:fall_immunity": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"additionalentityattributes:bonus_loot_count_rolls": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 128,
"value": 10000000
}
},
"spell_power:frost": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"stepheightentityattribute:stepheight": {
"enabled": false,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:depth_strider": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"tiered:generic.crit_chance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"minecraft:zombie.spawn_reinforcements": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"minecraft:generic.attack_knockback": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 5,
"value": 10000000
}
},
"minecraft:generic.armor_toughness": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 20,
"value": 10000000
}
},
"additionalentityattributes:dig_speed": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"dml-refabricated:shulker_friendly": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:piglin_truce": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:undying": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"reach-entity-attributes:attack_range": {
"enabled": false,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:poseidon_bless": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"additionalentityattributes:water_visibility": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:endermen_proof_vision": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"reach-entity-attributes:reach": {
"enabled": false,
"min": {
"default": -1024,
"value": -1024
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:night_vision": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"additionalentityattributes:water_speed": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"dml-refabricated:unrotten_flesh": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"projectile_damage:generic": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"biomemakeover:projectile_resistance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 30,
"value": 10000000
}
},
"minecraft:generic.attack_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"minecraft:generic.attack_damage": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"tiered:generic.durable": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"spell_power:fire": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"spell_power:haste": {
"enabled": false,
"min": {
"default": 100,
"value": 100
},
"max": {
"default": 1000,
"value": 10000000
}
},
"minecraft:generic.armor": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 30,
"value": 10000000
}
},
"dml-refabricated:skeleton_friendly": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"additionalentityattributes:critical_bonus_damage": {
"enabled": false,
"min": {
"default": -1,
"value": -1
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:plenty": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"porting_lib:swim_speed": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"creeperoverhaul:swim_speed": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"spell_power:lightning": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"dml-refabricated:teleport": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:resistance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"dml-refabricated:water_breathing": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"minecraft:generic.flying_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"spell_power:soul": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"minecraft:generic.movement_speed": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"botania:pixie_spawn_chance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"minecraft:generic.max_health": {
"enabled": true,
"min": {
"default": 1,
"value": 1
},
"max": {
"default": 1024,
"value": 10000000
}
},
"dml-refabricated:rot_resistance": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"additionalentityattributes:lava_speed": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"additionalentityattributes:bonus_rare_loot_rolls": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 128,
"value": 10000000
}
},
"minecraft:horse.jump_strength": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2,
"value": 10000000
}
},
"dml-refabricated:feather_falling": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 16,
"value": 10000000
}
},
"spell_power:healing": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
},
"minecraft:generic.knockback_resistance": {
"enabled": true,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1,
"value": 10000000
}
},
"additionalentityattributes:dropped_experience": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 1024,
"value": 10000000
}
},
"tiered:generic.dig_speed": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 2048,
"value": 10000000
}
}
}
}

45
config/authme.json5 Normal file
View File

@ -0,0 +1,45 @@
{
// Auth Button
"authButton": {
// Position of the button on the multiplayer screen
"x": 6,
// Position of the button on the multiplayer screen
"y": 6,
// True if the button can be dragged to a new position
"draggable": true
},
// Login Methods
"methods": {
// Login via Microsoft
"microsoft": {
// Indicates the type of user interaction that is required
"prompt": "DEFAULT",
// The port from which to listen for OAuth2 callbacks
"port": 25585,
// OAuth2 client id
"clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091",
// OAuth2 authorization url
"authorizeUrl": "https://login.live.com/oauth20_authorize.srf",
// OAuth2 access token url
"tokenUrl": "https://login.live.com/oauth20_token.srf",
// Xbox authentication url
"xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate",
// Xbox XSTS authorization url
"xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize",
// Minecraft authentication url
"mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox",
// Minecraft profile url
"mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile"
},
// Login via Mojang (or legacy)
"mojang": {
// Last used username
"lastUsername": ""
},
// Login Offline
"offline": {
// Last used username
"lastUsername": ""
}
}
}

12
config/bedbenefits.json Normal file
View File

@ -0,0 +1,12 @@
{
"restoreHealth": {
"healAmount": 10.0,
"requiredFoodAmount": 0
},
"sleepOffEffects": {
"removeHarmfulEffects": true,
"removeBeneficialEffects": false,
"removeNeutralEffects": false,
"requiredFoodAmount": 0
}
}

18
config/besmirchment.json Normal file
View File

@ -0,0 +1,18 @@
{
"enableFinalBroom": true,
"enableWitchyDye": true,
"enableEliteCoffin": true,
"enableLovePotion": true,
"enableWerepyrism": true,
"enableSunscreen": true,
"enableTamableDemons": true,
"enableLichdom": true,
"enablePhasingWhitelist": false,
"werepyreWeight": 10,
"werepyreMinGroupCount": 1,
"werepyreMaxGroupCount": 1,
"enableBeelzebub": true,
"villagerFamiliarReputationBase": 20,
"chickenFamiliarEggChance": 0.005,
"universalFamiliars": true
}

View File

@ -0,0 +1,15 @@
{
"isHoldToAttackEnabled": true,
"isMiningWithWeaponsEnabled": true,
"isSwingThruGrassEnabled": true,
"isAttackInsteadOfMineWhenEnemiesCloseEnabled": true,
"isHighlightCrosshairEnabled": true,
"hudHighlightColor": 16711680,
"isShowingArmsInFirstPerson": false,
"isShowingOtherHandFirstPerson": true,
"isSweepingParticleEnabled": true,
"isTooltipAttackRangeEnabled": true,
"weaponSwingSoundVolume": 100,
"isDebugOBBEnabled": true,
"swingThruGrassBlacklist": "farmersdelight"
}

View File

@ -0,0 +1,102 @@
{
"schema_version": 1,
"blacklist_item_id_regex": "pickaxe|farmersdelight|botania:terra_sword|botania:star_sword|botania:thunder_sword",
"fallback_compatibility": [
{
"item_id_regex": "claymore|great_sword|greatsword",
"weapon_attributes": "bettercombat:claymore"
},
{
"item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul",
"weapon_attributes": "bettercombat:hammer"
},
{
"item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe",
"weapon_attributes": "bettercombat:double_axe"
},
{
"item_id_regex": "scythe",
"weapon_attributes": "bettercombat:scythe"
},
{
"item_id_regex": "halberd",
"weapon_attributes": "bettercombat:halberd"
},
{
"item_id_regex": "glaive",
"weapon_attributes": "bettercombat:glaive"
},
{
"item_id_regex": "spear|lance",
"weapon_attributes": "bettercombat:spear"
},
{
"item_id_regex": "anchor",
"weapon_attributes": "bettercombat:anchor"
},
{
"item_id_regex": "battlestaff|battle_staff",
"weapon_attributes": "bettercombat:battlestaff"
},
{
"item_id_regex": "claw",
"weapon_attributes": "bettercombat:claw"
},
{
"item_id_regex": "fist|gauntlet",
"weapon_attributes": "bettercombat:fist"
},
{
"item_id_regex": "trident|impaled",
"weapon_attributes": "bettercombat:trident"
},
{
"item_id_regex": "katana",
"weapon_attributes": "bettercombat:katana"
},
{
"item_id_regex": "rapier",
"weapon_attributes": "bettercombat:rapier"
},
{
"item_id_regex": "sickle",
"weapon_attributes": "bettercombat:sickle"
},
{
"item_id_regex": "soul_knife",
"weapon_attributes": "bettercombat:soul_knife"
},
{
"item_id_regex": "dagger|knife",
"weapon_attributes": "bettercombat:dagger"
},
{
"item_id_regex": "staff|wand|sceptre|stave|rod",
"weapon_attributes": "bettercombat:wand"
},
{
"item_id_regex": "mace|hammer|flail",
"weapon_attributes": "bettercombat:mace"
},
{
"item_id_regex": "axe",
"weapon_attributes": "bettercombat:axe"
},
{
"item_id_regex": "coral_blade",
"weapon_attributes": "bettercombat:coral_blade"
},
{
"item_id_regex": "twin_blade|twinblade",
"weapon_attributes": "bettercombat:twin_blade"
},
{
"item_id_regex": "cutlass|scimitar|machete",
"weapon_attributes": "bettercombat:cutlass"
},
{
"item_id_regex": "sword|blade",
"weapon_attributes": "bettercombat:sword"
}
]
}

View File

@ -0,0 +1,53 @@
{
/* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage).
Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes)
This config allows you to change upswing duration.
Example values:
- `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown
- `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown
*/
"upswing_multiplier": 1.0,
// Bypass damage receive throttling of LivingEntity from player attacks.
"allow_fast_attacks": true,
// Allows client-side target search and server-side attack request execution against currently mounted entity of the player
"allow_attacking_mount": false,
// The minimum number of ticks between two attacks
"attack_interval_cap": 7,
/* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts.
Classical example is an alexsmobs:crocodile attempting a death spin.
(Note all hostile mobs hittable by default, this config is to fix faulty mobs)
*/
"hostile_player_vehicles": [
"alexsmobs:crocodile"
],
// Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment
"allow_sweeping": true,
// Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients.
"allow_attacking_thru_walls": false,
// Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty
"movement_speed_while_attacking": 0.5,
// Determines if applying the movement speed multiplier while attacking is done smoothly or instantly
"movement_speed_applied_smoothly": true,
// Determines whether or not to apply movement speed reduction while attacking mounted
"movement_speed_effected_while_mounting": false,
// Attacks faster than a vanilla sword will do smaller knockback, proportionally.
"knockback_reduced_for_fast_attacks": true,
// Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range`
"target_search_range_multiplier": 3.5,
// Total multiplier, (examples: +30% = 1.3, -30% = 0.7)
"dual_wielding_attack_speed_multiplier": 1.2000000476837158,
// Total multiplier, (examples: +30% = 1.3, -30% = 0.7)
"dual_wielding_main_hand_damage_multiplier": 1.0,
// Total multiplier, (examples: +30% = 1.3, -30% = 0.7)
"dual_wielding_off_hand_damage_multiplier": 1.0,
// Entities with `HOSTILE` relation will be hit by undirected weapon swings. NOTE: Vanilla sweeping will still happen, if not disabled via `allow_sweeping`
"player_relation_to_teamless_players": "NEUTRAL",
"player_relation_to_villagers": "NEUTRAL",
"player_relation_to_passives": "HOSTILE",
"player_relation_to_hostiles": "HOSTILE",
"player_relation_to_other": "HOSTILE",
// Try to guess and apply a preset for items without weapon attributes data file
"fallback_compatibility_enabled": true,
// Allow printing the content of weapon attributes registry
"weapon_registry_logging": false
}

View File

@ -0,0 +1,3 @@
[general]
disableVanillaPyramids = true
applyMiningFatigue = true

View File

@ -0,0 +1,7 @@
This directory is for a few additional options for YUNG's Better Desert Temples.
Options provided may vary by version.
This directory contains subdirectories for supported versions. The first time you run Better Desert Temples, a version subdirectory will be created if that version supports advanced options.
For example, the first time you use Better Desert Temples for 1.18.2 on Forge, the 'forge-1_18_2' subdirectory will be created in this folder.
If no subdirectory for your version is created, then that version probably does not support the additional options.
NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER!
For example, on Forge 1.18.2 the file is 'betterdeserttemples-forge-1_18_2.toml'.

View File

@ -0,0 +1,30 @@
######################################
# armorstands.json #
######################################
This file contains ItemRandomizers describing the probability distribution of armor on armor stands.
Armor stands spawn in armory rooms and wardrobe rooms.
For information on ItemRandomizers, see the bottom of this README.
######################################
# itemframes.json #
######################################
This file contains ItemRandomizers describing the probability distribution of items in item frames.
Item frames only spawn in food storage rooms and armoury rooms.
For information on ItemRandomizers, see the bottom of this README.
######################################
# ItemRandomizers #
######################################
Describes a set of items and the probability of each item being chosen.
- entries: An object where each entry's key is a item, and each value is that item's probability of being chosen.
The total sum of all probabilities SHOULD NOT exceed 1.0!
- defaultItem: The item used for any leftover probability ranges.
For example, if the total sum of all the probabilities of the entries is 0.6, then
there is a 0.4 chance of the defaultItem being selected.
Here's an example ItemRandomizer:
"entries": {
"minecraft:stone_axe": 0.25,
"minecraft:shield": 0.2,
"minecraft:air": 0.1
},
"defaultItem": "minecraft:iron_axe"
For each item, this randomizer has a 25% chance of returning a stone axe, 20% chance of choosing a shield,
10% chance of choosing air (nothing), and a 100 - (25 + 20 + 10) = 45% chance of choosing an iron axe (since it's the default item).

View File

@ -0,0 +1,58 @@
{
"armoryHelmets": {
"entries": {
"chainmail_helmet": 0.3,
"golden_helmet": 0.2
},
"defaultItem": "air"
},
"wardrobeHelmets": {
"entries": {
"chainmail_helmet": 0.2,
"leather_helmet": 0.4
},
"defaultItem": "air"
},
"armoryChestplates": {
"entries": {
"chainmail_chestplate": 0.3,
"golden_chestplate": 0.2
},
"defaultItem": "air"
},
"wardrobeChestplates": {
"entries": {
"chainmail_chestplate": 0.2,
"leather_chestplate": 0.4
},
"defaultItem": "air"
},
"armoryLeggings": {
"entries": {
"chainmail_leggings": 0.3,
"golden_leggings": 0.2
},
"defaultItem": "air"
},
"wardrobeLeggings": {
"entries": {
"leather_leggings": 0.4,
"chainmail_leggings": 0.2
},
"defaultItem": "air"
},
"armoryBoots": {
"entries": {
"chainmail_boots": 0.3,
"golden_boots": 0.2
},
"defaultItem": "air"
},
"wardrobeBoots": {
"entries": {
"chainmail_boots": 0.2,
"leather_boots": 0.4
},
"defaultItem": "air"
}
}

View File

@ -0,0 +1,31 @@
{
"armouryItems": {
"entries": {
"arrow": 0.05,
"golden_axe": 0.1,
"stone_axe": 0.05,
"shield": 0.1,
"stone_sword": 0.05,
"bow": 0.1,
"name_tag": 0.05,
"golden_sword": 0.1
},
"defaultItem": "air"
},
"storageItems": {
"entries": {
"cake": 0.1,
"beetroot_seeds": 0.025,
"bread": 0.2,
"pumpkin_seeds": 0.025,
"rabbit_foot": 0.01,
"cookie": 0.1,
"slime_ball": 0.05,
"wheat_seeds": 0.025,
"honey_bottle": 0.1,
"potato": 0.2,
"melon_seeds": 0.025
},
"defaultItem": "air"
}
}

View File

@ -0,0 +1,16 @@
[betterDungeons.general]
enableHeads = true
removeVanillaDungeons = true
enableNetherBlocks = true
[betterDungeons.zombieDungeon]
zombieDungeonMaxSurfaceStaircaseLength = 20
[betterDungeons.smallDungeon]
bannerMaxCount = 2
chestMinCount = 1
chestMaxCount = 2
enableOreProps = true
[betterDungeons.smallNetherDungeon]
enabled = false
witherSkeletonsDropWitherSkulls = true
blazesDropBlazeRods = true
bannerMaxCount = 2

View File

@ -0,0 +1,28 @@
minY = -55
maxY = 30
disableVanillaMineshafts = true
[spawnRates]
lanternSpawnRate = 0.0067
torchSpawnRate = 0.02
workstationSpawnRate = 0.025
workstationDungeonSpawnRate = 0.25
smallShaftSpawnRate = 0.07
cobwebSpawnRate = 0.15
smallShaftChestMinecartSpawnRate = 0.00125
mainShaftChestMinecartSpawnRate = 0.01
smallShaftTntMinecartSpawnRate = 0.0024999999441206455
mainShaftTntMinecartSpawnRate = 0.0024999999441206455
zombieVillagerRoomSpawnChance = 2
smallShaftPieceChainLength = 9
[ores]
enabled = true
cobble = 50
coal = 20
iron = 9
redstone = 7
gold = 7
lapis = 3
emerald = 3
diamond = 1

View File

@ -0,0 +1,2 @@
[general]
disableVanillaMonuments = true

View File

@ -0,0 +1,6 @@
{
"autoColorPingText": true,
"renderPingBars": false,
"pingTextColor": "#A0A0A0",
"pingTextFormatString": "%dms"
}

View File

@ -0,0 +1,21 @@
#betterstats properties
#Wed Nov 16 07:21:27 CET 2022
ENABLE_REI_LINKS=true
IGNORE_ENTITY_RENDER_ERRORS=true
COLOR_TOOLTIP_BG=-15794161
BS_OPTIONS_GUI=true
COLOR_TOOLTIP_OUTLINE=-15007682
COLOR_STAT_BG=599045300
COLOR_TOOLTIP_TEXT=-1
COLOR_CATEGORY_NAME_NORMAL=-922747136
BSS_BTN_IMG=false
ENABLE_WIKI_LINKS=true
COLOR_STAT_GENERAL_TEXT=-1
COLOR_STAT_BG_ERRORED=771724950
FILTER_HIDE_EMPTY_STATS=false
COLOR_CONTENTPANE_BG=2013265920
FILTER_SHOW_ITEM_NAMES=true
ALLOW_CHEATS=false
SEEN_BSS=true
COLOR_STAT_OUTLINE=-4144960
COLOR_CATEGORY_NAME_HIGHLIGHTED=-256

View File

@ -0,0 +1,5 @@
[betterStrongholds.general]
cobwebReplacementChanceNormal = 0.1
cobwebReplacementChanceSpawner = 0.3
torchSpawnRate = 0.1
lanternSpawnRate = 0.2

View File

@ -0,0 +1,7 @@
This directory is for a few additional options for YUNG's Better Strongholds.
Options provided may vary by version.
This directory contains subdirectories for supported versions. The first time you run Better Strongholds, a version subdirectory will be created if that version supports advanced options.
For example, the first time you use Better Strongholds for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder.
If no subdirectory for your version is created, then that version probably does not support the additional options.
NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER!
For example, on Forge 1.16 the file is 'betterstrongholds-forge-1_16.toml'.

View File

@ -0,0 +1,49 @@
######################################
# ores.json #
######################################
This file contains a BlockSetSelector (see below) describing the probability of a given ore being chosen.
These probabilities are used in treasure rooms in the stronghold, in which
piles of ore have a chance of spawning.
For information on BlockSetSelectors, see the bottom of this README.
######################################
# rareblocks.json #
######################################
This file contains a BlockSetSelector describing the probability of a given block being chosen.
These probabilities are used in grand libraries, in which
two rare blocks will spawn.
For information on BlockSetSelectors, see the bottom of this README.
######################################
# armorstands.json #
######################################
This file contains ItemSetSelectors describing the probability distribution of armor on armor stands.
Common armor stands spawn in Armoury rooms, while Rare ones are only available in the rare Commander rooms.
For information on ItemSetSelectors, see the bottom of this README.
######################################
# itemframes.json #
######################################
This file contains ItemSetSelectors describing the probability distribution of items in item frames.
Item frames only spawn in storage rooms and armoury rooms.
For information on ItemSetSelectors, see the bottom of this README.
######################################
# BlockSetSelectors #
######################################
Describes a set of blockstates and the probability of each blockstate being chosen.
- entries: An object where each entry's key is a blockstate, and each value is that blockstate's probability of being chosen.
The total sum of all probabilities SHOULD NOT exceed 1.0!
- defaultBlock: The blockstate used for any leftover probability ranges.
For example, if the total sum of all the probabilities of the entries is 0.6, then
there is a 0.4 chance of the defaultBlock being selected.
Here's an example block selector:
"entries": {
"minecraft:cobblestone": 0.25,
"minecraft:air": 0.2,
"minecraft:stone_bricks": 0.1
},
"defaultBlock": "minecraft:oak_planks"
For each block, this selector has a 25% chance of returning cobblestone, 20% chance of choosing air,
10% chance of choosing stone bricks, and a 100 - (25 + 20 + 10) = 45% chance of choosing oak planks (since it's the default block).
######################################
# ItemSetSelectors #
######################################
Describes a set of items and the probability of each item being chosen.
Works the same as BlockSetSelectors, but with items instead of blockstates.

View File

@ -0,0 +1,60 @@
{
"commonHelmets": {
"entries": {
"carved_pumpkin": 0.01,
"iron_helmet": 0.3,
"chainmail_helmet": 0.3,
"leather_helmet": 0.1
},
"defaultItem": "air"
},
"rareHelmets": {
"entries": {
"carved_pumpkin": 0.2,
"diamond_helmet": 0.3
},
"defaultItem": "air"
},
"commonChestplates": {
"entries": {
"chainmail_chestplate": 0.3,
"leather_chestplate": 0.1,
"iron_chestplate": 0.3
},
"defaultItem": "air"
},
"rareChestplates": {
"entries": {
"diamond_chestplate": 0.3
},
"defaultItem": "air"
},
"commonLeggings": {
"entries": {
"leather_leggings": 0.1,
"iron_leggings": 0.3,
"chainmail_leggings": 0.3
},
"defaultItem": "air"
},
"rareLeggings": {
"entries": {
"diamond_leggings": 0.3
},
"defaultItem": "air"
},
"commonBoots": {
"entries": {
"iron_boots": 0.3,
"chainmail_boots": 0.3,
"leather_boots": 0.1
},
"defaultItem": "air"
},
"rareBoots": {
"entries": {
"diamond_boots": 0.3
},
"defaultItem": "air"
}
}

View File

@ -0,0 +1,34 @@
{
"armouryItems": {
"entries": {
"arrow": 0.05,
"golden_axe": 0.05,
"iron_axe": 0.1,
"stone_axe": 0.05,
"shield": 0.1,
"stone_sword": 0.05,
"bow": 0.1,
"iron_sword": 0.1,
"name_tag": 0.05,
"golden_sword": 0.05
},
"defaultItem": "air"
},
"storageItems": {
"entries": {
"cake": 0.05,
"beetroot_seeds": 0.025,
"compass": 0.05,
"pumpkin_seeds": 0.025,
"flint": 0.05,
"rabbit_foot": 0.01,
"slime_ball": 0.05,
"paper": 0.25,
"wheat_seeds": 0.025,
"lead": 0.05,
"map": 0.25,
"melon_seeds": 0.025
},
"defaultItem": "air"
}
}

View File

@ -0,0 +1,14 @@
{
"oreChances": {
"entries": {
"minecraft:gold_ore": 0.2,
"minecraft:redstone_ore[lit=false]": 0.15,
"minecraft:diamond_ore": 0.05,
"minecraft:lapis_ore": 0.15,
"minecraft:iron_ore": 0.2,
"minecraft:emerald_ore": 0.05,
"minecraft:coal_ore": 0.2
},
"defaultBlock": "minecraft:coal_ore"
}
}

View File

@ -0,0 +1,11 @@
{
"blockChances": {
"entries": {
"minecraft:gold_block": 0.3,
"minecraft:iron_block": 0.3,
"minecraft:quartz_block": 0.3,
"minecraft:diamond_block": 0.1
},
"defaultBlock": "minecraft:iron_block"
}
}

View File

@ -0,0 +1,2 @@
[general]
disableVanillaWitchHuts = true

34
config/bewitchment.json Normal file
View File

@ -0,0 +1,34 @@
{
"disabledPoppets": [
"bewitchment:voodoo_poppet",
"bewitchment:vampiric_poppet"
],
"enableCurses": true,
"altarDistributionRadius": 24,
"generateSilver": false,
"generateSalt": false,
"owlWeight": 10,
"owlMinGroupCount": 1,
"owlMaxGroupCount": 2,
"ravenWeight": 10,
"ravenMinGroupCount": 1,
"ravenMaxGroupCount": 3,
"snakeWeight": 6,
"snakeMinGroupCount": 1,
"snakeMaxGroupCount": 2,
"toadWeight": 10,
"toadMinGroupCount": 1,
"toadMaxGroupCount": 3,
"ghostWeight": 20,
"ghostMinGroupCount": 1,
"ghostMaxGroupCount": 1,
"vampireWeight": 20,
"vampireMinGroupCount": 1,
"vampireMaxGroupCount": 1,
"werewolfWeight": 20,
"werewolfMinGroupCount": 1,
"werewolfMaxGroupCount": 1,
"hellhoundWeight": 6,
"hellhoundMinGroupCount": 1,
"hellhoundMaxGroupCount": 1
}

View File

@ -0,0 +1,15 @@
#BHMenu config file.
#
#IMPORTANT INFO
#Partner id and Pack id can be found at https://www.bisecthosting.com/partners/console.php
#
#Language translation keys are:
#'server_entry.title' for the config title;
#'server_entry.description' for the config description.
#
#Fri Feb 17 20:13:18 CET 2023
partner_id=2567
use_language_files=false
pack_id=18425
description=Click me to get your own server\!
title=Need a server?

View File

@ -0,0 +1,4 @@
{
"info": "You\u0027ve found the config file for Biome Makeover!. This mod is made to be customised via datapack, so options in here may be limited. We have added additional functionality to datapacks, so you may find what you\u0027re looking for in our docs.",
"strictAltarCursing": false
}

View File

@ -0,0 +1,85 @@
{
"lichConfig": {
"eternalNighttime": true,
"experienceDrop": 1500,
"idleHealingPerTick": 0.20000000298023224,
"health": 300.0,
"missile": {
"statusEffectId": "minecraft:slowness",
"statusEffectDuration": 100,
"statusEffectPotency": 2,
"damage": 9.0
},
"comet": {
"explosionStrength": 4.0,
"destroysBlocks": true
},
"summonMechanic": {
"isEnabled": true,
"entitiesThatCountToSummonCounter": [
"minecraft:zombie",
"minecraft:skeleton",
"minecraft:drowned",
"minecraft:giant",
"minecraft:husk",
"minecraft:phantom",
"minecraft:skeleton_horse",
"minecraft:stray",
"minecraft:wither",
"minecraft:wither_skeleton",
"minecraft:zoglin",
"minecraft:zombie_horse",
"minecraft:zombie_villager",
"minecraft:zombified_piglin"
],
"numEntitiesKilledToDropSoulStar": 50
},
"towerGeneration": {
"generateLichTower": true,
"lichTowerGenerationSpacing": 100,
"lichTowerGenerationSeparation": 50
}
},
"obsidilithConfig": {
"health": 300.0,
"armor": 14.0,
"attack": 16.0,
"idleHealingPerTick": 0.5,
"experienceDrop": 1000,
"spawnPillarOnDeath": true,
"anvilAttackExplosionStrength": 4.0,
"arenaGeneration": {
"generationHeight": 90,
"generationSpacing": 64,
"generationSeparation": 32,
"generationEnabled": true
}
},
"gauntletConfig": {
"health": 250.0,
"armor": 8.0,
"attack": 16.0,
"idleHealingPerTick": 0.5,
"experienceDrop": 1000,
"spawnAncientDebrisOnDeath": true,
"energizedPunchExplosionSize": 4.5,
"normalPunchExplosionMultiplier": 1.5,
"arenaGeneration": {
"generationSpacing": 32,
"generationSeparation": 16,
"generationEnabled": true
}
},
"voidBlossomConfig": {
"health": 350.0,
"armor": 4.0,
"attack": 12.0,
"idleHealingPerTick": 0.5,
"experienceDrop": 1000,
"arenaGeneration": {
"generationSpacing": 64,
"generationSeparation": 24,
"generationEnabled": true
}
}
}

View File

@ -0,0 +1,42 @@
{
"rendering": {
// Set this to false to disable the wireframe when looking a block bound to something (spreaders, flowers, etc).
"boundBlockWireframe": true,
// Set this to false to disable rendering of accessories in the player.
"accessories": true,
// The height of the mana display bar in above the XP bar. You can change this if you have a mod that changes where the XP bar is.
"manaBarHeight": 29,
// Set this to true if you use lots of floating flowers and are experiencing rendering lag. Will disable the floating flowers' animations and render them statically for a major performance boost. Hit F3+A in-world after toggling this.
"staticFloaters": false
},
"fancySkybox": {
// Set this to false to disable the fancy skybox in Garden of Glass
"enabled": true,
// Set this to true to enable the fancy skybox in non Garden of Glass worlds. (Does not require Garden of Glass loaded to use, needs 'fancySkybox.enabled' to be true as well)
"normalWorlds": false
},
"lexicon": {
// Set this to false to disable the rotating items in the petal and rune entries in the Lexica Botania.
"rotatingItems": true,
// Set this to false to disable the animated 3D render for the Lexica Botania.
"render_3d": true
},
"particles": {
// Set this to true to set the power system's particles to be a lot more subtle. Good for low-end systems, if the particles are causing lag.
"powerSystem": false,
// Set this to true to use a static wand beam that shows every single position of the burst, similar to the way it used to work on old Botania versions. Warning: Disabled by default because it may be laggy.
"staticWandBeam": false,
// The frequency in which particles spawn from normal (worldgen) mystical flowers
"flowerFrequency": 0,
// Set this to false to disable the particles in the elven portal.
"elvenPortal": true
},
// Set this to false to disable seasonal features, such as halloween and christmas.
"seasonalFeatures": true,
// Set to false to disable Botania's messages in the F3 debug screen
"debugInfo": true,
// Set this to false to disable the references in the flower tooltips. (You monster D:)
"references": true,
// Set this to false to disable Botania's splashes in the main menu.
"splashes": true
}

View File

@ -0,0 +1,46 @@
{
"blockBreakingParticles": {
// Set this to false to remove the block breaking particles from the flowers and other items in the mod.
"enabled": true,
// Set this to false to remove the block breaking particles from the Terra Shatterer, as there can be a good amount in higher levels.
"toolEnabled": true
},
"manaSpreaders": {
// Set this to true to disable the mana spreader shooting sound
"silent": false,
// How many ticks into the future will mana spreaders attempt to predict where mana bursts go? Setting this lower will improve spreader performance, but will cause them to not fire at targets that are too far away.
"traceTime": 400
},
"harvestLevels": {
// The harvest level of the Mana Lens: Weight. 3 is diamond level. Defaults to 2 (iron level)
"weightLens": 2,
// The harvest level of the Mana Lens: Bore. 3 is diamond level. Defaults to 3
"boreLens": 3
},
// Set this to false to disable the animation when an item is charging on top of a mana pool
"chargeAnimation": true,
// Set to false to disable the ability for the Hand of Ender to pickpocket other players' ender chests
"enderPickpocket": true,
// Set this to false to disable the Mana Enchanter. Since some people find it OP or something. This only disables the entry and creation. Old ones that are already in the world will stay.
"manaEnchanter": true,
// Set this to false to disable the Relic System. This only disables the entries, drops and achievements. Old ones that are already in the world will stay.
"relics": true,
// Set this to true to invert the Ring of Magnetization's controls (from shift to stop to shift to work)
"invertMagnetRing": false,
// Set this to false to disable spawning with a Lexica Botania in Garden of Glass worlds, if you are modifying the modpack's progression to not start with Botania.
"gardenOfGlass.spawnWithLexicon": true,
/* The multiplier for island distances for multiplayer Garden of Glass worlds.
Islands are placed on a grid with 256 blocks between points, with the spawn island always being placed on 256, 256.
By default, the scale is 8, putting each island on points separated by 2048 blocks.
Values below 4 (1024 block spacing) are not recommended due to Nether portal collisions.
*/
"gardenOfGlass.islandScaleMultiplier": 8,
// List of item registry names that will be ignored by rannuncarpuses when placing blocks.
"rannuncarpusItemBlackList": [],
/* List of mod names for rannuncarpuses to ignore.
Ignores Storage Drawers by default due to crashes with placing drawer blocks without player involvement.
*/
"rannuncarpusModBlacklist": [
"storagedrawers"
]
}

View File

@ -0,0 +1 @@
RENDER_RUNES = true

View File

@ -0,0 +1,10 @@
JUNGLE_LOOT = true
SPAWN_CRAZED = true
CRAZED_CHANCE = 0.6
MAX_HEIGHT = 10
RANGE_PER_LEVEL = 10
BASE_RANGE = 20
PROTECT_ABOVE = false
DISTANCE_CALC = "CYLINDER"
SPAWN_POWDER = true
DECORATION = true

View File

@ -0,0 +1,13 @@
{
"badgeVisible": false,
"builtinServers": [
{
"name": "Europe Central",
"address": "aof6eu.alloffabric.com"
},
{
"name": "North America",
"address": "aof6na.alloffabric.com"
}
]
}

7
config/bwncr.toml Normal file
View File

@ -0,0 +1,7 @@
[general]
silenceWither = true
silenceTrader = true
silenceDragon = true
silenceLightning = true
silenceUs = []
debugMode = false

21
config/bwplus.json Normal file
View File

@ -0,0 +1,21 @@
{
"blackDogBiomeCategories": [
"TagKey[minecraft:worldgen/biome / c:plains]"
],
"blackDogWeight": 8,
"blackDogMinGroupCount": 0,
"blackDogMaxGroupCount": 2,
"cambionBiomeCategories": [
"TagKey[minecraft:worldgen/biome / c:in_nether]",
"TagKey[minecraft:worldgen/biome / c:desert]"
],
"cambionWeight": 12,
"cambionMinGroupCount": 0,
"cambionMaxGroupCount": 2,
"blackDogStructureSpawn": true,
"cambionVillageStructureSpawn": true,
"yewTreeWeight": 10,
"lotusTreeWeight": 50.0,
"allowGetVampBloodFromGobletAndAthame": false,
"allowSummoningPlayersWithDeathGearInsteadOfDeath": false
}

1
config/byg/README.txt Normal file
View File

@ -0,0 +1 @@
For information on how BYG configs work, you can find that here: https://github.com/AOCAWOL/BYG/wiki/Configs

Binary file not shown.

View File

@ -0,0 +1,13 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
{
// Whether the biomepedia button is enabled or not in the player inventory for all users connected to this host.
"inventory_enabled": false
}

View File

@ -0,0 +1,20 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
{
// Inventory GUI settings for the biomepedia button position.
"inventory_position": {
"height_offset": 22,
"width_offset": 126
},
/* Whether the biomepedia button is visible in the player inventory.
Servers can disable this button from functioning regardless of this value.
*/
"visible": true
}

View File

@ -0,0 +1,12 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
{
"version": 5
}

120
config/byg/end-biomes.json5 Normal file
View File

@ -0,0 +1,120 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
If your settings in this file seem to have to no effect on the generation of the end, it is more than likely that another mod(s) related to the end has taken control instead, and you should user their config.
*/
{
// Does this config automatically fill with all biomes using the "the_end" biome category? Note: Vanilla at the time of writing does not have an end biomes tag.
"addAllEndBiomeCategoryEntries": true,
/* Is BYG's End Biome Source used?
BYG's end biome source will automatically add all known end biomes that specify their biome category as "the_end", see "addAllEndBiomeCategoryEntries" comment.
*/
"forceBYGEndBiomeSource": true,
// Biomes that spawn where the large end islands/surface generate.
"islandLayer": {
"biomeSize": 4,
/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
Weight of 0 means the biome is disabled.
"data" should be a valid biome ID from vanilla, mods, or datapacks.
If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
*/
"biomeWeights": [
{
"data": "minecraft:end_midlands",
"weight": 2
},
{
"data": "minecraft:end_barrens",
"weight": 2
},
{
"data": "minecraft:end_highlands",
"weight": 2
},
{
"data": "byg:ivis_fields",
"weight": 1
},
{
"data": "byg:nightshade_forest",
"weight": 3
},
{
"data": "byg:ethereal_islands",
"weight": 3
},
{
"data": "byg:bulbis_gardens",
"weight": 3
},
{
"data": "byg:shulkren_forest",
"weight": 3
},
{
"data": "byg:cryptic_wastes",
"weight": 1
},
{
"data": "byg:imparius_grove",
"weight": 3
},
{
"data": "minecraft:small_end_islands",
"weight": 0
},
{
"data": "byg:viscal_isles",
"weight": 0
},
{
"data": "minecraft:the_end",
"weight": 0
}
]
},
// Biomes that spawn in the Y range of "skyLayerStartY to Dimension Max Y.
"skyLayer": {
"biomeSize": 3,
/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
Weight of 0 means the biome is disabled.
"data" should be a valid biome ID from vanilla, mods, or datapacks.
If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
*/
"biomeWeights": [
{
"data": "byg:viscal_isles",
"weight": 1
},
{
"data": "minecraft:the_end",
"weight": 9
}
]
},
"skyLayerStartY": 180,
// Biomes that spawn where there is no ground aka void.
"voidLayer": {
"biomeSize": 3,
/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
Weight of 0 means the biome is disabled.
"data" should be a valid biome ID from vanilla, mods, or datapacks.
If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
*/
"biomeWeights": [
{
"data": "minecraft:small_end_islands",
"weight": 2
}
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,258 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
If your settings in this file seem to have to no effect on the generation of the nether, it is more than likely that another mod(s) related to the nether has taken control instead, and you should user their config.
*/
{
// Does this config automatically fill with all values specified in the "minecraft:is_nether" biome tag?
"addAllNetherBiomeTagEntries": true,
/* Biomes that appear at the bottom of the nether dimension.
This layer appears in the y range of: "dimension min Y to layer size".
*/
"bottomLayer": {
"biomeSize": 4,
/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
Weight of 0 means the biome is disabled.
"data" should be a valid biome ID from vanilla, mods, or datapacks.
If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
*/
"biomeWeights": [
{
"data": "minecraft:crimson_forest",
"weight": 2
},
{
"data": "minecraft:nether_wastes",
"weight": 2
},
{
"data": "minecraft:soul_sand_valley",
"weight": 2
},
{
"data": "minecraft:basalt_deltas",
"weight": 2
},
{
"data": "minecraft:warped_forest",
"weight": 2
},
{
"data": "byg:weeping_mire",
"weight": 2
},
{
"data": "byg:embur_bog",
"weight": 2
},
{
"data": "byg:brimstone_caverns",
"weight": 2
},
{
"data": "byg:subzero_hypogeal",
"weight": 0
},
{
"data": "byg:warped_desert",
"weight": 0
},
{
"data": "byg:magma_wastes",
"weight": 2
},
{
"data": "byg:quartz_desert",
"weight": 0
},
{
"data": "byg:crimson_gardens",
"weight": 2
},
{
"data": "byg:glowstone_gardens",
"weight": 2
},
{
"data": "byg:sythian_torrids",
"weight": 2
},
{
"data": "byg:wailing_garth",
"weight": 2
},
{
"data": "byg:arisian_undergrowth",
"weight": 2
}
]
},
/* Is BYG's Nether Biome Source used?
BYG's nether biome source will automatically add all known nether biomes that specify their biomes in the "minecraft:is_nether" tag, see "addAllNetherBiomeTagEntries" comment.
*/
"forceBYGNetherBiomeSource": true,
"layerSizeInBlocks": 40,
/* Biomes that appear at the middle of the nether dimension above the bottom layer.
This layer appears in the y range of: "layer size to (layer size + layer size)".
ie. y40 to y80 if layer size is 40 or y60 to y120 if layer size is 60.
*/
"middleLayer": {
"biomeSize": 4,
/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
Weight of 0 means the biome is disabled.
"data" should be a valid biome ID from vanilla, mods, or datapacks.
If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
*/
"biomeWeights": [
{
"data": "minecraft:crimson_forest",
"weight": 2
},
{
"data": "minecraft:nether_wastes",
"weight": 2
},
{
"data": "minecraft:soul_sand_valley",
"weight": 2
},
{
"data": "minecraft:basalt_deltas",
"weight": 2
},
{
"data": "minecraft:warped_forest",
"weight": 2
},
{
"data": "byg:brimstone_caverns",
"weight": 2
},
{
"data": "byg:subzero_hypogeal",
"weight": 2
},
{
"data": "byg:warped_desert",
"weight": 2
},
{
"data": "byg:weeping_mire",
"weight": 2
},
{
"data": "byg:magma_wastes",
"weight": 2
},
{
"data": "byg:embur_bog",
"weight": 2
},
{
"data": "byg:quartz_desert",
"weight": 2
},
{
"data": "byg:crimson_gardens",
"weight": 2
},
{
"data": "byg:glowstone_gardens",
"weight": 2
},
{
"data": "byg:sythian_torrids",
"weight": 2
},
{
"data": "byg:wailing_garth",
"weight": 2
},
{
"data": "byg:arisian_undergrowth",
"weight": 2
}
]
},
"upperLayer": {
"biomeSize": 4,
"biomeWeights": [
{
"data": "minecraft:crimson_forest",
"weight": 2
},
{
"data": "minecraft:nether_wastes",
"weight": 2
},
{
"data": "minecraft:soul_sand_valley",
"weight": 2
},
{
"data": "minecraft:basalt_deltas",
"weight": 2
},
{
"data": "minecraft:warped_forest",
"weight": 2
},
{
"data": "byg:brimstone_caverns",
"weight": 2
},
{
"data": "byg:subzero_hypogeal",
"weight": 2
},
{
"data": "byg:embur_bog",
"weight": 2
},
{
"data": "byg:weeping_mire",
"weight": 2
},
{
"data": "byg:warped_desert",
"weight": 2
},
{
"data": "byg:quartz_desert",
"weight": 2
},
{
"data": "byg:crimson_gardens",
"weight": 2
},
{
"data": "byg:magma_wastes",
"weight": 2
},
{
"data": "byg:glowstone_gardens",
"weight": 2
},
{
"data": "byg:sythian_torrids",
"weight": 2
},
{
"data": "byg:wailing_garth",
"weight": 2
},
{
"data": "byg:arisian_undergrowth",
"weight": 2
}
]
}
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain bordering oceans, here is the "beach_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach" ],
[ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ],
[ "byg:basalt_barrera", "byg:basalt_barrera", "byg:basalt_barrera", "byg:basalt_barrera", "byg:basalt_barrera" ],
[ "byg:rainbow_beach", "byg:rainbow_beach", "byg:rainbow_beach", "byg:rainbow_beach", "byg:rainbow_beach" ],
[ "byg:windswept_desert", "byg:windswept_desert", "byg:windswept_desert", "byg:windswept_desert", "byg:windswept_desert" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain bordering oceans, here is the "beach_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach", "minecraft:snowy_beach" ],
[ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ],
[ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ],
[ "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach", "minecraft:beach" ],
[ "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:shattered_glacier", "byg:cardinal_tundra", "byg:cardinal_tundra", "byg:skyris_vale", "byg:skyris_vale" ],
[ "byg:rose_fields", "byg:weeping_witch_forest", "byg:twilight_meadow", "byg:autumnal_valley", "byg:cika_woods" ],
[ "byg:forgotten_forest", "byg:prairie", "byg:allium_fields", "byg:aspen_forest", "byg:temperate_rainforest" ],
[ "byg:araucaria_savanna", "byg:baobab_savanna", "byg:cherry_blossom_forest", "byg:ebony_woods", "byg:jacaranda_forest" ],
[ "byg:atacama_desert", "byg:red_rock_valley", "byg:mojave_desert", "byg:sierra_badlands", "byg:windswept_desert" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:frosted_coniferous_forest", "byg:frosted_coniferous_forest", "byg:frosted_taiga", "byg:autumnal_forest", "byg:autumnal_taiga" ],
[ "byg:rose_fields", "byg:fragment_forest", "byg:zelkova_forest", "byg:coconino_meadow", "byg:redwood_thicket" ],
[ "byg:temperate_grove", "byg:orchard", "byg:orchard", "byg:red_oak_forest", "byg:jacaranda_forest" ],
[ "byg:firecracker_shrubland", "byg:firecracker_shrubland", "byg:amaranth_fields", "byg:crag_gardens", "byg:tropical_rainforest" ],
[ "byg:atacama_desert", "byg:atacama_desert", "byg:sierra_badlands", "byg:atacama_desert", "byg:mojave_desert" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:shattered_glacier", "byg:cardinal_tundra", "byg:borealis_grove", "byg:borealis_grove", "byg:black_forest" ],
[ "byg:coconino_meadow", "byg:maple_taiga", "byg:maple_taiga", "byg:coconino_meadow", "byg:coniferous_forest" ],
[ "byg:temperate_grove", "byg:prairie", "byg:allium_fields", "byg:aspen_forest", "byg:dacite_ridges" ],
[ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:cherry_blossom_forest", "byg:ebony_woods", "byg:tropical_rainforest" ],
[ "byg:atacama_desert", "byg:windswept_desert", "byg:windswept_desert", "byg:mojave_desert", "byg:red_rock_valley" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "middle_biomes_variants", here is the "middle_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_taiga", "minecraft:taiga" ],
[ "minecraft:plains", "minecraft:plains", "minecraft:forest", "minecraft:taiga", "minecraft:old_growth_spruce_taiga" ],
[ "minecraft:flower_forest", "minecraft:plains", "minecraft:forest", "minecraft:birch_forest", "minecraft:dark_forest" ],
[ "minecraft:savanna", "minecraft:savanna", "minecraft:forest", "minecraft:jungle", "minecraft:jungle" ],
[ "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert", "minecraft:desert" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain ABOVE weirdness 0, here is the "middle_biomes_variant" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead.
*/
{
"value": [
[ "minecraft:ice_spikes", "minecraft:the_void", "minecraft:snowy_taiga", "minecraft:the_void", "minecraft:the_void" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:old_growth_pine_taiga" ],
[ "minecraft:sunflower_plains", "minecraft:the_void", "minecraft:the_void", "minecraft:old_growth_birch_forest", "minecraft:the_void" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:plains", "minecraft:sparse_jungle", "minecraft:bamboo_jungle" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ]
]
}

View File

@ -0,0 +1,21 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain below sea level, here is the "ocean_biomes" layout:
[ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ]
[ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ],
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:deep_frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "byg:lush_stacks", "byg:dead_sea" ],
[ "minecraft:frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "byg:lush_stacks", "byg:dead_sea" ]
]
}

View File

@ -0,0 +1,21 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on terrain below sea level, here is the "ocean_biomes" layout:
[ DEEP-ICY, DEEP-COLD, DEEP-NEUTRAL, DEEP-WARM, DEEP-HOT ]
[ SHALLOW-ICY, SHALLOW-COLD, SHALLOW-NEUTRAL, SHALLOW-WARM, SHALLOW-HOT ],
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:deep_frozen_ocean", "minecraft:deep_cold_ocean", "minecraft:deep_ocean", "minecraft:deep_lukewarm_ocean", "minecraft:warm_ocean" ],
[ "minecraft:frozen_ocean", "minecraft:cold_ocean", "minecraft:ocean", "minecraft:lukewarm_ocean", "minecraft:warm_ocean" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ],
[ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ],
[ "byg:canadian_shield", "byg:canadian_shield", "byg:dacite_ridges", "byg:dacite_ridges", "byg:dacite_ridges" ],
[ "byg:canadian_shield", "byg:canadian_shield", "byg:guiana_shield", "byg:guiana_shield", "byg:guiana_shield" ],
[ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on mountainous terrain & BELOW weirdness 0, here is the "peak_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks" ],
[ "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks" ],
[ "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks", "minecraft:jagged_peaks" ],
[ "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks" ],
[ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on mountainous terrain & ABOVE weirdness 0, here is the "peak_biome_variants" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead.
*/
{
"value": [
[ "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks" ],
[ "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks" ],
[ "minecraft:frozen_peaks", "minecraft:frozen_peaks", "minecraft:frozen_peaks", "byg:dacite_ridges", "byg:dacite_ridges" ],
[ "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks", "minecraft:stony_peaks" ],
[ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:frosted_coniferous_forest", "byg:cardinal_tundra", "byg:frosted_taiga", "byg:borealis_grove", "byg:black_forest" ],
[ "byg:rose_fields", "byg:coconino_meadow", "byg:zelkova_forest", "byg:canadian_shield", "byg:skyris_vale" ],
[ "byg:temperate_grove", "byg:orchard", "byg:aspen_forest", "byg:red_oak_forest", "byg:dacite_ridges" ],
[ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:ebony_woods", "byg:tropical_rainforest", "byg:guiana_shield" ],
[ "byg:firecracker_shrubland", "byg:sierra_badlands", "byg:sierra_badlands", "byg:red_rock_valley", "byg:red_rock_valley" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:frosted_coniferous_forest", "byg:cardinal_tundra", "byg:frosted_taiga", "byg:borealis_grove", "byg:black_forest" ],
[ "byg:rose_fields", "byg:coconino_meadow", "byg:twilight_meadow", "byg:canadian_shield", "byg:skyris_vale" ],
[ "byg:temperate_grove", "byg:orchard", "byg:aspen_forest", "byg:allium_fields", "byg:dacite_ridges" ],
[ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:ebony_woods", "byg:amaranth_fields", "byg:guiana_shield" ],
[ "byg:firecracker_shrubland", "byg:sierra_badlands", "byg:sierra_badlands", "byg:red_rock_valley", "byg:red_rock_valley" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:frosted_coniferous_forest", "byg:cardinal_tundra", "byg:frosted_taiga", "byg:borealis_grove", "byg:black_forest" ],
[ "byg:rose_fields", "byg:coconino_meadow", "byg:twilight_meadow", "byg:canadian_shield", "byg:skyris_vale" ],
[ "byg:temperate_grove", "byg:orchard", "byg:aspen_forest", "byg:allium_fields", "byg:dacite_ridges" ],
[ "byg:baobab_savanna", "byg:araucaria_savanna", "byg:ebony_woods", "byg:amaranth_fields", "byg:guiana_shield" ],
[ "byg:firecracker_shrubland", "byg:sierra_badlands", "byg:sierra_badlands", "byg:red_rock_valley", "byg:red_rock_valley" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on elevated flat terrain BELOW weirdness 0 or in unfilled("NULL(nothing)") spots in "plateau_biome_variants", here is the "plateau_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_plains", "minecraft:snowy_taiga", "minecraft:snowy_taiga" ],
[ "minecraft:meadow", "minecraft:meadow", "minecraft:forest", "minecraft:taiga", "minecraft:old_growth_spruce_taiga" ],
[ "minecraft:meadow", "minecraft:meadow", "minecraft:meadow", "minecraft:meadow", "minecraft:dark_forest" ],
[ "minecraft:savanna_plateau", "minecraft:savanna_plateau", "minecraft:forest", "minecraft:forest", "minecraft:jungle" ],
[ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on elevated flat terrain ABOVE weirdness 0, here is the "plateau_biomes_variant" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "plateau_biomes" will be used instead.
*/
{
"value": [
[ "minecraft:ice_spikes", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:meadow", "minecraft:meadow", "minecraft:old_growth_pine_taiga" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:forest", "minecraft:birch_forest", "minecraft:the_void" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ],
[ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on shattered terrain here is the "shattered_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "middle_biomes" will be used instead.
*/
{
"value": [
[ "minecraft:windswept_gravelly_hills", "minecraft:windswept_gravelly_hills", "minecraft:windswept_hills", "minecraft:windswept_forest", "minecraft:windswept_forest" ],
[ "minecraft:windswept_gravelly_hills", "minecraft:windswept_gravelly_hills", "minecraft:windswept_hills", "minecraft:windswept_forest", "minecraft:windswept_forest" ],
[ "minecraft:windswept_hills", "minecraft:windswept_hills", "minecraft:windswept_hills", "minecraft:windswept_forest", "minecraft:windswept_forest" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on sloped terrain, near mountainous terrain, & BELOW weirdness 0, here is the "slope_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ],
[ "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks", "byg:howling_peaks" ],
[ "byg:canadian_shield", "byg:canadian_shield", "byg:dacite_ridges", "byg:dacite_ridges", "byg:dacite_ridges" ],
[ "byg:canadian_shield", "byg:canadian_shield", "byg:guiana_shield", "byg:guiana_shield", "byg:guiana_shield" ],
[ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on sloped terrain, near mountainous terrain, & BELOW weirdness 0, here is the "slope_biomes" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
"minecraft:the_void" is invalid as it represents a value of "NULL(nothing)" internally.
*/
{
"value": [
[ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ],
[ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ],
[ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ],
[ "minecraft:savanna_plateau", "minecraft:savanna_plateau", "minecraft:forest", "minecraft:forest", "minecraft:jungle" ],
[ "minecraft:badlands", "minecraft:badlands", "minecraft:badlands", "minecraft:wooded_badlands", "minecraft:wooded_badlands" ]
]
}

View File

@ -0,0 +1,28 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
Appearing on sloped terrain, near mountainous terrain, & ABOVE weirdness 0, here is the "slope_biome_variants" layout:
[ ARID-ICY, DRY-ICY, NEUTRAL-ICY, WET-ICY, HUMID-ICY ],
[ ARID-COLD, DRY-COLD, NEUTRAL-COLD, WET-COLD, HUMID-COLD ],
[ ARID-NEUTRAL, DRY-NEUTRAL, NEUTRAL-NEUTRAL, WET-NEUTRAL, HUMID-NEUTRAL ],
[ ARID-WARM, DRY-WARM, NEUTRAL-WARM, WET-WARM, HUMID-WARM ],
[ ARID-HOT, DRY-HOT, NEUTRAL-HOT, WET-HOT, HUMID-HOT ]
All keys passed in must be valid in the biome registry!
In slots containing "minecraft:the_void", biomes at the equivalent temperature/humidity index in "slope_biomes" will be used instead.
*/
{
"value": [
[ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ],
[ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ],
[ "minecraft:snowy_slopes", "minecraft:snowy_slopes", "minecraft:grove", "minecraft:grove", "minecraft:grove" ],
[ "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ],
[ "minecraft:eroded_badlands", "minecraft:eroded_badlands", "minecraft:the_void", "minecraft:the_void", "minecraft:the_void" ]
]
}

View File

@ -0,0 +1,22 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
{
// Global toggle to enable or disable BYG's overworld biomes.
"overworld_enabled": true,
/* A list of weighted regions containing a unique biome layout.
Regions may be inlined or may call a file from "this_file_parent_directory/regions"
*/
"regions": [
"region_1",
"region_2",
"region_3",
"rare_region_1"
]
}

Some files were not shown because too many files have changed in this diff Show More