v1.1.0 | Initial commit.

This commit is contained in:
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 2022-08-19 20:29:50 +02:00
commit cc9d166efa
343 changed files with 25667 additions and 0 deletions

2
.packwizignore Normal file
View file

@ -0,0 +1,2 @@
# Exclude the README file
/README.md

1
README.md Normal file
View file

@ -0,0 +1 @@
# modpack

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

31
config/Adorn.json5 Normal file
View file

@ -0,0 +1,31 @@
{
// Client-side settings
"client": {
// If true, floating tooltips are shown above trading stations.
"showTradingStationTooltips": true,
// If true, Adorn items will also be shown in matching vanilla item tabs.
"showItemsInStandardGroups": true
},
// Default values for game rules in new worlds
"gameRuleDefaults": {
// If true, sleeping on sofas can skip the night.
"skipNightOnSofas": true,
// If true, kitchen sinks are infinite sources for infinite fluids.
"infiniteKitchenSinks": true,
// If true, broken trading stations drop a locked version with their contents inside.
"dropLockedTradingStations": true
},
// Mod compatibility toggles (enabled: true, disabled: false)
"compat": {
"byg": true,
"traverse": true,
"terrestria": true,
"cinderscapes": true,
"blockus": true,
"promenade": true,
"woods_and_mires": true,
"towelette": true,
"biomemakeover": true,
"techreborn": true
}
}

504
config/DistantHorizons.toml Normal file
View file

@ -0,0 +1,504 @@
# Show the lod button in the options screen next to fov
optionsButton = true
_version = 1
[client]
[client.advanced]
# Due to some demand for playing without vanilla terrains,
# we decided to add this mode for fun.
#
# NOTE: Do not report any issues when this mode is on!
# Again, this setting is only for fun, and mod
# compatibility is not guaranteed.
#
#
lodOnlyMode = false
[client.advanced.buffers]
# What method should be used to upload geometry to the GPU?
#
# AUTO: Picks the best option based on the GPU you have.
# BUFFER_STORAGE: Default for NVIDIA if OpenGL 4.5 is supported.
# Fast rendering, no stuttering.
# SUB_DATA: Backup option for NVIDIA.
# Fast rendering but may stutter when uploading.
# BUFFER_MAPPING: Slow rendering but won't stutter when uploading. Possibly the best option for integrated GPUs.
# Default option for AMD/Intel.
# May end up storing buffers in System memory.
# Fast rendering if in GPU memory, slow if in system memory,
# but won't stutter when uploading.
# DATA: Fast rendering but will stutter when uploading.
# Backup option for AMD/Intel.
# Fast rendering but may stutter when uploading.
#
# If you don't see any difference when changing these settings, or the world looks corrupted:
# Restart the game to clear the old buffers.
#
gpuUploadMethod = "AUTO"
# How frequently should vertex buffers (geometry) be rebuilt and sent to the GPU?
# Higher settings may cause stuttering, but will prevent holes in the world
#
rebuildTimes = "NORMAL"
# How long should a buffer wait per Megabyte of data uploaded?
# Helpful resource for frame times: https://fpstoms.com
#
# Longer times may reduce stuttering but will make fake chunks
# transition and load slower. Change this to [0] for no timeout.
#
# NOTE:
# Before changing this config, try changing "GPU Upload methods"
# and determined the best method for your hardware first.
#
gpuUploadPerMegabyteInMilliseconds = 0
[client.advanced.debugging]
# What renderer is active?
#
# DEFAULT: Default lod renderer
# DEBUG: Debug testing renderer
# DISABLED: Disable rendering
#
rendererType = "DEFAULT"
# If true the F8 key can be used to cycle through the different debug modes.
# and the F6 key can be used to enable and disable LOD rendering.
enableDebugKeybindings = false
# Should specialized colors/rendering modes be used?
#
# OFF: Fake chunks will be drawn with their normal colors.
# SHOW_WIREFRAME: Fake chunks will be drawn as wireframes.
# SHOW_DETAIL: Fake chunks color will be based on their detail level.
# SHOW_DETAIL_WIREFRAME: Fake chunks color will be based on their detail level, drawn as a wireframe.
# SHOW_GENMODE: Fake chunks color will be based on their distant generation mode.
# SHOW_GENMODE_WIREFRAME: Fake chunks color will be based on their distant generation mode, drawn as a wireframe.
# SHOW_OVERLAPPING_QUADS: Fake chunks will be drawn with total white, but overlapping quads will be drawn with red.
# SHOW_OVERLAPPING_QUADS_WIREFRAME: Fake chunks will be drawn with total white,
# but overlapping quads will be drawn with red, drawn as a wireframe.
#
debugMode = "OFF"
[client.advanced.debugging.debugSwitch]
# If enabled, the mod will log information about the renderer OpenGL process.
# This can be useful for debugging.
#
logRendererGLEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log performance about the world generation process.
# This can be useful for debugging.
#
logWorldGenPerformance = "LOG_WARNING_TO_CHAT_AND_FILE"
# If enabled, the mod will log information about file sub-dimension operations.
# This can be useful for debugging.
#
logFileSubDimEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log information about file read/write operations.
# This can be useful for debugging.
#
logFileReadWriteEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log information about network operations.
# This can be useful for debugging.
#
logNetworkEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log information about the renderer buffer process.
# This can be useful for debugging.
#
logRendererBufferEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log information about the LOD generation process.
# This can be useful for debugging.
#
logLodBuilderEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log information about the world generation process.
# This can be useful for debugging.
#
logWorldGenEvent = "LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE"
# If enabled, the mod will log information about the world generation process.
# This can be useful for debugging.
#
logWorldGenLoadEvent = "LOG_WARNING_TO_CHAT_AND_FILE"
[client.advanced.threading]
# How many threads are used when building vertex buffers?
# (The things sent to your GPU to draw the fake chunks).
#
# If you experience high CPU usage when NOT generating distant
# fake chunks, lower this number. A higher number will make fake
# fake chunks' transition faster when moving around the world.
#
# This and the number of world generator threads are independent,
# so if they add up to more threads than your CPU has cores,
# that shouldn't cause an issue.
#
# The maximum value is the number of logical processors on your CPU.
#
numberOfBufferBuilderThreads = 2
# How many threads should be used when generating fake
# chunks outside the normal render distance?
#
# If it's less than 1, it will be treated as a percentage
# of time single thread can run before going to idle.
#
# If you experience stuttering when generating distant LODs,
# decrease this number. If you want to increase LOD
# generation speed, increase this number.
#
# This and the number of buffer builder threads are independent,
# so if they add up to more threads than your CPU has cores,
# that shouldn't cause an issue.
#
numberOfWorldGenerationThreads = 4.0
[client.graphics]
[client.graphics.fogQuality]
# What color should fog use?
#
# USE_WORLD_FOG_COLOR: Use the world's fog color.
# USE_SKY_COLOR: Use the sky's color.
#
# This setting doesn't affect performance.
fogColorMode = "USE_WORLD_FOG_COLOR"
# At what distance should Fog be drawn on the fake chunks?
#
# This setting shouldn't affect performance.
fogDistance = "FAR"
# When should fog be drawn?
#
# USE_OPTIFINE_SETTING: Use whatever Fog setting Optifine is using.
# If Optifine isn't installed this defaults to FOG_ENABLED.
# FOG_ENABLED: Never draw fog on the LODs
# FOG_DISABLED: Always draw fast fog on the LODs
#
# Disabling fog will improve GPU performance.
fogDrawMode = "FOG_ENABLED"
# If true disable Minecraft's fog.
#
# Experimental! Mod support is not guarantee.
disableVanillaFog = true
[client.graphics.fogQuality.advancedFog]
# What is the maximum fog thickness?
#
# '0.0': No fog at all.
# '1.0': Fully fog color.
#
farFogMax = 1.0
# Where should the far fog start?
#
# '0.0': Fog start at player's position.
# '1.0': The fog-start's circle fit just in the lod render distance square.
# '1.414': The lod render distance square fit just in the fog-start's circle.
#
farFogStart = 0.0
# What is the minimum fog thickness?
#
# '0.0': No fog at all.
# '1.0': Fully fog color.
#
farFogMin = 0.0
# How the fog thickness should be calculated from distance?
#
# LINEAR: Linear based on distance (will ignore 'density')
# EXPONENTIAL: 1/(e^(distance*density))
# EXPONENTIAL_SQUARED: 1/(e^((distance*density)^2)
#
farFogType = "EXPONENTIAL_SQUARED"
# What is the fog density?
#
farFogDensity = 2.5
# Where should the far fog end?
#
# '0.0': Fog end at player's position.
# '1.0': The fog-end's circle fit just in the lod render distance square.
# '1.414': The lod render distance square fit just in the fog-end's circle.
#
farFogEnd = 1.0
[client.graphics.fogQuality.advancedFog.heightFog]
# How the fog thickness should be calculated from height?
#
# LINEAR: Linear based on height (will ignore 'density')
# EXPONENTIAL: 1/(e^(height*density))
# EXPONENTIAL_SQUARED: 1/(e^((height*density)^2)
#
heightFogType = "EXPONENTIAL_SQUARED"
# What is the minimum fog thickness?
#
# '0.0': No fog at all.
# '1.0': Fully fog color.
#
heightFogMin = 0.0
# Where should the height fog be located?
#
# ABOVE_CAMERA: Height fog starts from camera to the sky
# BELOW_CAMERA: Height fog starts from camera to the void
# ABOVE_AND_BELOW_CAMERA: Height fog starts from camera to both the sky and the void
# ABOVE_SET_HEIGHT: Height fog starts from a set height to the sky
# BELOW_SET_HEIGHT: Height fog starts from a set height to the void
# ABOVE_AND_BELOW_SET_HEIGHT: Height fog starts from a set height to both the sky and the void
#
#
heightFogMode = "ABOVE_AND_BELOW_CAMERA"
# What is the maximum fog thickness?
#
# '0.0': No fog at all.
# '1.0': Fully fog color.
#
heightFogMax = 1.0
# If the height fog is calculated around a set height, what is that height position?
#
#
heightFogHeight = 70.0
# What is the fog density?
#
heightFogDensity = 2.5
# How the height should effect the fog thickness combined with the normal function?
#
# BASIC: No special height fog effect. Fog is calculated based on camera distance
# IGNORE_HEIGHT: Ignore height completely. Fog is calculated based on horizontal distance
# ADDITION: heightFog + farFog
# MAX: max(heightFog, farFog)
# MULTIPLY: heightFog * farFog
# INVERSE_MULTIPLY: 1 - (1-heightFog) * (1-farFog)
# LIMITED_ADDITION: farFog + max(farFog, heightFog)
# MULTIPLY_ADDITION: farFog + farFog * heightFog
# INVERSE_MULTIPLY_ADDITION: farFog + 1 - (1-heightFog) * (1-farFog)
# AVERAGE: farFog*0.5 + heightFog*0.5
#
# Note that for 'BASIC' mode and 'IGNORE_HEIGHT' mode, fog settings for height fog has no effect.
#
heightFogMixMode = "BASIC"
# How far the start of height fog should offset?
#
# '0.0': Fog start with no offset.
# '1.0': Fog start with offset of the entire world's height. (Include depth)
#
heightFogStart = 0.0
# How far the end of height fog should offset?
#
# '0.0': Fog end with no offset.
# '1.0': Fog end with offset of the entire world's height. (Include depth)
#
heightFogEnd = 1.0
[client.graphics.advancedGraphics]
# If on Vanilla Overdraw mode of NEVER, how much should should the border be offset?
#
# '1': The start of lods will be shifted inwards by 1 chunk, causing 1 chunk of overdraw.
# '-1': The start fo lods will be shifted outwards by 1 chunk, causing 1 chunk of gap.
#
# This setting can be used to deal with gaps due to our vanilla rendered chunk
# detection not being perfect.
#
overdrawOffset = 0
# How bright fake chunk colors are.
#
# 0 = black
# 1 = normal
# 2 = near white
#
brightnessMultiplier = 1.0
# How often should LODs be drawn on top of regular chunks?
# HALF and ALWAYS will prevent holes in the world,
# but may look odd for transparent blocks or in caves.
#
# NEVER:
# LODs won't render on top of vanilla chunks. Use Overdraw offset to change the border offset.
# DYNAMIC:
# LODs will render on top of distant vanilla chunks to hide delayed loading.
# Will dynamically decide the border offset based on vanilla render distance.
# ALWAYS:
# LODs will render on all vanilla chunks preventing all holes in the world.
#
# This setting shouldn't affect performance.
#
vanillaOverdraw = "DYNAMIC"
# Will prevent some overdraw issues, but may cause nearby fake chunks to render incorrectly
# especially when in/near an ocean.
#
# This setting shouldn't affect performance.
#
useExtendedNearClipPlane = true
# If enabled caves will be culled
#
# NOTE: This feature is under development and
# it is VERY experimental! Please don't report
# any issues related to this feature.
#
# Additional Info: Currently this cull all faces
# with skylight value of 0 in dimensions that
# does not have a ceiling.
#
enableCaveCulling = true
# At what Y value should cave culling start?
#
caveCullingHeight = 40
# If false fake chunks behind the player's camera
# aren't drawn, increasing GPU performance.
#
# If true all LODs are drawn, even those behind
# the player's camera, decreasing GPU performance.
#
# Disable this if you see LODs disappearing at the corners of your vision.
#
disableDirectionalCulling = false
# How saturated fake chunk colors are.
#
# 0 = black and white
# 1 = normal
# 2 = very saturated
#
saturationMultiplier = 1.0
# This is the earth size ratio when applying the curvature shader effect.
#
# NOTE: This feature is just for fun and is VERY experimental!
#Please don't report any issues related to this feature.
#
# 0 = flat/disabled
# 1 = 1 to 1 (6,371,000 blocks)
# 100 = 1 to 100 (63,710 blocks)
# 10000 = 1 to 10000 (637.1 blocks)
#
# NOTE: Due to current limitations, the min value is 50
# and the max value is 5000. Any values outside this range
# will be set to 0(disabled).
earthCurveRatio = 0
[client.graphics.quality]
# This determines how lod level drop off will be done.
#
# SMOOTH_DROPOFF:
# The lod level is calculated for each point, making the drop off a smooth circle.
# PERFORMANCE_FOCUSED:
# One detail level for an entire region. Minimize CPU usage and
# improve terrain refresh delay, especially for high Lod render distance.
# AUTO:
# Use SMOOTH_DROPOFF for less then 128 Lod render distance,
# or PERFORMANCE_FOCUSED otherwise.
#
dropoffQuality = "AUTO"
# This indicates how quickly fake chunks decrease in quality the further away they are.
# Higher settings will render higher quality fake chunks farther away,
# but will increase memory and GPU usage.
horizontalQuality = "MEDIUM"
# This indicates how quickly fake chunks decrease in quality the further away they are.
# Higher settings will render higher quality fake chunks farther away,
# but will increase memory and GPU usage.
horizontalScale = 12
# This is the same as vanilla Biome Blending settings for Lod area.
# Note that anything other than '0' will greatly effect Lod building time
# and increase triangle count. The cost on chunk generation speed is also
# quite large if set too high.
#
# '0' equals to Vanilla Biome Blending of '1x1' or 'OFF',
# '1' equals to Vanilla Biome Blending of '3x3',
# '2' equals to Vanilla Biome Blending of '5x5'...
#
lodBiomeBlending = 1
# The radius of the mod's render distance. (measured in chunks)
#
lodChunkRenderDistance = 128
# This indicates how detailed fake chunks will represent
# overhangs, caves, floating islands, ect.
# Higher options will make the world more accurate, but will increase memory and GPU usage.
#
# LOW: uses at max 2 columns per position.
# MEDIUM: uses at max 4 columns per position.
# HIGH: uses at max 8 columns per position.
#
# Lowest Quality: LOW Highest Quality: HIGH
verticalQuality = "MEDIUM"
# What is the maximum detail fake chunks should be drawn at?
# This setting will only affect closer chunks.
# Higher settings will increase memory and GPU usage.
#
# CHUNK: render 1 LOD for each Chunk.
# HALF_CHUNK: render 4 LODs for each Chunk.
# FOUR_BLOCKS: render 16 LODs for each Chunk.
# TWO_BLOCKS: render 64 LODs for each Chunk.
# BLOCK: render 256 LODs for each Chunk (width of one block).
#
# Lowest Quality: CHUNK Highest Quality: BLOCK
drawResolution = "BLOCK"
[client.worldGenerator]
# In what priority should fake chunks be generated outside the vanilla render distance?
#
# FAR_FIRST
# Fake chunks are generated from lowest to highest detail
# with a priority for far away regions.
# This fills in the world fastest, but you will have large low detail
# blocks for a while while the generation happens.
#
# NEAR_FIRST
# Fake chunks are generated around the player
# in a spiral, similar to vanilla minecraft.
# Best used when on a server since we can't generate
# fake chunks.
#
# BALANCED
# A mix between NEAR_FIRSTandFAR_FIRST.
# First prioritise completing nearby highest detail chunks,
# then focus on filling in the low detail areas away from the player.
#
# AUTO
# Uses BALANCED when on a single player world
# and NEAR_FIRST when connected to a server.
#
# This shouldn't affect performance.
generationPriority = "NEAR_FIRST"
# How should block and sky lights be processed for distant generation?
#
# Note that this include already existing chunks since vanilla
# does not store sky light values to save file.
#
# FAST: Use height map to fake the light values.
# FANCY: Use actaul light engines to generate proper values.
#
# This will effect generation speed, but not the rendering performance.
lightGenerationMode = "FANCY"
distanceGenerationMode = "FEATURES"
# When generating fake chunks, what blocks should be ignored?
# Ignored blocks don't affect the height of the fake chunk, but might affect the color.
# So using BOTH will prevent snow covered blocks from appearing one block too tall,
# but will still show the snow's color.
#
# NONE: Use all blocks when generating fake chunks
# NON_FULL: Only use full blocks when generating fake chunks (ignores slabs, lanterns, torches, tall grass, etc.)
# NO_COLLISION: Only use solid blocks when generating fake chunks (ignores tall grass, torches, etc.)
# BOTH: Only use full solid blocks when generating fake chunks
#
# This wont't affect performance.
blocksToAvoid = "BOTH"
# Whether to enable Distant chunks generator?
#
# Turning this on allows Distant Horizons to make lods for chunks
# that are outside of vanilla view distance.
#
# Note that in server, distant generation is always off.
#
enableDistantGeneration = true
[client.multiplayer]
# When matching worlds of the same dimension type the
# tested chunks must be at least this percent the same
# in order to be considered the same world.
#
# Note: If you use portals to enter a dimension at two
# different locations this system may think it is two different worlds.
#
# 1.0 (100%) the chunks must be identical.
# 0.5 (50%) the chunks must be half the same.
# 0.0 (0%) disables multi-dimension support,
# only one world will be used per dimension.
#
#
multiDimensionRequiredSimilarity = 0.0
# What multiplayer save folders should be named.
#
# AUTO: NAME_IP for LAN connections, NAME_IP_PORT for all others.
# NAME_ONLY: Example: "Minecraft Server"
# NAME_IP: Example: "Minecraft Server IP 192.168.1.40"
# NAME_IP_PORT: Example: "Minecraft Server IP 192.168.1.40:25565"
#
#
serverFolderNameMode = "AUTO"

View file

