diff --git a/config/bclib/main.json b/config/bclib/main.json deleted file mode 100644 index 6faedda..0000000 --- a/config/bclib/main.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "patches": { - "applyPatches [default: true]": true, - "repairBiomesOnLoad [default: true]": true - } -} \ No newline at end of file diff --git a/config/bclib/server.json b/config/bclib/server.json index d61c035..6473214 100644 --- a/config/bclib/server.json +++ b/config/bclib/server.json @@ -1,6 +1,6 @@ { "auto_sync": { - "enabled [default: true]": true, + "enabled [default: true]": false, "offerConfigs [default: true]": true, "offerFiles [default: true]": true, "offerMods [default: true]": true, diff --git a/config/origins_server.toml b/config/origins_server.toml new file mode 100644 index 0000000..1112d91 --- /dev/null +++ b/config/origins_server.toml @@ -0,0 +1 @@ +performVersionCheck = false diff --git a/config/yosbr/config/PlasmoVoice/config.json b/config/yosbr/config/PlasmoVoice/config.json new file mode 100644 index 0000000..09ed837 --- /dev/null +++ b/config/yosbr/config/PlasmoVoice/config.json @@ -0,0 +1,61 @@ +{ + "servers": { + "192.168.1.203": { + "distance": 16, + "priorityDistance": 48 + }, + "127.0.0.1": { + "distance": 16, + "priorityDistance": 48 + } + }, + "playerVolumes": {}, + "whitelist": false, + "voiceVolume": 1.0, + "priorityVolume": 1.0, + "occlusion": false, + "speakerMuted": false, + "showIcons": 0, + "micIconPosition": "BOTTOM_CENTER", + "voiceActivation": true, + "voiceActivationThreshold": -30.0, + "microphoneAmplification": 1.0, + "rnNoise": false, + "microphoneMuted": false, + "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": 77 + } + ], + "muteChat": [], + "action": [ + { + "type": "MOUSE", + "code": 1 + } + ], + "increaseDistance": [], + "decreaseDistance": [], + "occlusion": [] + }, + "showPriorityVolume": true, + "micReverb": true, + "micReverbVolume": 1.0 +} \ No newline at end of file diff --git a/config/yosbr/config/PlasmoVoice/server.yml b/config/yosbr/config/PlasmoVoice/server.yml new file mode 100644 index 0000000..8970525 --- /dev/null +++ b/config/yosbr/config/PlasmoVoice/server.yml @@ -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 [duration] [reason]" + unmute: "Usage: /vunmute " + +# do not touch +config_version: 1.0.3 diff --git a/config/yosbr/config/PlasmoVoice/server_data.json b/config/yosbr/config/PlasmoVoice/server_data.json new file mode 100644 index 0000000..828b447 --- /dev/null +++ b/config/yosbr/config/PlasmoVoice/server_data.json @@ -0,0 +1 @@ +{"muted":[],"permissions":{}} \ No newline at end of file diff --git a/config/yosbr/config/authme.json5 b/config/yosbr/config/authme.json5 new file mode 100644 index 0000000..6dbe5ea --- /dev/null +++ b/config/yosbr/config/authme.json5 @@ -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": "" + } + } +} \ No newline at end of file diff --git a/config/bclib/client.json b/config/yosbr/config/bclib/client.json similarity index 99% rename from config/bclib/client.json rename to config/yosbr/config/bclib/client.json index 345db53..f2d1171 100644 --- a/config/bclib/client.json +++ b/config/yosbr/config/bclib/client.json @@ -14,4 +14,4 @@ "customFogRendering [default: true]": true, "netherThickFog [default: true]": true } -} \ No newline at end of file +} diff --git a/config/yosbr/config/bclib/main.json b/config/yosbr/config/bclib/main.json new file mode 100644 index 0000000..93d038d --- /dev/null +++ b/config/yosbr/config/bclib/main.json @@ -0,0 +1,6 @@ +{ + "patches": { + "applyPatches [default: true]": false, + "repairBiomesOnLoad [default: true]": false + } +} diff --git a/config/yosbr/config/bedrockify.json b/config/yosbr/config/bedrockify.json index 0529932..7e1854f 100644 --- a/config/yosbr/config/bedrockify.json +++ b/config/yosbr/config/bedrockify.json @@ -1 +1 @@ -{"loadingScreen":true,"bedrockIfyButton":true,"showPositionHUD":false,"FPSHUD":0,"heldItemTooltip":2,"showPaperDoll":true,"showChunkMap":false,"reacharound":true,"reacharoundSneaking":true,"reacharoundIndicator":true,"reacharoundMultiplayer":true,"positionHUDHeight":50,"screenSafeArea":0,"overlayIgnoresSafeArea":false,"cubeMapBackground":false,"bedrockChat":false,"slotHighlight":true,"highLightColor1":-1,"highLightColor2":-9590208,"idleAnimation":1.0,"reacharoundBlockDistance":0.5,"reacharoundPitchAngle":25,"bedrockRecipes":false,"savingOverlay":true,"eatingAnimations":true,"pickupAnimations":true,"expTextStyle":false,"quickArmorSwap":true,"transparentHotBar":true,"biggerIcons":true,"dyingTrees":true,"sneakingShield":true,"bedrockShading":false,"fireAspectLight":true,"disableFlyingMomentum":true} \ No newline at end of file +{"loadingScreen":true,"bedrockIfyButton":true,"showPositionHUD":false,"FPSHUD":0,"heldItemTooltip":2,"showPaperDoll":true,"showChunkMap":false,"reacharound":true,"reacharoundSneaking":true,"reacharoundIndicator":true,"reacharoundMultiplayer":true,"positionHUDHeight":50,"screenSafeArea":0,"overlayIgnoresSafeArea":false,"cubeMapBackground":true,"bedrockChat":false,"slotHighlight":true,"highLightColor1":-1,"highLightColor2":-9590208,"idleAnimation":1.0,"reacharoundBlockDistance":0.5,"reacharoundPitchAngle":25,"bedrockRecipes":false,"savingOverlay":true,"eatingAnimations":true,"pickupAnimations":true,"expTextStyle":false,"quickArmorSwap":true,"transparentHotBar":true,"biggerIcons":true,"dyingTrees":true,"sneakingShield":true,"bedrockShading":false,"fireAspectLight":true,"disableFlyingMomentum":false} \ No newline at end of file diff --git a/config/yosbr/config/betterend/biomes.json b/config/yosbr/config/betterend/biomes.json new file mode 100644 index 0000000..0107446 --- /dev/null +++ b/config/yosbr/config/betterend/biomes.json @@ -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 + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/blocks.json b/config/yosbr/config/betterend/blocks.json new file mode 100644 index 0000000..d9b690e --- /dev/null +++ b/config/yosbr/config/betterend/blocks.json @@ -0,0 +1,476 @@ +{ + "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, + "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 + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/client.json b/config/yosbr/config/betterend/client.json new file mode 100644 index 0000000..b23fb57 --- /dev/null +++ b/config/yosbr/config/betterend/client.json @@ -0,0 +1,6 @@ +{ + "customSky [default: true]": true, + "useFogDensity [default: true]": true, + "blendBiomeMusic [default: true]": true, + "sulfurWaterColor [default: true]": true +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/enchantments.json b/config/yosbr/config/betterend/enchantments.json new file mode 100644 index 0000000..f3c8f71 --- /dev/null +++ b/config/yosbr/config/betterend/enchantments.json @@ -0,0 +1,3 @@ +{ + "end_veil [default: true]": true +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/entities.json b/config/yosbr/config/betterend/entities.json new file mode 100644 index 0000000..caf1f50 --- /dev/null +++ b/config/yosbr/config/betterend/entities.json @@ -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 +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/generator.json b/config/yosbr/config/betterend/generator.json new file mode 100644 index 0000000..88a19d8 --- /dev/null +++ b/config/yosbr/config/betterend/generator.json @@ -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-255] [default: 70]": 70, + "heightVariation[0-255] [default: 10]": 10, + "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-255] [default: 70]": 70, + "heightVariation[0-255] [default: 20]": 20, + "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-255] [default: 70]": 70, + "heightVariation[0-255] [default: 30]": 30, + "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 + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/items.json b/config/yosbr/config/betterend/items.json new file mode 100644 index 0000000..e134b0b --- /dev/null +++ b/config/yosbr/config/betterend/items.json @@ -0,0 +1,135 @@ +{ + "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 + }, + "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 + } +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/portals.json b/config/yosbr/config/betterend/portals.json new file mode 100644 index 0000000..dd5a230 --- /dev/null +++ b/config/yosbr/config/betterend/portals.json @@ -0,0 +1,11 @@ +{ + "portals": [ + { + "dimension": "minecraft:overworld", + "item": "betterend:eternal_crystal", + "colorRed": 255, + "colorGreen": 255, + "colorBlue": 255 + } + ] +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/recipes.json b/config/yosbr/config/betterend/recipes.json new file mode 100644 index 0000000..cec177d --- /dev/null +++ b/config/yosbr/config/betterend/recipes.json @@ -0,0 +1,648 @@ +{ + "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 + }, + "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 + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/biomes.json b/config/yosbr/config/betternether/biomes.json new file mode 100644 index 0000000..39deb7e --- /dev/null +++ b/config/yosbr/config/betternether/biomes.json @@ -0,0 +1,3997 @@ +{ + "betternether": { + "gravel_desert": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 20]": 20, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "nether_cactus": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "agave": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "barrel_cactus": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "nether_jungle": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 40]": 40, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "lucis": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "jungle_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "stalagnate": { + "density [default: 0.2]": 0.2, + "limit [default: false]": false + }, + "rubeus_tree": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "bush_rubeus": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "magma_flower": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "egg_plant": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "jellyfish_mushroom": { + "density [default: 0.03]": 0.03, + "limit [default: true]": true + }, + "feather_fern": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "jungle_plant": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "eye": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "black_vine": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "golden_vine": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "flowered_vine": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000", + "name: ruined_temple; offset: -4; type: floor; chance: 10.000000", + "name: jungle_temple_altar; offset: -2; type: floor; chance: 10.000000", + "name: jungle_temple_2; offset: -2; type: floor; chance: 10.000000", + "name: jungle_bones_1; offset: 0; type: floor; chance: 20.000000", + "name: jungle_bones_2; offset: 0; type: floor; chance: 20.000000", + "name: jungle_bones_3; offset: 0; type: floor; chance: 20.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.5]": 0.5 + }, + "wart_forest_edge": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 0]": 0, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 20]": 20, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "nether_wart": { + "density [default: 0.02]": 0.02, + "limit [default: false]": false + }, + "wart_seed": { + "density [default: 0.01]": 0.01, + "limit [default: false]": false + }, + "black_bush": { + "density [default: 0.01]": 0.01, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "wart_forest": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 0]": 0, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 20]": 20, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "wart_deadwood": { + "density [default: 0.02]": 0.02, + "limit [default: false]": false + }, + "wart_tree": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "nether_wart": { + "density [default: 0.2]": 0.2, + "limit [default: false]": false + }, + "wart_seed": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "black_bush": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "soul_lily": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.45]": 0.45 + }, + "nether_grasslands": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 15]": 15, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "nether_wart": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "magma_flower": { + "density [default: 0.5]": 0.5, + "limit [default: true]": true + }, + "smoker": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "ink_bush": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "black_apple": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "black_bush": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "wart_seed": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "nether_grass": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "nether_mushroom_forest_edge": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "orange_mushroom": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "vanilla_mushrooms": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "red_mold": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "gray_mold": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "nether_mushroom_forest": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "lucis": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "wall_red_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "large_red_mushroom": { + "density [default: 0.12]": 0.12, + "limit [default: true]": true + }, + "large_brown_mushroom": { + "density [default: 0.12]": 0.12, + "limit [default: true]": true + }, + "giant_mold": { + "density [default: 0.12]": 0.12, + "limit [default: true]": true + }, + "mushroom_fir": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "vanilla_mushrooms": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "orange_mushroom": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "red_mold": { + "density [default: 0.5]": 0.5, + "limit [default: true]": true + }, + "gray_mold": { + "density [default: 0.5]": 0.5, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.5]": 0.5 + }, + "bone_reef": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "bone_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "bone_reef": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "jellyfish_mushroom": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "feather_fern": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "bone_grass": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + } + }, + "ceil": { + "bone_stalagmite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "lumabus_vine": { + "density [default: 0.3]": 0.3, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "sulfuric_bone_reef": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "bone_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "bone_reef": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "jellyfish_mushroom": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "sulfuric_bone_grass": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + } + }, + "ceil": { + "bone_stalagmite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "golden_lumabus_vine": { + "density [default: 0.3]": 0.3, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "poor_nether_grasslands": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "nether_wart": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "magma_flower": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "smoker": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "ink_bush": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "black_apple": { + "density [default: 0.001]": 0.001, + "limit [default: true]": true + }, + "black_bush": { + "density [default: 0.002]": 0.002, + "limit [default: true]": true + }, + "wart_seed": { + "density [default: 0.002]": 0.002, + "limit [default: true]": true + }, + "nether_grass": { + "density [default: 0.04]": 0.04, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "nether_swampland": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 40]": 40, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 40]": 40, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "willow": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "willow_bush": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "feather_fern": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.8]": 0.8, + "limit [default: false]": false + }, + "soul_vein": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "smoker": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "jellyfish_mushroom": { + "density [default: 0.03]": 0.03, + "limit [default: true]": true + }, + "black_bush": { + "density [default: 0.01]": 0.01, + "limit [default: false]": false + }, + "swamp_grass": { + "density [default: 0.4]": 0.4, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "black_vine": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "nether_swampland_terraces": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 40]": 40, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 40]": 40, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "willow": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "willow_bush": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "feather_fern": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.8]": 0.8, + "limit [default: false]": false + }, + "soul_vein": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "smoker": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "jellyfish_mushroom": { + "density [default: 0.03]": 0.03, + "limit [default: true]": true + }, + "black_bush": { + "density [default: 0.01]": 0.01, + "limit [default: false]": false + }, + "swamp_grass": { + "density [default: 0.4]": 0.4, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "black_vine": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "magma_land": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "geyser": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "obsidian_crystals": { + "density [default: 0.04]": 0.04, + "limit [default: true]": true + }, + "magma_flower": { + "density [default: 0.4]": 0.4, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "golden_vine": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "soul_plain": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "soul_vein": { + "density [default: 0.5]": 0.5, + "limit [default: true]": true + }, + "black_bush": { + "density [default: 0.02]": 0.02, + "limit [default: false]": false + }, + "soul_grass": { + "density [default: 0.3]": 0.3, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "crimson_glowing_woods": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 9]": 9, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 0]": 0, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 20]": 20, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "crimson_glowing_tree": { + "density [default: 0.2]": 0.2, + "limit [default: false]": false + }, + "wart_bush": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "wart_seed": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "crimson_fungus": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "crimson_roots": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "golden_vine": { + "density [default: 0.3]": 0.3, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "old_warped_woods": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "big_warped_tree": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "warped_fungus": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "warped_roots": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "twisted_vine": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "black_vine": { + "density [default: 0.3]": 0.3, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "crimson_pinewood": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 9]": 9, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 0]": 0, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 20]": 20, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "crimson_pinewood": { + "density [default: 0.2]": 0.2, + "limit [default: false]": false + }, + "wart_bush": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "wart_seed": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "crimson_fungus": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "crimson_roots": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "golden_vine": { + "density [default: 0.3]": 0.3, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "old_fungiwoods": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.9]": 0.9, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.9]": 0.9, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "old_red_mushrooms": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "old_brown_mushrooms": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + }, + "large_red_mushroom": { + "density [default: 0.12]": 0.12, + "limit [default: true]": true + }, + "large_brown_mushroom": { + "density [default: 0.12]": 0.12, + "limit [default: true]": true + }, + "vanilla_mushrooms": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "red_mold": { + "density [default: 0.9]": 0.9, + "limit [default: true]": true + }, + "gray_mold": { + "density [default: 0.9]": 0.9, + "limit [default: true]": true + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.5]": 0.5 + }, + "flooded_deltas": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "blackstone_stalactite": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + }, + "stalactite_stalactite": { + "density [default: 0.2]": 0.2, + "limit [default: true]": true + } + }, + "ceil": { + "blackstone_stalagmite": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "basalt_stalagmite": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + }, + "upside_down_forest": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "jungle_moss": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "ceil": { + "anchor_tree": { + "density [default: 0.2]": 0.2, + "limit [default: false]": false + }, + "anchor_tree_root": { + "density [default: 0.03]": 0.03, + "limit [default: false]": false + }, + "anchor_tree_branch": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + }, + "nether_sakura": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "neon_equisetum": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "hook_mushroom": { + "density [default: 0.03]": 0.03, + "limit [default: true]": true + }, + "whispering_gourd": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + } + }, + "floor": { + "nether_sakura_bush": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "moss_cover": { + "density [default: 0.6]": 0.6, + "limit [default: false]": false + }, + "forest_litter": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + } + }, + "schematics": [] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.5]": 0.5 + }, + "upside_down_forest_cleared": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 50]": 50, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 100]": 100, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 2]": 2, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 1]": 1, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 15]": 15, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 60]": 60, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "jungle_moss": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "floor": { + "moss_cover": { + "density [default: 0.6]": 0.6, + "limit [default: false]": false + }, + "forest_litter": { + "density [default: 0.1]": 0.1, + "limit [default: false]": false + } + }, + "ceil": { + "neon_equisetum": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "hook_mushroom": { + "density [default: 0.03]": 0.03, + "limit [default: true]": true + }, + "whispering_gourd": { + "density [default: 0.02]": 0.02, + "limit [default: true]": true + } + }, + "schematics": [] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.3]": 0.3 + }, + "old_swampland": { + "spawn": { + "monster": { + "minecraft": { + "ghast": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "zombified_piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "magma_cube": { + "weight [default: 40]": 40, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "enderman": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "piglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 4]": 4, + "maxGroupSize [default: 4]": 4 + }, + "hoglin": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + }, + "piglin_brute": { + "weight [default: 0]": 0, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 1]": 1 + } + }, + "betternether": { + "skull": { + "weight [default: 2]": 2, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + }, + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + }, + "jungle_skeleton": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + }, + "creature": { + "minecraft": { + "strider": { + "weight [default: 40]": 40, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 2]": 2 + } + } + }, + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + }, + "flying_pig": { + "weight [default: 0]": 0, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 4]": 4 + } + } + } + }, + "structures": { + "wall": { + "cap_gen": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_moss": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_red_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + }, + "wall_brown_mushroom": { + "density [default: 0.8]": 0.8, + "limit [default: true]": true + } + }, + "floor": { + "netherrack_stalactite": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "glowstone_stalactite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "old_willow": { + "density [default: 0.02]": 0.02, + "limit [default: false]": false + }, + "willow": { + "density [default: 0.02]": 0.02, + "limit [default: false]": false + }, + "willow_bush": { + "density [default: 0.1]": 0.1, + "limit [default: true]": true + }, + "feather_fern": { + "density [default: 0.05]": 0.05, + "limit [default: true]": true + }, + "nether_reed": { + "density [default: 0.8]": 0.8, + "limit [default: false]": false + }, + "soul_vein": { + "density [default: 0.5]": 0.5, + "limit [default: false]": false + }, + "smoker": { + "density [default: 0.05]": 0.05, + "limit [default: false]": false + }, + "jellyfish_mushroom": { + "density [default: 0.03]": 0.03, + "limit [default: true]": true + }, + "black_bush": { + "density [default: 0.01]": 0.01, + "limit [default: false]": false + }, + "swamp_grass": { + "density [default: 0.4]": 0.4, + "limit [default: false]": false + } + }, + "ceil": { + "netherrack_stalagmite": { + "density [default: 0.01]": 0.01, + "limit [default: true]": true + }, + "glowstone_stalagmite": { + "density [default: 0.005]": 0.005, + "limit [default: true]": true + }, + "black_vine": { + "density [default: 0.4]": 0.4, + "limit [default: true]": true + } + }, + "schematics": [ + "name: altar_01; offset: -2; type: floor; chance: 1.000000", + "name: altar_02; offset: -4; type: floor; chance: 1.000000", + "name: altar_03; offset: -3; type: floor; chance: 1.000000", + "name: altar_04; offset: -3; type: floor; chance: 1.000000", + "name: altar_05; offset: -2; type: floor; chance: 1.000000", + "name: altar_06; offset: -2; type: floor; chance: 1.000000", + "name: altar_07; offset: -2; type: floor; chance: 1.000000", + "name: altar_08; offset: -2; type: floor; chance: 1.000000", + "name: portal_01; offset: -4; type: floor; chance: 1.000000", + "name: portal_02; offset: -3; type: floor; chance: 1.000000", + "name: garden_01; offset: -3; type: floor; chance: 1.000000", + "name: garden_02; offset: -2; type: floor; chance: 1.000000", + "name: pillar_01; offset: -1; type: floor; chance: 1.000000", + "name: pillar_02; offset: -1; type: floor; chance: 1.000000", + "name: pillar_03; offset: -1; type: floor; chance: 1.000000", + "name: pillar_04; offset: -1; type: floor; chance: 1.000000", + "name: pillar_05; offset: -1; type: floor; chance: 1.000000", + "name: pillar_06; offset: -1; type: floor; chance: 1.000000", + "name: respawn_point_01; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_02; offset: -2; type: floor; chance: 1.000000", + "name: respawn_point_03; offset: -3; type: floor; chance: 1.000000", + "name: respawn_point_04; offset: -2; type: floor; chance: 1.000000", + "name: spawn_altar_ladder; offset: -5; type: floor; chance: 1.000000", + "name: ghast_hive; offset: -20; type: ceil; chance: 1.000000", + "name: lava/pyramid_1; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_2; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_3; offset: -1; type: lava; chance: 1.000000", + "name: lava/pyramid_4; offset: -1; type: lava; chance: 1.000000" + ] + }, + "plants_and_structures_density [default: 1.0001]": 1.0001, + "noise_density [default: 0.35]": 0.35 + } + }, + "minecraft": { + "nether_wastes": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "warped_forest": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "crimson_forest": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 15]": 15, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 0]": 0, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "soul_sand_valley": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "basalt_deltas": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/blocks.json b/config/yosbr/config/betternether/blocks.json new file mode 100644 index 0000000..bb1dd41 --- /dev/null +++ b/config/yosbr/config/betternether/blocks.json @@ -0,0 +1,287 @@ +{ + "betternether [default: true]": true, + "blocks": { + "willow_leaves [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, + "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, + "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_pane [default: true]": true, + "quartz_glass_framed_pane [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, + "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, + "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_smooth [default: true]": true, + "soul_sandstone_chiseled [default: true]": true, + "soul_sandstone_stairs [default: true]": true, + "soul_sandstone_cut_stairs [default: true]": true, + "soul_sandstone_smooth_stairs [default: true]": true, + "soul_sandstone_slab [default: true]": true, + "soul_sandstone_cut_slab [default: true]": true, + "soul_sandstone_smooth_slab [default: true]": true, + "soul_sandstone_wall [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, + "soul_lily [default: true]": true, + "soul_lily_sapling [default: true]": true, + "red_large_mushroom [default: true]": true, + "brown_large_mushroom [default: true]": true, + "orange_mushroom [default: true]": true, + "red_mold [default: true]": true, + "gray_mold [default: true]": true, + "lucis_mushroom [default: true]": true, + "lucis_spore [default: true]": true, + "giant_lucis [default: true]": true, + "giant_mold [default: true]": true, + "giant_mold_sapling [default: true]": true, + "jellyfish_mushroom [default: true]": true, + "jellyfish_mushroom_sapling [default: true]": true, + "eyeball [default: true]": true, + "eyeball_small [default: true]": true, + "eye_vine [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_seed [default: true]": true, + "lumabus_vine [default: true]": true, + "golden_lumabus_seed [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, + "potted_plant [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, + "veined_sand [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, + "taburet_cincinnasite [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, + "chair_cincinnasite [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, + "bar_stool_cincinnasite [default: true]": true, + "crimson_ladder [default: true]": true, + "warped_ladder [default: true]": true + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/generator.json b/config/yosbr/config/betternether/generator.json new file mode 100644 index 0000000..c99085d --- /dev/null +++ b/config/yosbr/config/betternether/generator.json @@ -0,0 +1,59 @@ +{ + "generator": { + "world": { + "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, + "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 + } + }, + "terrain": { + "terrain_cleaning_pass [default: true]": true, + "world_fixing_pass [default: true]": true + }, + "environment": { + "generate_caves [default: true]": true, + "generate_paths [default: true]": true + }, + "cities": { + "distance [default: 64]": 64, + "overworld [default: false]": false + } + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/items.json b/config/yosbr/config/betternether/items.json new file mode 100644 index 0000000..ebace58 --- /dev/null +++ b/config/yosbr/config/betternether/items.json @@ -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 + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/main.json b/config/yosbr/config/betternether/main.json new file mode 100644 index 0000000..31cd6a6 --- /dev/null +++ b/config/yosbr/config/betternether/main.json @@ -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 + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/mobs.json b/config/yosbr/config/betternether/mobs.json new file mode 100644 index 0000000..9f67797 --- /dev/null +++ b/config/yosbr/config/betternether/mobs.json @@ -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 +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/recipes.json b/config/yosbr/config/betternether/recipes.json new file mode 100644 index 0000000..95cec13 --- /dev/null +++ b/config/yosbr/config/betternether/recipes.json @@ -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_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, + "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, + "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_smooth_soul_sandstone_chiseled [default: true]": true, + "soul_sandstone_soul_sandstone_stairs [default: true]": true, + "soul_sandstone_cut_soul_sandstone_cut_stairs [default: true]": true, + "soul_sandstone_smooth_soul_sandstone_smooth_stairs [default: true]": true, + "soul_sandstone_soul_sandstone_slab [default: true]": true, + "soul_sandstone_cut_soul_sandstone_cut_slab [default: true]": true, + "soul_sandstone_smooth_soul_sandstone_smooth_slab [default: true]": true, + "soul_sandstone_wall [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": { + "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, + "taburet_cincinnasite [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, + "chair_cincinnasite [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, + "bar_stool_cincinnasite [default: true]": true, + "crimson_ladder [default: true]": true, + "warped_ladder [default: true]": true + } +} \ No newline at end of file diff --git a/config/yosbr/config/capes.json5 b/config/yosbr/config/capes.json5 new file mode 100644 index 0000000..cc4b131 --- /dev/null +++ b/config/yosbr/config/capes.json5 @@ -0,0 +1,9 @@ +{ + "clientCapeType": "MINECRAFT", + "enableOptifine": true, + "enableLabyMod": false, + "enableWynntils": false, + "enableMinecraftCapesMod": false, + "enableCosmetica": false, + "enableElytraTexture": true +} diff --git a/config/yosbr/config/create-client.toml b/config/yosbr/config/create-client.toml new file mode 100644 index 0000000..126644b --- /dev/null +++ b/config/yosbr/config/create-client.toml @@ -0,0 +1,132 @@ + +# +#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! +[client] + # + #Choose the menu row that the Create config button appears on in the main menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 4 + mainMenuConfigButtonRow = 2 + # + #Choose the menu row that the Create config button appears on in the in-game menu + #Set to 0 to disable the button altogether + #Range: 0 ~ 5 + ingameMenuConfigButtonRow = 3 + # + #Higher density means more spawned particles. + #Range: 0.0 ~ 1.0 + fanParticleDensity = 0.5 + # + #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag + #Range: > 0 + maximumContraptionLightVolume = 16384 + # + #Log a stack-trace when rendering issues happen within a moving contraption. + explainRenderErrors = false + # + #The fluid unit that will be displayed when viewing fluids + #Example: 1000 mB or 81000 Droplets + #Allowed Values: DROPLETS, MILIBUCKETS + fluidUnitType = "MILIBUCKETS" + # + #[in Blocks] + #Maximum Distance to the player at which items in Blocks' filter slots will be displayed + #Range: 1.0 ~ 3.4028234663852886E38 + filterItemRenderDistance = 10.0 + # + #Show colourful debug information while the F3-Menu is open. + enableRainbowDebug = true + # + #Vertical offset for the Toolbox Hotbar overlay. + #Range: > -2147483648 + toolboxHotbarOverlayOffset = 0 + # + #Display a tooltip when looking at overstressed components. + enableOverstressedTooltip = true + # + #Determines if the fluid unit should be simplified + simplifyFluidUnit = true + # + #Offset the Create config button in the in-game menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + #Range: > -2147483648 + ingameMenuConfigButtonOffsetX = -4 + # + #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled + ignoreFabulousWarning = false + # + #Offset the Create config button in the main menu by this many pixels on the X axis + #The sign (-/+) of this value determines what side of the row the button appears on (left/right) + #Range: > -2147483648 + mainMenuConfigButtonOffsetX = -4 + # + #Show item descriptions on Shift and controls on Ctrl. + enableTooltips = true + + # + #Sound settings + [client.sound] + # + #Make cogs rumble and machines clatter. + enableAmbientSounds = true + # + #Maximum volume modifier of Ambient noise + #Range: 0.0 ~ 1.0 + ambientVolumeCap = 0.10000000149011612 + + # + #Ponder settings + [client.ponder] + # + #Show additional info in the ponder view and reload scene scripts more frequently. + editingMode = false + # + #Slow down a ponder scene whenever there is text on screen. + comfyReading = false + + # + #Settings for the Goggle Overlay + [client.goggleOverlay] + # + #Enable this to use your custom colors for the Goggle- and Hover- Overlay + customColorsOverlay = false + # + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetY = 0 + # + #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay + #Range: > -2147483648 + overlayOffsetX = 20 + # + #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderTopOverlay = 1347420415 + # + #The custom background color to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBackgroundOverlay = -267386864 + # + #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled + #[in Hex: #AaRrGgBb] + #[@cui:IntDisplay:#] + #Range: > -2147483648 + customBorderBotOverlay = 1344798847 + + # + #Settings for the Placement Assist + [client.placementAssist] + # + #Change the size of the Indicator by this multiplier + #Range: 0.0 ~ 3.4028234663852886E38 + indicatorScale = 1.0 + # + #What indicator should be used when showing where the assisted placement ends up relative to your crosshair + #Choose 'NONE' to disable the Indicator altogether + #Allowed Values: TEXTURE, TRIANGLE, NONE + indicatorType = "TEXTURE" + diff --git a/config/yosbr/config/cull-less-leaves.toml b/config/yosbr/config/cull-less-leaves.toml new file mode 100644 index 0000000..9b6b7f8 --- /dev/null +++ b/config/yosbr/config/cull-less-leaves.toml @@ -0,0 +1,2 @@ +enabled = true +depth = 2 diff --git a/config/yosbr/config/dynamicfps.toml b/config/yosbr/config/dynamicfps.toml new file mode 100644 index 0000000..ac20f87 --- /dev/null +++ b/config/yosbr/config/dynamicfps.toml @@ -0,0 +1,6 @@ +reduceFPSWhenUnfocused = true +unfocusedFPS = 1 +restoreFPSWhenHovered = true +unfocusedVolumeMultiplier = 0.25 +hiddenVolumeMultiplier = 0.0 +runGCOnUnfocus = false diff --git a/config/yosbr/config/fabrishot.properties b/config/yosbr/config/fabrishot.properties new file mode 100644 index 0000000..74aceb2 --- /dev/null +++ b/config/yosbr/config/fabrishot.properties @@ -0,0 +1,8 @@ +#Fabrishot screenshot config +#Sat Jul 23 02:16:29 CDT 2022 +custom_filename_format=true +delay=3 +width=3840 +override_screenshot_key=false +save_file=true +height=2160 diff --git a/config/yosbr/config/fancymenu/config.txt b/config/yosbr/config/fancymenu/config.txt index c6bffe0..6e6d5d4 100644 --- a/config/yosbr/config/fancymenu/config.txt +++ b/config/yosbr/config/fancymenu/config.txt @@ -8,7 +8,7 @@ B:playbackgroundsounds = 'true'; [A minecraft restart is required after changing this value.] B:enablehotkeys = 'true'; B:playmenumusic = 'true'; -B:showdebugwarnings = 'true'; +B:showdebugwarnings = 'false'; [Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.] I:defaultguiscale = '-1'; @@ -16,7 +16,7 @@ I:defaultguiscale = '-1'; ##[customization] B:advancedmode = 'false'; -B:showcustomizationbuttons = 'false'; +B:showcustomizationbuttons = 'true'; ##[loading] @@ -57,7 +57,7 @@ B:show_world_icons = 'true'; I:gridsize = '10'; B:editordeleteconfirmation = 'true'; -B:showgrid = 'false'; +B:showgrid = 'true'; [If the warning when trying to move an vanilla button without an orientation should be displayed or not.] B:showvanillamovewarning = 'true'; diff --git a/config/yosbr/config/fancymenu/customization/Nazrinned Up (Inventory).txt b/config/yosbr/config/fancymenu/customization/Nazrinned Up (Inventory).txt index 34fd5b2..f3294bd 100644 --- a/config/yosbr/config/fancymenu/customization/Nazrinned Up (Inventory).txt +++ b/config/yosbr/config/fancymenu/customization/Nazrinned Up (Inventory).txt @@ -15,12 +15,12 @@ customization { customization { path = resources/nyn-nazrin1.gif - orientation = top-left - x = 144 + orientation = mid-left + x = 58 width = 62 action = addtexture actionid = c4f1d019-3a00-4d59-8c73-09f9206b53de1658532163193 - y = 120 + y = -47 height = 100 } diff --git a/config/yosbr/config/fancymenu/customization/Nazrinned Up (Origin Select).txt b/config/yosbr/config/fancymenu/customization/Nazrinned Up (Origin Select).txt index 199185f..c60798e 100644 --- a/config/yosbr/config/fancymenu/customization/Nazrinned Up (Origin Select).txt +++ b/config/yosbr/config/fancymenu/customization/Nazrinned Up (Origin Select).txt @@ -35,13 +35,13 @@ customization { } customization { - path = fancymenu_data/resources/caption.gif - orientation = top-left - x = 37 - width = 160 + path = resources/caption.gif + orientation = mid-left + x = 20 + width = 89 action = addtexture - actionid = 229829fc-4b47-4363-8627-31898f74697e1658530937052 - y = 88 - height = 191 + actionid = 78bb8898-d1ac-4802-abd0-d0478c27ba621658563790823 + y = -50 + height = 100 } diff --git a/config/yosbr/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt b/config/yosbr/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt index 8bb6b06..afee1b5 100644 --- a/config/yosbr/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt +++ b/config/yosbr/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt @@ -16,9 +16,16 @@ customization { customization { identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button% orientation = mid-centered - x = -102 + x = -101 action = movebutton - y = -28 + y = -45 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_return_to_game_button% + width = 202 + action = resizebutton + height = 20 } customization { @@ -26,66 +33,22 @@ customization { action = hidebutton } -customization { - identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button% - orientation = mid-centered - x = -102 - action = movebutton - y = 20 -} - -customization { - identifier = %id=504306% - orientation = bottom-right - x = -75 - action = movebutton - y = -25 -} - -customization { - identifier = %id=504306% - width = 70 - action = resizebutton - height = 20 -} - -customization { - identifier = %id=374306% - orientation = bottom-left - x = 84 - action = movebutton - y = -25 -} - -customization { - identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button% - orientation = mid-centered - x = -102 - action = movebutton - y = -4 -} - customization { identifier = %id=button_compatibility_id:mc_pausescreen_options_button% orientation = mid-centered - x = 4 + x = -101 action = movebutton - y = -4 + y = 1 } customization { - identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% - orientation = bottom-right - x = -75 - action = movebutton - y = -49 + identifier = %id=button_compatibility_id:mc_pausescreen_report_bugs_button% + action = hidebutton } customization { - identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% - width = 70 - action = resizebutton - height = 20 + identifier = %id=button_compatibility_id:mc_pausescreen_lan_button% + action = hidebutton } customization { @@ -103,14 +66,68 @@ customization { height = 20 } +customization { + identifier = %id=374294% + orientation = mid-centered + x = -124 + action = movebutton + y = -10 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_advancements_button% + orientation = mid-centered + x = 3 + action = movebutton + y = 1 +} + +customization { + identifier = %id=398318% + orientation = mid-centered + x = -101 + action = movebutton + y = -22 +} + +customization { + identifier = %id=398318% + width = 98 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button% + orientation = mid-centered + x = -101 + action = movebutton + y = 24 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_disconnect_button% + width = 202 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_pausescreen_stats_button% + orientation = mid-centered + x = 3 + action = movebutton + y = -22 +} + customization { path = resources/nyn-ultwoomy.gif orientation = bottom-right - x = -145 + x = -89 width = 63 action = addtexture actionid = b8b609e3-3e6f-48e5-a30a-184ef5bede4e1658532283542 - y = -105 + y = -152 height = 100 } diff --git a/config/yosbr/config/fancymenu/customization/Nazrinned Up.txt b/config/yosbr/config/fancymenu/customization/Nazrinned Up.txt index fb3becc..6ce5733 100644 --- a/config/yosbr/config/fancymenu/customization/Nazrinned Up.txt +++ b/config/yosbr/config/fancymenu/customization/Nazrinned Up.txt @@ -18,25 +18,6 @@ customization { action = backgroundoptions } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% - orientation = bottom-right - x = -208 - action = movebutton - y = -10 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% - action = setbuttonlabel - value = -} - customization { identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% action = hidebutton @@ -63,6 +44,45 @@ customization { description = press that big ol button up there if you wanna join oomfie server >:( } +customization { + identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% + orientation = bottom-right + x = -78 + action = movebutton + y = -34 +} + +customization { + identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% + width = 70 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + orientation = bottom-right + x = -208 + action = movebutton + y = -10 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_copyright_button% + action = setbuttonlabel + value = +} + customization { identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% action = hidebutton @@ -77,16 +97,33 @@ customization { } customization { - identifier = %id=376322% + identifier = %id=376310% action = hidebutton } customization { - identifier = %id=376322% - orientation = bottom-right - x = -28 + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + action = hidebutton +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + orientation = mid-centered + x = -99 action = movebutton - y = -58 + y = 25 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% + width = 98 + action = resizebutton + height = 20 +} + +customization { + identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% + action = hidebutton } customization { @@ -128,51 +165,6 @@ customization { y = -58 } -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% - orientation = mid-centered - x = -99 - action = movebutton - y = 25 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% - width = 98 - action = resizebutton - height = 20 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% - orientation = bottom-right - x = -78 - action = movebutton - y = -34 -} - -customization { - identifier = %id=button_compatibility_id:modmenu_titlescreen_mods_button% - width = 70 - action = resizebutton - height = 20 -} - customization { orientation = top-left hidden = true @@ -287,7 +279,7 @@ customization { actionid = ba4e3950-1e76-4e7e-a94b-c1ede8cdd62b1658516195718 action = addbutton y = -16 - value = 47.25.36.32:12742 + value = 192.168.1.203:12742 height = 20 } @@ -410,7 +402,7 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true buttonaction = opengui - x = -99 + x = -100 width = 98 actionid = eca34c0b-bb6f-4117-9537-ead8e4c1dc511658520237773 action = addbutton @@ -427,11 +419,11 @@ customization { description = use the button up there to join oomfie >:( label = Multiplayer loopbackgroundanimations = true - x = 1 + x = 2 width = 98 actionid = b38480b7-7b12-498c-af8f-579da78b95751658520304773 action = addbutton - y = 30 + y = 31 value = net.minecraft.class_500 height = 20 } @@ -456,7 +448,7 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true buttonaction = quitgame - x = 1 + x = 2 width = 98 actionid = 34767935-2719-4161-ad3a-87763c9b1a6d1658520407886 action = addbutton @@ -614,7 +606,7 @@ customization { y = 8 scale = 1.0 alignment = left - value = Oomfie is %serverstatus:47.25.36.32:12742% + value = Oomfie is %serverstatus:192.168.1.203:12742% } customization { @@ -626,7 +618,7 @@ customization { y = 19 scale = 1.0 alignment = left - value = %serverplayercount:47.25.36.32:12742% players + value = %serverplayercount:192.168.1.203:12742% players } customization { diff --git a/config/yosbr/config/farsight.json b/config/yosbr/config/farsight.json new file mode 100644 index 0000000..7583958 --- /dev/null +++ b/config/yosbr/config/farsight.json @@ -0,0 +1,6 @@ +{ + "maxchunkdist": { + "desc:": "The range at which chunks are kept loaded on the clients memory, regardless of server chunk view distance. default:32, min 1, max 128", + "maxchunkdist": 32 + } +} \ No newline at end of file diff --git a/config/yosbr/config/indium-renderer.properties b/config/yosbr/config/indium-renderer.properties new file mode 100644 index 0000000..9e81dc5 --- /dev/null +++ b/config/yosbr/config/indium-renderer.properties @@ -0,0 +1,8 @@ +#Indium properties file +#Sat Jul 23 05:05:15 CDT 2022 +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=auto +always-tesselate-blocks=auto +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto diff --git a/config/yosbr/config/iris.properties b/config/yosbr/config/iris.properties new file mode 100644 index 0000000..29b1175 --- /dev/null +++ b/config/yosbr/config/iris.properties @@ -0,0 +1,7 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sat Jul 23 05:05:15 CDT 2022 +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=BSL_v8.1.02.2_fdi0Frx.zip +enableShaders=true diff --git a/config/yosbr/config/lambdabettergrass.toml b/config/yosbr/config/lambdabettergrass.toml new file mode 100644 index 0000000..3abc63b --- /dev/null +++ b/config/yosbr/config/lambdabettergrass.toml @@ -0,0 +1,9 @@ +# LambdaBetterGrass configuration. + +# The better grass mode. Values: "off", "fastest", "fast" and "fancy". +mode = "fancy" +# The better layer option. +better_layer = true + +# Debug mode. Debug mode allows to output the generated texture in the debug folder of your minecraft instance. +debug = false diff --git a/config/yosbr/config/lambdynlights.toml b/config/yosbr/config/lambdynlights.toml new file mode 100644 index 0000000..f2ec9f2 --- /dev/null +++ b/config/yosbr/config/lambdynlights.toml @@ -0,0 +1,91 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "fancy" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable block entities light source. + block_entities = true + # Enable entities light source. + entities = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings] + + [light_sources.settings.entities] + + [light_sources.settings.entities.minecraft] + panda = true + axolotl = true + bee = true + arrow = true + cow = true + pig = true + skeleton = true + llama = true + bat = true + husk = true + rabbit = true + firework_rocket = true + armor_stand = true + drowned = true + experience_orb = true + item = true + turtle = true + salmon = true + wandering_trader = true + ocelot = true + item_frame = true + vindicator = true + phantom = true + minecart = true + glow_squid = true + glow_item_frame = false + squid = true + parrot = true + creeper = true + enderman = true + chicken = true + ravager = true + chest_minecart = true + fox = true + slime = true + pillager = true + iron_golem = true + zombified_piglin = true + piglin = true + cat = true + zombie = true + ghast = true + sheep = true + player = true + potion = true + wolf = true + villager = true + zombie_villager = true + polar_bear = true + strider = true + cave_spider = true + witch = true + cod = true + spider = true + + [light_sources.settings.entities.betternether] + firefly = true + hydrogen_jellyfish = true + skull = true + naga = true + + [light_sources.settings.entities.the_aether] + aerbunny = true + blue_swet = true + moa = true + + [light_sources.settings.entities.create] + contraption = true + diff --git a/config/yosbr/config/midnightcontrols.json b/config/yosbr/config/midnightcontrols.json new file mode 100644 index 0000000..9d3eb08 --- /dev/null +++ b/config/yosbr/config/midnightcontrols.json @@ -0,0 +1,56 @@ +{ + "controlsMode": "DEFAULT", + "autoSwitchMode": true, + "debug": false, + "hudEnable": true, + "hudSide": "LEFT", + "analogMovement": true, + "doubleTapToSprint": true, + "fastBlockPlacing": false, + "flyDrifting": true, + "verticalFlyDrifting": true, + "horizontalReacharound": false, + "verticalReacharound": false, + "shouldRenderReacharoundOutline": true, + "reacharoundOutlineColor": [ + 255, + 255, + 255, + 102 + ], + "rightDeadZone": 0.25, + "leftDeadZone": 0.25, + "invertRightYAxis": false, + "invertRightXAxis": false, + "rotationSpeed": 40.0, + "yAxisRotationSpeed": 40.0, + "mouseSpeed": 25.0, + "unfocusedInput": false, + "virtualMouse": false, + "virtualMouseSkin": "DEFAULT_LIGHT", + "controllerID": 0.0, + "secondControllerID": -1.0, + "controllerType": "DEFAULT", + "mouseScreens": [ + "me.jellysquid.mods.sodium.client.gui", + "net.coderbot.iris.gui", + "net.minecraft.client.gui.screen.advancement", + "net.minecraft.client.gui.screen.pack.PackScreen", + "net.minecraft.class_5375", + "net.minecraft.class_457", + "net.minecraft.class_408", + "me.flashyreese.mods.reeses_sodium_options.client.gui", + "dev.emi.emi.screen", + "hardcorequesting.client.interfaces.GuiQuestBook", + "hardcorequesting.client.interfaces.GuiReward", + "hardcorequesting.client.interfaces.EditTrackerScreen" + ], + "BINDINGS": {}, + "maxAnalogValues": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "triggerFix": true +} \ No newline at end of file diff --git a/config/yosbr/config/modmenu.json b/config/yosbr/config/modmenu.json new file mode 100644 index 0000000..6e76cad --- /dev/null +++ b/config/yosbr/config/modmenu.json @@ -0,0 +1,19 @@ +{ + "sorting": "ascending", + "count_libraries": true, + "compact_list": false, + "count_children": true, + "mods_button_style": "classic", + "count_hidden_mods": true, + "mod_count_location": "title_screen", + "hide_mod_links": false, + "show_libraries": false, + "hide_mod_license": false, + "hide_badges": false, + "hide_mod_credits": false, + "easter_eggs": true, + "modify_title_screen": true, + "modify_game_menu": true, + "hide_config_buttons": false, + "hidden_mods": [] +} \ No newline at end of file diff --git a/config/yosbr/config/mousewheelie.hjson b/config/yosbr/config/mousewheelie.hjson new file mode 100644 index 0000000..7ecac40 --- /dev/null +++ b/config/yosbr/config/mousewheelie.hjson @@ -0,0 +1,127 @@ +{ + // General settings + general: { + // Sets the interval in milliseconds in which certain packets are fired. + // Lower numbers increase the speed but might be rejected by servers. + // default: 10 + // Must be greater or equal to 1 + interaction-rate: 10 + // Sets the interval in milliseconds for singleplayer and local multiplayer. + // default: 1 + // Must be greater or equal to 1 + integrated-interaction-rate: 1 + // Enables using armor/elytra items to swap them with the currently equipped item. + // default: true + enable-quick-armor-swapping: true + // Enables dropping items when pressing alt and clicking on them. + // default: true + enable-alt-dropping: true + // Enables right-clicking in recipe books/villager trading to swiftly craft/trade. + // default: true + enable-quick-craft: true + // Whether item types should check nbt data. + // This is for example used by scrolling and drop-clicking. + // NONE disables this, ALL checks for exactly the same nbt and SOME allows for differences in damage and echantments. + // default: SOME + item-kinds-nbt-match-mode: SOME + // This option will treat the hotbar as a separate scope. + // This means that pushing the inventory or sorting the main inventory will not affect the hotbar and vice-versa. + // default: true + hotbar-scope: true + // This helps when you regularly move your mouse faster than the game can pick up. + // This will impact performance though. + // default: false + better-fast-dragging: false + } + scrolling: { + // Enables scrolling of stacks + // default: true + enable: true + // Invert the scroll direction when scrolling items + // default: false + invert: false + // If enabled items will be moved according to whether your scrolling up or down. + // If disabled you will scroll to change the amount of items present (up will increase - down will decrease + // default: true + directional-scrolling: true + // Sets whether to by default scroll items + // out of the creative menu. + // default: true + scroll-creative-menu-items: true + // Sets whether creative mode tabs can + // be switched by scrolling over them. + // default: true + scroll-creative-menu-tabs: true + } + // Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY + sort: { + // Sets the sort mode for normal sorting. + // default: raw_id + primary-sort: raw_id + // Sets the sort mode for sorting whilst pressing shift. + // default: quantity + shift-sort: quantity + // Sets the sort mode for sorting whilst pressing control. + // default: alphabet + control-sort: alphabet + } + // Configure refill related stuff here. + refill: { + // Refills stacks in the off hand + // default: true + off-hand: true + // Restore the refilled item to the originally selected slot. + // This will take a tad more time. You might want to turn this off on slow connections. + // default: true + restore-selected-slot: true + // Refill when eating items + // default: true + eat: true + // Refill when dropping items + // default: true + drop: true + // Refill when using up items + // default: true + use: true + // Refill on other occasions + // default: true + other: true + // Enable/Disable specific rules for how to refill items + rules: { + // Tries to find any block items + // default: false + any-block: false + // Find items of the same item group + // default: false + itemgroup: false + // Try to find similar items through the item type hierarchy + // default: false + item-hierarchy: false + // Try to find similar block items through the block type hierarchy + // default: false + block-hierarchy: false + // Try to find other food items + // default: false + food: false + // Try to find equal items (no nbt matching) + // default: true + equal-items: true + // Try to find equal stacks (nbt matching + // default: true + equal-stacks: true + } + } + // Configure picking the correct tool for the currently faced block. + tool-picking: { + // Pick correct tool when middle clicking whilst holding a tool. + // default: true + hold-tool: true + // Pick correct tool when middle clicking whilst holding the same block as faced. + // default: false + hold-block: false + // Allows picking tools from the inventory. + // If disabled picking will only happen from the hotbar. + // default: true + pick-from-inventory: true + } +} \ No newline at end of file diff --git a/config/yosbr/config/presencefootsteps/updater.json b/config/yosbr/config/presencefootsteps/updater.json new file mode 100644 index 0000000..e3fe626 --- /dev/null +++ b/config/yosbr/config/presencefootsteps/updater.json @@ -0,0 +1,5 @@ +{ + "enabled": false, + "displayCount": 0, + "displayRemaining": 0 +} \ No newline at end of file diff --git a/config/yosbr/config/presencefootsteps/userconfig.json b/config/yosbr/config/presencefootsteps/userconfig.json new file mode 100644 index 0000000..0ccd930 --- /dev/null +++ b/config/yosbr/config/presencefootsteps/userconfig.json @@ -0,0 +1,9 @@ +{ + "volume": 70, + "clientPlayerVolume": 100, + "otherPlayerVolume": 100, + "runningVolumeIncrease": 0, + "stance": "UNKNOWN", + "multiplayer": true, + "global": true +} \ No newline at end of file diff --git a/config/yosbr/config/sodium-extra-options.json b/config/yosbr/config/sodium-extra-options.json new file mode 100644 index 0000000..4c62799 --- /dev/null +++ b/config/yosbr/config/sodium-extra-options.json @@ -0,0 +1,62 @@ +{ + "animation_settings": { + "animation": true, + "water": true, + "lava": true, + "fire": true, + "portal": true, + "block_animations": true, + "sculk_sensor": true + }, + "particle_settings": { + "particles": true, + "rain_splash": true, + "explosion": true, + "water": true, + "smoke": true, + "potion": true, + "portal": true, + "redstone": true, + "drip": true, + "firework": true, + "bubble": true, + "environment": true, + "villagers": true, + "composter": true, + "block_break": true, + "block_breaking": true + }, + "detail_settings": { + "sky": true, + "sun_moon": true, + "stars": true, + "rain_snow": true, + "biome_colors": true, + "sky_colors": true + }, + "render_settings": { + "fog_distance": 0, + "light_updates": true, + "item_frame": true, + "armor_stand": true, + "painting": true, + "piston": true, + "beacon_beam": true + }, + "extra_settings": { + "overlay_corner": "TOP_LEFT", + "show_fps": false, + "show_f_p_s_extended": true, + "show_coords": false, + "reduce_resolution_on_mac": true, + "use_adaptive_sync": false, + "cloud_height": 192, + "toasts": true, + "instant_sneak": false, + "prevent_shaders": false, + "use_fast_random": true + }, + "notification_settings": { + "hide_r_s_o_recommendation": false + } +} \ No newline at end of file diff --git a/config/yosbr/config/sodium-options.json b/config/yosbr/config/sodium-options.json new file mode 100644 index 0000000..dede9ea --- /dev/null +++ b/config/yosbr/config/sodium-options.json @@ -0,0 +1,26 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "arena_memory_allocator": "ASYNC", + "allow_direct_memory_access": true, + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates": false, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_particle_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true + }, + "notifications": { + "hide_donation_button": false + } +} \ No newline at end of file diff --git a/config/yosbr/config/sound_physics_remastered/occlusion.properties b/config/yosbr/config/sound_physics_remastered/occlusion.properties new file mode 100644 index 0000000..3c651cd --- /dev/null +++ b/config/yosbr/config/sound_physics_remastered/occlusion.properties @@ -0,0 +1,78 @@ +# +#Sat Jul 23 05:05:13 CDT 2022 +CANDLE=1.0 +VINE=0.0 +HANGING_ROOTS=1.0 +DRIPSTONE_BLOCK=1.0 +NYLIUM=1.0 +WOOD=1.0 +NETHERITE_BLOCK=1.0 +NETHER_SPROUTS=1.0 +MOSS_CARPET=0.1 +SMALL_AMETHYST_BUD=0.0 +CROP=0.0 +ANVIL=1.0 +GRASS=1.0 +GLOW_LICHEN=0.0 +WART_BLOCK=1.0 +ROOTS=0.0 +WOOL=1.5 +LARGE_AMETHYST_BUD=0.0 +SAND=1.0 +BAMBOO=0.1 +FUNGUS=0.0 +SNOW=0.1 +MOSS=0.75 +TUFF=1.0 +BAMBOO_SAPLING=0.1 +WEEPING_VINES=0.0 +DEEPSLATE=1.0 +NETHER_GOLD_ORE=1.0 +BONE_BLOCK=1.0 +TWISTING_VINES=0.0 +SPORE_BLOSSOM=0.0 +NETHER_WART=1.0 +DEEPSLATE_TILES=1.0 +FLOWERING_AZALEA=1.0 +SCULK_SENSOR=1.0 +SLIME_BLOCK=1.0 +AZALEA_LEAVES=1.0 +HONEY_BLOCK=0.5 +METAL=1.0 +LILY_PAD=0.0 +AZALEA=1.0 +SHROOMLIGHT=1.0 +NETHER_ORE=1.0 +MEDIUM_AMETHYST_BUD=0.0 +SMALL_DRIPLEAF=0.0 +LADDER=0.0 +AMETHYST_CLUSTER=1.0 +COPPER=1.0 +GRAVEL=1.0 +BASALT=1.0 +GILDED_BLACKSTONE=1.0 +POINTED_DRIPSTONE=0.0 +GLASS=0.1 +LANTERN=1.0 +POLISHED_DEEPSLATE=1.0 +POWDER_SNOW=0.1 +ROOTED_DIRT=1.0 +ANCIENT_DEBRIS=1.0 +DEEPSLATE_BRICKS=1.0 +NETHER_BRICKS=1.0 +BIG_DRIPLEAF=1.0 +SOUL_SAND=1.0 +AMETHYST=1.0 +CORAL_BLOCK=1.0 +HARD_CROP=1.0 +LODESTONE=1.0 +SCAFFOLDING=0.0 +STEM=1.0 +CHAIN=0.0 +CAVE_VINES=1.0 +NETHERRACK=1.0 +WET_GRASS=0.1 +SWEET_BERRY_BUSH=0.0 +SOUL_SOIL=1.0 +STONE=1.0 +CALCITE=1.0 diff --git a/config/yosbr/config/sound_physics_remastered/reflectivity.properties b/config/yosbr/config/sound_physics_remastered/reflectivity.properties new file mode 100644 index 0000000..b84d15a --- /dev/null +++ b/config/yosbr/config/sound_physics_remastered/reflectivity.properties @@ -0,0 +1,78 @@ +# +#Sat Jul 23 05:05:13 CDT 2022 +CANDLE=0.5 +VINE=0.5 +HANGING_ROOTS=0.5 +DRIPSTONE_BLOCK=0.5 +NYLIUM=0.5 +WOOD=0.4 +NETHERITE_BLOCK=1.5 +NETHER_SPROUTS=0.5 +MOSS_CARPET=0.5 +SMALL_AMETHYST_BUD=0.5 +CROP=0.5 +ANVIL=0.5 +GRASS=0.3 +GLOW_LICHEN=0.5 +WART_BLOCK=0.5 +ROOTS=0.5 +WOOL=0.1 +LARGE_AMETHYST_BUD=0.5 +SAND=0.2 +BAMBOO=0.5 +FUNGUS=0.5 +SNOW=0.15 +MOSS=0.1 +TUFF=1.5 +BAMBOO_SAPLING=0.5 +WEEPING_VINES=0.5 +DEEPSLATE=1.5 +NETHER_GOLD_ORE=1.1 +BONE_BLOCK=1.5 +TWISTING_VINES=0.5 +SPORE_BLOSSOM=0.5 +NETHER_WART=0.5 +DEEPSLATE_TILES=1.5 +FLOWERING_AZALEA=0.5 +SCULK_SENSOR=0.5 +SLIME_BLOCK=0.5 +AZALEA_LEAVES=0.5 +HONEY_BLOCK=0.1 +METAL=1.25 +LILY_PAD=0.5 +AZALEA=0.5 +SHROOMLIGHT=0.5 +NETHER_ORE=1.1 +MEDIUM_AMETHYST_BUD=0.5 +SMALL_DRIPLEAF=0.5 +LADDER=0.5 +AMETHYST_CLUSTER=0.5 +COPPER=1.25 +GRAVEL=0.3 +BASALT=1.5 +GILDED_BLACKSTONE=0.5 +POINTED_DRIPSTONE=0.5 +GLASS=0.75 +LANTERN=0.5 +POLISHED_DEEPSLATE=1.5 +POWDER_SNOW=0.5 +ROOTED_DIRT=0.5 +ANCIENT_DEBRIS=0.5 +DEEPSLATE_BRICKS=1.5 +NETHER_BRICKS=1.5 +BIG_DRIPLEAF=0.5 +SOUL_SAND=0.2 +AMETHYST=1.5 +CORAL_BLOCK=0.2 +HARD_CROP=0.5 +LODESTONE=0.5 +SCAFFOLDING=0.5 +STEM=0.4 +CHAIN=0.5 +CAVE_VINES=0.5 +NETHERRACK=1.1 +WET_GRASS=0.5 +SWEET_BERRY_BUSH=0.5 +SOUL_SOIL=0.2 +STONE=1.5 +CALCITE=1.5 diff --git a/config/yosbr/config/sound_physics_remastered/soundphysics.properties b/config/yosbr/config/sound_physics_remastered/soundphysics.properties new file mode 100644 index 0000000..2337bad --- /dev/null +++ b/config/yosbr/config/sound_physics_remastered/soundphysics.properties @@ -0,0 +1,29 @@ +# +#Sat Jul 23 05:05:13 CDT 2022 +occlusion_logging=false +sound_direction_evaluation=true +render_sound_bounces=false +block_absorption=1.0 +default_block_occlusion_factor=1.0 +enabled=true +environment_evaluation_ray_count=32 +air_absorption=1.0 +render_occlusion=false +debug_logging=false +reverb_gain=1.0 +strict_occlusion=false +environment_evaluation_ray_bounces=4 +underwater_filter=1.0 +max_occlusion_rays=16 +attenuation_factor=1.0 +redirect_non_occluded_sounds=true +environment_logging=false +sound_distance_allowance=4.0 +performance_logging=false +reverb_brightness=1.0 +sound_blacklist_regex=.*rain.* +occlusion_variation=0.35 +non_full_block_occlusion_factor=0.25 +simple_voice_chat_integration=true +max_occlusion=64.0 +default_block_reflectivity=0.5 diff --git a/config/yosbr/config/waila/blacklist.json b/config/yosbr/config/waila/blacklist.json new file mode 100644 index 0000000..72d8e48 --- /dev/null +++ b/config/yosbr/config/waila/blacklist.json @@ -0,0 +1,20 @@ +{ + "blocks": [ + "minecraft:barrier", + "minecraft:structure_void" + ], + "blockEntityTypes": [], + "entityTypes": [ + "minecraft:area_effect_cloud", + "minecraft:experience_orb", + "minecraft:fireball", + "minecraft:firework_rocket", + "minecraft:snowball" + ], + "configVersion": 0, + "pluginHash": [ + 1510828157, + 0, + 1532117445 + ] +} \ No newline at end of file diff --git a/config/yosbr/config/waila/waila.json b/config/yosbr/config/waila/waila.json new file mode 100644 index 0000000..e59fa90 --- /dev/null +++ b/config/yosbr/config/waila/waila.json @@ -0,0 +1,57 @@ +{ + "general": { + "displayTooltip": true, + "shiftForDetails": false, + "displayMode": "TOGGLE", + "hideFromPlayerList": true, + "hideFromDebug": true, + "enableTextToSpeech": false, + "rateLimit": 250, + "maxHealthForRender": 40, + "maxHeartsPerLine": 10 + }, + "overlay": { + "position": { + "align": { + "x": "CENTER", + "y": "TOP" + }, + "anchor": { + "x": "CENTER", + "y": "TOP" + }, + "x": 0, + "y": 0, + "bossBarsOverlap": false + }, + "color": { + "alpha": 80, + "themes": [ + { + "id": "waila:dark", + "backgroundColor": 1250067, + "gradientStart": 3684408, + "gradientEnd": 2368548, + "fontColor": 10526880 + }, + { + "id": "waila:vanilla", + "backgroundColor": 1048592, + "gradientStart": 5243135, + "gradientEnd": 2621567, + "fontColor": 10526880 + } + ], + "activeTheme": "waila:vanilla" + }, + "scale": 1.0 + }, + "formatter": { + "modName": "§9§o%s", + "blockName": "§f%s", + "fluidName": "§f%s", + "entityName": "§f%s", + "registryName": "§8%s" + }, + "configVersion": 1 +} \ No newline at end of file diff --git a/config/yosbr/config/waila/waila_plugins.json b/config/yosbr/config/waila/waila_plugins.json new file mode 100644 index 0000000..8cfe89c --- /dev/null +++ b/config/yosbr/config/waila/waila_plugins.json @@ -0,0 +1,38 @@ +{ + "waila": { + "show_blocks": true, + "show_fluids": false, + "show_entities": true, + "show_icon": true, + "show_mod_name": true, + "show_registry": false, + "show_entity_hp": true, + "show_states": false, + "show_pos": false + }, + "minecraft": { + "item_entity": true, + "override.infested": true, + "override.trapped_chest": true, + "override.powder_snow": true, + "pet.owner": true, + "furnace_contents": true, + "jukebox.record": true, + "breaking_progress.enabled": true, + "breaking_progress.color": -1426063361, + "breaking_progress.bottom_only": false, + "spawner_type": true, + "crop_progress": true, + "redstone.lever": true, + "redstone.repeater": true, + "redstone.comparator": true, + "redstone.level": true, + "player_head.name": true, + "level.composter": true, + "level.honey": true, + "note_block.type": true, + "note_block.note": "SHARP", + "note_block.int_value": false, + "pet.hide_unknown_owner": false + } +} \ No newline at end of file diff --git a/config/yosbr/config/zoomify.json b/config/yosbr/config/zoomify.json new file mode 100644 index 0000000..cd94036 --- /dev/null +++ b/config/yosbr/config/zoomify.json @@ -0,0 +1 @@ +{"zoomify_gui_category_behaviour":{"zoomify_gui_initialzoom_name":4,"zoomify_gui_zoomspeed_name":50,"zoomify_gui_zoomtransition_name":"zoomify_transition_instant","zoomify_gui_zoomoppositetransitionout_name":true},"zoomify_gui_category_scrolling":{"zoomify_gui_scrollzoom_name":true,"zoomify_gui_maxscrollzoom_name":100,"zoomify_gui_scrollzoomtransition_name":"zoomify_transition_linear","zoomify_gui_scrollzoomoppositetransitionout_name":true,"zoomify_gui_scrollzoomspeed_name":150},"zoomify_gui_category_controls":{"zoomify_gui_zoomkeybehaviour_name":"zoomify_zoom_key_behaviour_hold","zoomify_gui_relativesensitivity_name":false,"zoomify_gui_cinematiccam_name":true}} \ No newline at end of file diff --git a/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_0.png b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_1.png b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_2.png b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_3.png b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_4.png b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_5.png b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/global_packs/required_resources/ralsei_blunt/pack.mcmeta b/global_packs/required_resources/ralsei_blunt/pack.mcmeta new file mode 100644 index 0000000..b22a2f3 --- /dev/null +++ b/global_packs/required_resources/ralsei_blunt/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 8, + "description": "ralsei blunt" + } +} \ No newline at end of file diff --git a/global_packs/required_resources/ralsei_blunt/pack.png b/global_packs/required_resources/ralsei_blunt/pack.png new file mode 100644 index 0000000..4334212 Binary files /dev/null and b/global_packs/required_resources/ralsei_blunt/pack.png differ diff --git a/index.toml b/index.toml index 0bcbccb..997ecea 100644 --- a/index.toml +++ b/index.toml @@ -8,25 +8,45 @@ hash = "cd330712a4d5cb6da946dfd9e6365e5b1c5f3ffcc71a4e448fe5860ed4a43db8" file = "config/bclib/biomes.json" hash = "bce1c58d5114a1454c15fe92ba5b763c6eb200c905a5886704bd0ad9b2d40414" -[[files]] -file = "config/bclib/client.json" -hash = "b5c647804ee810b9be5f9960eedd55faf46df1711a531caea627b981ba08daed" - [[files]] file = "config/bclib/generator.json" hash = "1281f2ea418b98be09e3f431d3c8daa9767a2d8aae3e5c88b341c93ad6642c09" -[[files]] -file = "config/bclib/main.json" -hash = "914d4f46f048b89ad5b5b2cca017548ca7452ba39d5a09a9fc1b6de6b60e7972" - [[files]] file = "config/bclib/recipes.json" hash = "bbb3a8ba21cff0abf29795a17dae1b0d41b222c2c088865dc66e42d0718c0f2b" [[files]] file = "config/bclib/server.json" -hash = "dd0b11f0c1b03f5624524a5b2b309404c020be1e4bee961bd85a20bcdf03d4d3" +hash = "11736fdc03761560e311fffc7239eaabe660d49b4286589ca3056417258b34a9" + +[[files]] +file = "config/origins_server.toml" +hash = "27f407419c3e3c29513fcc0c423a181e80da82c928190e68d05fd29d0d638302" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/config.json" +hash = "b521be3a49e48725f065c8f163a89fa509e8876da6c8603660e529c488609572" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/server.yml" +hash = "e6ce65e98af572331c88791889512396135390f31db973a0ec2ed7b552247367" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/server_data.json" +hash = "ec1e4eb5cb0f9781edaefa27df5c620a72c4e5f5b56169d31196640e6683e966" + +[[files]] +file = "config/yosbr/config/authme.json5" +hash = "abc3e0e4c6c3120dcbc22fecfae1966d0a040aa9464913fd2ff3aa5b1f606023" + +[[files]] +file = "config/yosbr/config/bclib/client.json" +hash = "bf2d8e792813de9fdd787feac239e1fb8827c99da8bff50201538d91c7a8fd12" + +[[files]] +file = "config/yosbr/config/bclib/main.json" +hash = "08711cc547b990b371caadcfd84a306fc8ce42cf9766914e17dcfd5078b9e9f8" [[files]] file = "config/yosbr/config/bedrockify-ExternalLoadingTips.json" @@ -34,15 +54,99 @@ hash = "070db915479c969425c248b201e833d01fde22c6c4f0b325a36aa9dbcbaa9a9c" [[files]] file = "config/yosbr/config/bedrockify.json" -hash = "765936f29e2348740c2f38a2b7d53b4d60ac70a9ffa99059d21c92c8d82a07f2" +hash = "a2565e6a47691b9945bac4bd55a8b8ee495b9bec9bcd6ba7915fb2997c2b11c5" [[files]] file = "config/yosbr/config/bedrockifyMixins.json" hash = "19ec8f5999285a05dba8b8ff3d3ff7380d876413f553cc38c4a26cd268d12b49" +[[files]] +file = "config/yosbr/config/betterend/biomes.json" +hash = "da69412d15c9fab5026c0021565163db734b38b175e7b4ddd5aebd219cff9b14" + +[[files]] +file = "config/yosbr/config/betterend/blocks.json" +hash = "42a792de0be657f9278157c679261b8114f4ed2efd5627ead3f3057384dde784" + +[[files]] +file = "config/yosbr/config/betterend/client.json" +hash = "9fe05edf2b6cfaa5573d1dc6debf01181a663f0ffda407c8b3f05d2ef87e56eb" + +[[files]] +file = "config/yosbr/config/betterend/enchantments.json" +hash = "fe93e79aff2fc28279544d8578bc01206964d94cd404c9845ebe871128196803" + +[[files]] +file = "config/yosbr/config/betterend/entities.json" +hash = "c88c23c520341d800c6403788d500a2c8db1eebf1cb3920f9809b31f00e6558b" + +[[files]] +file = "config/yosbr/config/betterend/generator.json" +hash = "5ce240c9fe50fb002ef8ddd4b16187a4bb99dc80e1e7a83466fb1c5fb0acf297" + +[[files]] +file = "config/yosbr/config/betterend/items.json" +hash = "9fccf7068d0f70dca17ee25f3ca8416d09c097b514807f22fcf1dd2771bf8b79" + +[[files]] +file = "config/yosbr/config/betterend/portals.json" +hash = "c0900ca41e9721a30bf49f00762f9fb80367908cd668d5c32ab2816e61ff51d7" + +[[files]] +file = "config/yosbr/config/betterend/recipes.json" +hash = "f4276cbef4e42c4aa26f94a118ec93636ba0f4dff81146691b92fbfc03fc58fc" + +[[files]] +file = "config/yosbr/config/betternether/biomes.json" +hash = "45df771828069dab14b032da7549ceb229254c19d00c5e2fc31746aec48b8679" + +[[files]] +file = "config/yosbr/config/betternether/blocks.json" +hash = "8d5fc0ba5efc7b329e72eaf49c32df337db35fe8f9cf792cae4c97bf2a729685" + +[[files]] +file = "config/yosbr/config/betternether/generator.json" +hash = "7bba28812f7941584158470bb75ccf609b7b182ad29bf7960bf806bc83070355" + +[[files]] +file = "config/yosbr/config/betternether/items.json" +hash = "fd1f13298e2c04efbcb42f088f59bfc2498d807dac1b52d290978941652790b7" + +[[files]] +file = "config/yosbr/config/betternether/main.json" +hash = "6d4f1aa22a4c974936e5e6924d644f1755fd995a87092e99e113bdd494371f02" + +[[files]] +file = "config/yosbr/config/betternether/mobs.json" +hash = "6ce59f333ede885d055ee3fb3164f38cb609843ce279d00b4bba0d2a73347a5a" + +[[files]] +file = "config/yosbr/config/betternether/recipes.json" +hash = "da9af17f7733e8f94cd5afe1c4f12b8395b74536f5bdd9933c3d35bd98c1a19a" + +[[files]] +file = "config/yosbr/config/capes.json5" +hash = "f45e9541f04ff7a515d79a316ec5991440ecac06666cb69a179e86d29dc4ac1a" + +[[files]] +file = "config/yosbr/config/create-client.toml" +hash = "95b93c37868e4719b8e173a9ed6170e425072d7d6ed68459100c572ed2535659" + +[[files]] +file = "config/yosbr/config/cull-less-leaves.toml" +hash = "3014156e8543c9d237b9df9148fa618e8e5d1c05dbbefbebf8095c365618719e" + +[[files]] +file = "config/yosbr/config/dynamicfps.toml" +hash = "f5474c5f2aa9e04cc88211eb6c0b7c4d3835814ba7047252edf624355862caa6" + +[[files]] +file = "config/yosbr/config/fabrishot.properties" +hash = "ef3843e0f2190650aa8fe49c375f5976dd2c9d4499eb609326bbd0dcb232b185" + [[files]] file = "config/yosbr/config/fancymenu/config.txt" -hash = "968b0a16b47a18f0aeaf43e0d13b5dc9e9082eb2b48d8318faf5f8d05a1ffb48" +hash = "5cba6a0b30114f19a28fc4d379ae9e0d074f5e6ad64be87aa67873900018c225" [[files]] file = "config/yosbr/config/fancymenu/customizablemenus.txt" @@ -54,19 +158,19 @@ hash = "76fee050b96eff937dc72625b33719e9eafbb2a3f838c37aafa686d3fa968716" [[files]] file = "config/yosbr/config/fancymenu/customization/Nazrinned Up (Inventory).txt" -hash = "cc00080514783fa068eafd33767e37142934ec8cd0a20fc7770f0d598f2d8d2b" +hash = "a52bdeb5647a6b8ce712acbe375d439ee0dfb4e6ab199ad3e0a9cc0d204b1029" [[files]] file = "config/yosbr/config/fancymenu/customization/Nazrinned Up (Origin Select).txt" -hash = "0ed419442bc732291609d93f96f6e69b95c9c38849e29a54920d5d8c09022c11" +hash = "33b1b1ebde4fdd0550e759105b8388c943955e9e6f49c7e615f19d1631cc37b3" [[files]] file = "config/yosbr/config/fancymenu/customization/Nazrinned Up (Pause Menu).txt" -hash = "17cc1f04c4a15d3c02a8443902015f8f4f6a6b698aef031874dbd29137950501" +hash = "4de0477e2f3f726235d1471b671e7b1724a47f2fae3c5467a42e34ed09dc7417" [[files]] file = "config/yosbr/config/fancymenu/customization/Nazrinned Up.txt" -hash = "617eade96430ba0216c8921782b5afcf6a057c1af3a6718e786093d50d0ac998" +hash = "9d6f6f0bf1cfc93fa0d09c6506aa3dc5ddb8ebe0ed7889de43420f3c734467c2" [[files]] file = "config/yosbr/config/fancymenu/locals/de_de.local" @@ -96,6 +200,82 @@ hash = "003a1c89846741e0eb9475089d4ed653896fd08e0b994667fae452b4ad894a72" file = "config/yosbr/config/fancymenu/user_variables.db" hash = "09904c3fd4e9497c4465323ff9008622fb26b5d10df8bec847fd531e2d164510" +[[files]] +file = "config/yosbr/config/farsight.json" +hash = "7a9309407d0c2a571b4202c361d572212547f43cffb23b57b00d95f727055d62" + +[[files]] +file = "config/yosbr/config/indium-renderer.properties" +hash = "d5806a7e73664046eb80beb3e41835d566c5950215a01800e3eebcf21b82cb96" + +[[files]] +file = "config/yosbr/config/iris.properties" +hash = "0342b1d33c697f09fb2b4016d73a5d73d485ff891ef984b0fad6375b7b67b558" + +[[files]] +file = "config/yosbr/config/lambdabettergrass.toml" +hash = "71f8657fa67d9b11264366d2e8726098d6d86887e63f14e2cbce82532a2f84be" + +[[files]] +file = "config/yosbr/config/lambdynlights.toml" +hash = "2abed201b626a49178daffeb9f06669abdddb7801996783b360bd195d49a0867" + +[[files]] +file = "config/yosbr/config/midnightcontrols.json" +hash = "7fea3077452ae823c292289698972d180327aab03516bf1d0b4d8a691421769c" + +[[files]] +file = "config/yosbr/config/modmenu.json" +hash = "503f96151dab202359895d267084c5ca81604cf9a3455446c20a5c0c69ec7cdb" + +[[files]] +file = "config/yosbr/config/mousewheelie.hjson" +hash = "f7e277666de45885aa5931c512129946ae53216a5cabddba7498f4dc9a6323bb" + +[[files]] +file = "config/yosbr/config/presencefootsteps/updater.json" +hash = "1e7c61df09c105e1eeca8cf3dcbdfeb976700e9904bcb3983fc7791adb7fad2e" + +[[files]] +file = "config/yosbr/config/presencefootsteps/userconfig.json" +hash = "e8aabaa7d14d1b6360309b75acea1ea87af988ba483267e9879637c1bd3478cf" + +[[files]] +file = "config/yosbr/config/sodium-extra-options.json" +hash = "6e6fc6ad2fbf4baed76b3d5370b90125287f80d0cea8e86e6a6ebfb6aa69a795" + +[[files]] +file = "config/yosbr/config/sodium-options.json" +hash = "52fa21d31fc7a3f71311430a38f783f63923ebe84fc19823b7a5c2a087a45cf7" + +[[files]] +file = "config/yosbr/config/sound_physics_remastered/occlusion.properties" +hash = "4aa8f5579e66d860e5fa2cb0cacc4fb56f17428bcea1d784475869a9495a8a48" + +[[files]] +file = "config/yosbr/config/sound_physics_remastered/reflectivity.properties" +hash = "6e87ff39a3f592b7002f20b622e35ff9851e4c2589cc0eaa08dbd5a14a738d98" + +[[files]] +file = "config/yosbr/config/sound_physics_remastered/soundphysics.properties" +hash = "bfd34fa3b26a80b0f036e3c1423ff82c799d8b27747ceb83a42ca9643d6500a6" + +[[files]] +file = "config/yosbr/config/waila/blacklist.json" +hash = "640800920130d084dec5a3a7f52c10e18d72ed7faca522b5bcb6bb46d0dcae9b" + +[[files]] +file = "config/yosbr/config/waila/waila.json" +hash = "4597fde5d576f236df3cdb1e9049601e766780ca9b245263a0fc0aa886286624" + +[[files]] +file = "config/yosbr/config/waila/waila_plugins.json" +hash = "4affedcf41137dcf524207899bbb2e114ea5904618fd001b7b575ed176e98819" + +[[files]] +file = "config/yosbr/config/zoomify.json" +hash = "43cf4bc5891944af85a8a8dd6db8043775728f891838d85e1de2f09f30a4e712" + [[files]] file = "config/yosbr/resources/background2.png" hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" @@ -160,11 +340,48 @@ hash = "0ce54cf60948cb50fe87a94d4b28a2647cc45dbba0e740484d4335c96a9fe2a8" file = "config/yosbr/resources/touhou-nazrin.gif" hash = "ede5a1e27814e0bb646c6c98310ae3b1f15e482b8d9dfe236c1f2d062f754278" +[[files]] +file = "global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_0.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_1.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_2.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_3.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_4.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/assets/minecraft/textures/gui/title/background/panorama_5.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/pack.mcmeta" +hash = "ef68c348bba5a05a70a7ed015ae3fed30ee02c79988761987cdc0d28267c9c26" + +[[files]] +file = "global_packs/required_resources/ralsei_blunt/pack.png" +hash = "b2a8bab2f532c6b5d6377962df367f6aee5bc16a6e766fcbe1e01e23deaed57e" + [[files]] file = "mods/advancementinfo.pw.toml" hash = "a1b123fa4c9cc0c4cf25c6ef33694cf6c94f9dd88388188f34feab9b6d367e2a" metafile = true +[[files]] +file = "mods/amecs.pw.toml" +hash = "7983c083c4e9280179002d05312bf74d9096d5ba031304387648da0ae4b8dfc8" +metafile = true + [[files]] file = "mods/animatica.pw.toml" hash = "728c85c89f01a18eef1b03d6de2285e2bbf4c50e90b1ce8ae355e73207551584" diff --git a/mods/amecs.pw.toml b/mods/amecs.pw.toml new file mode 100644 index 0000000..a2139a1 --- /dev/null +++ b/mods/amecs.pw.toml @@ -0,0 +1,13 @@ +name = "Amecs (Fabric)" +filename = "amecs-1.3.8+mc.1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "801d5fef18825aa807cc15de3ec9dc34d15ce32f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3819652 +project-id = 324564 diff --git a/pack.toml b/pack.toml index 2da8bd4..8f64282 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1726d3304d28fdf6ec7e91f492b3b8cbb70f698e19bd18743507b764be4408ff" +hash = "63e239296e44eda12550b40036da54898a0f4cc43f5512569864ccf2254f09fa" [versions] fabric = "0.14.8"