@ -0,0 +1,478 @@
{
"globalSettings": {
"configVersion": 10,
"printBiomes": false,
"globalDebug": false,
"enable3rdPersonFlying": false,
"enableFlyingGravity": true,
"disableUiOverlay": false,
"mobCap": 10,
"mobCapRange": 192
},
"biomeGroups": {
"deserts": ["minecraft:badlands", "minecraft:minecraft:wooded_badlands", "minecraft:eroded_badlands", "minecraft:savanna", "minecraft:savanna_plateau", "minecraft:windswept_savanna", "minecraft:desert"],
"jungles": ["minecraft:jungle", "minecraft:sparse_jungle", "minecraft:bamboo_jungle"],
"temperate": ["minecraft:plains","minecraft:sunflower_plains", "minecraft:forest", "minecraft:flower_forest", "minecraft:birch_forest", "minecraft:dark_forest", "minecraft:mushroom_fields"],
"shores": ["minecraft:beach","minecraft:snowy_beach", "minecraft:stony_shore"],
"swamps": ["minecraft:swamp", "minecraft:mangrove_swamp"],
"cold": ["minecraft:windswept_hills", "minecraft:windswept_gravelly_hills", "minecraft:windswept_forest", "minecraft:grove", "minecraft:meadow", "minecraft:snowy_slopes", "minecraft:frozen_peaks", "minecraft:jagged_peaks", "minecraft:stony_peaks", "minecraft:snowy_taiga"],
"snowy": [ "minecraft:snowy_slopes", "minecraft:frozen_peaks", "minecraft:snowy_plains", "minecraft:snowy_taiga", "minecraft:snowy_slopes", "minecraft:snowy_beach"],
"mountains": ["minecraft:windswept_hills", "minecraft:windswept_gravelly_hills", "minecraft:windswept_forest", "minecraft:grove", "minecraft:meadow", "minecraft:snowy_slopes", "minecraft:frozen_peaks", "minecraft:jagged_peaks", "minecraft:stony_peaks"],
"forests": ["minecraft:forest", "minecraft:flower_forest", "minecraft:birch_forest", "minecraft:dark_forest", "minecraft:mushroom_fields", "minecraft:taiga"],
"warmForests": ["minecraft:forest", "minecraft:flower_forest", "minecraft:birch_forest", "minecraft:dark_forest", "minecraft:mushroom_fields"],
"oldForests": ["minecraft:old_growth_spruce_taiga", "minecraft:old_growth_pine_taiga;", "Giant Tree Taiga Hills", "Giant Spruce Taiga Hills", "Giant Tree Taiga", "Giant Spruce Taiga"],
"snowyForests": ["minecraft:grove", "minecraft:snowy_taiga"]
},
"itemGroups": {
"flowerItems": ["sugar", "dandelion", "poppy", "blue_orchid", "allium", "azure_bluet", "red_tulip", "orange_tulip", "white_tulip", "pink_tulip", "oxeye_daisy", "cornflower", "lily_of_the_valley", "lilac", "rose_bush", "peony", "flowering_azalea_leaves"],
"grassItems": ["hay", "grass", "fern", "tall_grass", "large_fern", "bamboo"],
"leafItems": ["oak_leaves", "spruce_leaves", "birch_leaves", "jungle_leaves", "acacia_leaves", "dark_oak_leaves", "azalea_leaves", "flowering_azalea_leaves", "lily_pad", "small_dripleaf", "big_dripleaf"],
"mushroomItems": ["brown_mushroom", "red_mushroom", "crimson_fungus", "warped_fungus"],
"rootItems": ["cave_vines", "vines", "hanging_roots", "glow_lichen", "crimson_roots", "warped_roots", "nether_wart", "cactus"],
"seedItems": ["wheat_seeds", "melon_seeds", "pumpkin_seeds", "beetroot_seeds", "sweet_berries"],
"vegetableItems": ["potato", "carrot", "beetroot"],
"fruitItems": ["sweet_berries", "melon_slice", "apple", "glow_berries"],
"seaweedItems": ["seagrass", "kelp", "tall_seagrass"],
"fishItems": ["salmon", "cod", "tropical_fish", "pufferfish"],
"meatItems": ["rabbit", "chicken", "mutton", "beef", "porkchop", "egg"],
"scavengerItems": ["egg", "rotten_flesh", "spider_eye"]
},
"itemGroupCategories": {
"nectar": ["flowerItems", "fruitItems"],
"leafyHerbivore": ["grassItems", "leafItems", "flowerItems"],
"heartyHerbivore": ["vegetableItems", "fruitItems", "mushroomItems"],
"herbivore": ["grassItems", "leafItems", "flowerItems", "vegetableItems", "fruitItems", "mushroomItems"],
"omnivore": ["vegetableItems", "fruitItems", "mushroomItems", "meatItems", "scavengerItems"],
"carnivore": ["meatItems", "fishItems"],
"scavenger": ["scavengerItems", "vegetableItems", "fruitItems", "mushroomItems"],
"piscivore": ["seaweedItems", "fishItems"],
"oceanScavenger": ["seaweedItems", "scavengerItems", "fishItems", "vegetableItems"]
},
"spawnCategories": {
"CourierBirdSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 12,
"spawnRandomChance": 100,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "overworld",
"minSpawnGroupSize": 2,
"maxSpawnGroupSize": 4
},
"DireWolfSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 10,
"spawnRandomChance": 100,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "overworld",
"minSpawnGroupSize": 2,
"maxSpawnGroupSize": 4
},
"DragonSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 100,
"spawnRandomChance": 10,
"chunkFreq": 3,
"chunkOffset": 0,
"spawnType": "subterranean",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1,
"maxIn256Region": 1
},
"GriffonSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 10,
"spawnYCeiling": 50000,
"spawnYFloor": 100,
"spawnRandomChance": 70,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "overworld",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1
},
"GeckotoaSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 50,
"spawnYCeiling": 50000,
"spawnYFloor": 60,
"spawnRandomChance": 100,
"chunkFreq": 3,
"chunkOffset": 1,
"spawnType": "subterranean",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1,
"maxIn256Region": 1
},
"MothSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 10,
"spawnRandomChance": 70,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "overworld",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1
},
"ColelytraSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 10,
"spawnRandomChance": 100,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "overworld",
"minSpawnGroupSize": 3,
"maxSpawnGroupSize": 3
},
"NetherBatSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 50,
"spawnRandomChance": 100,
"chunkFreq": 5,
"chunkOffset": 0,
"spawnType": "nether",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1,
"maxIn256Region": 4
},
"NudibranchSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 20,
"spawnRandomChance": 100,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "water",
"minSpawnGroupSize": 2,
"maxSpawnGroupSize": 4
},
"RidingLizardSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 1,
"spawnRandomChance": 50,
"chunkFreq": 5,
"chunkOffset": 0,
"spawnType": "overworld",
"minSpawnGroupSize": 2,
"maxSpawnGroupSize": 3
},
"NightmareSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 100,
"spawnRandomChance": 25,
"chunkFreq": 5,
"chunkOffset": 0,
"spawnType": "nether",
"minSpawnGroupSize": 2,
"maxSpawnGroupSize": 3,
"maxIn256Region": 5
},
"AcenciaSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 10,
"spawnRandomChance": 100,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "overworld",
"a": 2,
"maxSpawnGroupSize": 3
},
"ArchelonSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 1,
"spawnRandomChance": 10,
"chunkFreq": 5,
"chunkOffset": 0,
"spawnType": "water",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1,
"maxIn256Region": 2
},
"FirebirdSpawnSettings": {
"shouldSpawn": true,
"spawnDebug": false,
"spawnWeight": 1,
"spawnRandomChance": 2,
"spawnYCeiling": 50000,
"spawnYFloor": 60,
"chunkFreq": 0,
"chunkOffset": 0,
"spawnType": "village",
"minSpawnGroupSize": 1,
"maxSpawnGroupSize": 1,
"maxIn256Region": 1
}
},
"mobConfig": {
"ACENCIA": {
"health": 28,
"speed": 0.44999998807907104,
"attack": 10,
"inventorySize": 4,
"spawnCategory" : "AcenciaSpawnSettings",
"spawnBiomes": ["snowyForests"],
"diet": "carnivore",
"tamingChance": 10,
"tamingItems": ["mutton","salmon"],
"breedingItems": ["rabbit", "chicken", "mutton", "salmon"],
"foodItems": ["meatItems"],
"hostileToMobs": ["minecraft:rabbit","minecraft:sheep","minecraft:goat","minecraft:chicken"],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100
},
"ARCHELON": {
"health": 60,
"speed": 0.14999998807907104,
"attack": 6,
"inventorySize": 10,
"spawnCategory" : "ArchelonSpawnSettings",
"spawnBiomes": ["minecraft:deep_lukewarm_ocean"],
"diet": "omnivore",
"tamingChance": 10,
"tamingItems": ["cod","salmon"],
"breedingItems": ["cod","salmon"],
"foodItems": ["piscivore"],
"hostileToMobs": ["minecraft:salmon"],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": false,
"loudness": 75
},
"COURIER_BIRD": {
"health": 20,
"speed": 0.44999998807907104,
"attack": 4,
"inventorySize": 3,
"spawnCategory" : "CourierBirdSpawnSettings",
"spawnBiomes": ["jungles"],
"diet": "herbivore",
"tamingChance": 10,
"tamingItems": ["sweet_berries"],
"foodItems": ["fruitItems"],
"breedingItems": ["sweet_berries", "melon_slice"],
"hostileToMobs": [],
"playerHostile": false,
"fleeFromPlayer": true,
"battleWithOwner": true,
"loudness": 100
},
"DIREWOLF": {
"health": 30,
"speed": 0.44999998807907104,
"attack": 7,
"inventorySize": 4,
"spawnCategory" : "DireWolfSpawnSettings",
"spawnBiomes": ["oldForests"],
"diet": "carnivore",
"tamingChance": 10,
"tamingItems": ["bone"],
"breedingItems": ["rabbit","chicken","mutton","beef","porkchop"],
"foodItems": ["meatItems"],
"hostileToMobs": ["minecraft:sheep","minecraft:skeleton"],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100
},
"DRAGON": {
"health": 40,
"speed": 0.44999998807907104,
"attack": 10,
"inventorySize": 9,
"spawnCategory" : "DragonSpawnSettings",
"spawnBiomes": ["All Overworld"],
"diet": "carnivore",
"tamingChance": 5,
"tamingItems": ["gold_ingot","diamond","emerald"],
"foodItems": ["meatItems"],
"breedingItems": ["golden_carrot","golden_apple","glistering_melon_slice"],
"hostileToMobs": [],
"playerHostile": true,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100,
"specialAbilitiesEnabled": true
},
"GRIFFON": {
"health": 35,
"speed": 0.44999998807907104,
"attack": 7,
"inventorySize": 4,
"spawnCategory" : "GriffonSpawnSettings",
"spawnBiomes": ["minecraft:windswept_gravelly_hills","minecraft:windswept_forest","minecraft:snowy_slopes","minecraft:jagged_peaks","minecraft:windswept_hills;"],
"diet": "carnivore",
"tamingChance": 10,
"tamingItems": ["rabbit","mutton"],
"breedingItems": ["rabbit","mutton"],
"foodItems": ["meatItems"],
"hostileToMobs": ["minecraft:sheep","minecraft:rabbit"],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 50
},
"GECKOTOA": {
"health": 35,
"speed": 0.44999998807907104,
"attack": 4,
"inventorySize": 9,
"spawnCategory" : "GeckotoaSpawnSettings",
"spawnBiomes": ["All Overworld"],
"diet": "omnivore",
"tamingChance": 10,
"tamingItems": ["melon","pumpkin","hay_block"],
"foodItems": ["heartyHerbivore"],
"breedingItems": ["melon","pumpkin","hay_block"],
"hostileToMobs": [],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": false,
"loudness": 50,
"specialAbilitiesEnabled": true
},
"MOTH": {
"health": 10,
"speed": 0.44999998807907104,
"attack": 2,
"inventorySize": 2,
"spawnCategory" : "MothSpawnSettings",
"spawnBiomes": ["Dark Forest Hills","Dark Forest"],
"diet": "herbivore",
"tamingChance": 10,
"seekingBlocks": ["minecraft:torch", "minecraft:redstone_torch", "minecraft:soul_torch"],
"tamingItems": ["flowerItems"],
"breedingItems": ["sugar","melon_slice","glistering_melon_slice"],
"foodItems": ["nectar"],
"hostileToMobs": [],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": false,
"loudness": 100
},
"COLELYTRA": {
"health": 14,
"speed": 0.44999998807907104,
"attack": 2,
"inventorySize": 5,
"spawnCategory" : "ColelytraSpawnSettings",
"spawnBiomes": ["minecraft:mushroom_fields"],
"diet": "herbivore",
"tamingChance": 10,
"tamingItems": ["flowerItems","mushroomItems"],
"breedingItems": ["mushroomItems"],
"foodItems": ["flowerItems","mushroomItems"],
"hostileToMobs": [],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": false,
"loudness": 100
},
"NETHER_BAT": {
"health": 25,
"speed": 0.44999998807907104,
"attack": 4,
"inventorySize": 3,
"spawnCategory" : "NetherBatSpawnSettings",
"spawnBiomes": ["Crimson Forest","Warped Forest"],
"diet": "omnivore",
"tamingChance": 10,
"tamingItems": ["porkchop"],
"breedingItems": ["porkchop","apple","rotten_flesh"],
"foodItems": ["scavenger"],
"hostileToMobs": [],
"playerHostile": true,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100
},
"NUDIBRANCH": {
"health": 25,
"speed": 0.44999998807907104,
"attack": 3,
"inventorySize": 3,
"spawnCategory" : "NudibranchSpawnSettings",
"spawnBiomes": ["Warm Ocean"],
"spawnBlocks": ["minecraft:brain_coral_block","minecraft:bubble_coral_block","minecraft:fire_coral_block","minecraft:horn_coral_block","minecraft:tube_coral_block"],
"diet": "herbivore",
"tamingChance": 10,
"tamingItems": ["seagrass"],
"foodItems": ["seaweedItems"],
"breedingItems": ["kelp"],
"hostileToMobs": [],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": false,
"loudness": 100,
"specialAbilitiesEnabled": true
},
"RIDING_LIZARD": {
"health": 20,
"speed": 0.44999998807907104,
"attack": 3,
"inventorySize": 2,
"spawnCategory" : "RidingLizardSpawnSettings",
"spawnBiomes": ["Desert"],
"diet": "carnivore",
"tamingChance": 10,
"tamingItems": ["rabbit", "chicken"],
"breedingItems": ["rabbit", "chicken", "pumpkin", "rotten_flesh"],
"foodItems": ["scavenger"],
"hostileToMobs": ["minecraft:rabbit","minecraft:chicken"],
"playerHostile": true,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100
},
"FIREBIRD": {
"health": 20,
"speed": 0.44999998807907104,
"attack": 3,
"inventorySize": 3,
"spawnCategory" : "FirebirdSpawnSettings",
"spawnBiomes": ["all overworld"],
"diet": "herbivore",
"tamingChance": 10,
"tamingItems": ["golden_apple"],
"breedingItems": ["golden_apple"],
"foodItems": ["golden_apple"],
"hostileToMobs": [],
"playerHostile": false,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100
},
"NIGHTMARE": {
"health": 35,
"speed": 0.44999998807907104,
"attack": 5,
"inventorySize": 4,
"spawnCategory" : "NightmareSpawnSettings",
"spawnBiomes": ["minecraft:basalt_deltas", "minecraft:soul_sand_valley"],
"diet": "omnivore",
"tamingChance": 3,
"tamingItems": ["bone", "coal", "charcoal"],
"breedingItems": ["blaze_rod","fire_charge"],
"hostileToMobs": ["minecraft:skeleton","minecraft:wither_skeleton"],
"foodItems": ["mushroomItems","rootItems","bone", "coal", "charcoal","blaze_rod","fire_charge"],
"playerHostile": true,
"fleeFromPlayer": false,
"battleWithOwner": true,
"loudness": 100
}
}
}

View file

@ -0,0 +1,5 @@
{
"demandOnClient": false,
"demandOnServer": false,
"convertToGameMessage": false
}

View file

@ -0,0 +1,64 @@
{
"servers": {
"202.61.194.155": {
"distance": 16,
"priorityDistance": 48
},
"127.0.0.1": {
"distance": 16,
"priorityDistance": 48
}
},
"playerVolumes": {
"a8fbc083-7878-4efa-a188-8eead5bb8093": 0.2,
"23d525d1-fc49-4b20-b045-8512c6a45172": 0.95
},
"whitelist": false,
"voiceVolume": 1.202247191011236,
"priorityVolume": 1.404494382022472,
"occlusion": false,
"speakerMuted": false,
"showIcons": 0,
"micIconPosition": "BOTTOM_LEFT",
"voiceActivation": true,
"voiceActivationThreshold": -39.0,
"microphoneAmplification": 2.0,
"rnNoise": false,
"microphoneMuted": true,
"javaxCapture": false,
"hrtf": false,
"directionalSources": false,
"directionalSourcesAngle": 145,
"compressor": true,
"compressorThreshold": -10,
"limiterThreshold": -6,
"visualizeDistance": true,
"keyBindings": {
"pushToTalk": [
{
"type": "KEYSYM",
"code": 342
}
],
"priorityPushToTalk": [],
"muteMicrophone": [
{
"type": "KEYSYM",
"code": 78
}
],
"muteChat": [],
"action": [
{
"type": "MOUSE",
"code": 1
}
],
"increaseDistance": [],
"decreaseDistance": [],
"occlusion": []
},
"showPriorityVolume": true,
"micReverb": true,
"micReverbVolume": 1.0
}

View file

@ -0,0 +1,99 @@
udp:
ip: 0.0.0.0
port: 0
# Supported sample rates:
# 8000
# 12000
# 24000
# 48000
sample_rate: 48000
# Voice distance
distances:
- 8
- 16
- 24
# Default voice distance
# If 0 distance will be first element from distances
default_distance: 16
# Max priority distance
# 0 = infinite
max_priority_distance: 0
# default: Everyone have permission by default
# op: Only operators have permission
# Use /vperms command to give permissions to non-operators
permissions:
"voice.list": default
"voice.reconnect": default
"voice.speak": default
"voice.activation": default
"voice.priority": op
"voice.mute": op
"voice.unmute": op
"voice.mutelist": op
"voice.reload": op
"voice.permissions": op
# Example:
# Voice distance is 16
# Fade distance will be 16/8=2
# Should be int >= 1
fade_divisor: 8
priority_fade_divisor: 8
disable_voice_activation: false
# Kick players if they attempt to join without the client mod installed
client_mod_required: false
# Wait this many ticks before kicking players if they don't have the mod installed
# Value should not be set lower than 1 second (20 ticks)
client_mod_check_timeout: 60
# Disable connection logs (New client, Remove client, client timed out)
disable_logs: true
messages:
prefix: "&6[Plasmo Voice]&7 "
list: "Clients ({count}/{online_players}): {players}"
already_muted: "{player} already muted"
player_not_found: "Player not found"
not_muted: "{player} not muted"
muted_list: "Muted players:"
muted_list_entry: "&7&l{player}&7, expires: {expires}. Reason: {reason}"
muted_list_empty: "No players are muted"
mute_expires_format: "yyyy.MM.dd 'at' HH:mm:ss"
mute_expires_never: "never"
muted_perm: "{player} is permanently muted. Reason: {reason}"
muted: "Muted {player} {duration}. Reason: {reason}"
player_muted_perm: "You've been permanently muted. Reason: {reason}"
player_muted: "You've been muted {duration}. Reason: {reason}"
player_unmuted: "You've been unmuted"
unmuted: "Unmuted {player}"
mute_no_reason: "not specified"
mute_durations:
seconds: "for %s sec"
minutes: "for %s min"
hours: "for %s h"
days: "for %s d"
weeks: "for %s w"
reconnect_sent: "Reconnect packet sent"
reloaded: "Config reloaded"
mod_missing_kick_message: "Sorry, you need to install the Plasmo Voice mod to play on this server.\nDownload here: https://www.curseforge.com/minecraft/mc-mods/plasmo-voice-client"
permissions:
not_found: "Permission not found"
already: "{player} already has {permission} ({value})"
set: "Set {permission} to {value} for {player}"
no_permission: "{player} does not have {permission}"
unset: "Unset {permission} for {player}"
check: "{player} permission check for {permission}: {value}"
help:
mute: "Usage: /vmute <player> [duration] [reason]"
unmute: "Usage: /vunmute <player>"
# do not touch
config_version: 1.0.3

View file

@ -0,0 +1 @@
{"muted":[],"permissions":{}}

View file

@ -0,0 +1,42 @@
{
"version": 7,
"FoodItems": {
"FriedEgg": true,
"BerryPie": true,
"HoneyedApple": true
},
"WateringCan": true,
"RoseGold": true,
"Ropes": true,
"EnchantmentPrecision": true,
"EnchantmentSpeed": true,
"Wrench": true,
"CopperPatina": true,
"AmethystLamp": {
"enabled": true,
"despawnChance": 0.5
},
"Crossbows": true,
"TridentShard": true,
"GlowStick": true,
"GildedNetherite": true,
"DepthMeter": {
"enabled": true,
"displayElevationAlways": false
},
"MysteriousBundle": true,
"CompostableRottenFlesh": true,
"MusicDiscs": true,
"NoteBlockAmethystSounds": true,
"ShipwreckSpyglassLoot": true,
"PocketJukebox": true,
"ChickenNugget": true,
"PoweredRailsCopperRecipe": true,
"GoldRing": true,
"GlowBerryEatGlow": {
"enabled": true,
"duration": 5
},
"HastePotions": true,
"BundleRecipe": true
}

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": false,
"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
}

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
}

7
config/auditory.json Normal file
View file

@ -0,0 +1,7 @@
{
"block_sounds": true,
"item_use_sounds": true,
"item_drop_sounds": true,
"interaction_sounds": true,
"entity_sounds": true
}

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": ""
}
}
}

387
config/bclib/biomes.json Normal file
View file

@ -0,0 +1,387 @@
{
"force_include": {
"NETHER": [],
"END_LAND": [],
"END_VOID": [],
"END_CENTER": [],
"END_BARRENS": []
},
"force_exclude": {
"NETHER": [],
"END": []
},
"minecraft": {
"the_end": {
"generation_chance [default: 0.5]": 0.5
},
"end_midlands": {
"generation_chance [default: 0.5]": 0.5
},
"end_highlands": {
"generation_chance [default: 0.5]": 0.5,
"edge_size [default: 8]": 8
}
},
"betternether": {
"gravel_desert": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"nether_jungle": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"wart_forest_edge": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"wart_forest": {
"generation_chance [default: 1.0]": 1.0,
"edge_size [default: 9]": 9,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"nether_grasslands": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"nether_mushroom_forest_edge": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"nether_mushroom_forest": {
"generation_chance [default: 1.0]": 1.0,
"edge_size [default: 6]": 6,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"bone_reef": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"sulfuric_bone_reef": {
"generation_chance [default: 0.3]": 0.3,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"poor_nether_grasslands": {
"generation_chance [default: 0.3]": 0.3,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"nether_swampland": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"nether_swampland_terraces": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"magma_land": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"soul_plain": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"crimson_glowing_woods": {
"generation_chance [default: 0.3]": 0.3,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"old_warped_woods": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"crimson_pinewood": {
"generation_chance [default: 0.3]": 0.3,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"old_fungiwoods": {
"generation_chance [default: 0.3]": 0.3,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"flooded_deltas": {
"generation_chance [default: 0.3]": 0.3,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"upside_down_forest": {
"generation_chance [default: 0.25]": 0.25,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"upside_down_forest_cleared": {
"generation_chance [default: 0.5]": 0.5,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"old_swampland": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
}
},
"betterend": {
"foggy_mushroomland": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 3.0]": 3.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"chorus_forest": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.5]": 1.5,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"dust_wastelands": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 1.5]": 1.5
},
"megalake": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.75]": 1.75,
"vertical [default: false]": false,
"terrain_height [default: 0.0]": 0.0
},
"megalake_grove": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.0]": 0.0
},
"crystal_mountains": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"painted_mountains": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"shadow_forest": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.5]": 2.5,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"amber_land": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"blossoming_spires": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.7]": 1.7,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"sulphur_springs": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.5]": 1.5,
"vertical [default: false]": false,
"terrain_height [default: 0.0]": 0.0
},
"umbrella_jungle": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.3]": 2.3,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"glowing_grasslands": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.3]": 1.3,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"dragon_graveyards": {
"generation_chance [default: 0.1]": 0.1,
"fog_density [default: 1.3]": 1.3,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"dry_shrubland": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.2]": 1.2,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"lantern_woods": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.1]": 1.1,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"neon_oasis": {
"generation_chance [default: 0.5]": 0.5,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"umbra_valley": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"ice_starfield": {
"generation_chance [default: 0.25]": 0.25,
"fog_density [default: 2.2]": 2.2,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"empty_end_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"empty_smaragdant_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"lush_smaragdant_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"empty_aurora_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"lush_aurora_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"jade_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
}
},
"edenring": {
"stone_garden": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"golden_forest": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"mycotic_forest": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"pulse_forest": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"brainstorm": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 2.0]": 2.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"lakeside_desert": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.75]": 1.75,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"wind_valley": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"air_ocean": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"sky_colony": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"empty_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"eroded_cave": {
"generation_chance [default: 1.0]": 1.0,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
},
"old_mycotic_forest": {
"generation_chance [default: 0.5]": 0.5,
"fog_density [default: 1.0]": 1.0,
"vertical [default: false]": false,
"terrain_height [default: 0.1]": 0.1
}
}
}

18
config/bclib/client.json Normal file
View file

@ -0,0 +1,18 @@
{
"ui": {
"suppressExperimentalDialogOnLoad [default: false]": false
},
"auto_sync": {
"enabled [default: true]": true,
"acceptConfigs [default: true]": true,
"acceptFiles [default: true]": true,
"acceptMods [default: false]": false,
"displayModInfo [default: true]": true,
"debugHashes [default: false]": false
},
"rendering": {
"customFogRendering [default: true]": true,
"netherThickFog [default: true]": true,
"FogDensity [default: 1.0]": 1.0
}
}

View file

@ -0,0 +1,8 @@
{
"options": {
"biomeSource": {
"fixEndBiomeSource [default: true]": true,
"fixNetherBiomeSource [default: true]": true
}
}
}

6
config/bclib/main.json Normal file
View file

@ -0,0 +1,6 @@
{
"patches": {
"applyPatches [default: true]": true,
"repairBiomesOnLoad [default: false]": false
}
}

222
config/bclib/recipes.json Normal file
View file

@ -0,0 +1,222 @@
{
"grid": {
"stalagnate_planks [default: true]": true,
"stalagnate_stairs [default: true]": true,
"stalagnate_slab [default: true]": true,
"stalagnate_fence [default: true]": true,
"stalagnate_gate [default: true]": true,
"stalagnate_button [default: true]": true,
"stalagnate_pressure_plate [default: true]": true,
"stalagnate_trapdoor [default: true]": true,
"stalagnate_door [default: true]": true,
"stalagnate_crafting_table [default: true]": true,
"stalagnate_ladder [default: true]": true,
"stalagnate_sign [default: true]": true,
"stalagnate_chest [default: true]": true,
"stalagnate_barrel [default: true]": true,
"stalagnate_bookshelf [default: true]": true,
"stalagnate_bark [default: true]": true,
"stalagnate_log [default: true]": true,
"stalagnate_stripped_bark [default: true]": true,
"stalagnate_stripped_log [default: true]": true,
"stalagnate_composter [default: true]": true,
"stalagnate_taburet [default: true]": true,
"stalagnate_chair [default: true]": true,
"stalagnate_bar_stool [default: true]": true,
"stalagnate_roof [default: true]": true,
"stalagnate_roof_stairs [default: true]": true,
"stalagnate_roof_slab [default: true]": true,
"willow_planks [default: true]": true,
"willow_stairs [default: true]": true,
"willow_slab [default: true]": true,
"willow_fence [default: true]": true,
"willow_gate [default: true]": true,
"willow_button [default: true]": true,
"willow_pressure_plate [default: true]": true,
"willow_trapdoor [default: true]": true,
"willow_door [default: true]": true,
"willow_crafting_table [default: true]": true,
"willow_ladder [default: true]": true,
"willow_sign [default: true]": true,
"willow_chest [default: true]": true,
"willow_barrel [default: true]": true,
"willow_bookshelf [default: true]": true,
"willow_bark [default: true]": true,
"willow_log [default: true]": true,
"willow_stripped_bark [default: true]": true,
"willow_stripped_log [default: true]": true,
"willow_composter [default: true]": true,
"willow_taburet [default: true]": true,
"willow_chair [default: true]": true,
"willow_bar_stool [default: true]": true,
"willow_roof [default: true]": true,
"willow_roof_stairs [default: true]": true,
"willow_roof_slab [default: true]": true,
"nether_reed_planks [default: true]": true,
"nether_reed_stairs [default: true]": true,
"nether_reed_slab [default: true]": true,
"nether_reed_fence [default: true]": true,
"nether_reed_gate [default: true]": true,
"nether_reed_button [default: true]": true,
"nether_reed_plate [default: true]": true,
"nether_reed_trapdoor [default: true]": true,
"nether_reed_door [default: true]": true,
"nether_reed_crafting_table [default: true]": true,
"nether_reed_ladder [default: true]": true,
"nether_reed_sign [default: true]": true,
"nether_reed_chest [default: true]": true,
"nether_reed_barrel [default: true]": true,
"nether_reed_taburet [default: true]": true,
"nether_reed_chair [default: true]": true,
"nether_reed_bar_stool [default: true]": true,
"nether_reed_roof [default: true]": true,
"nether_reed_roof_stairs [default: true]": true,
"nether_reed_roof_slab [default: true]": true,
"wart_planks [default: true]": true,
"wart_stairs [default: true]": true,
"wart_slab [default: true]": true,
"wart_fence [default: true]": true,
"wart_gate [default: true]": true,
"wart_button [default: true]": true,
"wart_pressure_plate [default: true]": true,
"wart_trapdoor [default: true]": true,
"wart_door [default: true]": true,
"wart_crafting_table [default: true]": true,
"wart_ladder [default: true]": true,
"wart_sign [default: true]": true,
"wart_chest [default: true]": true,
"wart_barrel [default: true]": true,
"wart_bookshelf [default: true]": true,
"wart_bark [default: true]": true,
"wart_log [default: true]": true,
"wart_stripped_bark [default: true]": true,
"wart_stripped_log [default: true]": true,
"wart_composter [default: true]": true,
"wart_taburet [default: true]": true,
"wart_chair [default: true]": true,
"wart_bar_stool [default: true]": true,
"wart_roof [default: true]": true,
"wart_roof_stairs [default: true]": true,
"wart_roof_slab [default: true]": true,
"rubeus_planks [default: true]": true,
"rubeus_stairs [default: true]": true,
"rubeus_slab [default: true]": true,
"rubeus_fence [default: true]": true,
"rubeus_gate [default: true]": true,
"rubeus_button [default: true]": true,
"rubeus_pressure_plate [default: true]": true,
"rubeus_trapdoor [default: true]": true,
"rubeus_door [default: true]": true,
"rubeus_crafting_table [default: true]": true,
"rubeus_ladder [default: true]": true,
"rubeus_sign [default: true]": true,
"rubeus_chest [default: true]": true,
"rubeus_barrel [default: true]": true,
"rubeus_bookshelf [default: true]": true,
"rubeus_bark [default: true]": true,
"rubeus_log [default: true]": true,
"rubeus_stripped_bark [default: true]": true,
"rubeus_stripped_log [default: true]": true,
"rubeus_composter [default: true]": true,
"rubeus_taburet [default: true]": true,
"rubeus_chair [default: true]": true,
"rubeus_bar_stool [default: true]": true,
"mushroom_fir_planks [default: true]": true,
"mushroom_fir_stairs [default: true]": true,
"mushroom_fir_slab [default: true]": true,
"mushroom_fir_fence [default: true]": true,
"mushroom_fir_gate [default: true]": true,
"mushroom_fir_button [default: true]": true,
"mushroom_fir_pressure_plate [default: true]": true,
"mushroom_fir_trapdoor [default: true]": true,
"mushroom_fir_door [default: true]": true,
"mushroom_fir_crafting_table [default: true]": true,
"mushroom_fir_ladder [default: true]": true,
"mushroom_fir_sign [default: true]": true,
"mushroom_fir_chest [default: true]": true,
"mushroom_fir_barrel [default: true]": true,
"mushroom_fir_bookshelf [default: true]": true,
"mushroom_fir_bark [default: true]": true,
"mushroom_fir_log [default: true]": true,
"mushroom_fir_stripped_bark [default: true]": true,
"mushroom_fir_stripped_log [default: true]": true,
"mushroom_fir_composter [default: true]": true,
"mushroom_fir_taburet [default: true]": true,
"mushroom_fir_chair [default: true]": true,
"mushroom_fir_bar_stool [default: true]": true,
"nether_mushroom_planks [default: true]": true,
"nether_mushroom_stairs [default: true]": true,
"nether_mushroom_slab [default: true]": true,
"nether_mushroom_fence [default: true]": true,
"nether_mushroom_gate [default: true]": true,
"nether_mushroom_button [default: true]": true,
"nether_mushroom_plate [default: true]": true,
"nether_mushroom_trapdoor [default: true]": true,
"nether_mushroom_door [default: true]": true,
"nether_mushroom_crafting_table [default: true]": true,
"nether_mushroom_ladder [default: true]": true,
"nether_mushroom_sign [default: true]": true,
"nether_mushroom_chest [default: true]": true,
"nether_mushroom_barrel [default: true]": true,
"nether_mushroom_taburet [default: true]": true,
"nether_mushroom_chair [default: true]": true,
"nether_mushroom_bar_stool [default: true]": true,
"anchor_tree_planks [default: true]": true,
"anchor_tree_stairs [default: true]": true,
"anchor_tree_slab [default: true]": true,
"anchor_tree_fence [default: true]": true,
"anchor_tree_gate [default: true]": true,
"anchor_tree_button [default: true]": true,
"anchor_tree_pressure_plate [default: true]": true,
"anchor_tree_trapdoor [default: true]": true,
"anchor_tree_door [default: true]": true,
"anchor_tree_crafting_table [default: true]": true,
"anchor_tree_ladder [default: true]": true,
"anchor_tree_sign [default: true]": true,
"anchor_tree_chest [default: true]": true,
"anchor_tree_barrel [default: true]": true,
"anchor_tree_bookshelf [default: true]": true,
"anchor_tree_bark [default: true]": true,
"anchor_tree_log [default: true]": true,
"anchor_tree_stripped_bark [default: true]": true,
"anchor_tree_stripped_log [default: true]": true,
"anchor_tree_composter [default: true]": true,
"anchor_tree_taburet [default: true]": true,
"anchor_tree_chair [default: true]": true,
"anchor_tree_bar_stool [default: true]": true,
"nether_sakura_planks [default: true]": true,
"nether_sakura_stairs [default: true]": true,
"nether_sakura_slab [default: true]": true,
"nether_sakura_fence [default: true]": true,
"nether_sakura_gate [default: true]": true,
"nether_sakura_button [default: true]": true,
"nether_sakura_pressure_plate [default: true]": true,
"nether_sakura_trapdoor [default: true]": true,
"nether_sakura_door [default: true]": true,
"nether_sakura_crafting_table [default: true]": true,
"nether_sakura_ladder [default: true]": true,
"nether_sakura_sign [default: true]": true,
"nether_sakura_chest [default: true]": true,
"nether_sakura_barrel [default: true]": true,
"nether_sakura_bookshelf [default: true]": true,
"nether_sakura_bark [default: true]": true,
"nether_sakura_log [default: true]": true,
"nether_sakura_stripped_bark [default: true]": true,
"nether_sakura_stripped_log [default: true]": true,
"nether_sakura_composter [default: true]": true,
"nether_sakura_taburet [default: true]": true,
"nether_sakura_chair [default: true]": true,
"nether_sakura_bar_stool [default: true]": true,
"tag_smith_table [default: true]": true,
"tag_cauldron [default: true]": true,
"tag_hopper [default: true]": true,
"tag_piston [default: true]": true,
"tag_rail [default: true]": true,
"tag_stonecutter [default: true]": true,
"tag_bucket [default: true]": true,
"tag_compass [default: true]": true,
"tag_minecart [default: true]": true,
"tag_shield [default: true]": true,
"tag_shulker_box [default: true]": true
}
}

13
config/bclib/server.json Normal file
View file

@ -0,0 +1,13 @@
{
"auto_sync": {
"enabled [default: true]": true,
"offerConfigs [default: true]": true,
"offerFiles [default: true]": true,
"offerMods [default: true]": true,
"offerAllMods [default: false]": false,
"sendAllModInfo [default: false]": false,
"additionalMods": [],
"excludeMods": [],
"forceBetterXPreset [default: true]": true
}
}

View file

@ -0,0 +1,79 @@
{
"betterend": {
"foggy_mushroomland": {
"enabled [default: true]": true
},
"chorus_forest": {
"enabled [default: true]": true
},
"dust_wastelands": {
"enabled [default: true]": true
},
"megalake": {
"enabled [default: true]": true
},
"megalake_grove": {
"enabled [default: true]": true
},
"crystal_mountains": {
"enabled [default: true]": true
},
"painted_mountains": {
"enabled [default: true]": true
},
"shadow_forest": {
"enabled [default: true]": true
},
"amber_land": {
"enabled [default: true]": true
},
"blossoming_spires": {
"enabled [default: true]": true
},
"sulphur_springs": {
"enabled [default: true]": true
},
"umbrella_jungle": {
"enabled [default: true]": true
},
"glowing_grasslands": {
"enabled [default: true]": true
},
"dragon_graveyards": {
"enabled [default: true]": true
},
"dry_shrubland": {
"enabled [default: true]": true
},
"lantern_woods": {
"enabled [default: true]": true
},
"neon_oasis": {
"enabled [default: true]": true
},
"umbra_valley": {
"enabled [default: true]": true
},
"ice_starfield": {
"enabled [default: true]": true
},
"empty_end_cave": {
"enabled [default: true]": true
},
"empty_smaragdant_cave": {
"enabled [default: true]": true
},
"lush_smaragdant_cave": {
"enabled [default: true]": true
},
"empty_aurora_cave": {
"enabled [default: true]": true
},
"lush_aurora_cave": {
"enabled [default: true]": true
},
"jade_cave": {
"enabled [default: true]": true
}
}
}

View file

@ -0,0 +1,477 @@
{
"endstone_dust [default: true]": true,
"betterend [default: true]": true,
"end_mycelium [default: true]": true,
"end_moss [default: true]": true,
"chorus_nylium [default: true]": true,
"cave_moss [default: true]": true,
"crystal_moss [default: true]": true,
"crystal_moss_cover [default: true]": true,
"shadow_grass [default: true]": true,
"pink_moss [default: true]": true,
"amber_moss [default: true]": true,
"jungle_moss [default: true]": true,
"sangnum [default: true]": true,
"rutiscus [default: true]": true,
"pallidium_full [default: true]": true,
"pallidium_heavy [default: true]": true,
"pallidium_thin [default: true]": true,
"pallidium_tiny [default: true]": true,
"end_mycelium_path [default: true]": true,
"end_moss_path [default: true]": true,
"chorus_nylium_path [default: true]": true,
"cave_moss_path [default: true]": true,
"crystal_moss_path [default: true]": true,
"shadow_grass_path [default: true]": true,
"pink_moss_path [default: true]": true,
"amber_moss_path [default: true]": true,
"jungle_moss_path [default: true]": true,
"sangnum_path [default: true]": true,
"rutiscus_path [default: true]": true,
"mossy_obsidian [default: true]": true,
"dragon_bone_block [default: true]": true,
"dragon_bone_stairs [default: true]": true,
"dragon_bone_slab [default: true]": true,
"mossy_dragon_bone [default: true]": true,
"flavolite [default: true]": true,
"flavolite_polished [default: true]": true,
"flavolite_tiles [default: true]": true,
"flavolite_pillar [default: true]": true,
"flavolite_stairs [default: true]": true,
"flavolite_slab [default: true]": true,
"flavolite_wall [default: true]": true,
"flavolite_button [default: true]": true,
"flavolite_plate [default: true]": true,
"flavolite_pedestal [default: true]": true,
"flavolite_lantern [default: true]": true,
"flavolite_bricks [default: true]": true,
"flavolite_bricks_stairs [default: true]": true,
"flavolite_bricks_slab [default: true]": true,
"flavolite_bricks_wall [default: true]": true,
"flavolite_furnace [default: true]": true,
"flavolite_flower_pot [default: true]": true,
"violecite [default: true]": true,
"violecite_polished [default: true]": true,
"violecite_tiles [default: true]": true,
"violecite_pillar [default: true]": true,
"violecite_stairs [default: true]": true,
"violecite_slab [default: true]": true,
"violecite_wall [default: true]": true,
"violecite_button [default: true]": true,
"violecite_plate [default: true]": true,
"violecite_pedestal [default: true]": true,
"violecite_lantern [default: true]": true,
"violecite_bricks [default: true]": true,
"violecite_bricks_stairs [default: true]": true,
"violecite_bricks_slab [default: true]": true,
"violecite_bricks_wall [default: true]": true,
"violecite_furnace [default: true]": true,
"violecite_flower_pot [default: true]": true,
"sulphuric_rock [default: true]": true,
"sulphuric_rock_polished [default: true]": true,
"sulphuric_rock_tiles [default: true]": true,
"sulphuric_rock_pillar [default: true]": true,
"sulphuric_rock_stairs [default: true]": true,
"sulphuric_rock_slab [default: true]": true,
"sulphuric_rock_wall [default: true]": true,
"sulphuric_rock_button [default: true]": true,
"sulphuric_rock_plate [default: true]": true,
"sulphuric_rock_pedestal [default: true]": true,
"sulphuric_rock_lantern [default: true]": true,
"sulphuric_rock_bricks [default: true]": true,
"sulphuric_rock_bricks_stairs [default: true]": true,
"sulphuric_rock_bricks_slab [default: true]": true,
"sulphuric_rock_bricks_wall [default: true]": true,
"sulphuric_rock_furnace [default: true]": true,
"sulphuric_rock_flower_pot [default: true]": true,
"virid_jadestone [default: true]": true,
"virid_jadestone_polished [default: true]": true,
"virid_jadestone_tiles [default: true]": true,
"virid_jadestone_pillar [default: true]": true,
"virid_jadestone_stairs [default: true]": true,
"virid_jadestone_slab [default: true]": true,
"virid_jadestone_wall [default: true]": true,
"virid_jadestone_button [default: true]": true,
"virid_jadestone_plate [default: true]": true,
"virid_jadestone_pedestal [default: true]": true,
"virid_jadestone_lantern [default: true]": true,
"virid_jadestone_bricks [default: true]": true,
"virid_jadestone_bricks_stairs [default: true]": true,
"virid_jadestone_bricks_slab [default: true]": true,
"virid_jadestone_bricks_wall [default: true]": true,
"virid_jadestone_furnace [default: true]": true,
"virid_jadestone_flower_pot [default: true]": true,
"azure_jadestone [default: true]": true,
"azure_jadestone_polished [default: true]": true,
"azure_jadestone_tiles [default: true]": true,
"azure_jadestone_pillar [default: true]": true,
"azure_jadestone_stairs [default: true]": true,
"azure_jadestone_slab [default: true]": true,
"azure_jadestone_wall [default: true]": true,
"azure_jadestone_button [default: true]": true,
"azure_jadestone_plate [default: true]": true,
"azure_jadestone_pedestal [default: true]": true,
"azure_jadestone_lantern [default: true]": true,
"azure_jadestone_bricks [default: true]": true,
"azure_jadestone_bricks_stairs [default: true]": true,
"azure_jadestone_bricks_slab [default: true]": true,
"azure_jadestone_bricks_wall [default: true]": true,
"azure_jadestone_furnace [default: true]": true,
"azure_jadestone_flower_pot [default: true]": true,
"sandy_jadestone [default: true]": true,
"sandy_jadestone_polished [default: true]": true,
"sandy_jadestone_tiles [default: true]": true,
"sandy_jadestone_pillar [default: true]": true,
"sandy_jadestone_stairs [default: true]": true,
"sandy_jadestone_slab [default: true]": true,
"sandy_jadestone_wall [default: true]": true,
"sandy_jadestone_button [default: true]": true,
"sandy_jadestone_plate [default: true]": true,
"sandy_jadestone_pedestal [default: true]": true,
"sandy_jadestone_lantern [default: true]": true,
"sandy_jadestone_bricks [default: true]": true,
"sandy_jadestone_bricks_stairs [default: true]": true,
"sandy_jadestone_bricks_slab [default: true]": true,
"sandy_jadestone_bricks_wall [default: true]": true,
"sandy_jadestone_furnace [default: true]": true,
"sandy_jadestone_flower_pot [default: true]": true,
"umbralith [default: true]": true,
"umbralith_polished [default: true]": true,
"umbralith_tiles [default: true]": true,
"umbralith_pillar [default: true]": true,
"umbralith_stairs [default: true]": true,
"umbralith_slab [default: true]": true,
"umbralith_wall [default: true]": true,
"umbralith_button [default: true]": true,
"umbralith_plate [default: true]": true,
"umbralith_pedestal [default: true]": true,
"umbralith_lantern [default: true]": true,
"umbralith_bricks [default: true]": true,
"umbralith_bricks_stairs [default: true]": true,
"umbralith_bricks_slab [default: true]": true,
"umbralith_bricks_wall [default: true]": true,
"umbralith_furnace [default: true]": true,
"umbralith_flower_pot [default: true]": true,
"brimstone [default: true]": true,
"sulphur_crystal [default: true]": true,
"missing_tile [default: true]": true,
"endstone_flower_pot [default: true]": true,
"flavolite_runed [default: true]": true,
"flavolite_runed_eternal [default: true]": true,
"andesite_pedestal [default: true]": true,
"diorite_pedestal [default: true]": true,
"granite_pedestal [default: true]": true,
"quartz_pedestal [default: true]": true,
"purpur_pedestal [default: true]": true,
"hydrothermal_vent [default: true]": true,
"dense_snow [default: true]": true,
"emerald_ice [default: true]": true,
"dense_emerald_ice [default: true]": true,
"ancient_emerald_ice [default: true]": true,
"end_stone_stalactite [default: true]": true,
"end_stone_stalactite_cavemoss [default: true]": true,
"mossy_glowshroom_sapling [default: true]": true,
"mossy_glowshroom_cap [default: true]": true,
"mossy_glowshroom_hymenophore [default: true]": true,
"mossy_glowshroom_fur [default: true]": true,
"pythadendron_sapling [default: true]": true,
"pythadendron_leaves [default: true]": true,
"end_lotus_seed [default: true]": true,
"end_lotus_stem [default: true]": true,
"lacugrove_sapling [default: true]": true,
"lacugrove_leaves [default: true]": true,
"dragon_tree_sapling [default: true]": true,
"dragon_tree_leaves [default: true]": true,
"tenanea_sapling [default: true]": true,
"tenanea_leaves [default: true]": true,
"tenanea_flowers [default: true]": true,
"tenanea_outer_leaves [default: true]": true,
"helix_tree_sapling [default: true]": true,
"helix_tree_leaves [default: true]": true,
"umbrella_tree_sapling [default: true]": true,
"umbrella_tree_membrane [default: true]": true,
"umbrella_tree_cluster [default: true]": true,
"umbrella_tree_cluster_empty [default: true]": true,
"jellyshroom_cap_purple [default: true]": true,
"lucernia_sapling [default: true]": true,
"lucernia_leaves [default: true]": true,
"lucernia_outer_leaves [default: true]": true,
"umbrella_moss [default: true]": true,
"umbrella_moss_tall [default: true]": true,
"creeping_moss [default: true]": true,
"chorus_grass [default: true]": true,
"cave_grass [default: true]": true,
"crystal_grass [default: true]": true,
"shadow_plant [default: true]": true,
"bushy_grass [default: true]": true,
"amber_grass [default: true]": true,
"twisted_umbrella_moss [default: true]": true,
"twisted_umbrella_moss_tall [default: true]": true,
"jungle_grass [default: true]": true,
"blooming_cooksonia [default: true]": true,
"salteago [default: true]": true,
"vaiolush_fern [default: true]": true,
"fracturn [default: true]": true,
"clawfern [default: true]": true,
"globulagus [default: true]": true,
"orango [default: true]": true,
"aeridium [default: true]": true,
"lutebus [default: true]": true,
"lamellarium [default: true]": true,
"inflexia [default: true]": true,
"flammalix [default: true]": true,
"blue_vine_seed [default: true]": true,
"blue_vine_lantern [default: true]": true,
"blue_vine_fur [default: true]": true,
"lanceleaf_seed [default: true]": true,
"glowing_pillar_seed [default: true]": true,
"glowing_pillar_luminophor [default: true]": true,
"glowing_pillar_leaves [default: true]": true,
"small_jellyshroom [default: true]": true,
"bolux_mushroom [default: true]": true,
"lumecorn_seed [default: true]": true,
"small_amaranita_mushroom [default: true]": true,
"amaranita_stem [default: true]": true,
"amaranita_hyphae [default: true]": true,
"amaranita_hymenophore [default: true]": true,
"amaranita_lantern [default: true]": true,
"amaranita_fur [default: true]": true,
"amaranita_cap [default: true]": true,
"neon_cactus [default: true]": true,
"neon_cactus_block [default: true]": true,
"neon_cactus_stairs [default: true]": true,
"neon_cactus_slab [default: true]": true,
"shadow_berry [default: true]": true,
"blossom_berry_seed [default: true]": true,
"amber_root_seed [default: true]": true,
"chorus_mushroom_seed [default: true]": true,
"cave_pumpkin_seed [default: true]": true,
"cave_pumpkin [default: true]": true,
"bubble_coral [default: true]": true,
"menger_sponge [default: true]": true,
"menger_sponge_wet [default: true]": true,
"charnia_red [default: true]": true,
"charnia_purple [default: true]": true,
"charnia_orange [default: true]": true,
"charnia_light_blue [default: true]": true,
"charnia_cyan [default: true]": true,
"charnia_green [default: true]": true,
"end_lily_seed [default: true]": true,
"hydralux_sapling [default: true]": true,
"hydralux_petal_block [default: true]": true,
"hydralux_petal_block_white [default: true]": true,
"hydralux_petal_block_gray [default: true]": true,
"hydralux_petal_block_light_gray [default: true]": true,
"hydralux_petal_block_black [default: true]": true,
"hydralux_petal_block_blue [default: true]": true,
"hydralux_petal_block_lime [default: true]": true,
"hydralux_petal_block_magenta [default: true]": true,
"hydralux_petal_block_red [default: true]": true,
"hydralux_petal_block_orange [default: true]": true,
"hydralux_petal_block_purple [default: true]": true,
"hydralux_petal_block_cyan [default: true]": true,
"hydralux_petal_block_brown [default: true]": true,
"hydralux_petal_block_green [default: true]": true,
"hydralux_petal_block_yellow [default: true]": true,
"hydralux_petal_block_pink [default: true]": true,
"hydralux_petal_block_light_blue [default: true]": true,
"pond_anemone [default: true]": true,
"flamaea [default: true]": true,
"cave_bush [default: true]": true,
"murkweed [default: true]": true,
"needlegrass [default: true]": true,
"purple_polypore [default: true]": true,
"aurant_polypore [default: true]": true,
"tail_moss [default: true]": true,
"cyan_moss [default: true]": true,
"twisted_moss [default: true]": true,
"tube_worm [default: true]": true,
"bulb_moss [default: true]": true,
"jungle_fern [default: true]": true,
"ruscus [default: true]": true,
"dense_vine [default: true]": true,
"twisted_vine [default: true]": true,
"bulb_vine_seed [default: true]": true,
"bulb_vine [default: true]": true,
"jungle_vine [default: true]": true,
"rubinea [default: true]": true,
"magnula [default: true]": true,
"filalux [default: true]": true,
"filalux_wings [default: true]": true,
"filalux_lantern [default: true]": true,
"silk_moth_nest [default: true]": true,
"silk_moth_hive [default: true]": true,
"ender_ore [default: true]": true,
"amber_ore [default: true]": true,
"thallasium_ore [default: true]": true,
"thallasium_block [default: true]": true,
"thallasium_tile [default: true]": true,
"thallasium_stairs [default: true]": true,
"thallasium_slab [default: true]": true,
"thallasium_door [default: true]": true,
"thallasium_trapdoor [default: true]": true,
"thallasium_bars [default: true]": true,
"thallasium_chain [default: true]": true,
"thallasium_plate [default: true]": true,
"thallasium_chandelier [default: true]": true,
"thallasium_bulb_lantern [default: true]": true,
"thallasium_bulb_lantern_white [default: true]": true,
"thallasium_bulb_lantern_gray [default: true]": true,
"thallasium_bulb_lantern_light_gray [default: true]": true,
"thallasium_bulb_lantern_black [default: true]": true,
"thallasium_bulb_lantern_blue [default: true]": true,
"thallasium_bulb_lantern_lime [default: true]": true,
"thallasium_bulb_lantern_magenta [default: true]": true,
"thallasium_bulb_lantern_red [default: true]": true,
"thallasium_bulb_lantern_orange [default: true]": true,
"thallasium_bulb_lantern_purple [default: true]": true,
"thallasium_bulb_lantern_cyan [default: true]": true,
"thallasium_bulb_lantern_brown [default: true]": true,
"thallasium_bulb_lantern_green [default: true]": true,
"thallasium_bulb_lantern_yellow [default: true]": true,
"thallasium_bulb_lantern_pink [default: true]": true,
"thallasium_bulb_lantern_light_blue [default: true]": true,
"thallasium_anvil [default: true]": true,
"terminite_block [default: true]": true,
"terminite_tile [default: true]": true,
"terminite_stairs [default: true]": true,
"terminite_slab [default: true]": true,
"terminite_door [default: true]": true,
"terminite_trapdoor [default: true]": true,
"terminite_bars [default: true]": true,
"terminite_chain [default: true]": true,
"terminite_plate [default: true]": true,
"terminite_chandelier [default: true]": true,
"terminite_bulb_lantern [default: true]": true,
"terminite_bulb_lantern_white [default: true]": true,
"terminite_bulb_lantern_gray [default: true]": true,
"terminite_bulb_lantern_light_gray [default: true]": true,
"terminite_bulb_lantern_black [default: true]": true,
"terminite_bulb_lantern_blue [default: true]": true,
"terminite_bulb_lantern_lime [default: true]": true,
"terminite_bulb_lantern_magenta [default: true]": true,
"terminite_bulb_lantern_red [default: true]": true,
"terminite_bulb_lantern_orange [default: true]": true,
"terminite_bulb_lantern_purple [default: true]": true,
"terminite_bulb_lantern_cyan [default: true]": true,
"terminite_bulb_lantern_brown [default: true]": true,
"terminite_bulb_lantern_green [default: true]": true,
"terminite_bulb_lantern_yellow [default: true]": true,
"terminite_bulb_lantern_pink [default: true]": true,
"terminite_bulb_lantern_light_blue [default: true]": true,
"terminite_anvil [default: true]": true,
"aeternium_block [default: true]": true,
"charcoal_block [default: true]": true,
"ender_block [default: true]": true,
"aurora_crystal [default: true]": true,
"amber_block [default: true]": true,
"smaragdant_crystal_shard [default: true]": true,
"smaragdant_crystal [default: true]": true,
"smaragdant_crystal_polished [default: true]": true,
"smaragdant_crystal_tiles [default: true]": true,
"smaragdant_crystal_pillar [default: true]": true,
"smaragdant_crystal_stairs [default: true]": true,
"smaragdant_crystal_slab [default: true]": true,
"smaragdant_crystal_wall [default: true]": true,
"smaragdant_crystal_pedestal [default: true]": true,
"smaragdant_crystal_bricks [default: true]": true,
"smaragdant_crystal_bricks_stairs [default: true]": true,
"smaragdant_crystal_bricks_slab [default: true]": true,
"smaragdant_crystal_bricks_wall [default: true]": true,
"respawn_obelisk [default: true]": true,
"andesite_lantern [default: true]": true,
"diorite_lantern [default: true]": true,
"granite_lantern [default: true]": true,
"quartz_lantern [default: true]": true,
"purpur_lantern [default: true]": true,
"end_stone_lantern [default: true]": true,
"blackstone_lantern [default: true]": true,
"iron_bulb_lantern [default: true]": true,
"iron_bulb_lantern_white [default: true]": true,
"iron_bulb_lantern_gray [default: true]": true,
"iron_bulb_lantern_light_gray [default: true]": true,
"iron_bulb_lantern_black [default: true]": true,
"iron_bulb_lantern_blue [default: true]": true,
"iron_bulb_lantern_lime [default: true]": true,
"iron_bulb_lantern_magenta [default: true]": true,
"iron_bulb_lantern_red [default: true]": true,
"iron_bulb_lantern_orange [default: true]": true,
"iron_bulb_lantern_purple [default: true]": true,
"iron_bulb_lantern_cyan [default: true]": true,
"iron_bulb_lantern_brown [default: true]": true,
"iron_bulb_lantern_green [default: true]": true,
"iron_bulb_lantern_yellow [default: true]": true,
"iron_bulb_lantern_pink [default: true]": true,
"iron_bulb_lantern_light_blue [default: true]": true,
"iron_chandelier [default: true]": true,
"gold_chandelier [default: true]": true,
"end_stone_furnace [default: true]": true,
"end_stone_smelter [default: true]": true,
"eternal_pedestal [default: true]": true,
"infusion_pedestal [default: true]": true,
"aeternium_anvil [default: true]": true,
"flower_pots": {
"soils": {
"end_mycelium [default: 0]": 0,
"end_moss [default: 1]": 1,
"chorus_nylium [default: 2]": 2,
"cave_moss [default: 3]": 3,
"crystal_moss [default: 4]": 4,
"shadow_grass [default: 5]": 5,
"pink_moss [default: 6]": 6,
"amber_moss [default: 7]": 7,
"jungle_moss [default: 8]": 8,
"sangnum [default: 9]": 9,
"rutiscus [default: 10]": 10,
"pallidium_full [default: 11]": 11
},
"plants": {
"mossy_glowshroom_sapling [default: 0]": 0,
"pythadendron_sapling [default: 1]": 1,
"pythadendron_leaves [default: 2]": 2,
"end_lotus_flower [default: 3]": 3,
"lacugrove_sapling [default: 4]": 4,
"lacugrove_leaves [default: 5]": 5,
"dragon_tree_sapling [default: 6]": 6,
"dragon_tree_leaves [default: 7]": 7,
"tenanea_sapling [default: 8]": 8,
"tenanea_leaves [default: 9]": 9,
"helix_tree_sapling [default: 10]": 10,
"umbrella_tree_sapling [default: 11]": 11,
"lucernia_sapling [default: 12]": 12,
"lucernia_leaves [default: 13]": 13,
"umbrella_moss [default: 14]": 14,
"creeping_moss [default: 15]": 15,
"chorus_grass [default: 16]": 16,
"cave_grass [default: 17]": 17,
"crystal_grass [default: 18]": 18,
"shadow_plant [default: 19]": 19,
"bushy_grass [default: 20]": 20,
"amber_grass [default: 21]": 21,
"twisted_umbrella_moss [default: 22]": 22,
"jungle_grass [default: 23]": 23,
"blooming_cooksonia [default: 24]": 24,
"salteago [default: 25]": 25,
"vaiolush_fern [default: 26]": 26,
"fracturn [default: 27]": 27,
"clawfern [default: 28]": 28,
"globulagus [default: 29]": 29,
"orango [default: 30]": 30,
"aeridium [default: 31]": 31,
"lutebus [default: 32]": 32,
"lamellarium [default: 33]": 33,
"inflexia [default: 34]": 34,
"flammalix [default: 35]": 35,
"small_jellyshroom [default: 36]": 36,
"bolux_mushroom [default: 37]": 37,
"small_amaranita_mushroom [default: 38]": 38,
"neon_cactus [default: 39]": 39,
"shadow_berry [default: 40]": 40,
"blossom_berry_seed [default: 41]": 41,
"amber_root_seed [default: 42]": 42,
"chorus_mushroom_seed [default: 43]": 43,
"murkweed [default: 44]": 44,
"needlegrass [default: 45]": 45
}
}
}

View file

@ -0,0 +1,6 @@
{
"customSky [default: true]": true,
"useFogDensity [default: true]": true,
"blendBiomeMusic [default: true]": true,
"sulfurWaterColor [default: true]": true
}

View file

@ -0,0 +1,3 @@
{
"end_veil [default: true]": true
}

View file

@ -0,0 +1,8 @@
{
"dragonfly [default: true]": true,
"end_slime [default: true]": true,
"end_fish [default: true]": true,
"shadow_walker [default: true]": true,
"cubozoa [default: true]": true,
"silk_moth [default: true]": true
}

View file

@ -0,0 +1,58 @@
{
"biomeMap": {
"biomeSizeCaves [default: 32]": 32
},
"portal": {
"hasPortal [default: true]": true,
"customEndPortal [default: true]": true
},
"spikes": {
"hasSpikes [default: true]": true,
"customObsidianSpikes [default: true]": true
},
"hasDragonFights [default: true]": true,
"chorusPlant": {
"changeChorusPlant [default: true]": true
},
"customGenerator": {
"useNewGenerator [default: true]": true,
"generateCentralIsland [default: true]": true,
"endCityFailChance [default: 5]": 5,
"layers": {
"bigIslands": {
"distance[1-8192] [default: 300.0]": 300.0,
"scale[0.1-1024] [default: 200.0]": 200.0,
"averageHeight[0-1] [default: 0.546875]": 0.546875,
"heightVariation[0-1] [default: 0.078125]": 0.078125,
"coverage[0-1] [default: 0.5]": 0.5,
"hasCentralIsland [default: false]": false
},
"mediumIslands": {
"distance[1-8192] [default: 150.0]": 150.0,
"scale[0.1-1024] [default: 100.0]": 100.0,
"averageHeight[0-1] [default: 0.546875]": 0.546875,
"heightVariation[0-1] [default: 0.15625]": 0.15625,
"coverage[0-1] [default: 0.5]": 0.5,
"hasCentralIsland [default: true]": true
},
"smallIslands": {
"distance[1-8192] [default: 60.0]": 60.0,
"scale[0.1-1024] [default: 50.0]": 50.0,
"averageHeight[0-1] [default: 0.546875]": 0.546875,
"heightVariation[0-1] [default: 0.234375]": 0.234375,
"coverage[0-1] [default: 0.5]": 0.5,
"hasCentralIsland [default: false]": false
}
},
"voidRingSize [default: 1000]": 1000
},
"generateObsidianPlatform [default: true]": true,
"spawn": {
"changeSpawn [default: false]": false,
"point": {
"x [default: 20]": 20,
"y [default: 65]": 65,
"z [default: 0]": 0
}
}
}

136
config/betterend/items.json Normal file
View file

@ -0,0 +1,136 @@
{
"items": {
"ender_dust [default: true]": true,
"ender_shard [default: true]": true,
"aeternium_ingot [default: true]": true,
"aeternium_forged_plate [default: true]": true,
"end_lily_leaf [default: true]": true,
"end_lily_leaf_dried [default: true]": true,
"crystal_shards [default: true]": true,
"raw_amber [default: true]": true,
"amber_gem [default: true]": true,
"glowing_bulb [default: true]": true,
"crystalline_sulphur [default: true]": true,
"hydralux_petal [default: true]": true,
"gelatine [default: true]": true,
"eternal_crystal [default: true]": true,
"enchanted_petal [default: true]": true,
"leather_stripe [default: true]": true,
"leather_wrapped_stick [default: true]": true,
"silk_fiber [default: true]": true,
"lumecorn_rod [default: true]": true,
"silk_moth_matrix [default: true]": true,
"enchanted_membrane [default: true]": true,
"music_disc_strange_and_alien [default: true]": true,
"music_disc_grasping_at_stars [default: true]": true,
"music_disc_endseeker [default: true]": true,
"music_disc_eo_dracona [default: true]": true,
"aeternium_helmet [default: true]": true,
"aeternium_chestplate [default: true]": true,
"aeternium_leggings [default: true]": true,
"aeternium_boots [default: true]": true,
"crystalite_helmet [default: true]": true,
"crystalite_chestplate [default: true]": true,
"crystalite_leggings [default: true]": true,
"crystalite_boots [default: true]": true,
"elytra_armored [default: true]": true,
"elytra_crystalite [default: true]": true,
"aeternium_shovel_head [default: true]": true,
"aeternium_pickaxe_head [default: true]": true,
"aeternium_axe_head [default: true]": true,
"aeternium_hoe_head [default: true]": true,
"aeternium_hammer_head [default: true]": true,
"aeternium_sword_blade [default: true]": true,
"aeternium_sword_handle [default: true]": true,
"shadow_berry_raw [default: true]": true,
"shadow_berry_cooked [default: true]": true,
"end_fish_raw [default: true]": true,
"end_fish_cooked [default: true]": true,
"spawn_egg_dragonfly [default: true]": true,
"spawn_egg_end_slime [default: true]": true,
"spawn_egg_end_fish [default: true]": true,
"spawn_egg_shadow_walker [default: true]": true,
"spawn_egg_cubozoa [default: true]": true,
"spawn_egg_silk_moth [default: true]": true,
"bucket_end_fish [default: true]": true,
"bucket_cubozoa [default: true]": true,
"sweet_berry_jelly [default: true]": true,
"shadow_berry_jelly [default: true]": true,
"blossom_berry_jelly [default: true]": true,
"blossom_berry [default: true]": true,
"amber_root_raw [default: true]": true,
"chorus_mushroom_raw [default: true]": true,
"chorus_mushroom_cooked [default: true]": true,
"bolux_mushroom_cooked [default: true]": true,
"cave_pumpkin_pie [default: true]": true,
"umbrella_cluster_juice [default: true]": true,
"thallasium_raw [default: true]": true,
"thallasium_nugget [default: true]": true,
"thallasium_ingot [default: true]": true,
"thallasium_shovel_head [default: true]": true,
"thallasium_pickaxe_head [default: true]": true,
"thallasium_axe_head [default: true]": true,
"thallasium_hoe_head [default: true]": true,
"thallasium_sword_blade [default: true]": true,
"thallasium_sword_handle [default: true]": true,
"thallasium_forged_plate [default: true]": true,
"terminite_nugget [default: true]": true,
"terminite_ingot [default: true]": true,
"terminite_shovel_head [default: true]": true,
"terminite_pickaxe_head [default: true]": true,
"terminite_axe_head [default: true]": true,
"terminite_hoe_head [default: true]": true,
"terminite_sword_blade [default: true]": true,
"terminite_sword_handle [default: true]": true,
"terminite_forged_plate [default: true]": true,
"guidebook [default: true]": true
},
"musicDiscs": {
"music_disc_strange_and_alien [default: true]": true,
"music_disc_grasping_at_stars [default: true]": true,
"music_disc_endseeker [default: true]": true,
"music_disc_eo_dracona [default: true]": true
},
"tools": {
"aeternium_shovel [default: true]": true,
"aeternium_sword [default: true]": true,
"aeternium_pickaxe [default: true]": true,
"aeternium_axe [default: true]": true,
"aeternium_hoe [default: true]": true,
"aeternium_hammer [default: true]": true,
"iron_hammer [default: true]": true,
"golden_hammer [default: true]": true,
"diamond_hammer [default: true]": true,
"netherite_hammer [default: true]": true,
"thallasium_shovel [default: true]": true,
"thallasium_sword [default: true]": true,
"thallasium_pickaxe [default: true]": true,
"thallasium_axe [default: true]": true,
"thallasium_hoe [default: true]": true,
"thallasium_hammer [default: true]": true,
"terminite_shovel [default: true]": true,
"terminite_sword [default: true]": true,
"terminite_pickaxe [default: true]": true,
"terminite_axe [default: true]": true,
"terminite_hoe [default: true]": true,
"terminite_hammer [default: true]": true
},
"spawnEggs": {
"spawn_egg_dragonfly [default: true]": true,
"spawn_egg_end_slime [default: true]": true,
"spawn_egg_end_fish [default: true]": true,
"spawn_egg_shadow_walker [default: true]": true,
"spawn_egg_cubozoa [default: true]": true,
"spawn_egg_silk_moth [default: true]": true
},
"armour": {
"thallasium_helmet [default: true]": true,
"thallasium_chestplate [default: true]": true,
"thallasium_leggings [default: true]": true,
"thallasium_boots [default: true]": true,
"terminite_helmet [default: true]": true,
"terminite_chestplate [default: true]": true,
"terminite_leggings [default: true]": true,
"terminite_boots [default: true]": true
}
}

View file

@ -0,0 +1,11 @@
{
"portals": [
{
"dimension": "minecraft:overworld",
"item": "betterend:eternal_crystal",
"colorRed": 255,
"colorGreen": 255,
"colorBlue": 255
}
]
}

View file

@ -0,0 +1,649 @@
{
"grid": {
"flavolite_bricks [default: true]": true,
"flavolite_polished [default: true]": true,
"flavolite_tiles [default: true]": true,
"flavolite_pillar [default: true]": true,
"flavolite_stairs [default: true]": true,
"flavolite_slab [default: true]": true,
"flavolite_bricks_stairs [default: true]": true,
"flavolite_bricks_slab [default: true]": true,
"flavolite_wall [default: true]": true,
"flavolite_bricks_wall [default: true]": true,
"flavolite_button [default: true]": true,
"flavolite_pressure_plate [default: true]": true,
"flavolite_lantern [default: true]": true,
"flavolite_furnace [default: true]": true,
"flavolite_flower_pot [default: true]": true,
"flavolite_pedestal [default: true]": true,
"violecite_bricks [default: true]": true,
"violecite_polished [default: true]": true,
"violecite_tiles [default: true]": true,
"violecite_pillar [default: true]": true,
"violecite_stairs [default: true]": true,
"violecite_slab [default: true]": true,
"violecite_bricks_stairs [default: true]": true,
"violecite_bricks_slab [default: true]": true,
"violecite_wall [default: true]": true,
"violecite_bricks_wall [default: true]": true,
"violecite_button [default: true]": true,
"violecite_pressure_plate [default: true]": true,
"violecite_lantern [default: true]": true,
"violecite_furnace [default: true]": true,
"violecite_flower_pot [default: true]": true,
"violecite_pedestal [default: true]": true,
"sulphuric_rock_bricks [default: true]": true,
"sulphuric_rock_polished [default: true]": true,
"sulphuric_rock_tiles [default: true]": true,
"sulphuric_rock_pillar [default: true]": true,
"sulphuric_rock_stairs [default: true]": true,
"sulphuric_rock_slab [default: true]": true,
"sulphuric_rock_bricks_stairs [default: true]": true,
"sulphuric_rock_bricks_slab [default: true]": true,
"sulphuric_rock_wall [default: true]": true,
"sulphuric_rock_bricks_wall [default: true]": true,
"sulphuric_rock_button [default: true]": true,
"sulphuric_rock_pressure_plate [default: true]": true,
"sulphuric_rock_lantern [default: true]": true,
"sulphuric_rock_furnace [default: true]": true,
"sulphuric_rock_flower_pot [default: true]": true,
"sulphuric_rock_pedestal [default: true]": true,
"virid_jadestone_bricks [default: true]": true,
"virid_jadestone_polished [default: true]": true,
"virid_jadestone_tiles [default: true]": true,
"virid_jadestone_pillar [default: true]": true,
"virid_jadestone_stairs [default: true]": true,
"virid_jadestone_slab [default: true]": true,
"virid_jadestone_bricks_stairs [default: true]": true,
"virid_jadestone_bricks_slab [default: true]": true,
"virid_jadestone_wall [default: true]": true,
"virid_jadestone_bricks_wall [default: true]": true,
"virid_jadestone_button [default: true]": true,
"virid_jadestone_pressure_plate [default: true]": true,
"virid_jadestone_lantern [default: true]": true,
"virid_jadestone_furnace [default: true]": true,
"virid_jadestone_flower_pot [default: true]": true,
"virid_jadestone_pedestal [default: true]": true,
"azure_jadestone_bricks [default: true]": true,
"azure_jadestone_polished [default: true]": true,
"azure_jadestone_tiles [default: true]": true,
"azure_jadestone_pillar [default: true]": true,
"azure_jadestone_stairs [default: true]": true,
"azure_jadestone_slab [default: true]": true,
"azure_jadestone_bricks_stairs [default: true]": true,
"azure_jadestone_bricks_slab [default: true]": true,
"azure_jadestone_wall [default: true]": true,
"azure_jadestone_bricks_wall [default: true]": true,
"azure_jadestone_button [default: true]": true,
"azure_jadestone_pressure_plate [default: true]": true,
"azure_jadestone_lantern [default: true]": true,
"azure_jadestone_furnace [default: true]": true,
"azure_jadestone_flower_pot [default: true]": true,
"azure_jadestone_pedestal [default: true]": true,
"sandy_jadestone_bricks [default: true]": true,
"sandy_jadestone_polished [default: true]": true,
"sandy_jadestone_tiles [default: true]": true,
"sandy_jadestone_pillar [default: true]": true,
"sandy_jadestone_stairs [default: true]": true,
"sandy_jadestone_slab [default: true]": true,
"sandy_jadestone_bricks_stairs [default: true]": true,
"sandy_jadestone_bricks_slab [default: true]": true,
"sandy_jadestone_wall [default: true]": true,
"sandy_jadestone_bricks_wall [default: true]": true,
"sandy_jadestone_button [default: true]": true,
"sandy_jadestone_pressure_plate [default: true]": true,
"sandy_jadestone_lantern [default: true]": true,
"sandy_jadestone_furnace [default: true]": true,
"sandy_jadestone_flower_pot [default: true]": true,
"sandy_jadestone_pedestal [default: true]": true,
"umbralith_bricks [default: true]": true,
"umbralith_polished [default: true]": true,
"umbralith_tiles [default: true]": true,
"umbralith_pillar [default: true]": true,
"umbralith_stairs [default: true]": true,
"umbralith_slab [default: true]": true,
"umbralith_bricks_stairs [default: true]": true,
"umbralith_bricks_slab [default: true]": true,
"umbralith_wall [default: true]": true,
"umbralith_bricks_wall [default: true]": true,
"umbralith_button [default: true]": true,
"umbralith_pressure_plate [default: true]": true,
"umbralith_lantern [default: true]": true,
"umbralith_furnace [default: true]": true,
"umbralith_flower_pot [default: true]": true,
"umbralith_pedestal [default: true]": true,
"mossy_glowshroom_planks [default: true]": true,
"mossy_glowshroom_stairs [default: true]": true,
"mossy_glowshroom_slab [default: true]": true,
"mossy_glowshroom_fence [default: true]": true,
"mossy_glowshroom_gate [default: true]": true,
"mossy_glowshroom_button [default: true]": true,
"mossy_glowshroom_pressure_plate [default: true]": true,
"mossy_glowshroom_trapdoor [default: true]": true,
"mossy_glowshroom_door [default: true]": true,
"mossy_glowshroom_crafting_table [default: true]": true,
"mossy_glowshroom_ladder [default: true]": true,
"mossy_glowshroom_sign [default: true]": true,
"mossy_glowshroom_chest [default: true]": true,
"mossy_glowshroom_barrel [default: true]": true,
"mossy_glowshroom_bookshelf [default: true]": true,
"mossy_glowshroom_bark [default: true]": true,
"mossy_glowshroom_log [default: true]": true,
"mossy_glowshroom_stripped_bark [default: true]": true,
"mossy_glowshroom_stripped_log [default: true]": true,
"mossy_glowshroom_composter [default: true]": true,
"pythadendron_planks [default: true]": true,
"pythadendron_stairs [default: true]": true,
"pythadendron_slab [default: true]": true,
"pythadendron_fence [default: true]": true,
"pythadendron_gate [default: true]": true,
"pythadendron_button [default: true]": true,
"pythadendron_pressure_plate [default: true]": true,
"pythadendron_trapdoor [default: true]": true,
"pythadendron_door [default: true]": true,
"pythadendron_crafting_table [default: true]": true,
"pythadendron_ladder [default: true]": true,
"pythadendron_sign [default: true]": true,
"pythadendron_chest [default: true]": true,
"pythadendron_barrel [default: true]": true,
"pythadendron_bookshelf [default: true]": true,
"pythadendron_bark [default: true]": true,
"pythadendron_log [default: true]": true,
"pythadendron_stripped_bark [default: true]": true,
"pythadendron_stripped_log [default: true]": true,
"pythadendron_composter [default: true]": true,
"end_lotus_planks [default: true]": true,
"end_lotus_stairs [default: true]": true,
"end_lotus_slab [default: true]": true,
"end_lotus_fence [default: true]": true,
"end_lotus_gate [default: true]": true,
"end_lotus_button [default: true]": true,
"end_lotus_pressure_plate [default: true]": true,
"end_lotus_trapdoor [default: true]": true,
"end_lotus_door [default: true]": true,
"end_lotus_crafting_table [default: true]": true,
"end_lotus_ladder [default: true]": true,
"end_lotus_sign [default: true]": true,
"end_lotus_chest [default: true]": true,
"end_lotus_barrel [default: true]": true,
"end_lotus_bookshelf [default: true]": true,
"end_lotus_bark [default: true]": true,
"end_lotus_log [default: true]": true,
"end_lotus_stripped_bark [default: true]": true,
"end_lotus_stripped_log [default: true]": true,
"end_lotus_composter [default: true]": true,
"lacugrove_planks [default: true]": true,
"lacugrove_stairs [default: true]": true,
"lacugrove_slab [default: true]": true,
"lacugrove_fence [default: true]": true,
"lacugrove_gate [default: true]": true,
"lacugrove_button [default: true]": true,
"lacugrove_pressure_plate [default: true]": true,
"lacugrove_trapdoor [default: true]": true,
"lacugrove_door [default: true]": true,
"lacugrove_crafting_table [default: true]": true,
"lacugrove_ladder [default: true]": true,
"lacugrove_sign [default: true]": true,
"lacugrove_chest [default: true]": true,
"lacugrove_barrel [default: true]": true,
"lacugrove_bookshelf [default: true]": true,
"lacugrove_bark [default: true]": true,
"lacugrove_log [default: true]": true,
"lacugrove_stripped_bark [default: true]": true,
"lacugrove_stripped_log [default: true]": true,
"lacugrove_composter [default: true]": true,
"dragon_tree_planks [default: true]": true,
"dragon_tree_stairs [default: true]": true,
"dragon_tree_slab [default: true]": true,
"dragon_tree_fence [default: true]": true,
"dragon_tree_gate [default: true]": true,
"dragon_tree_button [default: true]": true,
"dragon_tree_pressure_plate [default: true]": true,
"dragon_tree_trapdoor [default: true]": true,
"dragon_tree_door [default: true]": true,
"dragon_tree_crafting_table [default: true]": true,
"dragon_tree_ladder [default: true]": true,
"dragon_tree_sign [default: true]": true,
"dragon_tree_chest [default: true]": true,
"dragon_tree_barrel [default: true]": true,
"dragon_tree_bookshelf [default: true]": true,
"dragon_tree_bark [default: true]": true,
"dragon_tree_log [default: true]": true,
"dragon_tree_stripped_bark [default: true]": true,
"dragon_tree_stripped_log [default: true]": true,
"dragon_tree_composter [default: true]": true,
"tenanea_planks [default: true]": true,
"tenanea_stairs [default: true]": true,
"tenanea_slab [default: true]": true,
"tenanea_fence [default: true]": true,
"tenanea_gate [default: true]": true,
"tenanea_button [default: true]": true,
"tenanea_pressure_plate [default: true]": true,
"tenanea_trapdoor [default: true]": true,
"tenanea_door [default: true]": true,
"tenanea_crafting_table [default: true]": true,
"tenanea_ladder [default: true]": true,
"tenanea_sign [default: true]": true,
"tenanea_chest [default: true]": true,
"tenanea_barrel [default: true]": true,
"tenanea_bookshelf [default: true]": true,
"tenanea_bark [default: true]": true,
"tenanea_log [default: true]": true,
"tenanea_stripped_bark [default: true]": true,
"tenanea_stripped_log [default: true]": true,
"tenanea_composter [default: true]": true,
"helix_tree_planks [default: true]": true,
"helix_tree_stairs [default: true]": true,
"helix_tree_slab [default: true]": true,
"helix_tree_fence [default: true]": true,
"helix_tree_gate [default: true]": true,
"helix_tree_button [default: true]": true,
"helix_tree_pressure_plate [default: true]": true,
"helix_tree_trapdoor [default: true]": true,
"helix_tree_door [default: true]": true,
"helix_tree_crafting_table [default: true]": true,
"helix_tree_ladder [default: true]": true,
"helix_tree_sign [default: true]": true,
"helix_tree_chest [default: true]": true,
"helix_tree_barrel [default: true]": true,
"helix_tree_bookshelf [default: true]": true,
"helix_tree_bark [default: true]": true,
"helix_tree_log [default: true]": true,
"helix_tree_stripped_bark [default: true]": true,
"helix_tree_stripped_log [default: true]": true,
"helix_tree_composter [default: true]": true,
"umbrella_tree_planks [default: true]": true,
"umbrella_tree_stairs [default: true]": true,
"umbrella_tree_slab [default: true]": true,
"umbrella_tree_fence [default: true]": true,
"umbrella_tree_gate [default: true]": true,
"umbrella_tree_button [default: true]": true,
"umbrella_tree_pressure_plate [default: true]": true,
"umbrella_tree_trapdoor [default: true]": true,
"umbrella_tree_door [default: true]": true,
"umbrella_tree_crafting_table [default: true]": true,
"umbrella_tree_ladder [default: true]": true,
"umbrella_tree_sign [default: true]": true,
"umbrella_tree_chest [default: true]": true,
"umbrella_tree_barrel [default: true]": true,
"umbrella_tree_bookshelf [default: true]": true,
"umbrella_tree_bark [default: true]": true,
"umbrella_tree_log [default: true]": true,
"umbrella_tree_stripped_bark [default: true]": true,
"umbrella_tree_stripped_log [default: true]": true,
"umbrella_tree_composter [default: true]": true,
"jellyshroom_planks [default: true]": true,
"jellyshroom_stairs [default: true]": true,
"jellyshroom_slab [default: true]": true,
"jellyshroom_fence [default: true]": true,
"jellyshroom_gate [default: true]": true,
"jellyshroom_button [default: true]": true,
"jellyshroom_pressure_plate [default: true]": true,
"jellyshroom_trapdoor [default: true]": true,
"jellyshroom_door [default: true]": true,
"jellyshroom_crafting_table [default: true]": true,
"jellyshroom_ladder [default: true]": true,
"jellyshroom_sign [default: true]": true,
"jellyshroom_chest [default: true]": true,
"jellyshroom_barrel [default: true]": true,
"jellyshroom_bookshelf [default: true]": true,
"jellyshroom_bark [default: true]": true,
"jellyshroom_log [default: true]": true,
"jellyshroom_stripped_bark [default: true]": true,
"jellyshroom_stripped_log [default: true]": true,
"jellyshroom_composter [default: true]": true,
"lucernia_planks [default: true]": true,
"lucernia_stairs [default: true]": true,
"lucernia_slab [default: true]": true,
"lucernia_fence [default: true]": true,
"lucernia_gate [default: true]": true,
"lucernia_button [default: true]": true,
"lucernia_pressure_plate [default: true]": true,
"lucernia_trapdoor [default: true]": true,
"lucernia_door [default: true]": true,
"lucernia_crafting_table [default: true]": true,
"lucernia_ladder [default: true]": true,
"lucernia_sign [default: true]": true,
"lucernia_chest [default: true]": true,
"lucernia_barrel [default: true]": true,
"lucernia_bookshelf [default: true]": true,
"lucernia_bark [default: true]": true,
"lucernia_log [default: true]": true,
"lucernia_stripped_bark [default: true]": true,
"lucernia_stripped_log [default: true]": true,
"lucernia_composter [default: true]": true,
"hydralux_petal_block_white [default: true]": true,
"hydralux_petal_block_gray [default: true]": true,
"hydralux_petal_block_light_gray [default: true]": true,
"hydralux_petal_block_black [default: true]": true,
"hydralux_petal_block_blue [default: true]": true,
"hydralux_petal_block_lime [default: true]": true,
"hydralux_petal_block_magenta [default: true]": true,
"hydralux_petal_block_red [default: true]": true,
"hydralux_petal_block_orange [default: true]": true,
"hydralux_petal_block_purple [default: true]": true,
"hydralux_petal_block_cyan [default: true]": true,
"hydralux_petal_block_brown [default: true]": true,
"hydralux_petal_block_green [default: true]": true,
"hydralux_petal_block_yellow [default: true]": true,
"hydralux_petal_block_pink [default: true]": true,
"hydralux_petal_block_light_blue [default: true]": true,
"thallasium_bulb_lantern_white [default: true]": true,
"thallasium_bulb_lantern_gray [default: true]": true,
"thallasium_bulb_lantern_light_gray [default: true]": true,
"thallasium_bulb_lantern_black [default: true]": true,
"thallasium_bulb_lantern_blue [default: true]": true,
"thallasium_bulb_lantern_lime [default: true]": true,
"thallasium_bulb_lantern_magenta [default: true]": true,
"thallasium_bulb_lantern_red [default: true]": true,
"thallasium_bulb_lantern_orange [default: true]": true,
"thallasium_bulb_lantern_purple [default: true]": true,
"thallasium_bulb_lantern_cyan [default: true]": true,
"thallasium_bulb_lantern_brown [default: true]": true,
"thallasium_bulb_lantern_green [default: true]": true,
"thallasium_bulb_lantern_yellow [default: true]": true,
"thallasium_bulb_lantern_pink [default: true]": true,
"thallasium_bulb_lantern_light_blue [default: true]": true,
"thallasium_ingot_from_nuggets [default: true]": true,
"thallasium_nuggets_from_ingot [default: true]": true,
"thallasium_block [default: true]": true,
"thallasium_ingot_from_block [default: true]": true,
"thallasium_tile [default: true]": true,
"thallasium_bars [default: true]": true,
"thallasium_pressure_plate [default: true]": true,
"thallasium_door [default: true]": true,
"thallasium_trapdoor [default: true]": true,
"thallasium_stairs [default: true]": true,
"thallasium_slab [default: true]": true,
"thallasium_chain [default: true]": true,
"thallasium_anvil [default: true]": true,
"thallasium_bulb_lantern [default: true]": true,
"thallasium_chandelier [default: true]": true,
"thallasium_helmet [default: true]": true,
"thallasium_chestplate [default: true]": true,
"thallasium_leggings [default: true]": true,
"thallasium_boots [default: true]": true,
"terminite_bulb_lantern_white [default: true]": true,
"terminite_bulb_lantern_gray [default: true]": true,
"terminite_bulb_lantern_light_gray [default: true]": true,
"terminite_bulb_lantern_black [default: true]": true,
"terminite_bulb_lantern_blue [default: true]": true,
"terminite_bulb_lantern_lime [default: true]": true,
"terminite_bulb_lantern_magenta [default: true]": true,
"terminite_bulb_lantern_red [default: true]": true,
"terminite_bulb_lantern_orange [default: true]": true,
"terminite_bulb_lantern_purple [default: true]": true,
"terminite_bulb_lantern_cyan [default: true]": true,
"terminite_bulb_lantern_brown [default: true]": true,
"terminite_bulb_lantern_green [default: true]": true,
"terminite_bulb_lantern_yellow [default: true]": true,
"terminite_bulb_lantern_pink [default: true]": true,
"terminite_bulb_lantern_light_blue [default: true]": true,
"terminite_ingot_from_nuggets [default: true]": true,
"terminite_nuggets_from_ingot [default: true]": true,
"terminite_block [default: true]": true,
"terminite_ingot_from_block [default: true]": true,
"terminite_tile [default: true]": true,
"terminite_bars [default: true]": true,
"terminite_pressure_plate [default: true]": true,
"terminite_door [default: true]": true,
"terminite_trapdoor [default: true]": true,
"terminite_stairs [default: true]": true,
"terminite_slab [default: true]": true,
"terminite_chain [default: true]": true,
"terminite_anvil [default: true]": true,
"terminite_bulb_lantern [default: true]": true,
"terminite_chandelier [default: true]": true,
"terminite_helmet [default: true]": true,
"terminite_chestplate [default: true]": true,
"terminite_leggings [default: true]": true,
"terminite_boots [default: true]": true,
"smaragdant_crystal_bricks [default: true]": true,
"smaragdant_crystal_polished [default: true]": true,
"smaragdant_crystal_tiles [default: true]": true,
"smaragdant_crystal_pillar [default: true]": true,
"smaragdant_crystal_stairs [default: true]": true,
"smaragdant_crystal_slab [default: true]": true,
"smaragdant_crystal_bricks_stairs [default: true]": true,
"smaragdant_crystal_bricks_slab [default: true]": true,
"smaragdant_crystal_wall [default: true]": true,
"smaragdant_crystal_bricks_wall [default: true]": true,
"smaragdant_crystal_pedestal [default: true]": true,
"iron_bulb_lantern_white [default: true]": true,
"iron_bulb_lantern_gray [default: true]": true,
"iron_bulb_lantern_light_gray [default: true]": true,
"iron_bulb_lantern_black [default: true]": true,
"iron_bulb_lantern_blue [default: true]": true,
"iron_bulb_lantern_lime [default: true]": true,
"iron_bulb_lantern_magenta [default: true]": true,
"iron_bulb_lantern_red [default: true]": true,
"iron_bulb_lantern_orange [default: true]": true,
"iron_bulb_lantern_purple [default: true]": true,
"iron_bulb_lantern_cyan [default: true]": true,
"iron_bulb_lantern_brown [default: true]": true,
"iron_bulb_lantern_green [default: true]": true,
"iron_bulb_lantern_yellow [default: true]": true,
"iron_bulb_lantern_pink [default: true]": true,
"iron_bulb_lantern_light_blue [default: true]": true,
"ender_perl_to_block [default: true]": true,
"ender_block_to_perl [default: true]": true,
"end_stone_smelter [default: true]": true,
"andesite_pedestal [default: true]": true,
"diorite_pedestal [default: true]": true,
"granite_pedestal [default: true]": true,
"quartz_pedestal [default: true]": true,
"purpur_pedestal [default: true]": true,
"infusion_pedestal [default: true]": true,
"aeternium_block [default: true]": true,
"aeternium_block_to_ingot [default: true]": true,
"blue_vine_seed_dye [default: true]": true,
"creeping_moss_dye [default: true]": true,
"umbrella_moss_dye [default: true]": true,
"umbrella_moss_tall_dye [default: true]": true,
"shadow_plant_dye [default: true]": true,
"paper [default: true]": true,
"aurora_block [default: true]": true,
"lotus_block [default: true]": true,
"needlegrass_stick [default: true]": true,
"shadow_berry_seeds [default: true]": true,
"purple_polypore_dye [default: true]": true,
"end_stone_lantern [default: true]": true,
"andesite_lantern [default: true]": true,
"diorite_lantern [default: true]": true,
"granite_lantern [default: true]": true,
"quartz_lantern [default: true]": true,
"purpur_lantern [default: true]": true,
"blackstone_lantern [default: true]": true,
"amber_gem [default: true]": true,
"amber_block [default: true]": true,
"amber_gem_block [default: true]": true,
"iron_bulb_lantern [default: true]": true,
"twisted_moss_dye [default: true]": true,
"byshy_grass_dye [default: true]": true,
"tail_moss_dye [default: true]": true,
"petal_block [default: true]": true,
"petal_white_dye [default: true]": true,
"sweet_berry_jelly [default: true]": true,
"shadow_berry_jelly [default: true]": true,
"sulphur_gunpowder [default: true]": true,
"dense_emerald_ice [default: true]": true,
"ancient_emerald_ice [default: true]": true,
"charnia_cyan_dye [default: true]": true,
"charnia_green_dye [default: true]": true,
"charnia_light_blue_dye [default: true]": true,
"charnia_orange_dye [default: true]": true,
"charnia_purple_dye [default: true]": true,
"charnia_red_dye [default: true]": true,
"respawn_obelisk [default: true]": true,
"twisted_umbrella_moss_dye [default: true]": true,
"twisted_umbrella_moss_dye_tall [default: true]": true,
"leather_to_stripes [default: true]": true,
"stripes_to_leather [default: true]": true,
"leather_wrapped_stick [default: true]": true,
"fiber_string [default: true]": true,
"ender_eye_amber [default: true]": true,
"iron_chandelier [default: true]": true,
"gold_chandelier [default: true]": true,
"missing_tile [default: true]": true,
"iron_hammer [default: true]": true,
"golden_hammer [default: true]": true,
"diamond_hammer [default: true]": true,
"charcoal_block [default: true]": true,
"charcoal_from_block [default: true]": true,
"end_stone_furnace [default: true]": true,
"filalux_lantern [default: true]": true,
"silk_moth_hive [default: true]": true,
"cave_pumpkin_pie [default: true]": true,
"cave_pumpkin_seeds [default: true]": true,
"neon_cactus_block [default: true]": true,
"neon_cactus_block_slab [default: true]": true,
"neon_cactus_block_stairs [default: true]": true,
"sugar_from_root [default: true]": true,
"endstone_flower_pot [default: true]": true,
"dragon_bone_block [default: true]": true,
"dragon_bone_slab [default: true]": true,
"dragon_bone_stairs [default: true]": true,
"guide_book [default: true]": true
},
"furnace": {
"thallasium_ingot_furnace_ore [default: true]": true,
"thallasium_ingot_furnace_raw [default: true]": true,
"thallasium_axe_nugget [default: true]": true,
"thallasium_hoe_nugget [default: true]": true,
"thallasium_pickaxe_nugget [default: true]": true,
"thallasium_sword_nugget [default: true]": true,
"thallasium_hammer_nugget [default: true]": true,
"thallasium_helmet_nugget [default: true]": true,
"thallasium_chestplate_nugget [default: true]": true,
"thallasium_leggings_nugget [default: true]": true,
"thallasium_boots_nugget [default: true]": true,
"terminite_axe_nugget [default: true]": true,
"terminite_hoe_nugget [default: true]": true,
"terminite_pickaxe_nugget [default: true]": true,
"terminite_sword_nugget [default: true]": true,
"terminite_hammer_nugget [default: true]": true,
"terminite_helmet_nugget [default: true]": true,
"terminite_chestplate_nugget [default: true]": true,
"terminite_leggings_nugget [default: true]": true,
"terminite_boots_nugget [default: true]": true,
"end_lily_leaf_dried [default: true]": true,
"end_glass [default: true]": true,
"end_berry [default: true]": true,
"end_fish [default: true]": true,
"slime_ball [default: true]": true,
"menger_sponge [default: true]": true,
"chorus_mushroom [default: true]": true,
"bolux_mushroom [default: true]": true
},
"alloying": {
"thallasium_ingot_alloy [default: true]": true,
"additional_iron [default: true]": true,
"additional_gold [default: true]": true,
"additional_copper [default: true]": true,
"additional_netherite [default: true]": true,
"terminite_ingot [default: true]": true,
"aeternium_ingot [default: true]": true,
"terminite_ingot_thallasium [default: true]": true
},
"anvil": {
"thallasium_shovel_head [default: true]": true,
"thallasium_pickaxe_head [default: true]": true,
"thallasium_axe_head [default: true]": true,
"thallasium_hoe_head [default: true]": true,
"thallasium_sword_blade [default: true]": true,
"thallasium_forged_plate [default: true]": true,
"terminite_shovel_head [default: true]": true,
"terminite_pickaxe_head [default: true]": true,
"terminite_axe_head [default: true]": true,
"terminite_hoe_head [default: true]": true,
"terminite_sword_blade [default: true]": true,
"terminite_forged_plate [default: true]": true,
"ender_pearl_to_dust [default: true]": true,
"ender_shard_to_dust [default: true]": true,
"aeternium_axe_head [default: true]": true,
"aeternium_pickaxe_head [default: true]": true,
"aeternium_shovel_head [default: true]": true,
"aeternium_hoe_head [default: true]": true,
"aeternium_hammer_head [default: true]": true,
"aeternium_sword_blade [default: true]": true,
"aeternium_forged_plate [default: true]": true
},
"smithing": {
"thallasium_hammer [default: true]": true,
"thallasium_axe [default: true]": true,
"thallasium_pickaxe [default: true]": true,
"thallasium_hoe [default: true]": true,
"thallasium_sword_handle [default: true]": true,
"thallasium_sword [default: true]": true,
"thallasium_shovel [default: true]": true,
"terminite_hammer [default: true]": true,
"terminite_axe [default: true]": true,
"terminite_pickaxe [default: true]": true,
"terminite_hoe [default: true]": true,
"terminite_sword_handle [default: true]": true,
"terminite_sword [default: true]": true,
"terminite_shovel [default: true]": true,
"aeternium_sword_handle [default: true]": true,
"aeternium_sword [default: true]": true,
"aeternium_pickaxe [default: true]": true,
"aeternium_axe [default: true]": true,
"aeternium_shovel [default: true]": true,
"aeternium_hoe [default: true]": true,
"aeternium_hammer [default: true]": true,
"netherite_hammer [default: true]": true,
"aeternium_helmet [default: true]": true,
"aeternium_chestplate [default: true]": true,
"aeternium_leggings [default: true]": true,
"aeternium_boots [default: true]": true,
"thallasium_anvil_updrade [default: true]": true,
"terminite_anvil_updrade [default: true]": true,
"armored_elytra [default: true]": true
},
"infusion": {
"runed_flavolite [default: true]": true,
"eternal_crystal [default: true]": true,
"crystalite_helmet [default: true]": true,
"crystalite_chestplate [default: true]": true,
"crystalite_leggings [default: true]": true,
"crystalite_boots [default: true]": true,
"crystalite_elytra [default: true]": true,
"enchanted_petal [default: true]": true,
"enchanted_membrane [default: true]": true,
"protection_book [default: true]": true,
"fire_protection_book [default: true]": true,
"feather_falling_book [default: true]": true,
"blast_protection_book [default: true]": true,
"projectile_protection_book [default: true]": true,
"respiration_book [default: true]": true,
"aqua_affinity_book [default: true]": true,
"thorns_book [default: true]": true,
"depth_strider_book [default: true]": true,
"frost_walker_book [default: true]": true,
"soul_speed_book [default: true]": true,
"sharpness_book [default: true]": true,
"smite_book [default: true]": true,
"bane_of_arthropods_book [default: true]": true,
"knockback_book [default: true]": true,
"fire_aspect_book [default: true]": true,
"looting_book [default: true]": true,
"sweeping_book [default: true]": true,
"efficiency_book [default: true]": true,
"silk_touch_book [default: true]": true,
"unbreaking_book [default: true]": true,
"fortune_book [default: true]": true,
"power_book [default: true]": true,
"punch_book [default: true]": true,
"flame_book [default: true]": true,
"infinity_book [default: true]": true,
"luck_of_sea_book [default: true]": true,
"lure_book [default: true]": true,
"loyalty_book [default: true]": true,
"impaling_book [default: true]": true,
"riptide_book [default: true]": true,
"channeling_book [default: true]": true,
"multishot_book [default: true]": true,
"quick_charge_book [default: true]": true,
"piercing_book [default: true]": true,
"mending_book [default: true]": true
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,287 @@
{
"betternether [default: true]": true,
"blocks": {
"willow_leaves [default: true]": true,
"cincinnasite_ore [default: true]": true,
"cincinnasite_block [default: true]": true,
"cincinnasite_forged [default: true]": true,
"cincinnasite_pillar [default: true]": true,
"cincinnasite_bricks [default: true]": true,
"cincinnasite_brick_plate [default: true]": true,
"cincinnasite_stairs [default: true]": true,
"cincinnasite_slab [default: true]": true,
"taburet_cincinnasite [default: true]": true,
"chair_cincinnasite [default: true]": true,
"bar_stool_cincinnasite [default: true]": true,
"cincinnasite_button [default: true]": true,
"cincinnasite_plate [default: true]": true,
"cincinnasite_lantern [default: true]": true,
"cincinnasite_tile_large [default: true]": true,
"cincinnasite_tile_small [default: true]": true,
"cincinnasite_carved [default: true]": true,
"cincinnasite_wall [default: true]": true,
"cincinnasite_bricks_pillar [default: true]": true,
"cincinnasite_bars [default: true]": true,
"cincinnasite_pedestal [default: true]": true,
"cincinnasite_frame [default: true]": true,
"cincinnasite_lantern_small [default: true]": true,
"cincinnasite_chain [default: true]": true,
"nether_ruby_ore [default: true]": true,
"nether_ruby_block [default: true]": true,
"nether_ruby_stairs [default: true]": true,
"nether_ruby_slab [default: true]": true,
"nether_lapis_ore [default: true]": true,
"nether_redstone_ore [default: true]": true,
"nether_brick_tile_large [default: true]": true,
"nether_brick_tile_small [default: true]": true,
"nether_brick_wall [default: true]": true,
"nether_brick_tile_slab [default: true]": true,
"nether_brick_tile_stairs [default: true]": true,
"bone_block [default: true]": true,
"bone_stairs [default: true]": true,
"bone_slab [default: true]": true,
"bone_button [default: true]": true,
"bone_plate [default: true]": true,
"bone_wall [default: true]": true,
"bone_tile [default: true]": true,
"bone_reed_door [default: true]": true,
"bone_cincinnasite_door [default: true]": true,
"quartz_glass [default: true]": true,
"quartz_glass_framed [default: true]": true,
"quartz_glass_framed_white [default: true]": true,
"quartz_glass_framed_orange [default: true]": true,
"quartz_glass_framed_magenta [default: true]": true,
"quartz_glass_framed_light_blue [default: true]": true,
"quartz_glass_framed_yellow [default: true]": true,
"quartz_glass_framed_lime [default: true]": true,
"quartz_glass_framed_pink [default: true]": true,
"quartz_glass_framed_gray [default: true]": true,
"quartz_glass_framed_light_gray [default: true]": true,
"quartz_glass_framed_cyan [default: true]": true,
"quartz_glass_framed_purple [default: true]": true,
"quartz_glass_framed_blue [default: true]": true,
"quartz_glass_framed_brown [default: true]": true,
"quartz_glass_framed_green [default: true]": true,
"quartz_glass_framed_red [default: true]": true,
"quartz_glass_framed_black [default: true]": true,
"quartz_glass_pane [default: true]": true,
"quartz_glass_pane_white [default: true]": true,
"quartz_glass_pane_orange [default: true]": true,
"quartz_glass_pane_magenta [default: true]": true,
"quartz_glass_pane_light_blue [default: true]": true,
"quartz_glass_pane_yellow [default: true]": true,
"quartz_glass_pane_lime [default: true]": true,
"quartz_glass_pane_pink [default: true]": true,
"quartz_glass_pane_gray [default: true]": true,
"quartz_glass_pane_light_gray [default: true]": true,
"quartz_glass_pane_cyan [default: true]": true,
"quartz_glass_pane_purple [default: true]": true,
"quartz_glass_pane_blue [default: true]": true,
"quartz_glass_pane_brown [default: true]": true,
"quartz_glass_pane_green [default: true]": true,
"quartz_glass_pane_red [default: true]": true,
"quartz_glass_pane_black [default: true]": true,
"quartz_glass_framed_pane [default: true]": true,
"quartz_glass_framed_pane_white [default: true]": true,
"quartz_glass_framed_pane_orange [default: true]": true,
"quartz_glass_framed_pane_magenta [default: true]": true,
"quartz_glass_framed_pane_light_blue [default: true]": true,
"quartz_glass_framed_pane_yellow [default: true]": true,
"quartz_glass_framed_pane_lime [default: true]": true,
"quartz_glass_framed_pane_pink [default: true]": true,
"quartz_glass_framed_pane_gray [default: true]": true,
"quartz_glass_framed_pane_light_gray [default: true]": true,
"quartz_glass_framed_pane_cyan [default: true]": true,
"quartz_glass_framed_pane_purple [default: true]": true,
"quartz_glass_framed_pane_blue [default: true]": true,
"quartz_glass_framed_pane_brown [default: true]": true,
"quartz_glass_framed_pane_green [default: true]": true,
"quartz_glass_framed_pane_red [default: true]": true,
"quartz_glass_framed_pane_black [default: true]": true,
"quartz_glass_white [default: true]": true,
"quartz_glass_orange [default: true]": true,
"quartz_glass_magenta [default: true]": true,
"quartz_glass_light_blue [default: true]": true,
"quartz_glass_yellow [default: true]": true,
"quartz_glass_lime [default: true]": true,
"quartz_glass_pink [default: true]": true,
"quartz_glass_gray [default: true]": true,
"quartz_glass_light_gray [default: true]": true,
"quartz_glass_cyan [default: true]": true,
"quartz_glass_purple [default: true]": true,
"quartz_glass_blue [default: true]": true,
"quartz_glass_brown [default: true]": true,
"quartz_glass_green [default: true]": true,
"quartz_glass_red [default: true]": true,
"quartz_glass_black [default: true]": true,
"blue_weeping_obsidian [default: true]": true,
"weeping_obsidian [default: true]": true,
"blue_crying_obsidian [default: true]": true,
"obsidian_bricks [default: true]": true,
"obsidian_bricks_stairs [default: true]": true,
"obsidian_bricks_slab [default: true]": true,
"obsidian_tile [default: true]": true,
"obsidian_tile_small [default: true]": true,
"obsidian_tile_stairs [default: true]": true,
"obsidian_tile_slab [default: true]": true,
"obsidian_rod_tiles [default: true]": true,
"obsidian_glass [default: true]": true,
"obsidian_glass_pane [default: true]": true,
"blue_obsidian [default: true]": true,
"blue_obsidian_bricks [default: true]": true,
"blue_obsidian_bricks_stairs [default: true]": true,
"blue_obsidian_bricks_slab [default: true]": true,
"blue_obsidian_tile [default: true]": true,
"blue_obsidian_tile_small [default: true]": true,
"blue_obsidian_tile_stairs [default: true]": true,
"blue_obsidian_tile_slab [default: true]": true,
"blue_obsidian_rod_tiles [default: true]": true,
"blue_obsidian_glass [default: true]": true,
"blue_obsidian_glass_pane [default: true]": true,
"soul_sandstone [default: true]": true,
"soul_sandstone_cut [default: true]": true,
"soul_sandstone_cut_stairs [default: true]": true,
"soul_sandstone_cut_slab [default: true]": true,
"soul_sandstone_wall [default: true]": true,
"soul_sandstone_smooth [default: true]": true,
"soul_sandstone_chiseled [default: true]": true,
"soul_sandstone_stairs [default: true]": true,
"soul_sandstone_smooth_stairs [default: true]": true,
"soul_sandstone_slab [default: true]": true,
"soul_sandstone_smooth_slab [default: true]": true,
"basalt_bricks [default: true]": true,
"basalt_bricks_stairs [default: true]": true,
"basalt_bricks_slab [default: true]": true,
"basalt_bricks_wall [default: true]": true,
"basalt_slab [default: true]": true,
"orange_mushroom [default: true]": true,
"red_mold [default: true]": true,
"gray_mold [default: true]": true,
"lucis_spore [default: true]": true,
"giant_lucis [default: true]": true,
"giant_mold_sapling [default: true]": true,
"jellyfish_mushroom_sapling [default: true]": true,
"eye_seed [default: true]": true,
"nether_grass [default: true]": true,
"swamp_grass [default: true]": true,
"soul_grass [default: true]": true,
"jungle_plant [default: true]": true,
"bone_grass [default: true]": true,
"sepia_bone_grass [default: true]": true,
"black_vine [default: true]": true,
"blooming_vine [default: true]": true,
"golden_vine [default: true]": true,
"lumabus_vine [default: true]": true,
"golden_lumabus_vine [default: true]": true,
"soul_vein [default: true]": true,
"bone_mushroom [default: true]": true,
"black_bush [default: true]": true,
"ink_bush [default: true]": true,
"ink_bush_seed [default: true]": true,
"smoker [default: true]": true,
"egg_plant [default: true]": true,
"black_apple [default: true]": true,
"black_apple_seed [default: true]": true,
"magma_flower [default: true]": true,
"feather_fern [default: true]": true,
"moss_cover [default: true]": true,
"neon_equisetum [default: true]": true,
"hook_mushroom [default: true]": true,
"whispering_gourd_vine [default: true]": true,
"whispering_gourd [default: true]": true,
"whispering_gourd_lantern [default: true]": true,
"agave [default: true]": true,
"barrel_cactus [default: true]": true,
"nether_cactus [default: true]": true,
"wall_moss [default: true]": true,
"wall_mushroom_brown [default: true]": true,
"wall_mushroom_red [default: true]": true,
"jungle_moss [default: true]": true,
"pig_statue_respawner [default: true]": true,
"cincinnasite_pot [default: true]": true,
"brick_pot [default: true]": true,
"geyser [default: true]": true,
"netherrack_stalactite [default: true]": true,
"glowstone_stalactite [default: true]": true,
"blackstone_stalactite [default: true]": true,
"basalt_stalactite [default: true]": true,
"bone_stalactite [default: true]": true,
"cincinnasite_fire_bowl [default: true]": true,
"bricks_fire_bowl [default: true]": true,
"netherite_fire_bowl [default: true]": true,
"cincinnasite_fire_bowl_soul [default: true]": true,
"bricks_fire_bowl_soul [default: true]": true,
"netherite_fire_bowl_soul [default: true]": true,
"netherrack_moss [default: true]": true,
"nether_mycelium [default: true]": true,
"jungle_grass [default: true]": true,
"mushroom_grass [default: true]": true,
"sepia_mushroom_grass [default: true]": true,
"farmland [default: true]": true,
"swampland_grass [default: true]": true,
"ceiling_mushrooms [default: true]": true,
"roof_tile_nether_bricks [default: true]": true,
"roof_tile_nether_bricks_stairs [default: true]": true,
"roof_tile_nether_bricks_slab [default: true]": true,
"roof_tile_cincinnasite [default: true]": true,
"roof_tile_cincinnasite_stairs [default: true]": true,
"roof_tile_cincinnasite_slab [default: true]": true,
"blackstone_furnace [default: true]": true,
"basalt_furnace [default: true]": true,
"netherrack_furnace [default: true]": true,
"cincinnasite_forge [default: true]": true,
"nether_brewing_stand [default: true]": true,
"cincinnasite_anvil [default: true]": true,
"crafting_table_crimson [default: true]": true,
"crafting_table_warped [default: true]": true,
"chest_of_drawers [default: true]": true,
"crimson_chest [default: true]": true,
"warped_chest [default: true]": true,
"crimson_barrel [default: true]": true,
"warped_barrel [default: true]": true,
"oak_taburet [default: true]": true,
"spruce_taburet [default: true]": true,
"birch_taburet [default: true]": true,
"jungle_taburet [default: true]": true,
"acacia_taburet [default: true]": true,
"dark_oak_taburet [default: true]": true,
"crimson_taburet [default: true]": true,
"warped_taburet [default: true]": true,
"oak_chair [default: true]": true,
"spruce_chair [default: true]": true,
"birch_chair [default: true]": true,
"jungle_chair [default: true]": true,
"acacia_chair [default: true]": true,
"dark_oak_chair [default: true]": true,
"crimson_chair [default: true]": true,
"warped_chair [default: true]": true,
"oak_bar_stool [default: true]": true,
"spruce_bar_stool [default: true]": true,
"birch_bar_stool [default: true]": true,
"jungle_bar_stool [default: true]": true,
"acacia_bar_stool [default: true]": true,
"dark_oak_bar_stool [default: true]": true,
"crimson_bar_stool [default: true]": true,
"warped_bar_stool [default: true]": true,
"crimson_ladder [default: true]": true,
"warped_ladder [default: true]": true,
"rubeus_leaves [default: true]": true,
"anchor_tree_leaves [default: true]": true,
"anchor_tree_vine [default: true]": true,
"nether_sakura_leaves [default: true]": true,
"soul_lily [default: true]": true,
"soul_lily_sapling [default: true]": true,
"red_large_mushroom [default: true]": true,
"brown_large_mushroom [default: true]": true,
"lucis_mushroom [default: true]": true,
"giant_mold [default: true]": true,
"jellyfish_mushroom [default: true]": true,
"eyeball [default: true]": true,
"eyeball_small [default: true]": true,
"eye_vine [default: true]": true,
"potted_plant [default: true]": true,
"veined_sand [default: true]": true,
"lumabus_seed [default: true]": true,
"golden_lumabus_seed [default: true]": true
}
}

View file

@ -0,0 +1,51 @@
{
"generator": {
"world": {
"ores": {
"cincinnasite": {
"vein_count [default: 10]": 10,
"vein_size [default: 8]": 8,
"air_discard_chance [default: 0.0]": 0.0
},
"nether_ruby": {
"vein_count [default: 3]": 3,
"vein_size [default: 8]": 8,
"air_discard_chance [default: 0.0]": 0.0
},
"nether_ruby_soul": {
"vein_count [default: 16]": 16,
"vein_size [default: 12]": 12,
"air_discard_chance [default: 0.0]": 0.0
},
"nether_ruby_large": {
"vein_count [default: 16]": 16,
"vein_size [default: 12]": 12,
"air_discard_chance [default: 0.0]": 0.0
},
"nether_ruby_rare": {
"vein_count [default: 2]": 2,
"vein_size [default: 12]": 12,
"air_discard_chance [default: 0.0]": 0.0
},
"nether_lapis": {
"vein_count [default: 18]": 18,
"vein_size [default: 4]": 4,
"air_discard_chance [default: 0.0]": 0.0
},
"nether_redstone": {
"vein_count [default: 1]": 1,
"vein_size [default: 16]": 16,
"air_discard_chance [default: 0.3]": 0.3
}
},
"dither_scale [default: 4.0]": 4.0,
"structures_density [default: 0.0625]": 0.0625,
"lava_structures_density [default: 0.005]": 0.005,
"global_plant_and_structures_density [default: 1.0]": 1.0,
"cities": {
"distance [default: 64]": 64,
"overworld [default: false]": false
}
}
}
}

View file

@ -0,0 +1,56 @@
{
"items": {
"black_apple [default: true]": true,
"stalagnate_bowl [default: true]": true,
"stalagnate_bowl_wart [default: true]": true,
"stalagnate_bowl_mushroom [default: true]": true,
"stalagnate_bowl_apple [default: true]": true,
"hook_mushroom_cooked [default: true]": true,
"cincinnasite [default: true]": true,
"cincinnasite_ingot [default: true]": true,
"cincinnasite_helmet [default: true]": true,
"cincinnasite_chestplate [default: true]": true,
"cincinnasite_leggings [default: true]": true,
"cincinnasite_boots [default: true]": true,
"cincinnasite_sword [default: true]": true,
"cincinnasite_sword_diamond [default: true]": true,
"nether_ruby [default: true]": true,
"nether_ruby_sword [default: true]": true,
"nether_ruby_helmet [default: true]": true,
"nether_ruby_chestplate [default: true]": true,
"nether_ruby_leggings [default: true]": true,
"nether_ruby_boots [default: true]": true,
"cincinnasite_hammer [default: true]": true,
"cincinnasite_hammer_diamond [default: true]": true,
"nether_ruby_hammer [default: true]": true,
"cincinnasite_excavator [default: true]": true,
"cincinnasite_excavator_diamond [default: true]": true,
"nether_ruby_excavator [default: true]": true,
"glowstone_pile [default: true]": true,
"lapis_pile [default: true]": true,
"agave_leaf [default: true]": true,
"agave_medicine [default: true]": true,
"herbal_medicine [default: true]": true,
"spawn_egg_firefly [default: true]": true,
"spawn_egg_hydrogen_jellyfish [default: true]": true,
"spawn_egg_naga [default: true]": true,
"spawn_egg_flying_pig [default: true]": true,
"spawn_egg_jungle_skeleton [default: true]": true,
"spawn_egg_skull [default: true]": true
},
"tools": {
"cincinnasite_pickaxe [default: true]": true,
"cincinnasite_pickaxe_diamond [default: true]": true,
"cincinnasite_axe [default: true]": true,
"cincinnasite_axe_diamond [default: true]": true,
"cincinnasite_shovel [default: true]": true,
"cincinnasite_shovel_diamond [default: true]": true,
"cincinnasite_hoe [default: true]": true,
"cincinnasite_hoe_diamond [default: true]": true,
"cincinnasite_shears [default: true]": true,
"nether_ruby_pickaxe [default: true]": true,
"nether_ruby_axe [default: true]": true,
"nether_ruby_shovel [default: true]": true,
"nether_ruby_hoe [default: true]": true
}
}

View file

@ -0,0 +1,15 @@
{
"egg_plant": {
"mob_damage [default: true]": true,
"player_damage [default: true]": true
},
"respawn_statue": {
"respawn_item [default: minecraft:glowstone]": "minecraft:glowstone",
"item_count [default: 4]": 4
},
"improvement": {
"smaller_armor_offset [default: true]": true,
"lavafall_particles [default: true]": true,
"fog_density[vanilla: 1.0] [default: 0.75]": 0.75
}
}

View file

@ -0,0 +1,16 @@
{
"mobs": {
"spawn_egg_firefly [default: true]": true,
"spawn_egg_hydrogen_jellyfish [default: true]": true,
"spawn_egg_naga [default: true]": true,
"spawn_egg_flying_pig [default: true]": true,
"spawn_egg_jungle_skeleton [default: true]": true,
"spawn_egg_skull [default: true]": true
},
"firefly [default: true]": true,
"hydrogen_jellyfish [default: true]": true,
"naga [default: true]": true,
"flying_pig [default: true]": true,
"jungle_skeleton [default: true]": true,
"skull [default: true]": true
}

View file

@ -0,0 +1,169 @@
{
"recipes": {
"cincinnasite_forged_cincinnasite_stairs [default: true]": true,
"cincinnasite_forged_cincinnasite_slab [default: true]": true,
"cincinnasite_forged_cincinnasite_plate [default: true]": true,
"cincinnasite_wall [default: true]": true,
"nether_ruby_block_nether_ruby_stairs [default: true]": true,
"nether_ruby_block_nether_ruby_slab [default: true]": true,
"nether_brick_wall [default: true]": true,
"nether_brick_tile_small_nether_brick_tile_slab [default: true]": true,
"nether_brick_tile_small_nether_brick_tile_stairs [default: true]": true,
"bone_block_bone_stairs [default: true]": true,
"bone_block_bone_slab [default: true]": true,
"bone_block_bone_button [default: true]": true,
"bone_block_bone_plate [default: true]": true,
"bone_wall [default: true]": true,
"quartz_glass_framed_white [default: true]": true,
"quartz_glass_framed_orange [default: true]": true,
"quartz_glass_framed_magenta [default: true]": true,
"quartz_glass_framed_light_blue [default: true]": true,
"quartz_glass_framed_yellow [default: true]": true,
"quartz_glass_framed_lime [default: true]": true,
"quartz_glass_framed_pink [default: true]": true,
"quartz_glass_framed_gray [default: true]": true,
"quartz_glass_framed_light_gray [default: true]": true,
"quartz_glass_framed_cyan [default: true]": true,
"quartz_glass_framed_purple [default: true]": true,
"quartz_glass_framed_blue [default: true]": true,
"quartz_glass_framed_brown [default: true]": true,
"quartz_glass_framed_green [default: true]": true,
"quartz_glass_framed_red [default: true]": true,
"quartz_glass_framed_black [default: true]": true,
"quartz_glass_pane_white [default: true]": true,
"quartz_glass_pane_orange [default: true]": true,
"quartz_glass_pane_magenta [default: true]": true,
"quartz_glass_pane_light_blue [default: true]": true,
"quartz_glass_pane_yellow [default: true]": true,
"quartz_glass_pane_lime [default: true]": true,
"quartz_glass_pane_pink [default: true]": true,
"quartz_glass_pane_gray [default: true]": true,
"quartz_glass_pane_light_gray [default: true]": true,
"quartz_glass_pane_cyan [default: true]": true,
"quartz_glass_pane_purple [default: true]": true,
"quartz_glass_pane_blue [default: true]": true,
"quartz_glass_pane_brown [default: true]": true,
"quartz_glass_pane_green [default: true]": true,
"quartz_glass_pane_red [default: true]": true,
"quartz_glass_pane_black [default: true]": true,
"quartz_glass_framed_pane_white [default: true]": true,
"quartz_glass_framed_pane_orange [default: true]": true,
"quartz_glass_framed_pane_magenta [default: true]": true,
"quartz_glass_framed_pane_light_blue [default: true]": true,
"quartz_glass_framed_pane_yellow [default: true]": true,
"quartz_glass_framed_pane_lime [default: true]": true,
"quartz_glass_framed_pane_pink [default: true]": true,
"quartz_glass_framed_pane_gray [default: true]": true,
"quartz_glass_framed_pane_light_gray [default: true]": true,
"quartz_glass_framed_pane_cyan [default: true]": true,
"quartz_glass_framed_pane_purple [default: true]": true,
"quartz_glass_framed_pane_blue [default: true]": true,
"quartz_glass_framed_pane_brown [default: true]": true,
"quartz_glass_framed_pane_green [default: true]": true,
"quartz_glass_framed_pane_red [default: true]": true,
"quartz_glass_framed_pane_black [default: true]": true,
"quartz_glass_white [default: true]": true,
"quartz_glass_orange [default: true]": true,
"quartz_glass_magenta [default: true]": true,
"quartz_glass_light_blue [default: true]": true,
"quartz_glass_yellow [default: true]": true,
"quartz_glass_lime [default: true]": true,
"quartz_glass_pink [default: true]": true,
"quartz_glass_gray [default: true]": true,
"quartz_glass_light_gray [default: true]": true,
"quartz_glass_cyan [default: true]": true,
"quartz_glass_purple [default: true]": true,
"quartz_glass_blue [default: true]": true,
"quartz_glass_brown [default: true]": true,
"quartz_glass_green [default: true]": true,
"quartz_glass_red [default: true]": true,
"quartz_glass_black [default: true]": true,
"obsidian_bricks_obsidian_bricks_stairs [default: true]": true,
"obsidian_bricks_obsidian_bricks_slab [default: true]": true,
"obsidian_tile_small_obsidian_tile_stairs [default: true]": true,
"obsidian_tile_small_obsidian_tile_slab [default: true]": true,
"blue_obsidian_bricks_blue_obsidian_bricks_stairs [default: true]": true,
"blue_obsidian_bricks_blue_obsidian_bricks_slab [default: true]": true,
"blue_obsidian_tile_small_blue_obsidian_tile_stairs [default: true]": true,
"blue_obsidian_tile_small_blue_obsidian_tile_slab [default: true]": true,
"soul_sand_soul_sandstone [default: true]": true,
"soul_sandstone_soul_sandstone_cut [default: true]": true,
"soul_sandstone_cut_soul_sandstone_cut_stairs [default: true]": true,
"soul_sandstone_cut_soul_sandstone_cut_slab [default: true]": true,
"soul_sandstone_wall [default: true]": true,
"soul_sandstone_smooth_soul_sandstone_chiseled [default: true]": true,
"soul_sandstone_soul_sandstone_stairs [default: true]": true,
"soul_sandstone_smooth_soul_sandstone_smooth_stairs [default: true]": true,
"soul_sandstone_soul_sandstone_slab [default: true]": true,
"soul_sandstone_smooth_soul_sandstone_smooth_slab [default: true]": true,
"polished_basalt_basalt_bricks [default: true]": true,
"basalt_bricks_basalt_bricks_stairs [default: true]": true,
"basalt_bricks_basalt_bricks_slab [default: true]": true,
"basalt_bricks_wall [default: true]": true,
"basalt_basalt_slab [default: true]": true,
"netherrack_stalactite_netherrack [default: true]": true,
"glowstone_stalactite_glowstone [default: true]": true,
"blackstone_stalactite_blackstone [default: true]": true,
"basalt_stalactite_basalt [default: true]": true,
"bone_stalactite_bone_block [default: true]": true,
"cincinnasite_fire_bowl [default: true]": true,
"bricks_fire_bowl [default: true]": true,
"cincinnasite_fire_bowl_soul [default: true]": true,
"bricks_fire_bowl_soul [default: true]": true,
"nether_bricks_roof_tile_nether_bricks [default: true]": true,
"roof_tile_nether_bricks_roof_tile_nether_bricks_stairs [default: true]": true,
"roof_tile_nether_bricks_roof_tile_nether_bricks_slab [default: true]": true,
"cincinnasite_forged_roof_tile_cincinnasite [default: true]": true,
"roof_tile_cincinnasite_roof_tile_cincinnasite_stairs [default: true]": true,
"roof_tile_cincinnasite_roof_tile_cincinnasite_slab [default: true]": true,
"blackstone_furnace [default: true]": true,
"basalt_furnace [default: true]": true,
"netherrack_furnace [default: true]": true,
"bn_glowstone_dust [default: true]": true,
"cincinnasite_chains [default: true]": true,
"glowstone_pile_to_dust [default: true]": true,
"bn_yellow_dye [default: true]": true,
"bn_golden_vine [default: true]": true,
"wall_mushroom_brown_1 [default: true]": true,
"wall_mushroom_brown_2 [default: true]": true,
"wall_mushroom_red_1 [default: true]": true,
"wall_mushroom_red_2 [default: true]": true
},
"grid": {
"taburet_cincinnasite [default: true]": true,
"chair_cincinnasite [default: true]": true,
"bar_stool_cincinnasite [default: true]": true,
"crafting_table_crimson [default: true]": true,
"crafting_table_warped [default: true]": true,
"crimson_chest [default: true]": true,
"warped_chest [default: true]": true,
"crimson_barrel [default: true]": true,
"warped_barrel [default: true]": true,
"oak_taburet [default: true]": true,
"spruce_taburet [default: true]": true,
"birch_taburet [default: true]": true,
"jungle_taburet [default: true]": true,
"acacia_taburet [default: true]": true,
"dark_oak_taburet [default: true]": true,
"crimson_taburet [default: true]": true,
"warped_taburet [default: true]": true,
"oak_chair [default: true]": true,
"spruce_chair [default: true]": true,
"birch_chair [default: true]": true,
"jungle_chair [default: true]": true,
"acacia_chair [default: true]": true,
"dark_oak_chair [default: true]": true,
"crimson_chair [default: true]": true,
"warped_chair [default: true]": true,
"oak_bar_stool [default: true]": true,
"spruce_bar_stool [default: true]": true,
"birch_bar_stool [default: true]": true,
"jungle_bar_stool [default: true]": true,
"acacia_bar_stool [default: true]": true,
"dark_oak_bar_stool [default: true]": true,
"crimson_bar_stool [default: true]": true,
"warped_bar_stool [default: true]": true,
"crimson_ladder [default: true]": true,
"warped_ladder [default: true]": true
}
}

17
config/blur.json Normal file
View file

@ -0,0 +1,17 @@
{
"blurExclusions": [
"net.minecraft.class_408",
"com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen",
"ai.arcblroth.projectInception.client.InceptionInterfaceScreen",
"net.optifine.gui.GuiChatOF",
"io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen"
],
"fadeTimeMillis": 200,
"ease": true,
"radius": 8,
"gradientStart": "#000000",
"gradientStartAlpha": 75,
"gradientEnd": "#000000",
"gradientEndAlpha": 75,
"showScreenTitle": false
}

View file

@ -0,0 +1,2 @@
showHandsInMovingBoat = true
itemsToShowInMovingBoat = ["minecraft:filled_map"]

20
config/brb.toml Normal file
View file

@ -0,0 +1,20 @@
enablePinning = true
darkMode = false
keepCentered = true
settingsButton = true
enableBook = true
[newRecipes]
unlockAll = true
enableBounce = false
[instantCraft]
showButton = true
[alternativeRecipes]
onHover = true
noGrouped = false
[scrolling]
enableScrolling = true
scrollAround = 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": true
}

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
}

220
config/byg/end-biomes.json5 Normal file
View file

@ -0,0 +1,220 @@
/*
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
},
{
"data": "betterend:foggy_mushroomland",
"weight": 2
},
{
"data": "betterend:chorus_forest",
"weight": 2
},
{
"data": "betterend:dust_wastelands",
"weight": 2
},
{
"data": "betterend:megalake",
"weight": 2
},
{
"data": "betterend:megalake_grove",
"weight": 2
},
{
"data": "betterend:crystal_mountains",
"weight": 2
},
{
"data": "betterend:painted_mountains",
"weight": 2
},
{
"data": "betterend:shadow_forest",
"weight": 2
},
{
"data": "betterend:amber_land",
"weight": 2
},
{
"data": "betterend:blossoming_spires",
"weight": 2
},
{
"data": "betterend:sulphur_springs",
"weight": 2
},
{
"data": "betterend:umbrella_jungle",
"weight": 2
},
{
"data": "betterend:glowing_grasslands",
"weight": 2
},
{
"data": "betterend:dragon_graveyards",
"weight": 2
},
{
"data": "betterend:dry_shrubland",
"weight": 2
},
{
"data": "betterend:lantern_woods",
"weight": 2
},
{
"data": "betterend:neon_oasis",
"weight": 2
},
{
"data": "betterend:umbra_valley",
"weight": 2
},
{
"data": "betterend:ice_starfield",
"weight": 2
},
{
"data": "betterend:empty_end_cave",
"weight": 2
},
{
"data": "betterend:empty_smaragdant_cave",
"weight": 2
},
{
"data": "betterend:lush_smaragdant_cave",
"weight": 2
},
{
"data": "betterend:empty_aurora_cave",
"weight": 2
},
{
"data": "betterend:lush_aurora_cave",
"weight": 2
},
{
"data": "betterend:jade_cave",
"weight": 2
}
]
},
// 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,522 @@
/*
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
},
{
"data": "betternether:gravel_desert",
"weight": 2
},
{
"data": "betternether:nether_jungle",
"weight": 2
},
{
"data": "betternether:wart_forest",
"weight": 2
},
{
"data": "betternether:wart_forest_edge",
"weight": 2
},
{
"data": "betternether:nether_grasslands",
"weight": 2
},
{
"data": "betternether:nether_mushroom_forest",
"weight": 2
},
{
"data": "betternether:nether_mushroom_forest_edge",
"weight": 2
},
{
"data": "betternether:bone_reef",
"weight": 2
},
{
"data": "betternether:sulfuric_bone_reef",
"weight": 2
},
{
"data": "betternether:poor_nether_grasslands",
"weight": 2
},
{
"data": "betternether:nether_swampland",
"weight": 2
},
{
"data": "betternether:nether_swampland_terraces",
"weight": 2
},
{
"data": "betternether:magma_land",
"weight": 2
},
{
"data": "betternether:soul_plain",
"weight": 2
},
{
"data": "betternether:crimson_glowing_woods",
"weight": 2
},
{
"data": "betternether:old_warped_woods",
"weight": 2
},
{
"data": "betternether:crimson_pinewood",
"weight": 2
},
{
"data": "betternether:old_fungiwoods",
"weight": 2
},
{
"data": "betternether:flooded_deltas",
"weight": 2
},
{
"data": "betternether:upside_down_forest",
"weight": 2
},
{
"data": "betternether:upside_down_forest_cleared",
"weight": 2
},
{
"data": "betternether:old_swampland",
"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
},
{
"data": "betternether:gravel_desert",
"weight": 2
},
{
"data": "betternether:nether_jungle",
"weight": 2
},
{
"data": "betternether:wart_forest",
"weight": 2
},
{
"data": "betternether:wart_forest_edge",
"weight": 2
},
{
"data": "betternether:nether_grasslands",
"weight": 2
},
{
"data": "betternether:nether_mushroom_forest",
"weight": 2
},
{
"data": "betternether:nether_mushroom_forest_edge",
"weight": 2
},
{
"data": "betternether:bone_reef",
"weight": 2
},
{
"data": "betternether:sulfuric_bone_reef",
"weight": 2
},
{
"data": "betternether:poor_nether_grasslands",
"weight": 2
},
{
"data": "betternether:nether_swampland",
"weight": 2
},
{
"data": "betternether:nether_swampland_terraces",
"weight": 2
},
{
"data": "betternether:magma_land",
"weight": 2
},
{
"data": "betternether:soul_plain",
"weight": 2
},
{
"data": "betternether:crimson_glowing_woods",
"weight": 2
},
{
"data": "betternether:old_warped_woods",
"weight": 2
},
{
"data": "betternether:crimson_pinewood",
"weight": 2
},
{
"data": "betternether:old_fungiwoods",
"weight": 2
},
{
"data": "betternether:flooded_deltas",
"weight": 2
},
{
"data": "betternether:upside_down_forest",
"weight": 2
},
{
"data": "betternether:upside_down_forest_cleared",
"weight": 2
},
{
"data": "betternether:old_swampland",
"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
},
{
"data": "betternether:gravel_desert",
"weight": 2
},
{
"data": "betternether:nether_jungle",
"weight": 2
},
{
"data": "betternether:wart_forest",
"weight": 2
},
{
"data": "betternether:wart_forest_edge",
"weight": 2
},
{
"data": "betternether:nether_grasslands",
"weight": 2
},
{
"data": "betternether:nether_mushroom_forest",
"weight": 2
},
{
"data": "betternether:nether_mushroom_forest_edge",
"weight": 2
},
{
"data": "betternether:bone_reef",
"weight": 2
},
{
"data": "betternether:sulfuric_bone_reef",
"weight": 2
},
{
"data": "betternether:poor_nether_grasslands",
"weight": 2
},
{
"data": "betternether:nether_swampland",
"weight": 2
},
{
"data": "betternether:nether_swampland_terraces",
"weight": 2
},
{
"data": "betternether:magma_land",
"weight": 2
},
{
"data": "betternether:soul_plain",
"weight": 2
},
{
"data": "betternether:crimson_glowing_woods",
"weight": 2
},
{
"data": "betternether:old_warped_woods",
"weight": 2
},
{
"data": "betternether:crimson_pinewood",
"weight": 2
},
{
"data": "betternether:old_fungiwoods",
"weight": 2
},
{
"data": "betternether:flooded_deltas",
"weight": 2
},
{
"data": "betternether:upside_down_forest",
"weight": 2
},
{
"data": "betternether:upside_down_forest_cleared",
"weight": 2
},
{
"data": "betternether:old_swampland",
"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"
]
}

View file

@ -0,0 +1,142 @@
/*
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.
A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world.
Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors"
*/
{
/* 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.
*/
"beach_biomes": "beach_biomes/beach_biomes_1",
/* 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.
*/
"middle_biomes": "middle_biomes/middle_biomes_3",
/* 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.
*/
"middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla",
/* 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.
*/
"ocean_biomes": "oceans/oceans_1",
/* 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.
*/
"peak_biomes": "peak_biomes/peak_biomes_1",
/* 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.
*/
"peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla",
/* 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.
*/
"plateau_biomes": "plateau_biomes/plateau_biomes_3",
/* 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.
*/
"plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla",
/* 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.
*/
"shattered_biomes": "shattered_biomes/shattered_biomes_vanilla",
"slope_biomes": "slope_biomes/slope_biomes_1",
"slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla",
/* Used to swap biomes not found in the biome selectors.
Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key".
"key" = "minecraft:biome_registry_path"
"value" = "modid:new_biome_registry_path"
For example:
{
"key1":"value1",
"key2":"value2",
"key3":"value3"
}
*/
"swapper": {
"minecraft:mangrove_swamp": "byg:bayou",
"minecraft:swamp": "byg:cypress_swamplands"
},
/* The weight of this provider/region against all other providers.
Higher numbers do NOT increase the provider's size.
Weight "0" disables this provider and all its entries.
*/
"weight": 1
}

View file

@ -0,0 +1,143 @@
/*
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.
A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world.
Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors"
*/
{
/* 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.
*/
"beach_biomes": "beach_biomes/beach_biomes_1",
/* 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.
*/
"middle_biomes": "middle_biomes/middle_biomes_1",
/* 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.
*/
"middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla",
/* 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.
*/
"ocean_biomes": "oceans/oceans_vanilla",
/* 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.
*/
"peak_biomes": "peak_biomes/peak_biomes_1",
/* 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.
*/
"peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla",
/* 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.
*/
"plateau_biomes": "plateau_biomes/plateau_biomes_1",
/* 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.
*/
"plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla",
/* 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.
*/
"shattered_biomes": "shattered_biomes/shattered_biomes_vanilla",
"slope_biomes": "slope_biomes/slope_biomes_1",
"slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla",
/* Used to swap biomes not found in the biome selectors.
Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key".
"key" = "minecraft:biome_registry_path"
"value" = "modid:new_biome_registry_path"
For example:
{
"key1":"value1",
"key2":"value2",
"key3":"value3"
}
*/
"swapper": {
"minecraft:mangrove_swamp": "byg:white_mangrove_marshes",
"minecraft:stony_shore": "byg:dacite_shore",
"minecraft:swamp": "byg:cypress_swamplands"
},
/* The weight of this provider/region against all other providers.
Higher numbers do NOT increase the provider's size.
Weight "0" disables this provider and all its entries.
*/
"weight": 3
}

View file

@ -0,0 +1,142 @@
/*
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.
A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world.
Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors"
*/
{
/* 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.
*/
"beach_biomes": "beach_biomes/beach_biomes_1",
/* 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.
*/
"middle_biomes": "middle_biomes/middle_biomes_2",
/* 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.
*/
"middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla",
/* 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.
*/
"ocean_biomes": "oceans/oceans_vanilla",
/* 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.
*/
"peak_biomes": "peak_biomes/peak_biomes_1",
/* 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.
*/
"peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla",
/* 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.
*/
"plateau_biomes": "plateau_biomes/plateau_biomes_2",
/* 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.
*/
"plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla",
/* 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.
*/
"shattered_biomes": "shattered_biomes/shattered_biomes_vanilla",
"slope_biomes": "slope_biomes/slope_biomes_1",
"slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla",
/* Used to swap biomes not found in the biome selectors.
Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key".
"key" = "minecraft:biome_registry_path"
"value" = "modid:new_biome_registry_path"
For example:
{
"key1":"value1",
"key2":"value2",
"key3":"value3"
}
*/
"swapper": {
"minecraft:stony_shore": "byg:dacite_shore",
"minecraft:swamp": "byg:white_mangrove_marshes"
},
/* The weight of this provider/region against all other providers.
Higher numbers do NOT increase the provider's size.
Weight "0" disables this provider and all its entries.
*/
"weight": 3
}

View file

@ -0,0 +1,142 @@
/*
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.
A region is a unique biome layout comprised of numerous biome selectors for a given type of terrain in an MC world.
Biome selectors may be inlined or may call a file from "this_file_parent_directory/biome_selectors"
*/
{
/* 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.
*/
"beach_biomes": "beach_biomes/beach_biomes_1",
/* 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.
*/
"middle_biomes": "middle_biomes/middle_biomes_3",
/* 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.
*/
"middle_biomes_variant": "middle_biomes_variant/middle_biomes_variant_vanilla",
/* 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.
*/
"ocean_biomes": "oceans/oceans_vanilla",
/* 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.
*/
"peak_biomes": "peak_biomes/peak_biomes_1",
/* 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.
*/
"peak_biomes_variant": "peak_biomes_variant/peak_biomes_variant_vanilla",
/* 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.
*/
"plateau_biomes": "plateau_biomes/plateau_biomes_3",
/* 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.
*/
"plateau_biomes_variant": "plateau_biomes_variant/plateau_biomes_variant_vanilla",
/* 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.
*/
"shattered_biomes": "shattered_biomes/shattered_biomes_vanilla",
"slope_biomes": "slope_biomes/slope_biomes_1",
"slope_biomes_variant": "slope_biomes_variant/slope_biomes_variant_vanilla",
/* Used to swap biomes not found in the biome selectors.
Biomes found within the biome selectors, may not be used as the swapped "value" and biomes only from Minecraft may be used as the "key".
"key" = "minecraft:biome_registry_path"
"value" = "modid:new_biome_registry_path"
For example:
{
"key1":"value1",
"key2":"value2",
"key3":"value3"
}
*/
"swapper": {
"minecraft:mangrove_swamp": "byg:white_mangrove_marshes",
"minecraft:swamp": "byg:bayou"
},
/* The weight of this provider/region against all other providers.
Higher numbers do NOT increase the provider's size.
Weight "0" disables this provider and all its entries.
*/
"weight": 3
}

41
config/byg/settings.json5 Normal file
View file

@ -0,0 +1,41 @@
/*
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.
*/
{
/* Add BYG's placed features to all biomes?
By disabling this, you remove BYG placed features not designated to specific biomes.
To configure the features that spawn using this, use the "/worldgenexport" command and edit the files found at:
"byg/worldgen/placed_feature/global/<decoration_stage>"
"byg/worldgen/placed_feature/global/placed_feature/<feature>"
"byg/worldgen/configured_feature/global/<decoration_stage>"
in the output folder.
*/
"add_biome_placed_features": true,
// Add custom BYG Structures?
"add_custom_structures": true,
// Add custom BYG Villagers/Structures to villages?
"add_custom_villagers": true,
/* Add BYG items automatically to applicable loot tables?
For example BYG may add piglin trades to the piglin trade loot table.
To configure these loot tables or add your own, create a datapack with loot tables matching the following path:
"data/modid/append_loot_tables/file_path_to_loot_table_you_want_to_append"
Examples:
BYG's added Piglin trades: "data/byg/append_loot_tables/minecraft/gameplay/piglin_bartering.json",
BYG's added loot to abandoned mineshafts: "data/byg/append_loot_tables/minecraft/chests/abandoned_mineshaft.json"
BYG's added loot to Repurposed Structure's Jungle Village Jungle House: "data/byg/append_loot_tables/repurposed_structures/chests/villages/jungle_house.json"
*/
"add_loot_tables": true,
// Use BYG world generation?
"world_generation": true
}

View file

@ -0,0 +1,292 @@
/*
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.
Surface rules in this file are added after data packs load for this dimension(file name is the dimension).
A guide for surface rules can be found here: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md
*/
{
"sequence": [
{
"if_true": {
"biome_is": [
"byg:bulbis_gardens"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"offset": -1,
"surface_depth_multiplier": 0,
"type": "minecraft:water"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:bulbis_phycelium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:nightshade_forest"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"offset": -1,
"surface_depth_multiplier": 0,
"type": "minecraft:water"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:nightshade_phylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:imparius_grove"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"offset": -1,
"surface_depth_multiplier": 0,
"type": "minecraft:water"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:imparius_phylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:ivis_fields"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"offset": -1,
"surface_depth_multiplier": 0,
"type": "minecraft:water"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:ivis_phylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:shulkren_forest"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"offset": -1,
"surface_depth_multiplier": 0,
"type": "minecraft:water"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:shulkren_phylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:ethereal_islands"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"offset": -1,
"surface_depth_multiplier": 0,
"type": "minecraft:water"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:ether_phylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
},
{
"result_state": {
"Name": "byg:ether_stone"
},
"type": "minecraft:block"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:cryptic_wastes"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"max_threshold": 0.0125,
"min_threshold": -0.0125,
"noise": "minecraft:calcite",
"type": "minecraft:noise_threshold"
},
"then_run": {
"result_state": {
"Name": "byg:cryptic_magma_block"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"result_state": {
"Name": "byg:cryptic_stone"
},
"type": "minecraft:block"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
}

View file

@ -0,0 +1,980 @@
/*
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.
Surface rules in this file are added after data packs load for this dimension(file name is the dimension).
A guide for surface rules can be found here: https://github.com/TheForsakenFurby/Surface-Rules-Guide-Minecraft-JE-1.18/blob/main/Guide.md
*/
{
"sequence": [
{
"if_true": {
"false_at_and_above": {
"above_bottom": 5
},
"random_name": "minecraft:bedrock_floor",
"true_at_and_below": {
"above_bottom": 0
},
"type": "minecraft:vertical_gradient"
},
"then_run": {
"result_state": {
"Name": "minecraft:bedrock"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"invert": {
"false_at_and_above": {
"below_top": 0
},
"random_name": "minecraft:bedrock_roof",
"true_at_and_below": {
"below_top": 5
},
"type": "minecraft:vertical_gradient"
},
"type": "minecraft:not"
},
"then_run": {
"result_state": {
"Name": "minecraft:bedrock"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_stone_depth": false,
"anchor": {
"absolute": 31
},
"surface_depth_multiplier": 0,
"type": "minecraft:y_above"
},
"then_run": {
"sequence": [
{
"if_true": {
"biome_is": [
"byg:weeping_mire"
],
"type": "minecraft:biome"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"provider": [
{
"data": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"weight": 1
},
{
"data": {
"result_state": {
"Name": "byg:overgrown_netherrack"
},
"type": "minecraft:block"
},
"weight": 9
}
],
"type": "byg:state_provider"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:arisian_undergrowth"
],
"type": "minecraft:biome"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"provider": [
{
"data": {
"result_state": {
"Name": "byg:magmatic_stone"
},
"type": "minecraft:block"
},
"weight": 1
},
{
"data": {
"result_state": {
"Name": "byg:overgrown_netherrack"
},
"type": "minecraft:block"
},
"weight": 9
}
],
"type": "byg:state_provider"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:sythian_torrids"
],
"type": "minecraft:biome"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:sythian_nylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:warped_desert"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"max_threshold": 1.7976931348623157E308,
"min_threshold": -0.11515151515151514,
"noise": "minecraft:surface",
"type": "minecraft:noise_threshold"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:warped_soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:glowstone_gardens"
],
"type": "minecraft:biome"
},
"then_run": {
"provider": [
{
"data": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:mycelium_netherrack"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"weight": 1
},
{
"data": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:warped_nylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"weight": 1
},
{
"data": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:overgrown_netherrack"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"weight": 1
}
],
"type": "byg:state_provider"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:crimson_gardens"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"anchor": {
"absolute": 31
},
"surface_depth_multiplier": 0,
"type": "minecraft:y_above"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:overgrown_crimson_blackstone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
},
{
"result_state": {
"Name": "minecraft:blackstone"
},
"type": "minecraft:block"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:wailing_garth"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"provider": [
{
"data": {
"sequence": [
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"weight": 4
},
{
"data": {
"sequence": [
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"weight": 2
},
{
"data": {
"sequence": [
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:wailing_nylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:soul_soil"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"weight": 2
}
],
"type": "byg:state_provider"
},
{
"if_true": {
"add_stone_depth": false,
"anchor": {
"absolute": 31
},
"surface_depth_multiplier": 0,
"type": "minecraft:y_above"
},
"then_run": {
"result_state": {
"Name": "byg:scoria_stone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:magma_wastes"
],
"type": "minecraft:biome"
},
"then_run": {
"provider": [
{
"data": {
"sequence": [
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:magmatic_stone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:magmatic_stone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:magmatic_stone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:magmatic_stone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"weight": 4
},
{
"data": {
"sequence": [
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:magma_block"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:magma_block"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:magma_block"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"add_surface_depth": true,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "ceiling",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "minecraft:magma_block"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
},
"weight": 1
}
],
"type": "byg:state_provider"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:embur_bog"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_stone_depth": false,
"anchor": {
"absolute": 31
},
"surface_depth_multiplier": 0,
"type": "minecraft:y_above"
},
"then_run": {
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:embur_nylium"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
"type": "minecraft:condition"
},
{
"result_state": {
"Name": "byg:blue_netherrack"
},
"type": "minecraft:block"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:subzero_hypogeal"
],
"type": "minecraft:biome"
},
"then_run": {
"sequence": [
{
"if_true": {
"add_surface_depth": false,
"offset": 0,
"secondary_depth_range": 0,
"surface_type": "floor",
"type": "minecraft:stone_depth"
},
"then_run": {
"result_state": {
"Name": "byg:subzero_ash_block"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"result_state": {
"Name": "byg:travertine"
},
"type": "minecraft:block"
}
],
"type": "minecraft:sequence"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:brimstone_caverns"
],
"type": "minecraft:biome"
},
"then_run": {
"result_state": {
"Name": "byg:brimstone"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
},
{
"if_true": {
"biome_is": [
"byg:quartz_desert"
],
"type": "minecraft:biome"
},
"then_run": {
"result_state": {
"Name": "byg:quartzite_sand"
},
"type": "minecraft:block"
},
"type": "minecraft:condition"
}
],
"type": "minecraft:sequence"
}

File diff suppressed because it is too large Load diff

915
config/byg/trades.json5 Normal file
View file

@ -0,0 +1,915 @@
/*
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.
*/
{
// Trades for a given villager profession. Trade levels are in the range of 1-5
"trades_by_profession": {
"byg:forager": {
"1": [
{
"config": {
"cost": 10,
"item": "minecraft:red_mushroom",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 10,
"item": "minecraft:brown_mushroom",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 10,
"item": "byg:green_mushroom",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
],
"2": [
{
"config": {
"cost": 8,
"item": "byg:wood_blewit",
"max_uses": 12,
"villager_xp": 3
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 8,
"item": "byg:white_puffball_cap",
"max_uses": 12,
"villager_xp": 3
},
"type": "byg:emerald_for_items"
}
],
"3": [
{
"config": {
"emerald_cost": 4,
"item": "byg:white_puffball_spores",
"max_uses": 4,
"number_of_items": 5,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"cost": 10,
"item": "minecraft:crimson_fungus",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 10,
"item": "minecraft:warped_fungus",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 10,
"item": "byg:sythian_fungus",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
],
"4": [
{
"config": {
"emerald_cost": 4,
"item": "byg:witch_hazel_branch",
"max_uses": 4,
"number_of_items": 9,
"villager_xp": 3
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 10,
"item": "byg:witch_hazel_blossom",
"max_uses": 10,
"number_of_items": 1,
"villager_xp": 3
},
"type": "byg:items_for_emeralds"
}
],
"5": [
{
"config": {
"cost": 10,
"item": "byg:imparius_mushroom",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 10,
"item": "byg:shulkren_fungus",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 10,
"item": "byg:fungal_imparius",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
]
},
"minecraft:armorer": {
"1": [],
"2": [],
"3": [],
"4": [
{
"config": {
"emerald_cost": 3,
"item": "byg:chain_plating",
"max_uses": 12,
"number_of_items": 7,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
}
],
"5": []
},
"minecraft:butcher": {
"1": [],
"2": [
{
"config": {
"cost": 10,
"item": "byg:blueberries",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
],
"3": [],
"4": [],
"5": []
},
"minecraft:cartographer": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:cleric": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:farmer": {
"1": [
{
"config": {
"cost": 24,
"item": "byg:cattail_sprout",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
],
"2": [
{
"config": {
"cost": 10,
"item": "byg:baobab_fruit",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 16,
"item": "byg:aloe_vera",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
},
{
"config": {
"cost": 24,
"item": "byg:green_apple",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
],
"3": [
{
"config": {
"cost": 10,
"item": "byg:joshua_fruit",
"max_uses": 12,
"villager_xp": 2
},
"type": "byg:emerald_for_items"
}
],
"4": [
{
"config": {
"emerald_cost": 2,
"from_count": 16,
"from_item": "minecraft:dirt",
"max_uses": 4,
"to_count": 16,
"to_item": "byg:lush_dirt",
"villager_xp": 4
},
"type": "byg:items_and_emeralds_to_items"
}
],
"5": []
},
"minecraft:fisherman": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:fletcher": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:leatherworker": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:librarian": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:mason": {
"1": [],
"2": [],
"3": [
{
"config": {
"emerald_cost": 1,
"item": "byg:rocky_stone",
"max_uses": 12,
"number_of_items": 12,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"cost": 1,
"item": "byg:rocky_stone",
"max_uses": 12,
"villager_xp": 12
},
"type": "byg:emerald_for_items"
},
{
"config": {
"emerald_cost": 1,
"item": "byg:mossy_stone",
"max_uses": 12,
"number_of_items": 12,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"cost": 1,
"item": "byg:mossy_stone",
"max_uses": 12,
"villager_xp": 12
},
"type": "byg:emerald_for_items"
}
],
"4": [
{
"config": {
"emerald_cost": 1,
"item": "byg:dacite",
"max_uses": 12,
"number_of_items": 12,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"cost": 1,
"item": "byg:dacite",
"max_uses": 12,
"villager_xp": 12
},
"type": "byg:emerald_for_items"
},
{
"config": {
"emerald_cost": 1,
"item": "byg:soapstone",
"max_uses": 12,
"number_of_items": 12,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"cost": 1,
"item": "byg:soapstone",
"max_uses": 12,
"villager_xp": 12
},
"type": "byg:emerald_for_items"
},
{
"config": {
"emerald_cost": 1,
"item": "byg:red_rock",
"max_uses": 12,
"number_of_items": 12,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"cost": 1,
"item": "byg:red_rock",
"max_uses": 12,
"villager_xp": 12
},
"type": "byg:emerald_for_items"
}
],
"5": []
},
"minecraft:shepherd": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:toolsmith": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
},
"minecraft:weaponsmith": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
}
},
// Whether this file appends villager/wandering trader trades.
"visible": true,
// Trades for the wandering trader. Trades in "1" are "generic" trades. Trades appearing in "2" are "rare" trades.
"wandering_trader_trades": {
// Trades listed here are "generic" and a few(not only from these listed here but from other mods/vanilla also) are picked when a wandering trader spawns.
"1": [
{
"config": {
"emerald_cost": 5,
"item": "byg:aspen_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:baobab_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:blue_enchanted_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:pink_cherry_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:white_cherry_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:cika_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:cypress_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:ebony_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:ether_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:fir_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:green_enchanted_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:holly_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:lament_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:indigo_jacaranda_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:jacaranda_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:mahogany_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:white_mangrove_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:red_maple_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:silver_maple_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:maple_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:nightshade_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:palm_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:palo_verde_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:pine_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:rainbow_eucalyptus_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:redwood_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:skyris_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:willow_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:witch_hazel_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:zelkova_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:withering_oak_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:araucaria_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:blue_spruce_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:brown_birch_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:brown_oak_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:brown_zelkova_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:joshua_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:orange_birch_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:orange_oak_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:orange_spruce_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:orchard_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:red_birch_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:red_oak_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:red_spruce_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:yellow_birch_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:yellow_spruce_sapling",
"max_uses": 12,
"number_of_items": 1,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:skyris_vine",
"max_uses": 12,
"number_of_items": 2,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
},
{
"config": {
"emerald_cost": 5,
"item": "byg:poison_ivy",
"max_uses": 12,
"number_of_items": 2,
"villager_xp": 2
},
"type": "byg:items_for_emeralds"
}
],
// Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns.
"2": []
}
}

101
config/c2me.toml Normal file
View file

@ -0,0 +1,101 @@
version = 3
# (Default: 3) Configures the parallelism of global executor
globalExecutorParallelism = "default"
[clientSideConfig]
[clientSideConfig.modifyMaxVDConfig]
# (Default: true) Whether to modify maximum view distance
enabled = "default"
# (Default: 54) Max render distance allowed in game options
maxViewDistance = "default"
[noTickViewDistance]
# (Default: true) Whether to use compatibility mode to send chunks
# This may fix some mod compatibility issues
compatibilityMode = "default"
# (Default: false) Whether to ensure correct chunks within normal render distance
# This will send chunks twice increasing network load
ensureChunkCorrectness = "default"
# (Default: 12) No-tick view distance updates per tick
# Lower this for a better latency and higher this for a faster loading
updatesPerTick = "default"
# (Default: true) Whether to enable no-tick view distance
enabled = "default"
[generalOptimizations]
# (Default: true) Whether to enable mid-tick chunk tasks
# Mid-tick chunk tasks is to execute chunk tasks during server tick loop
# to speed up chunk loading and generation
# This helps chunks loading and generating under high MSPT but may raise
# MSPT when chunks are loading or generating
#
# Incompatible with Dimensional Threading (dimthread)
#
doMidTickChunkTasks = "default"
# (Default: true) Whether to let async chunk request no longer block server thread
# (may cause incompatibility with other mods)
optimizeAsyncChunkRequest = "default"
[generalOptimizations.autoSave]
# (Default: ENHANCED) Defines how auto save should be handled
# VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking)
# ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking)
# PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking)
#
# Please preserve quotes so this config don't break
#
mode = "default"
# (Default: 20000) Defines the delay in milliseconds between performing auto-save for a chunk
# This is only used when mode is set to ENHANCED
#
delay = "default"
[ioSystem]
# (Default: true) Whether to use async chunk loading & unloading
async = "default"
# (Default: -1) Defines which chunk compression should be used
# -1 for Vanilla default
# 1 for GZip (RFC1952) (Vanilla compatible)
# 2 for Zlib (RFC1950) (Vanilla default) (Vanilla compatible)
# 3 for Uncompressed (Fastest, but higher disk usage) (Vanilla compatible)
#
# Original chunk data will still readable after modifying this option
# as this option only affects newly stored chunks
# Invalid values will fall back to vanilla default
#
chunkStreamVersion = "default"
# (Default: true) Whether to use the optimized implementation of IO system
replaceImpl = "default"
# (Default: 1536) Soft limit for io worker nbt cache
chunkDataCacheSoftLimit = "default"
# (Default: 6144) Hard limit for io worker nbt cache
chunkDataCacheLimit = "default"
[asyncScheduling]
# (Default: true) Whether to enable async and parallel scheduling
# This will reduce server thread load
# (may cause incompatibility with other mods)
#
enabled = "default"
[threadedWorldGen]
# (Default: true) Whether to allow feature generation (world decorations like trees, ores and etc.) run in parallel
# (may cause incompatibility with other mods)
allowThreadedFeatures = "default"
# (Default: true) Whether to allow reducing lock radius
# (may cause incompatibility with other mods)
reduceLockRadius = "default"
# (Default: true) Whether to enable this feature
enabled = "default"
[vanillaWorldGenOptimizations]
# (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen
# (may cause incompatibility with other mods)
optimizeAquifer = "default"
# (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen
# This is no longer included in lithium-fabric
# (may cause incompatibility with other mods)
#
useEndBiomeCache = "default"

6
config/capybara.json Normal file
View file

@ -0,0 +1,6 @@
{
"debugMode": false,
"spawnWeight": 3,
"minGroupSize": 1,
"maxGroupSize": 4
}

89
config/charmonium.toml Normal file
View file

@ -0,0 +1,89 @@
#Plays ambient background sound according to the biome and time of day.
"BiomeAmbience Enabled" = true
#Plays specific ambient sound according to the situation or location.
"SituationalAmbience Enabled" = true
[BiomeAmbience]
#Affects the volume of all biome ambient sounds. 1.0 is full volume.
"Volume scaling" = 0.55
#Number of blocks above the ground that biome ambience will be silenced.
#Set to zero to disable.
"Above ground for ambience silencing" = 32
#Number of blocks to check for neighbouring biomes.
#Set to zero to disable.
"Biome sound blending" = 32
#Dimensions in which biome ambience will be played.
"Valid dimensions" = ["minecraft:overworld", "minecraft:the_end"]
#Biomes that will have badlands ambient sounds.
"Extra badlands biomes" = []
#Biomes that will have beach ambient sounds.
"Extra beach biomes" = []
#Biomes that will have desert ambient sounds.
"Extra desert biomes" = []
#Biomes that will have forest ambient sounds.
"Extra forest biomes" = []
#Biomes that will have icy ambient sounds.
"Extra icy biomes" = []
#Biomes that will have jungle ambient sounds.
"Extra jungle biomes" = []
#Biomes that will have mountain ambient sounds.
"Extra mountain biomes" = []
#Biomes that will have ocean ambient sounds.
"Extra ocean biomes" = []
#Biomes that will have plains ambient sounds.
"Extra plains biomes" = []
#Biomes that will have river ambient sounds.
"Extra river biomes" = []
#Biomes that will have savanna ambient sounds.
"Extra savanna biomes" = []
#Biomes that will have swamp ambient sounds.
"Extra swamp biomes" = []
#Biomes that will have taiga ambient sounds.
"Extra taiga biomes" = []
#Biomes that will have The End ambient sounds.
"Extra End biomes" = []
[Core]
#The channel that Charmonium will use for playing sounds. Defaults to 'ambient'.
#Options: music, record, weather, block, hostile, neutral, player, ambient, voice
"Audio channel" = "ambient"
[SituationalAmbience]
#Affects the volume of all situational ambient sounds. 1.0 is full volume.
"Volume scaling" = 0.55
#Number of blocks above the ground that biome ambience will be silenced.
#Set to zero to disable.
"Above ground for ambience silencing" = 32
#If true, plays ambient sounds while anywhere in the End.
"Alien ambience" = true
#If true, plays ambient sounds in cold and/or barren overworld environments.
"Bleak ambience" = true
#If true, plays a low drone sound when in a cave below Y 48.
"Cave drone ambience" = true
#If true, plays more intense cave sounds when below Y 0 and light level is lower than 10.
"Cave depth ambience" = true
#If true, plays ambient sounds when the player is underground and near deepslate blocks.
"Deepslate ambience" = true
#If true, plays ambient sounds in dry and/or hot overworld environments.
"Dry ambience" = true
#If true, plays ambient sounds from a nearby amethyst geode.
"Geode ambience" = true
#If true, plays ambient sounds when the player is underground and near gravel blocks.
"Gravel ambience" = true
#If true, plays ambient sounds when high up in the overworld.
"High ambience" = true
#If true, plays ambient sounds while inside a woodland mansion.
"Mansion ambience" = true
#If true, plays ambient sounds from a nearby mineshaft.
"Mineshaft ambience" = true
#If true, plays ambient sounds in plains environments at night.
"Night plains ambience" = true
#If true, plays ambient sounds when in a cold biome during a thunderstorm.
"Snowstorm ambience" = true
#If true, plays water sounds from a nearby water source when underground.
"Underground water ambience" = true
#If true, plays ambient sounds when a player is inside a village.
"Village ambience" = true
#Dimensions in which cave drone and cave depth sounds will be played.
"Valid cave drone dimensions" = ["minecraft:overworld"]

7
config/chunky.json Normal file
View file

@ -0,0 +1,7 @@
{
"version": 1,
"language": "en",
"continueOnRestart": false,
"silent": false,
"updateInterval": 1
}

View file

@ -0,0 +1,3 @@
{
"type_enchantment_scroll_multiplier": 1.0
}

7
config/citresewn.json Normal file
View file

@ -0,0 +1,7 @@
{
"enabled": true,
"mute_errors": false,
"mute_warns": false,
"cache_ms": 50,
"broken_paths": false
}

6
config/continuity.json Normal file
View file

@ -0,0 +1,6 @@
{
"connected_textures": true,
"emissive_textures": true,
"custom_block_layers": true,
"use_manual_culling": true
}

View file

@ -0,0 +1,325 @@
# Determines if croptopia salt will generate in rivers. Defaults to true
generateSaltInWorld = true
treeConfig=[
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:plains",
"minecraft:forest",
"minecraft:sunflower_plains",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="orange_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="dragon_fruit_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="kumquat_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="banana_tree_configured"
},
{
acceptableBiomes=[
"traverse:autumnal_woods",
"minecraft:flower_forest",
"byg:autumnal_forest",
"byg:aspen_forest",
"traverse:autumnal_wooded_hills",
"byg:jacaranda_forest",
"byg:autumnal_taiga",
"traverse:wooded_plateau",
"minecraft:windswept_forest",
"byg:red_oak_forest",
"byg:orchard",
"traverse:woodlands",
"traverse:wooded_island",
"minecraft:forest"
]
featureName="plum_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="date_tree_configured"
},
{
acceptableBiomes=[
"minecraft:dark_forest",
"byg:weeping_witch_forest",
"byg:dacite_ridges",
"byg:ebony_woods",
"byg:maple_taiga",
"byg:twilight_meadow"
]
featureName="cashew_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="mango_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="coconut_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="apricot_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="nutmeg_tree_configured"
},
{
acceptableBiomes=[
"traverse:autumnal_woods",
"byg:orchard",
"minecraft:flower_forest",
"byg:autumnal_forest",
"byg:aspen_forest",
"traverse:autumnal_wooded_hills",
"byg:jacaranda_forest",
"byg:autumnal_taiga",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="persimmon_tree_configured"
},
{
acceptableBiomes=[
"minecraft:dark_forest",
"byg:weeping_witch_forest",
"byg:dacite_ridges",
"byg:ebony_woods",
"byg:maple_taiga",
"byg:twilight_meadow"
]
featureName="almond_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="avocado_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="fig_tree_configured"
},
{
acceptableBiomes=[
"minecraft:sparse_jungle",
"byg:white_mangrove_marshes",
"byg:tropical_rainforest",
"byg:temperate_rainforest",
"byg:cypress_swamplands",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens",
"traverse:lush_swamp"
]
featureName="cinnamon_tree_configured"
},
{
acceptableBiomes=[
"minecraft:plains",
"minecraft:sunflower_plains"
]
featureName="peach_tree_configured"
},
{
acceptableBiomes=[
"traverse:wooded_island",
"minecraft:plains",
"minecraft:sunflower_plains",
"traverse:wooded_plateau",
"byg:prairie",
"traverse:woodlands"
]
featureName="apple_tree_configured"
},
{
acceptableBiomes=[
"traverse:autumnal_woods",
"byg:orchard",
"minecraft:flower_forest",
"byg:autumnal_forest",
"byg:aspen_forest",
"traverse:autumnal_wooded_hills",
"byg:jacaranda_forest",
"byg:autumnal_taiga",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="pear_tree_configured"
},
{
acceptableBiomes=[
"byg:tropical_rainforest",
"minecraft:sparse_jungle",
"byg:tropical_islands",
"minecraft:jungle",
"traverse:mini_jungle",
"byg:crag_gardens"
]
featureName="grapefruit_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="star_fruit_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="nectarine_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="lemon_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"byg:cherry_blossom_forest",
"traverse:woodlands",
"traverse:wooded_island",
"minecraft:forest",
"traverse:wooded_plateau",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="cherry_tree_configured"
},
{
acceptableBiomes=[
"byg:orchard",
"minecraft:flower_forest",
"byg:aspen_forest",
"minecraft:forest",
"minecraft:windswept_forest",
"byg:red_oak_forest"
]
featureName="lime_tree_configured"
},
{
acceptableBiomes=[
"minecraft:dark_forest",
"byg:weeping_witch_forest",
"byg:dacite_ridges",
"byg:ebony_woods",
"byg:maple_taiga",
"byg:twilight_meadow"
]
featureName="pecan_tree_configured"
},
{
acceptableBiomes=[
"minecraft:dark_forest",
"byg:weeping_witch_forest",
"byg:dacite_ridges",
"byg:ebony_woods",
"byg:maple_taiga",
"byg:twilight_meadow"
]
featureName="walnut_tree_configured"
}
]

2
config/crowdin.txt Normal file
View file

@ -0,0 +1,2 @@
#Change this to no to prevent mod translation downloads
download=yes

View file

@ -0,0 +1,4 @@
{
"canDrinkMilkBucket": false,
"milkBottlesMaxCount": 1
}

View file

@ -0,0 +1,3 @@
{
"creativeToolsTab": true
}

32
config/disenchanter.json5 Normal file
View file

@ -0,0 +1,32 @@
{
"catalysts": {
"minecraft:ender_pearl": {
"enabled": true,
"required_item_count": 1
},
"minecraft:emerald": {
"enabled": true,
"required_item_count": 1
},
"minecraft:heart_of_the_sea": {
"enabled": true,
"required_item_count": 1
},
"minecraft:amethyst_shard": {
"enabled": true,
"required_item_count": 1
},
"minecraft:nether_star": {
"enabled": true,
"required_item_count": 1
},
"minecraft:diamond": {
"enabled": true,
"required_item_count": 1
},
"minecraft:experience_bottle": {
"enabled": true,
"required_item_count": 1
}
}
}

6
config/dynamicfps.toml Normal file
View file

@ -0,0 +1,6 @@
reduceFPSWhenUnfocused = true
unfocusedFPS = 1
restoreFPSWhenHovered = true
unfocusedVolumeMultiplier = 0.25
hiddenVolumeMultiplier = 0.0
runGCOnUnfocus = false

View file

@ -0,0 +1,6 @@
{
"rendering": {
"renderSky [default: true]": true,
"renderInBuffer [default: false]": false
}
}

View file

@ -0,0 +1,32 @@
{
"terrain": {
"layers": {
"bigIslands": {
"distance[1-8192] [default: 300.0]": 300.0,
"scale[0.1-1024] [default: 200.0]": 200.0,
"averageHeight[0-255] [default: 128]": 128,
"heightVariation[0-255] [default: 20]": 20,
"coverage[0-1] [default: 0.5]": 0.5
},
"mediumIslands": {
"distance[1-8192] [default: 150.0]": 150.0,
"scale[0.1-1024] [default: 100.0]": 100.0,
"averageHeight[0-255] [default: 128]": 128,
"heightVariation[0-255] [default: 40]": 40,
"coverage[0-1] [default: 0.5]": 0.5
},
"smallIslands": {
"distance[1-8192] [default: 60.0]": 60.0,
"scale[0.1-1024] [default: 50.0]": 50.0,
"averageHeight[0-255] [default: 128]": 128,
"heightVariation[0-255] [default: 60]": 60,
"coverage[0-1] [default: 0.5]": 0.5
}
}
},
"biomes": {
"landBiomeSize [default: 256]": 256,
"voidBiomeSize [default: 256]": 256,
"caveBiomeSize [default: 128]": 128
}
}

View file

@ -0,0 +1,12 @@
{
"items": {
"guide_book [default: true]": true,
"limphium_leaf [default: true]": true,
"limphium_leaf_dryed [default: true]": true,
"spawn_egg_diskwing [default: true]": true,
"limphium_painting [default: true]": true
},
"spawnEggs": {
"spawn_egg_diskwing [default: true]": true
}
}

View file

@ -0,0 +1,119 @@
{
"grid": {
"balloon_mushroom_planks [default: true]": true,
"balloon_mushroom_stairs [default: true]": true,
"balloon_mushroom_slab [default: true]": true,
"balloon_mushroom_fence [default: true]": true,
"balloon_mushroom_gate [default: true]": true,
"balloon_mushroom_button [default: true]": true,
"balloon_mushroom_pressure_plate [default: true]": true,
"balloon_mushroom_trapdoor [default: true]": true,
"balloon_mushroom_door [default: true]": true,
"balloon_mushroom_crafting_table [default: true]": true,
"balloon_mushroom_ladder [default: true]": true,
"balloon_mushroom_sign [default: true]": true,
"balloon_mushroom_chest [default: true]": true,
"balloon_mushroom_barrel [default: true]": true,
"balloon_mushroom_bookshelf [default: true]": true,
"balloon_mushroom_bark [default: true]": true,
"balloon_mushroom_log [default: true]": true,
"balloon_mushroom_stripped_bark [default: true]": true,
"balloon_mushroom_stripped_log [default: true]": true,
"balloon_mushroom_composter [default: true]": true,
"pulse_tree_planks [default: true]": true,
"pulse_tree_stairs [default: true]": true,
"pulse_tree_slab [default: true]": true,
"pulse_tree_fence [default: true]": true,
"pulse_tree_gate [default: true]": true,
"pulse_tree_button [default: true]": true,
"pulse_tree_pressure_plate [default: true]": true,
"pulse_tree_trapdoor [default: true]": true,
"pulse_tree_door [default: true]": true,
"pulse_tree_crafting_table [default: true]": true,
"pulse_tree_ladder [default: true]": true,
"pulse_tree_sign [default: true]": true,
"pulse_tree_chest [default: true]": true,
"pulse_tree_barrel [default: true]": true,
"pulse_tree_bookshelf [default: true]": true,
"pulse_tree_bark [default: true]": true,
"pulse_tree_log [default: true]": true,
"pulse_tree_stripped_bark [default: true]": true,
"pulse_tree_stripped_log [default: true]": true,
"pulse_tree_composter [default: true]": true,
"brain_tree_planks [default: true]": true,
"brain_tree_stairs [default: true]": true,
"brain_tree_slab [default: true]": true,
"brain_tree_fence [default: true]": true,
"brain_tree_gate [default: true]": true,
"brain_tree_button [default: true]": true,
"brain_tree_pressure_plate [default: true]": true,
"brain_tree_trapdoor [default: true]": true,
"brain_tree_door [default: true]": true,
"brain_tree_crafting_table [default: true]": true,
"brain_tree_ladder [default: true]": true,
"brain_tree_sign [default: true]": true,
"brain_tree_chest [default: true]": true,
"brain_tree_barrel [default: true]": true,
"brain_tree_bookshelf [default: true]": true,
"brain_tree_bark [default: true]": true,
"brain_tree_log [default: true]": true,
"brain_tree_stripped_bark [default: true]": true,
"brain_tree_stripped_log [default: true]": true,
"brain_tree_composter [default: true]": true,
"gravilite_block [default: true]": true,
"gravilite_shards [default: true]": true,
"gravilite_lamp [default: true]": true,
"gravilite_lantern_tall [default: true]": true,
"gravilite_lantern [default: true]": true,
"baloon_mushroom_block [default: true]": true,
"balloon_mushroom_branch [default: true]": true,
"balloon_mushroom_stem [default: true]": true,
"balloon_mushroom_stem_block [default: true]": true,
"pulse_tree_block [default: true]": true,
"yellow_dye [default: true]": true,
"magenta_dye [default: true]": true,
"gravity_compressor [default: true]": true,
"limphium_paper [default: true]": true,
"limphium_painting [default: true]": true,
"copper_framed_brain_tree_log [default: true]": true,
"iron_framed_brain_tree_log [default: true]": true,
"gold_framed_brain_tree_log [default: true]": true,
"mycotic_lantern_white [default: true]": true,
"mycotic_lantern_orange [default: true]": true,
"mycotic_lantern_magenta [default: true]": true,
"mycotic_lantern_light_blue [default: true]": true,
"mycotic_lantern_yellow [default: true]": true,
"mycotic_lantern_lime [default: true]": true,
"mycotic_lantern_pink [default: true]": true,
"mycotic_lantern_gray [default: true]": true,
"mycotic_lantern_light_gray [default: true]": true,
"mycotic_lantern_cyan [default: true]": true,
"mycotic_lantern_purple [default: true]": true,
"mycotic_lantern_blue [default: true]": true,
"mycotic_lantern_brown [default: true]": true,
"mycotic_lantern_green [default: true]": true,
"mycotic_lantern_red [default: true]": true,
"mycotic_lantern_black [default: true]": true,
"balloon_mushroom_sporocarp_white [default: true]": true,
"balloon_mushroom_sporocarp_orange [default: true]": true,
"balloon_mushroom_sporocarp_magenta [default: true]": true,
"balloon_mushroom_sporocarp_light_blue [default: true]": true,
"balloon_mushroom_sporocarp_yellow [default: true]": true,
"balloon_mushroom_sporocarp_lime [default: true]": true,
"balloon_mushroom_sporocarp_pink [default: true]": true,
"balloon_mushroom_sporocarp_gray [default: true]": true,
"balloon_mushroom_sporocarp_light_gray [default: true]": true,
"balloon_mushroom_sporocarp_cyan [default: true]": true,
"balloon_mushroom_sporocarp_purple [default: true]": true,
"balloon_mushroom_sporocarp_blue [default: true]": true,
"balloon_mushroom_sporocarp_brown [default: true]": true,
"balloon_mushroom_sporocarp_green [default: true]": true,
"balloon_mushroom_sporocarp_red [default: true]": true,
"balloon_mushroom_sporocarp_black [default: true]": true,
"eden_book [default: true]": true
},
"furnace": {
"slime_ball [default: true]": true,
"limphium_leaf [default: true]": true
}
}

3
config/editsign.json Normal file
View file

@ -0,0 +1,3 @@
{
"requiredItemId": ""
}

6
config/effective.json Normal file
View file

@ -0,0 +1,6 @@
{
"generateCascades": true,
"generateSplashes": true,
"shouldFlowingWaterSpawnParticlesOnFirstTick": true,
"lapisBlockUpdateParticleChance": 10
}

View file

@ -0,0 +1,9 @@
{
"bannerRadius": 48,
"necessaryKills": 50,
"damageMultiplier": 1.5,
"defenseMultiplier": 0.75,
"shouldBroadcastWhenGivenBanner": true,
"shouldBroadcastToEveryone": true,
"blacklistedEntities": []
}

View file

@ -0,0 +1,6 @@
{
"restrictive_scrolling": false,
"container_type": "expandedstorage:scroll",
"prefer_bigger_screens": true,
"config_version": 0
}

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