From 71180e0c5e4e82783972949102f8e6a778ab0dc6 Mon Sep 17 00:00:00 2001 From: Ghostipedia Date: Wed, 11 Dec 2024 08:21:46 -0500 Subject: [PATCH] configs, perchance. --- overrides/config/SeasonHUD-client.toml | 4 + overrides/config/advanced_ae-common.toml | 68 ++++++++ overrides/config/ae2/client.json | 2 +- overrides/config/aether-client.toml | 4 + overrides/config/aether-common.toml | 6 + overrides/config/apotheosis/names.cfg | 19 ++- overrides/config/ars_nouveau-client.toml | 2 + .../config/biomesoplenty/biome_toggles.json | 6 + overrides/config/biomesoplenty/gameplay.toml | 5 + .../config/biomesoplenty/generation.toml | 17 +- .../biomeswevegone/world_generation.json5 | 84 ++++----- overrides/config/coldsweat/client.toml | 2 + .../{entity_settings.toml => entity.toml} | 4 +- .../{item_settings.toml => item.toml} | 4 + overrides/config/coldsweat/main.toml | 29 +++- .../{world_settings.toml => world.toml} | 98 ++++++++--- overrides/config/configuration-options.json | 3 + overrides/config/crackerslib-client.toml | 3 + overrides/config/delightful-common.toml | 11 +- overrides/config/embeddium-options.json | 4 +- overrides/config/emi.css | 10 ++ overrides/config/emi_loot_config.toml | 1 + overrides/config/enderchests.toml | 4 + overrides/config/endertanks.toml | 4 + overrides/config/entity_texture_features.json | 1 + .../config/expatternprovider-common.toml | 5 + .../audio_element_controller_metas.json | 0 overrides/config/farmersdelight-common.toml | 4 +- .../ftbquests/quests/chapter_groups.snbt | 15 +- .../chapters/a_moment_fractured__luna.snbt | 2 +- .../quests/chapters/burning_the_veil_iv.snbt | 8 +- .../quests/chapters/forged_in_galefury.snbt | 6 +- .../chapters/navigation_error__log_1_hv.snbt | 161 +++--------------- .../quests/chapters/navigation_online.snbt | 2 +- .../quests/chapters/rising_pressure_new.snbt | 35 +++- .../quests/chapters/safe_travels__ev.snbt | 8 +- .../quests/chapters/store_placeholder.snbt | 18 +- .../chapters/turn_on_the_lights__lv.snbt | 4 +- .../quests/chapters/worth_every_ingot.snbt | 10 +- overrides/config/gtceu.yaml | 112 +++++++++--- overrides/config/immediatelyfast.json | 2 - .../config/integrateddynamics-common.toml | 2 + .../integrateddynamicscompat-common.toml | 2 + overrides/config/jade/plugins.json | 15 +- overrides/config/jade/sort-order.json | 7 + overrides/config/jei/jei-client.ini | 68 ++++---- overrides/config/jei/jei-colors.ini | 2 +- overrides/config/jei/jei-debug.ini | 10 +- overrides/config/jei/jei-mod-id-format.ini | 2 +- .../config/jei/recipe-category-sort-order.ini | 2 + overrides/config/littletiles-client.json | 3 +- overrides/config/littletiles.json | 16 ++ overrides/config/nerb.yaml | 6 + overrides/config/oculus.properties | 4 +- overrides/config/sereneseasons/fertility.toml | 8 +- overrides/config/sereneseasons/seasons.toml | 160 ++++++++++++++++- overrides/config/shetiphiancore.toml | 3 + overrides/config/simpleclouds-client.toml | 99 +++++++++++ overrides/config/simpleclouds-common.toml | 15 ++ overrides/config/solonion.json | 30 +--- .../config/sophisticatedcore-common.toml | 2 +- overrides/config/spark/activity.json | 81 +-------- overrides/config/supplementaries-client.toml | 23 ++- overrides/config/supplementaries-common.toml | 116 ++++++++++++- overrides/config/waves-common.toml | 30 ++++ .../config/world_preview/biome-colors.json | 1 - overrides/config/world_preview/config.json | 21 --- .../config/world_preview/missing-colors.json | 161 ------------------ .../world_preview/missing-structures.json | 77 --------- .../config/world_preview/renderConfig.json | 15 -- 70 files changed, 1035 insertions(+), 733 deletions(-) create mode 100644 overrides/config/advanced_ae-common.toml create mode 100644 overrides/config/biomesoplenty/gameplay.toml rename overrides/config/coldsweat/{entity_settings.toml => entity.toml} (96%) rename overrides/config/coldsweat/{item_settings.toml => item.toml} (98%) rename overrides/config/coldsweat/{world_settings.toml => world.toml} (70%) create mode 100644 overrides/config/configuration-options.json create mode 100644 overrides/config/crackerslib-client.toml create mode 100644 overrides/config/fancymenu/audio_element_controller_metas.json create mode 100644 overrides/config/nerb.yaml create mode 100644 overrides/config/simpleclouds-client.toml create mode 100644 overrides/config/simpleclouds-common.toml create mode 100644 overrides/config/waves-common.toml delete mode 100644 overrides/config/world_preview/biome-colors.json delete mode 100644 overrides/config/world_preview/config.json delete mode 100644 overrides/config/world_preview/missing-colors.json delete mode 100644 overrides/config/world_preview/missing-structures.json delete mode 100644 overrides/config/world_preview/renderConfig.json diff --git a/overrides/config/SeasonHUD-client.toml b/overrides/config/SeasonHUD-client.toml index a6a7e90e..e35dcbc8 100644 --- a/overrides/config/SeasonHUD-client.toml +++ b/overrides/config/SeasonHUD-client.toml @@ -72,6 +72,10 @@ enable_show_day = "SHOW_DAY" #Having the calendar item shows the detailed version of the HUDDefault is false. calendar_detail = false + #Change if you are using a Minecraft day length other than vanilla value and using Fabric Seasons. + #Default Minecraft day is 24000. + #Range: > 0 + day_length = 24000 [SeasonHUD.Minimap] #Enable integration with minimap mods? diff --git a/overrides/config/advanced_ae-common.toml b/overrides/config/advanced_ae-common.toml new file mode 100644 index 00000000..10796d28 --- /dev/null +++ b/overrides/config/advanced_ae-common.toml @@ -0,0 +1,68 @@ + +["quantum computer"] + #Define the maximum dimensions of the Quantum Computer Multiblock. + #Range: 5 ~ 12 + quantumComputerMaxSize = 7 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + #Range: 4 ~ 16 + quantumComputerAcceleratorThreads = 8 + #Define the maximum amount of multi threaders per Quantum Computer Multiblock. + #Range: 1 ~ 2 + quantumComputerMaxMultiThreaders = 1 + #Define the maximum amount of Data Entanglers per Quantum Computer Multiblock. + #Range: 1 ~ 2 + quantumComputermaxDataEntanglers = 1 + #Define the multiplication factor of the multi threaders. + #Range: 2 ~ 8 + quantumComputerMultiThreaderMultiplication = 4 + #Define the multiplication factor of the data entanglers. + #Range: 2 ~ 8 + quantumComputerDataEntanglerMultiplication = 4 + +["quantum armor"] + #Define the maximum walk speed increase. Values are divided by 10 before use. + #Range: 10 ~ 100 + quantumArmorMaxWalkSpeed = 60 + #Define the maximum sprint speed increase. Values are divided by 10 before use. + #Range: 10 ~ 150 + quantumArmorMaxSprintSpeed = 80 + #Define the maximum increase in step height. + #Range: 1 ~ 5 + quantumArmorMaxStepHeight = 3 + #Define the maximum increase in jump height. + #Range: 1 ~ 5 + quantumArmorMaxJumpHeight = 3 + #Define the maximum swim speed increase. Values are divided by 10 before use. + #Range: 10 ~ 150 + quantumArmorSwimSpeedBoost = 80 + #Define the HP increased of the HP Buffer card. + #Range: 5 ~ 50 + quantumArmorHpBuffer = 20 + #Define the maximum speed boost of the Flight Card. + #Range: 1 ~ 15 + quantumArmorMaxFlightSpeed = 10 + #Define the evasion % chance of the evasion card. + #Range: 0 ~ 100 + quantumArmorEvasionChance = 30 + #Define the max range of the magnet card. + #Range: 5 ~ 15 + quantumArmorMagnetRange = 12 + #Define the Attack Damage boost of the Strength Card. + #Range: 5 ~ 50 + quantumArmorStrengthBoost = 10 + #Define the Attack Speed Damage boost of the Attack Speed Card. + #Range: 1 ~ 10 + quantumArmorAttackSpeedBoost = 5 + #Define the luck boost of the Luck Card. + #Range: 1 ~ 5 + quantumArmorLuckBoost = 2 + #Define the max additional reach of the Reach Card. + #Range: 1 ~ 8 + quantumArmorMaxReachBoost = 5 + #Define the amount of hearts regenerated per tick with the Regeneration Card. Value will be divided by 10 before use. + #Range: 1 ~ 20 + quantumArmorRenegerationPerTick = 10 + #Define the maximum percentage of incoming damage absorbed by the Quantum Armor. This value is still limited by the energy buffer in the equipment. + #Range: 5 ~ 100 + quantumArmorPercentageDamageAbsorption = 30 + diff --git a/overrides/config/ae2/client.json b/overrides/config/ae2/client.json index 254b78f6..20e31ab1 100644 --- a/overrides/config/ae2/client.json +++ b/overrides/config/ae2/client.json @@ -2,7 +2,7 @@ "client": { "disableColoredCableRecipesInJEI": true, "enableFacadesInJEI_comment": "Show facades in JEI ingredient list", - "enableFacadesInJEI": true, + "enableFacadesInJEI": false, "enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks", "enableFacadeRecipesInJEI": true, "enableEffects": true, diff --git a/overrides/config/aether-client.toml b/overrides/config/aether-client.toml index 7aa33718..1f35e5ba 100644 --- a/overrides/config/aether-client.toml +++ b/overrides/config/aether-client.toml @@ -64,6 +64,10 @@ "Disables vanilla world preview menu music" = true #Disables the menu music on the Aether world preview menu, only works if 'Disables Aether music manager' is false "Disables Aether world preview menu music" = true + #Makes Blue Aerclouds have their wobbly sounds that play when bouncing on them + "Blue Aercloud bouncing sounds" = true + #Disables the Aether's boss fight music, only works if 'Disables Aether music manager' is false + "Disables Aether boss music" = false [Miscellaneous] #Disables the Cumulus menu selection screen button on launch diff --git a/overrides/config/aether-common.toml b/overrides/config/aether-common.toml index 37dbf2b8..d9baeef3 100644 --- a/overrides/config/aether-common.toml +++ b/overrides/config/aether-common.toml @@ -10,6 +10,8 @@ "Repeat Sun Spirit's battle dialogue" = false #Determines if a message that links The Aether mod's Patreon should show "Show Patreon message" = false + #Moves the message for when a player attacks the Slider with an incorrect item to be above the hotbar instead of in chat + "Reposition attack message above hotbar" = false ["Data Pack"] #Sets the Aether Temporary Freezing data pack to be added to new worlds automatically @@ -17,3 +19,7 @@ #Sets the Aether Ruined Portals data pack to be added to new worlds automatically "Add Ruined Portals automatically" = true +[Modpack] + #Determines whether bosses should display a randomized name above their boss bar + "Randomize boss names" = true + diff --git a/overrides/config/apotheosis/names.cfg b/overrides/config/apotheosis/names.cfg index 4797fda7..5a1b4cff 100644 --- a/overrides/config/apotheosis/names.cfg +++ b/overrides/config/apotheosis/names.cfg @@ -691,7 +691,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: delightful:froststeel_knife + # Items in this group: undergarden:froststeel_sword, undergarden:froststeel_pickaxe, undergarden:froststeel_axe, undergarden:froststeel_shovel, undergarden:froststeel_hoe # # Default: [ S:FROSTSTEEL < @@ -801,7 +801,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: delightful:holystone_knife + # Items in this group: aether:holystone_pickaxe, aether:holystone_axe, aether:holystone_shovel, aether:holystone_hoe, aether:holystone_sword # # Default: [ S:HOLYSTONE < @@ -894,7 +894,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: undergarden:cloggrum_battleaxe, undergarden:cloggrum_sword, undergarden:cloggrum_pickaxe, undergarden:cloggrum_axe, undergarden:cloggrum_shovel, undergarden:cloggrum_hoe + # Items in this group: delightful:cloggrum_knife # # Default: [ S:CLOGGRUM < @@ -973,7 +973,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: delightful:utherium_knife + # Items in this group: undergarden:utherium_sword, undergarden:utherium_pickaxe, undergarden:utherium_axe, undergarden:utherium_shovel, undergarden:utherium_hoe # # Default: [ S:UTHERIUM < @@ -1116,7 +1116,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: aether:skyroot_pickaxe, aether:skyroot_axe, aether:skyroot_shovel, aether:skyroot_hoe, aether:skyroot_sword + # Items in this group: delightful:skyroot_knife # # Default: [ S:SKYROOT < @@ -1272,7 +1272,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: delightful:gravitite_knife + # Items in this group: aether:gravitite_pickaxe, aether:gravitite_axe, aether:gravitite_shovel, aether:gravitite_hoe, aether:gravitite_sword # # Default: [ S:GRAVITITE < @@ -2190,6 +2190,13 @@ armors { # Default: [ S:GOAT_FUR < > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: advanced_ae:quantum_helmet, advanced_ae:quantum_chestplate, advanced_ae:quantum_leggings, advanced_ae:quantum_boots + # + # Default: [ + S:QUANTUM_ALLOY < + > } diff --git a/overrides/config/ars_nouveau-client.toml b/overrides/config/ars_nouveau-client.toml index e2527acb..ead5c811 100644 --- a/overrides/config/ars_nouveau-client.toml +++ b/overrides/config/ars_nouveau-client.toml @@ -36,6 +36,8 @@ showRecipeBook = true #Inform the player of Dynamic lights once. informLights = false + #Whether the Selection HUD is toggled or held + toggleSelectionHUD = true #Misc [misc] diff --git a/overrides/config/biomesoplenty/biome_toggles.json b/overrides/config/biomesoplenty/biome_toggles.json index 0f5b5061..ca7257dd 100644 --- a/overrides/config/biomesoplenty/biome_toggles.json +++ b/overrides/config/biomesoplenty/biome_toggles.json @@ -1,4 +1,5 @@ { + "aspen_glade_enabled": true, "auroral_garden_enabled": true, "bayou_enabled": true, "bog_enabled": true, @@ -18,7 +19,10 @@ "fungal_jungle_enabled": true, "glowing_grotto_enabled": true, "grassland_enabled": true, + "gravel_beach_enabled": true, "highland_enabled": true, + "hot_springs_enabled": true, + "jacaranda_glade_enabled": true, "jade_cliffs_enabled": true, "lavender_field_enabled": true, "lavender_forest_enabled": true, @@ -35,6 +39,7 @@ "ominous_woods_enabled": true, "orchard_enabled": true, "origin_valley_enabled": true, + "overgrown_greens_enabled": true, "pasture_enabled": true, "prairie_enabled": true, "pumpkin_patch_enabled": true, @@ -60,6 +65,7 @@ "wasteland_enabled": true, "wasteland_steppe_enabled": true, "wetland_enabled": true, + "wintry_origin_valley_enabled": true, "withered_abyss_enabled": true, "woodland_enabled": true } \ No newline at end of file diff --git a/overrides/config/biomesoplenty/gameplay.toml b/overrides/config/biomesoplenty/gameplay.toml new file mode 100644 index 00000000..69b92925 --- /dev/null +++ b/overrides/config/biomesoplenty/gameplay.toml @@ -0,0 +1,5 @@ + +[general] + #Add various BOP resources to the Wandering Trader trade pool. + wandering_trader_trades = true + diff --git a/overrides/config/biomesoplenty/generation.toml b/overrides/config/biomesoplenty/generation.toml index 7a130765..54ed8c37 100644 --- a/overrides/config/biomesoplenty/generation.toml +++ b/overrides/config/biomesoplenty/generation.toml @@ -1,19 +1,22 @@ +[nether] + #The weighting of bop biome regions in the nether. + bop_nether_region_weight = 13 + #The weighting of rare bop biome regions in the nether. + bop_nether_rare_region_weight = 2 + #World generation related options. [overworld] #The weighting of primary bop biome regions in the overworld. - #Range: > 0 bop_primary_overworld_region_weight = 10 - #The weighting of secondary bop biome regions in the overworld. - #Range: > 0 - bop_secondary_overworld_region_weight = 8 + #The weighting of rare bop biome regions in the overworld. + bop_overworld_rare_region_weight = 2 #The weighting of bop biome regions in the nether. #Range: > 0 bop_nether_region_weight = 13 - #The weighting of rare bop biome regions in the overworld. - #Range: > 0 - bop_overworld_rare_region_weight = 2 #The weighting of rare bop biome regions in the nether. #Range: > 0 bop_nether_rare_region_weight = 2 + #The weighting of secondary bop biome regions in the overworld. + bop_secondary_overworld_region_weight = 8 diff --git a/overrides/config/biomeswevegone/world_generation.json5 b/overrides/config/biomeswevegone/world_generation.json5 index 99446f45..ab6a7a7a 100644 --- a/overrides/config/biomeswevegone/world_generation.json5 +++ b/overrides/config/biomeswevegone/world_generation.json5 @@ -1,58 +1,58 @@ { // Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region "enabled_biomes": { - "biomeswevegone:howling_peaks": true, - "biomeswevegone:frosted_coniferous_forest": true, - "biomeswevegone:orchard": true, - "biomeswevegone:coconino_meadow": true, - "biomeswevegone:crimson_tundra": true, - "biomeswevegone:windswept_desert": true, - "biomeswevegone:baobab_savanna": true, - "biomeswevegone:rugged_badlands": true, - "biomeswevegone:allium_shrubland": true, - "biomeswevegone:forgotten_forest": true, - "biomeswevegone:crag_gardens": true, - "biomeswevegone:overgrowth_woodlands": true, - "biomeswevegone:dacite_shore": true, + "biomeswevegone:sakura_grove": true, + "biomeswevegone:white_mangrove_marshes": true, + "biomeswevegone:enchanted_tangle": true, "biomeswevegone:amaranth_grassland": true, - "biomeswevegone:prairie": true, "biomeswevegone:pumpkin_valley": true, - "biomeswevegone:dead_sea": true, - "biomeswevegone:fragment_jungle": true, - "biomeswevegone:frosted_taiga": true, - "biomeswevegone:tropical_rainforest": true, - "biomeswevegone:bayou": true, - "biomeswevegone:zelkova_forest": true, "biomeswevegone:red_rock_valley": true, - "biomeswevegone:shattered_glacier": true, - "biomeswevegone:enchanted_tangle": true, - "biomeswevegone:skyrise_vale": true, - "biomeswevegone:atacama_outback": true, - "biomeswevegone:sierra_badlands": true, - "biomeswevegone:weeping_witch_forest": true, - "biomeswevegone:basalt_barrera": true, - "biomeswevegone:sakura_grove": true, + "biomeswevegone:overgrowth_woodlands": true, + "biomeswevegone:forgotten_forest": true, + "biomeswevegone:temperate_grove": true, + "biomeswevegone:dacite_shore": true, + "biomeswevegone:rugged_badlands": true, "biomeswevegone:cika_woods": true, - "biomeswevegone:redwood_thicket": true, - "biomeswevegone:black_forest": true, - "biomeswevegone:rose_fields": true, - "biomeswevegone:araucaria_savanna": true, + "biomeswevegone:firecracker_chaparral": true, + "biomeswevegone:sierra_badlands": true, "biomeswevegone:ironwood_gour": true, - "biomeswevegone:lush_stacks": true, - "biomeswevegone:ebony_woods": true, - "biomeswevegone:coniferous_forest": true, - "biomeswevegone:white_mangrove_marshes": true, - "biomeswevegone:temperate_grove": true, - "biomeswevegone:jacaranda_jungle": true, + "biomeswevegone:rose_fields": true, + "biomeswevegone:crag_gardens": true, "biomeswevegone:dacite_ridges": true, - "biomeswevegone:canadian_shield": true, - "biomeswevegone:firecracker_chaparral": true, + "biomeswevegone:zelkova_forest": true, + "biomeswevegone:crimson_tundra": true, + "biomeswevegone:ebony_woods": true, "biomeswevegone:mojave_desert": true, - "biomeswevegone:rainbow_beach": true, + "biomeswevegone:jacaranda_jungle": true, + "biomeswevegone:howling_peaks": true, + "biomeswevegone:windswept_desert": true, + "biomeswevegone:bayou": true, + "biomeswevegone:tropical_rainforest": true, + "biomeswevegone:fragment_jungle": true, + "biomeswevegone:atacama_outback": true, + "biomeswevegone:coniferous_forest": true, + "biomeswevegone:orchard": true, + "biomeswevegone:basalt_barrera": true, + "biomeswevegone:skyrise_vale": true, + "biomeswevegone:dead_sea": true, "biomeswevegone:eroded_borealis": false, - "biomeswevegone:cypress_swamplands": true, "biomeswevegone:maple_taiga": true, + "biomeswevegone:rainbow_beach": true, + "biomeswevegone:black_forest": true, + "biomeswevegone:frosted_coniferous_forest": true, + "biomeswevegone:prairie": true, + "biomeswevegone:weeping_witch_forest": true, + "biomeswevegone:shattered_glacier": true, "biomeswevegone:aspen_boreal": true, + "biomeswevegone:allium_shrubland": true, + "biomeswevegone:redwood_thicket": true, + "biomeswevegone:coconino_meadow": true, + "biomeswevegone:baobab_savanna": true, + "biomeswevegone:araucaria_savanna": true, + "biomeswevegone:frosted_taiga": true, + "biomeswevegone:canadian_shield": true, + "biomeswevegone:cypress_swamplands": true, + "biomeswevegone:lush_stacks": true, }, // How much each BWG region weighs. This weight applies to all 3 BWG Regions "region_weight": 8, diff --git a/overrides/config/coldsweat/client.toml b/overrides/config/coldsweat/client.toml index 72fac32c..e13848f3 100644 --- a/overrides/config/coldsweat/client.toml +++ b/overrides/config/coldsweat/client.toml @@ -48,4 +48,6 @@ "Hearth Debug" = true #Hides insulation tooltips for items, armor, and curios unless SHIFT is held "Hide Tooltips" = false + #Automatically expands all collapsible tooltips + "Expand Tooltips" = false diff --git a/overrides/config/coldsweat/entity_settings.toml b/overrides/config/coldsweat/entity.toml similarity index 96% rename from overrides/config/coldsweat/entity_settings.toml rename to overrides/config/coldsweat/entity.toml index 0da57d1b..421fb3ef 100644 --- a/overrides/config/coldsweat/entity_settings.toml +++ b/overrides/config/coldsweat/entity.toml @@ -22,9 +22,9 @@ ["Fur Growth & Shedding"] #Defines how often a goat will try to grow its fur, the growth cooldown after shearing, and the chance of it succeeding - #Format: [ticks, cooldown, chance] + #Format: [interval, cooldown, chance] "Goat Fur Growth Timings" = [1200, 2400, 0.2] #Defines how often a chameleon will try to shed its skin, the cooldown after shedding, and the chance of it succeeding - #Format: [ticks, cooldown, chance] + #Format: [interval, cooldown, chance] "Chameleon Shedding Timings" = [100, 36000, 0.1] diff --git a/overrides/config/coldsweat/item_settings.toml b/overrides/config/coldsweat/item.toml similarity index 98% rename from overrides/config/coldsweat/item_settings.toml rename to overrides/config/coldsweat/item.toml index 3cde3348..d43dba64 100644 --- a/overrides/config/coldsweat/item_settings.toml +++ b/overrides/config/coldsweat/item.toml @@ -71,6 +71,10 @@ #Defines how much a waterskin will change the player's body temperature by when used #Range: > 0 "Waterskin Strength" = 50 + #Determines the strength of the Soulspring Lamp's effect before it is overwhelmed + #A value of 1 means it will never be overwhelmed + #Range: 0.0 ~ 1.0 + "Soulspring Lamp Strength" = 0.6 [Misc] #Defines items that affect the player's temperature when in the inventory diff --git a/overrides/config/coldsweat/main.toml b/overrides/config/coldsweat/main.toml index 055e8f2b..ee2ad36c 100644 --- a/overrides/config/coldsweat/main.toml +++ b/overrides/config/coldsweat/main.toml @@ -60,5 +60,32 @@ [Builtin] #Range: 0 ~ 4 Difficulty = 2 - Version = "2.3.4" + Version = "2.3.10" + +[Misc] + #Add TempModifier IDs to this list to disable them + #Allows for more granular control of Cold Sweat's features + # Run "/temp debug @s " to see IDs of all modifiers affecting the player + # + # List of "Vanilla" TempModifier IDs: + # cold_sweat:blocks - Disables temperature emitted by blocks + # cold_sweat:biomes - Disables biome temperature (makes all biomes temperate) + # cold_sweat:underground - Disables temperature changes caused by depth / altitude + # cold_sweat:armor - Disables armor insulation + # cold_sweat:mount - Disables insulation from riding an entity + # cold_sweat:waterskin - Disables the waterskin's temperature effects + # cold_sweat:soulspring_lamp - Disables the cooling effect of the soulspring lamp + # cold_sweat:water - Disables the cooling effect of water, and the dripping particles from when the player is wet + # cold_sweat:air_conditioning - Disables the Warmth and Chill effects from the hearth, boiler, and icebox + # cold_sweat:food - Disables temperature effects from eating food + # cold_sweat:freezing - Disables the cooling effect of powder snow + # cold_sweat:on_fire - Disables the heating effect of being on fire + # cold_sweat:soul_sprout - Disables the effects of eating a soul sprout (separate from cold_sweat:food) + # cold_sweat:inventory_items - Disables the temperature effects of items in the player's inventory + # cold_sweat:entities - Disables the temperature emitted from entities + # sereneseasons:season - Disables the temperature effects of seasons from Serene Seasons + # armorunder:lining - Disables the temperature effects of armor linings from Armor Underwear + # weather2:storm - Disables the temperature effects of storms & weather from Weather 2 + # curios:curios - Disables the temperature effects of equipped curios + "Disabled Temperature Modifiers" = [] diff --git a/overrides/config/coldsweat/world_settings.toml b/overrides/config/coldsweat/world.toml similarity index 70% rename from overrides/config/coldsweat/world_settings.toml rename to overrides/config/coldsweat/world.toml index 00c9e2fe..c23ec631 100644 --- a/overrides/config/coldsweat/world_settings.toml +++ b/overrides/config/coldsweat/world.toml @@ -4,8 +4,7 @@ [Dimensions] #Applies an offset to the world's temperature across an entire dimension "Dimension Temperature Offsets" = [["minecraft:the_nether", 0.7, "MC"], ["minecraft:the_end", -0.1, "MC"]] - #Overrides existing dimension temperatures & offsets - #Also overrides temperatures of all biomes in the dimension + #Defines the temperature of a dimension, overriding all other biome and dimension temperatures/settings "Dimension Temperatures" = [] #Format: [["biome_1", tempLow, tempHigh, *units], ["biome_2", tempLow, tempHigh, *units]... etc] @@ -15,7 +14,7 @@ [Biomes] #Applies an offset to the temperature of a biome "Biome Temperature Offsets" = [] - #Defines the temperature of a biome, overriding existing biome temperatures & offsets. + #Defines the temperature of a biome, overriding the biome's default temperature "Biome Temperatures" = [["biomesoplenty:volcano", 94.0, 120.0, "F"], ["terralith:yellowstone", 47.0, 68.0, "F"], ["terralith:ancient_sands", 83.0, 130.0, "F"], ["minecraft:swamp", 72.0, 84.0, "F"], ["minecraft:warm_ocean", 67.0, 76.0, "F"], ["minecraft:bamboo_jungle", 76.0, 87.0, "F"], ["biomesoplenty:marsh", 76.0, 87.0, "F"], ["biomesoplenty:snowy_maple_woods", 32.0, 48.0, "F"], ["terralith:birch_taiga", 40.0, 62.0, "F"], ["biomesoplenty:orchard", 58.0, 78.0, "F"], ["terralith:sandstone_valley", 78.0, 114.0, "F"], ["biomesoplenty:volcanic_plains", 82.0, 95.0, "F"], ["biomesoplenty:origin_valley", 65.0, 80.0, "F"], ["biomesoplenty:forested_field", 64.0, 78.0, "F"], ["biomesoplenty:fir_clearing", 56.0, 68.0, "F"], ["biomesoplenty:fungal_jungle", 73.0, 86.0, "F"], ["terralith:granite_cliffs", 65.0, 85.0, "F"], ["terralith:fractured_savanna", 65.0, 92.0, "F"], ["biomesoplenty:highland", 57.0, 70.0, "F"], ["terralith:moonlight_valley", 57.0, 76.0, "F"], ["terralith:lavender_valley", 59.0, 76.0, "F"], ["minecraft:old_growth_pine_taiga", 48.0, 62.0, "F"], ["terralith:shield", 48.0, 68.0, "F"], ["terralith:basalt_cliffs", 76.0, 122.0, "F"], ["minecraft:deep_frozen_ocean", 56.0, 65.0, "F"], ["terralith:lavender_forest", 56.0, 75.0, "F"], ["terralith:arid_highlands", 74.0, 102.0, "F"], ["terralith:shield_clearing", 28.0, 80.0, "F"], ["minecraft:deep_dark", 63.0, 63.0, "F"], ["terralith:blooming_plateau", 49.0, 78.0, "F"], ["biomesoplenty:snowy_fir_clearing", 32.0, 51.0, "F"], ["minecraft:windswept_forest", 48.0, 66.0, "F"], ["terralith:cloud_forest", 38.0, 58.0, "F"], ["biomesoplenty:bog", 62.0, 73.0, "F"], ["terralith:haze_mountain", 62.0, 74.0, "F"], ["minecraft:snowy_slopes", 24.0, 38.0, "F"], ["biomesoplenty:dryland", 67.0, 97.0, "F"], ["biomesoplenty:dune_beach", 67.0, 78.0, "F"], ["terralith:highlands", 62.0, 74.0, "F"], ["biomesoplenty:spider_nest", 75.0, 75.0, "F"], ["terralith:rocky_mountains", 45.0, 73.0, "F"], ["terralith:forested_highlands", 43.0, 70.0, "F"], ["biomesoplenty:seasonal_forest", 52.0, 64.0, "F"], ["minecraft:desert", 48.0, 115.0, "F"], ["biomesoplenty:rocky_rainforest", 73.0, 86.0, "F"], ["terralith:red_oasis", 58.0, 94.0, "F"], ["terralith:desert_spires", 60.0, 121.0, "F"], ["biomesoplenty:maple_woods", 58.0, 68.0, "F"], ["biomesoplenty:coniferous_forest", 44.0, 58.0, "F"], ["terralith:bryce_canyon", 72.0, 110.0, "F"], ["minecraft:old_growth_spruce_taiga", 48.0, 62.0, "F"], ["biomesoplenty:bayou", 67.0, 78.0, "F"], ["biomesoplenty:woodland", 67.0, 80.0, "F"], ["biomesoplenty:mystic_grove", 65.0, 72.0, "F"], ["terralith:warped_mesa", 66.0, 84.0, "F"], ["terralith:savanna_badlands", 68.0, 99.0, "F"], ["terralith:desert_canyon", 73.0, 121.0, "F"], ["minecraft:stony_shore", 50.0, 64.0, "F"], ["biomesoplenty:lush_desert", 72.0, 94.0, "F"], ["terralith:volcanic_peaks", 76.0, 122.0, "F"], ["minecraft:badlands", 84.0, 120.0, "F"], ["minecraft:savanna_plateau", 76.0, 98.0, "F"], ["terralith:alpine_grove", 16.0, 53.0, "F"], ["biomesoplenty:field", 64.0, 85.0, "F"], ["minecraft:snowy_taiga", 19.0, 48.0, "F"], ["biomesoplenty:wetland", 63.0, 74.0, "F"], ["biomesoplenty:clover_patch", 56.0, 78.0, "F"], ["minecraft:old_growth_birch_forest", 58.0, 72.0, "F"], ["biomesoplenty:prairie", 66.0, 82.0, "F"], ["terralith:temperate_highlands", 54.0, 80.0, "F"], ["terralith:orchid_swamp", 62.0, 81.0, "F"], ["terralith:volcanic_crater", 96.0, 162.0, "F"], ["biomesoplenty:jade_cliffs", 57.0, 70.0, "F"], ["minecraft:jungle", 76.0, 87.0, "F"], ["minecraft:taiga", 44.0, 62.0, "F"], ["minecraft:soul_sand_valley", 53.0, 53.0, "F"], ["terralith:steppe", 44.0, 78.0, "F"], ["terralith:caldera", 58.0, 71.0, "F"], ["minecraft:savanna", 70.0, 95.0, "F"], ["biomesoplenty:snowy_coniferous_forest", 28.0, 48.0, "F"], ["minecraft:windswept_savanna", 67.0, 90.0, "F"], ["minecraft:eroded_badlands", 88.0, 120.0, "F"], ["minecraft:snowy_beach", 38.0, 52.0, "F"], ["terralith:amethyst_rainforest", 69.0, 84.0, "F"], ["biomesoplenty:grassland", 58.0, 82.0, "F"], ["biomesoplenty:mediterranean_forest", 64.0, 78.0, "F"], ["terralith:brushland", 64.0, 89.0, "F"], ["minecraft:wooded_badlands", 80.0, 108.0, "F"], ["biomesoplenty:old_growth_woodland", 65.0, 78.0, "F"], ["minecraft:frozen_peaks", 15.0, 33.0, "F"], ["minecraft:river", 60.0, 70.0, "F"], ["biomesoplenty:ominous_woods", 65.0, 72.0, "F"], ["biomesoplenty:pumpkin_patch", 57.0, 78.0, "F"]] [Blocks] @@ -41,13 +40,11 @@ #Range: 1 ~ 16 "Block Range" = 7 #When set to true, uses Cold Sweat's temperature system to determine water freezing behavior - "Custom Freezing Check" = false + "Custom Freezing Behavior" = false + #When set to true, modifies ice blocks to be harvestable with a pickaxe + "Custom Ice Drops" = true [Misc] - #The amount of temperature normalization from being deep underground - #0.0 = no insulation, 1.0 = full insulation - #Range: 0.0 ~ 1.0 - "Cave Insulation Strength" = 1.0 #Overrides the world temperature when the player is within this structure #Format: [["structure_1", temperature1, *units], ["structure_2", temperature2, *units]... etc] #(* = optional) @@ -65,20 +62,6 @@ #Does not affect the block's temperature "Cold Soul Fire" = true -[Hearth] - #How effective the hearth is at normalizing temperature - #Range: 0.0 ~ 1.0 - "Hearth Strength" = 0.75 - #List of additional blocks that the hearth can spread through - #Use this list if the hearth isn't spreading through particular blocks that it should - "Hearth Spread Whitelist" = ["minecraft:iron_bars", "minecraft:jungle_leaves", "minecraft:oak_leaves", "minecraft:spruce_leaves", "minecraft:dark_oak_leaves", "minecraft:acacia_leaves", "minecraft:birch_leaves", "minecraft:azalea_leaves", "minecraft:flowering_azalea_leaves", "minecraft:mangrove_leaves", "minecraft:cherry_leaves", "biomesoplenty:origin_leaves", "biomesoplenty:flowering_oak_leaves", "biomesoplenty:snowblossom_leaves", "biomesoplenty:rainbow_birch_leaves", "biomesoplenty:yellow_autumn_leaves", "biomesoplenty:orange_autumn_leaves", "biomesoplenty:maple_leaves", "biomesoplenty:fir_leaves", "biomesoplenty:redwood_leaves", "biomesoplenty:mahogany_leaves", "biomesoplenty:jacaranda_leaves", "biomesoplenty:palm_leaves", "biomesoplenty:willow_leaves", "biomesoplenty:dead_leaves", "biomesoplenty:magic_leaves", "biomesoplenty:umbran_leaves", "biomesoplenty:hellbark_leaves", "integrateddynamics:menril_leaves", "croptopia:almond_crop", "croptopia:apple_crop", "croptopia:apricot_crop", "croptopia:avocado_crop", "croptopia:banana_crop", "croptopia:cashew_crop", "croptopia:cherry_crop", "croptopia:coconut_crop", "croptopia:date_crop", "croptopia:dragonfruit_crop", "croptopia:fig_crop", "croptopia:grapefruit_crop", "croptopia:kumquat_crop", "croptopia:lemon_crop", "croptopia:lime_crop", "croptopia:mango_crop", "croptopia:nectarine_crop", "croptopia:nutmeg_crop", "croptopia:orange_crop", "croptopia:peach_crop", "croptopia:pear_crop", "croptopia:pecan_crop", "croptopia:persimmon_crop", "croptopia:plum_crop", "croptopia:starfruit_crop", "croptopia:walnut_crop", "croptopia:cinnamon_leaves", "occultism:otherworld_leaves", "occultism:otherworld_leaves_natural", "ad_astra:glacian_leaves", "ars_nouveau:purple_archwood_leaves", "ars_nouveau:blue_archwood_leaves", "ars_nouveau:red_archwood_leaves", "ars_nouveau:green_archwood_leaves", "aether:skyroot_leaves", "aether:golden_oak_leaves", "aether:crystal_leaves", "aether:crystal_fruit_leaves", "aether:holiday_leaves", "aether:decorated_holiday_leaves", "deep_aether:roseroot_leaves", "deep_aether:blue_roseroot_leaves", "deep_aether:flowering_roseroot_leaves", "deep_aether:flowering_blue_roseroot_leaves", "deep_aether:yagroot_leaves", "deep_aether:cruderoot_leaves", "deep_aether:conberry_leaves", "deep_aether:sunroot_leaves", "deep_aether:yagroot_roots", "architects_palette:twisted_leaves", "undergarden:smogstem_leaves", "undergarden:wigglewood_leaves", "undergarden:grongle_leaves", "gtceu:rubber_leaves", "create:encased_fluid_pipe"] - #List of additional blocks that the hearth cannot spread through - #Use this list if the hearth is spreading through particular blocks that it shouldn't - "Hearth Spread Blacklist" = [] - #Allows the hearth to automatically turn on/off based on nearby players' temperature - #If false, the hearth turns on/off by redstone signal - "Automatic Hearth" = false - #Format: [season-start, season-mid, season-end] #Applied as an offset to the world's temperature ["Season Temperatures"] @@ -87,3 +70,74 @@ Winter = [-0.2, -0.4, -0.2] Spring = [-0.2, 0, 0.2] +["Thermal Sources"] + #How effective thermal sources are at normalizing temperature + #Range: 0.0 ~ 1.0 + "Thermal Source Strength" = 0.75 + #List of additional blocks that thermal sources can spread through + #Use this list if thermal sources aren't spreading through particular blocks that they should + "Thermal Source Spread Whitelist" = ["cold_sweat:hearth_bottom", "minecraft:iron_bars", "#minecraft:leaves", "create:encased_fluid_pipe"] + #List of additional blocks that thermal sources spread through + #Use this list if thermal sources are spreading through particular blocks that they shouldn't + "Thermal Source Spread Blacklist" = [] + + ["Thermal Sources".Hearth] + #Allows the hearth to automatically turn on/off based on nearby players' temperature + #If false, it turns on/off by redstone signal instead + "Automatic Hearth" = false + #The distance the hearth's air will travel from a source, like the hearth itself or the end of a pipe + #Range: > 0 + "Hearth Range" = 20 + #The maximum distance that air can be piped away from the hearth + #Range: > 0 + "Max Hearth Range" = 96 + #The maximum volume of the hearth's area of effect + #Range: > 1 + "Hearth Volume" = 12000 + #The time it takes for the hearth to be fully functional after being placed + #Range: > 0 + "Hearth Warm-Up Time" = 1200 + #The maximum amount of insulation that the hearth can provide + #Range: 0 ~ 10 + "Hearth Chill/Warmth Strength" = 10 + + ["Thermal Sources".Boiler] + #Allows the boiler to automatically turn on/off based on nearby players' temperature + #If false, it turns on/off by redstone signal instead + "Automatic Boiler" = false + #The distance the boiler's air will travel from a source, like the boiler itself or the end of a pipe + #Range: > 0 + "Boiler Range" = 16 + #The maximum distance that air can be piped away from the boiler + #Range: > 0 + "Max Boiler Range" = 96 + #The maximum volume of the boiler's area of effect + #Range: > 1 + "Boiler Volume" = 2000 + #The time it takes for the boiler to be fully functional after being placed + #Range: > 0 + "Boiler Warm-Up Time" = 1200 + #The maximum amount of insulation that the boiler can provide + #Range: 0 ~ 10 + "Boiler Warmth Strength" = 5 + + ["Thermal Sources".Icebox] + #Allows the icebox to automatically turn on/off based on nearby players' temperature + #If false, it turns on/off by redstone signal instead + "Automatic Icebox" = false + #The distance the icebox's air will travel from a source, like the icebox itself or the end of a pipe + #Range: > 0 + "Icebox Range" = 16 + #The maximum distance that air can be piped away from the icebox + #Range: > 0 + "Max Icebox Range" = 96 + #The maximum volume of the icebox's area of effect + #Range: > 1 + "Icebox Volume" = 2000 + #The time it takes for the icebox to be fully functional after being placed + #Range: > 0 + "Icebox Warm-Up Time" = 1200 + #The maximum amount of insulation that the icebox can provide + #Range: 0 ~ 10 + "Icebox Chill Strength" = 5 + diff --git a/overrides/config/configuration-options.json b/overrides/config/configuration-options.json new file mode 100644 index 00000000..830fd484 --- /dev/null +++ b/overrides/config/configuration-options.json @@ -0,0 +1,3 @@ +{ + "advancedMode": false +} \ No newline at end of file diff --git a/overrides/config/crackerslib-client.toml b/overrides/config/crackerslib-client.toml new file mode 100644 index 00000000..3caa374c --- /dev/null +++ b/overrides/config/crackerslib-client.toml @@ -0,0 +1,3 @@ +#A list of mod ids that cannot have their registered config menu buttons appear in the options screen. +hiddenConfigMenuButtons = ["example_mod_id"] + diff --git a/overrides/config/delightful-common.toml b/overrides/config/delightful-common.toml index 4d70d9d9..98d8fa8f 100644 --- a/overrides/config/delightful-common.toml +++ b/overrides/config/delightful-common.toml @@ -113,11 +113,9 @@ ender_nectar = true field_salad = true frostaya_crate = true - glow_jelly_bottle = true green_apple_crate = true green_tea_leaf = true honey_glazed_walnut = true - jelly_bottle = true lavender_tea = true marshmallow_stick = true matcha = true @@ -128,7 +126,6 @@ matcha_milkshake = true mendosteen_crate = true mini_melon = true - nut_butter_and_jelly_sandwich = true nut_butter_bottle = true nut_dough = true prickly_pear_juice = true @@ -160,4 +157,12 @@ #Allow sliced melons to be juiced in-world (right click) melon_juicing = true yucca_fruit_crate = true + glow_jam_jar = true + jam_jar = true + nut_butter_and_jam_sandwich = true + source_berry_cookie = true + source_berry_gummy = true + source_berry_ice_cream = true + source_berry_ice_cream_block = true + source_berry_milkshake = true diff --git a/overrides/config/embeddium-options.json b/overrides/config/embeddium-options.json index e0649cea..1e382d9a 100644 --- a/overrides/config/embeddium-options.json +++ b/overrides/config/embeddium-options.json @@ -1,9 +1,9 @@ { "quality": { - "weather_quality": "FAST", + "weather_quality": "FANCY", "leaves_quality": "DEFAULT", "enable_vignette": true, - "use_quad_normals_for_shading": false + "use_quad_normals_for_shading": true }, "advanced": { "enable_memory_tracing": false, diff --git a/overrides/config/emi.css b/overrides/config/emi.css index cd40ec30..9b794002 100644 --- a/overrides/config/emi.css +++ b/overrides/config/emi.css @@ -95,6 +95,16 @@ */ empty-search-sidebar-focus: none; + /** + * Whether the EMI config button should be visible. + */ + emi-config-button-visibility: shown; + + /** + * Whether the recipe tree button should be visible. + */ + recipe-tree-button-visibility: auto; + /** * The maximum height the recipe screen will grow to be if space is available in * pixels. diff --git a/overrides/config/emi_loot_config.toml b/overrides/config/emi_loot_config.toml index 0bdaa4f7..ba444f70 100644 --- a/overrides/config/emi_loot_config.toml +++ b/overrides/config/emi_loot_config.toml @@ -15,6 +15,7 @@ skippedKeys = [ ] chestLootAlwaysStackSame = false mobLootIncludeDirectDrops = true +chanceDecimalPlaces = 1 conditionStyle = "default" [debugModes] diff --git a/overrides/config/enderchests.toml b/overrides/config/enderchests.toml index 6187f253..a9436709 100644 --- a/overrides/config/enderchests.toml +++ b/overrides/config/enderchests.toml @@ -1,5 +1,9 @@ #With this disabled chests are essentially locked to the crafted color as dyes will no longer work enable_in_world_coloring = true +#When linking stacked bags: +#True = all of them will be linked +#False = one at a time will be linked +full_stack_linking = true #Item used to upgrade the EnderChests [upgrade_item_tags] diff --git a/overrides/config/endertanks.toml b/overrides/config/endertanks.toml index 9fb406cc..e5744180 100644 --- a/overrides/config/endertanks.toml +++ b/overrides/config/endertanks.toml @@ -1,5 +1,9 @@ #With this disabled tanks are essentially locked to the crafted color as dyes will no longer work enable_in_world_coloring = true +#When linking stacked buckets: +#True = all of them will be linked +#False = one at a time will be linked +full_stack_linking = true #Items used to upgrade the EnderTanks [upgrade_items] diff --git a/overrides/config/entity_texture_features.json b/overrides/config/entity_texture_features.json index bf7df3ef..25a90aae 100644 --- a/overrides/config/entity_texture_features.json +++ b/overrides/config/entity_texture_features.json @@ -1,6 +1,7 @@ { "optifine_limitRandomVariantGapsBy10": true, "optifine_allowWeirdSkipsInTrueRandom": true, + "optifine_preventBaseTextureInOptifineDirectory": true, "illegalPathSupportMode": "None", "enableCustomTextures": true, "enableCustomBlockEntities": true, diff --git a/overrides/config/expatternprovider-common.toml b/overrides/config/expatternprovider-common.toml index fde544fb..c44f7ae1 100644 --- a/overrides/config/expatternprovider-common.toml +++ b/overrides/config/expatternprovider-common.toml @@ -14,3 +14,8 @@ whitelist = ["expatternprovider:ex_interface_part", "expatternprovider:ex_patter #Disable Extended Inscriber's item render, it only works in client side. disableItemRender = false +[device] + #Size multiplier of oversize interface + #Range: 2 ~ 4096 + oversize_interface_multiplier = 16 + diff --git a/overrides/config/fancymenu/audio_element_controller_metas.json b/overrides/config/fancymenu/audio_element_controller_metas.json new file mode 100644 index 00000000..e69de29b diff --git a/overrides/config/farmersdelight-common.toml b/overrides/config/farmersdelight-common.toml index 176ab807..56dc1234 100644 --- a/overrides/config/farmersdelight-common.toml +++ b/overrides/config/farmersdelight-common.toml @@ -52,8 +52,10 @@ [world] #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft? generateFDChestLoot = true - #Generate Compost Heaps across all village biomes + #Should FD generate Compost Heaps across all village biomes? genVillageCompostHeaps = true + #Should FD crops show up planted randomly in various village farms? + genFDCropsOnVillageFarms = true #Wild Cabbage generation [world.wild_cabbages] diff --git a/overrides/config/ftbquests/quests/chapter_groups.snbt b/overrides/config/ftbquests/quests/chapter_groups.snbt index ed4d814d..d7eac1ea 100644 --- a/overrides/config/ftbquests/quests/chapter_groups.snbt +++ b/overrides/config/ftbquests/quests/chapter_groups.snbt @@ -9,12 +9,13 @@ { id: "4B9C53F35CAB9BEE", title: "&fSoaked in Blood&r - [&dLuV&r]" } { id: "7295A11F0DD1E8D1", title: "&fLanguage of the Universe&r - [&cZPM&r]" } { id: "34809FA43B03812C", title: "&fPierce the Heavens &r- [&9UV&r]" } - { id: "492B135B053E111A", title: "&fThe Perfect Revenge&r - [&4UHV&r]" } - { id: "05E791D3658E47D0", title: "&fProject Frontiers&r - [&2UEV&r]" } - { id: "0FA2E8AE749DD85D", title: "&fRewrite the World&r - [&eUXV&r]" } - { id: "0AE0B3EFA57DABD2", title: "&6The Finality&r - [&9&lOPV&r]" } - { id: "3189B6C95DDE02C3", title: "&fTo Make an Ending&r- [&f&lMAX&r]" } - { id: "67BE70C11B6638CD", title: "&fThe Cry of Time &r- [&4&lERROR&r]" } - { id: "74CC5D172863EBC5", title: "&fExtended Endgame&r - [&a&oCosmic Frontiers&7]" } + { id: "492B135B053E111A", title: "&fImperfect Resentment&r - [&4UHV&r]" } + { id: "05E791D3658E47D0", title: "&fRune Breaker&r - [&aUEV&r]" } + { id: "153885258CBAE38E", title: "&fAn Eternal Question &7- &f[&2UIV&f]" } + { id: "0FA2E8AE749DD85D", title: "&fRewrite the Line&r - [&eUXV&r]" } + { id: "0AE0B3EFA57DABD2", title: "&cOur Final Choice&r - [&9&lOPV&r]" } + { id: "3189B6C95DDE02C3", title: "&6Make an Ending&r- [&f&lMAX&r]" } + { id: "67BE70C11B6638CD", title: "&bWails of Time&r- [&4&lERROR&r]" } + { id: "74CC5D172863EBC5", title: "&aExtended Endgame&r - [&a&oCosmic Frontiers&7]" } ] } diff --git a/overrides/config/ftbquests/quests/chapters/a_moment_fractured__luna.snbt b/overrides/config/ftbquests/quests/chapters/a_moment_fractured__luna.snbt index a7ac8a5e..41d8066d 100644 --- a/overrides/config/ftbquests/quests/chapters/a_moment_fractured__luna.snbt +++ b/overrides/config/ftbquests/quests/chapters/a_moment_fractured__luna.snbt @@ -11,7 +11,7 @@ { dependencies: ["45823A74FF2F334D"] description: ["A simple QB page telling you all the different ore veins and resources on the moon!"] - hide: true + hide_until_deps_visible: true icon: "ad_astra:moon_globe" id: "5E210BF6CFD50E13" shape: "hexagon" diff --git a/overrides/config/ftbquests/quests/chapters/burning_the_veil_iv.snbt b/overrides/config/ftbquests/quests/chapters/burning_the_veil_iv.snbt index 22aa2afd..b0ee5763 100644 --- a/overrides/config/ftbquests/quests/chapters/burning_the_veil_iv.snbt +++ b/overrides/config/ftbquests/quests/chapters/burning_the_veil_iv.snbt @@ -10,7 +10,7 @@ quests: [ { dependencies: ["44DE661BAA434766"] - hide: true + hide_until_deps_visible: true id: "52DAB014D2101F02" shape: "hexagon" size: 2.0d @@ -691,8 +691,8 @@ "4DA37DF15D6955C2" "52DAB014D2101F02" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "2275BD1700FF037F" subtitle: "Have You Finished Platline?" tasks: [{ @@ -708,8 +708,8 @@ "7C2579488595C534" "52DAB014D2101F02" ] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "1C8200AE86247D44" subtitle: "Have You Finished Platline?" tasks: [{ @@ -946,8 +946,8 @@ } { dependencies: ["52DAB014D2101F02"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true icon: "gtceu:deeply_withered_nether_slag_bucket" id: "2B96AA2FF13432C2" tasks: [{ diff --git a/overrides/config/ftbquests/quests/chapters/forged_in_galefury.snbt b/overrides/config/ftbquests/quests/chapters/forged_in_galefury.snbt index 0a3f316a..e16923b9 100644 --- a/overrides/config/ftbquests/quests/chapters/forged_in_galefury.snbt +++ b/overrides/config/ftbquests/quests/chapters/forged_in_galefury.snbt @@ -17,7 +17,7 @@ "You have a winding road ahead of you, make sure to visit the &aAether&r!" "And remember, don't plug &bMV&r Power into &7LV&r machines unless you like things exploding!" ] - hide: true + hide_until_deps_visible: true id: "466C20EACAEF3394" shape: "hexagon" size: 2.5d @@ -235,7 +235,7 @@ "" "Ethersteel will be widely used in HV and EV, so I'd recommend setting up automation or batching large batches of it..." ] - hide: true + hide_until_deps_visible: true id: "44372CC42BD4ABEF" shape: "hexagon" size: 2.0d @@ -1601,9 +1601,9 @@ "{@pagebreak}" "&lThe Virtues&r: Something I wish never to meet—the Sword of the Scriptures. Virtues enact the wills of the Scriptures while staying within the universe's allowed rules of causality. They are terrifying, and I've seen entire planets turned to rubble by them on the news. They are one entity armies hellbent on following orders. " ] - hide: true hide_details_until_startable: true hide_text_until_complete: true + hide_until_deps_visible: true icon: "botania:gaia_head" id: "192F5200CDB94397" shape: "gear" diff --git a/overrides/config/ftbquests/quests/chapters/navigation_error__log_1_hv.snbt b/overrides/config/ftbquests/quests/chapters/navigation_error__log_1_hv.snbt index d3033fae..9389b43b 100644 --- a/overrides/config/ftbquests/quests/chapters/navigation_error__log_1_hv.snbt +++ b/overrides/config/ftbquests/quests/chapters/navigation_error__log_1_hv.snbt @@ -23,7 +23,7 @@ "" "blah blah, Ghostipedia is full of soup." ] - hide: true + hide_until_deps_visible: true id: "1E72D62913EEB4EE" shape: "hexagon" size: 2.0d @@ -557,117 +557,16 @@ y: 2.0d } { - dependencies: ["1E72D62913EEB4EE"] - description: [ - "If you've been keen, you've been collecting exotic ender eyes throughout the world." - "" - "&aUse them to unlock the end portal, and be prepared for a fight!&r" - "Yes, you need to kill the dragon." - "" - "" - "If you need help finding more eyes, refer to the &bnext pages&r." - "[Credit : Directly from the Curseforge Page of End Remastered]" - "" - "" - "{@pagebreak}" - "" - "1. Old Eye - Found in Desert Pyramids" - "" - "2. Nether Eye - Found in Nether Fortresses" - "" - "3. Cold Eye - Found in Igloos" - "" - "4. Rogue Eye - Found in Jungle Pyramids" - "{@pagebreak}" - "" - "5. Black Eye - Found in Buried Chests" - "" - "6. Magical Eye - Dropped by Evokers" - "" - "7. Lost Eye - Found in Mineshafts" - "" - "8. Corrupted Eye - Found in Pillager Outposts" - "{@pagebreak}" - "" - "9. Wither Eye - Dropped by The Wither" - "" - "10. Guardian Eye - Get it by Killing Elder Guardian" - "" - "11. Witch Eye - Craft it using the witch pupil" - "" - "12. Cursed Eye - Found in Bastions treasure chest" - "{@pagebreak}" - "" - "13. Exotic Eye - Craft it using aquatic items" - "" - "14. Evil Eye - Buy it from a master cleric" - "" - "15. Undead Eye - Craft it using an Undead Soul" - "" - "16. Cryptic Eye - Have a small chance to get it when enchanting" - ] - icon: "minecraft:ender_dragon_spawn_egg" - id: "2F7CA5340B77F058" - shape: "hexagon" - subtitle: "Get to the End" - tasks: [ - { - dimension: "minecraft:the_end" - id: "383C105ADEC74236" - type: "dimension" - } - { - entity: "minecraft:ender_dragon" - id: "62F812212025E6D8" - type: "kill" - value: 1L - } - ] - x: -2.0d - y: 0.0d - } - { - dependencies: ["2F7CA5340B77F058"] - description: ["You can't process tungsten quite yet, but this vein is mentioned as it's the first location you can get tungsten."] - id: "6995E63851268FF9" - subtitle: "Your First Source of Tungsten" - tasks: [ - { - id: "68D3873961FD8F01" - item: "gtceu:raw_scheelite" - type: "item" - } - { - id: "238A6738497E93E6" - item: "gtceu:raw_tungstate" - type: "item" - } - { - id: "05447A99908D704B" - item: "gtceu:raw_lithium" - type: "item" - } - ] - x: -2.0d - y: 1.5d - } - { - dependencies: ["2F7CA5340B77F058"] + dependencies: ["45823A74FF2F334D"] id: "75D695A6DC21520C" - tasks: [ - { - id: "47A42C11D11285A1" - item: "gtceu:raw_uraninite" - type: "item" - } - { - id: "4BBE1C2874F44327" - item: "gtceu:raw_pitchblende" - type: "item" - } - ] - x: -3.5d - y: 0.0d + subtitle: "Nuclear Soon:tm:" + tasks: [{ + id: "47A42C11D11285A1" + item: "gtceu:raw_uraninite" + type: "item" + }] + x: 10.5d + y: -7.5d } { dependencies: ["726331ACD701F2FD"] @@ -686,8 +585,8 @@ type: "checkmark" } ] - x: -5.5d - y: 0.5d + x: 10.0d + y: -10.0d } { dependencies: [ @@ -736,8 +635,8 @@ item: "gtceu:uranium_235_dust" type: "item" }] - x: -6.5d - y: -0.5d + x: 11.0d + y: -11.0d } { dependencies: ["43879AAA41015110"] @@ -747,8 +646,8 @@ item: "gtceu:uranium_dust" type: "item" }] - x: -6.5d - y: 0.5d + x: 10.0d + y: -11.0d } { dependencies: ["22693418B45740CB"] @@ -905,22 +804,6 @@ x: 4.5d y: 6.5d } - { - dependencies: [ - "504D0A68967D9CEE" - "69C238710AC5E0F5" - ] - icon: "createdeco:decal_radioactive" - id: "7E60BE0010F3512E" - subtitle: "NYI - 0.4.1+ Content" - tasks: [{ - id: "65B303CCBB487DBE" - item: "ftbquests:barrier" - type: "item" - }] - x: -7.5d - y: 0.0d - } { dependencies: [ "6D0B9D44B257407B" @@ -1287,8 +1170,8 @@ id: "7C15A93D65EA6CE4" type: "checkmark" }] - x: 10.5d - y: -7.5d + x: 12.0d + y: -9.0d } { dependencies: ["1A6DAD732EC9541E"] @@ -1861,8 +1744,8 @@ type: "checkmark" } ] - x: -5.5d - y: -0.5d + x: 11.0d + y: -10.0d } { dependencies: ["75D695A6DC21520C"] @@ -1882,8 +1765,8 @@ type: "checkmark" } ] - x: -4.5d - y: 0.0d + x: 10.5d + y: -9.0d } ] title: "Gloomper Chemistry [HV]" diff --git a/overrides/config/ftbquests/quests/chapters/navigation_online.snbt b/overrides/config/ftbquests/quests/chapters/navigation_online.snbt index caf62dc2..38531d96 100644 --- a/overrides/config/ftbquests/quests/chapters/navigation_online.snbt +++ b/overrides/config/ftbquests/quests/chapters/navigation_online.snbt @@ -17,7 +17,7 @@ "1E72D62913EEB4EE" "19B3D686A4E2FFC9" ] - hide: true + hide_until_deps_visible: true id: "0E1DFCD7C9346A7C" shape: "hexagon" tasks: [{ diff --git a/overrides/config/ftbquests/quests/chapters/rising_pressure_new.snbt b/overrides/config/ftbquests/quests/chapters/rising_pressure_new.snbt index ad37a152..25fd24ee 100644 --- a/overrides/config/ftbquests/quests/chapters/rising_pressure_new.snbt +++ b/overrides/config/ftbquests/quests/chapters/rising_pressure_new.snbt @@ -20,7 +20,7 @@ "" "Start by making &abronze&r, a mixture of tin and copper dust. Remember, you can make dust by using ingots and a Gregtech &eMortar&r!" ] - hide: true + hide_until_deps_visible: true id: "30C980B828A48306" rewards: [ { @@ -2613,9 +2613,9 @@ "" "These headaches have gotten unbearably loud." ] - hide: true hide_details_until_startable: true hide_text_until_complete: true + hide_until_deps_visible: true icon: "ars_nouveau:worn_notebook" id: "70F95C537C54938A" subtitle: "Story Entry 1 | Description Hidden Until Completed" @@ -2628,6 +2628,37 @@ x: -13.5d y: 9.0d } + { + dependencies: ["30C980B828A48306"] + description: [ + "Sticky Resin is gathered by cutting down rubber trees." + "You can fine them basically anywhere trees can spawn." + ] + id: "732E5FCCE85F859A" + rewards: [{ + count: 4 + id: "76E0DB1563EB9ACB" + item: "cosmiccore:shard_of_perpetuity" + type: "item" + }] + shape: "gear" + subtitle: "How to find Rubber" + tasks: [ + { + id: "7E447C8092ABA7C7" + item: "gtceu:rubber_sapling" + type: "item" + } + { + count: 8L + id: "644F2502849FAB1E" + item: { Count: 8, id: "gtceu:sticky_resin" } + type: "item" + } + ] + x: -2.0d + y: -7.0d + } ] title: "Rising Pressure - [Steam]" } diff --git a/overrides/config/ftbquests/quests/chapters/safe_travels__ev.snbt b/overrides/config/ftbquests/quests/chapters/safe_travels__ev.snbt index 7ac7a84d..06e7d13b 100644 --- a/overrides/config/ftbquests/quests/chapters/safe_travels__ev.snbt +++ b/overrides/config/ftbquests/quests/chapters/safe_travels__ev.snbt @@ -19,7 +19,7 @@ "&3&oYour lamentations are known solely to the stars, while the void beyond remains oblivious to your motivations.&r" "&c&oFor now.&r" ] - hide: true + hide_until_deps_visible: true id: "5837A875D09D3E35" shape: "hexagon" size: 2.5d @@ -469,7 +469,7 @@ "62D8A986F474023F" "636BBD84AF9B125B" ] - hide: true + hide_until_deps_visible: true id: "44166B73DECEC3CA" tasks: [{ id: "554AC50C216CD399" @@ -488,7 +488,7 @@ { dependencies: ["44166B73DECEC3CA"] description: ["The higher the tier above EV, the more efficient the recipe becomes"] - hide: true + hide_until_deps_visible: true id: "217D18CBDCF23123" tasks: [{ id: "72CC81CF85A8869C" @@ -910,8 +910,8 @@ "5837A875D09D3E35" ] description: ["Placeholder : SOURCE - LRE / MRE "] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true icon: "gtceu:praseodymium_ingot" id: "478B3130E4E9FE6B" shape: "hexagon" diff --git a/overrides/config/ftbquests/quests/chapters/store_placeholder.snbt b/overrides/config/ftbquests/quests/chapters/store_placeholder.snbt index c8919243..d4139fae 100644 --- a/overrides/config/ftbquests/quests/chapters/store_placeholder.snbt +++ b/overrides/config/ftbquests/quests/chapters/store_placeholder.snbt @@ -73,9 +73,10 @@ }] subtitle: "&fBetter Insulation" tasks: [{ + consume_items: true count: 4L id: "42016E1E95A5F0BE" - item: { Count: 4, id: "cosmiccore:large_shard_of_perpetuity" } + item: "cosmiccore:large_shard_of_perpetuity" type: "item" }] title: "Shop : Chameleon Spawn Egg" @@ -83,6 +84,7 @@ y: -1.5d } { + can_repeat: true description: ["This should allow you to hold off from grinding out an enchanting setup. If you so choose to."] icon: { Count: 1 @@ -95,6 +97,7 @@ } } id: "2CB5D5370643522C" + optional: true rewards: [{ id: "061FEA9917FF5C9E" item: { @@ -370,9 +373,10 @@ }] subtitle: "&fHoney Please!" tasks: [{ + consume_items: true count: 32L id: "1817049F5E9467ED" - item: { Count: 32, id: "cosmiccore:shard_of_perpetuity" } + item: "cosmiccore:shard_of_perpetuity" type: "item" }] title: "Shop : A Box of Bees" @@ -392,9 +396,10 @@ }] subtitle: "&fCool Tunes" tasks: [{ + consume_items: true count: 16L id: "23554CA7E1D276E3" - item: { Count: 16, id: "cosmiccore:shard_of_perpetuity" } + item: "cosmiccore:shard_of_perpetuity" type: "item" }] title: "Shop Roll : Music Disk" @@ -414,6 +419,7 @@ }] subtitle: "&fIf you're having trouble!" tasks: [{ + consume_items: true id: "04CA22D5DA13D5D6" item: "cosmiccore:large_shard_of_perpetuity" type: "item" @@ -446,9 +452,10 @@ } ] tasks: [{ + consume_items: true count: 16L id: "678F0A4C7C8D4ED6" - item: { Count: 16, id: "cosmiccore:shard_of_perpetuity" } + item: "cosmiccore:shard_of_perpetuity" type: "item" }] title: "Shop Roll : Vanilla Saplings" @@ -466,9 +473,10 @@ }] subtitle: "&fA quick ignition" tasks: [{ + consume_items: true count: 16L id: "20F47DB04CA74EAA" - item: { Count: 16, id: "cosmiccore:shard_of_perpetuity" } + item: "cosmiccore:shard_of_perpetuity" type: "item" }] title: "Shope : Fire Charge" diff --git a/overrides/config/ftbquests/quests/chapters/turn_on_the_lights__lv.snbt b/overrides/config/ftbquests/quests/chapters/turn_on_the_lights__lv.snbt index ef227840..6eacfacf 100644 --- a/overrides/config/ftbquests/quests/chapters/turn_on_the_lights__lv.snbt +++ b/overrides/config/ftbquests/quests/chapters/turn_on_the_lights__lv.snbt @@ -24,7 +24,7 @@ "" "Welcome to LV, the Main goal set out before you is to reach the aether." ] - hide: true + hide_until_deps_visible: true id: "12EBF67C386AA4B6" shape: "hexagon" size: 2.5d @@ -256,8 +256,8 @@ } { dependencies: ["12EBF67C386AA4B6"] - hide: true hide_dependency_lines: true + hide_until_deps_visible: true id: "6157CEB8F4884CE2" tasks: [{ id: "5976267FC5B164F2" diff --git a/overrides/config/ftbquests/quests/chapters/worth_every_ingot.snbt b/overrides/config/ftbquests/quests/chapters/worth_every_ingot.snbt index 96e14b52..b4f22811 100644 --- a/overrides/config/ftbquests/quests/chapters/worth_every_ingot.snbt +++ b/overrides/config/ftbquests/quests/chapters/worth_every_ingot.snbt @@ -13,7 +13,7 @@ "2AF737CA4D527559" "0CE1B054263D0C44" ] - hide: true + hide_until_deps_visible: true id: "635C885360A8A8A9" size: 2.0d subtitle: "holding onto pain..." @@ -1444,8 +1444,8 @@ item: "gtceu:raw_crystal_chip_parts" type: "item" }] - x: -9.75d - y: -13.0d + x: -11.0d + y: -14.0d } { dependencies: ["2706AEF23FE25353"] @@ -1455,8 +1455,8 @@ item: "cosmiccore:dilumixal_naquadah_doped_silicon_boule" type: "item" }] - x: -8.5d - y: -13.0d + x: -9.5d + y: -14.0d } { dependencies: ["457C8C834358A6E7"] diff --git a/overrides/config/gtceu.yaml b/overrides/config/gtceu.yaml index 060120eb..c175040f 100644 --- a/overrides/config/gtceu.yaml +++ b/overrides/config/gtceu.yaml @@ -75,7 +75,7 @@ recipes: # How many Multiblock Casings to make per craft. Either 1, 2, or 3. # Default: 2 - casingsPerCraft: 2 + casingsPerCraft: 1 # Whether to nerf the output amounts of the first circuit in a set to 1 (from 2) and SoC to 2 (from 4). # Default: false @@ -161,7 +161,7 @@ machines: # Whether machines explode in rainy weather or when placed next to certain terrain, such as fire or lava # Default: false - doTerrainExplosion: true + shouldWeatherOrTerrainExplosion: false # Energy use multiplier for electric items. # Default: 100 @@ -238,11 +238,6 @@ machines: # Default: "raw" bedrockOreDropTagPrefix: raw - # WARNING: THIS IS NO LONGER SUPPORTED AND WILL BE REMOVED! - # This option only exists to provide backwards compatibility until the Processing Array will be removed in 1.3.0 - # Default: false - doProcessingArray: false - # Makes nearly every GCYM Multiblock require blocks which set their maximum voltages. # Default: false enableTieredCasings: true @@ -255,13 +250,17 @@ machines: # Default: 50 ldFluidPipeMinDistance: 50 - # Whether non owners can open a machine gui + # Whether ONLY owners can open a machine gui # Default: false - machineOwnerGUI: true + onlyOwnerGUI: false - # Whether non owners can break a machine + # Whether ONLY owners can break a machine # Default: false - machineOwnerBreak: true + onlyOwnerBreak: false + + # Minimum op level to bypass the ownership checks + # Default: 2 + ownerOPBypass: 2 # If High Tier (>UV-tier) GT content should be registered. # Items and Machines enabled with this config will have missing recipes by default. @@ -415,6 +414,10 @@ tools: # Default: 16 sprayCanChainLength: 16 + # Delay in ticks between each log being broken when tree felling + # Default: 2 + treeFellingDelay: 2 + # NanoSaber Options nanoSaber: # The additional damage added when the NanoSaber is powered. @@ -487,24 +490,24 @@ gameplay: compat: # Config options regarding GTEU compatibility with other energy systems energy: - # Enable Native GTEU to Platform native Energy (RF and alike) on GT Cables and Wires. + # Enable Native GTEU to Forge Energy (RF and alike) on GT Cables and Wires. # This does not enable nor disable Converters. # Default: true - nativeEUToPlatformNative: true + nativeEUToFE: true - # Enable GTEU to Platform native (and vice versa) Converters. + # Enable GTEU to FE (and vice versa) Converters. # Default: false - enablePlatformConverters: false + enableFEConverters: false - # Platform native Energy to GTEU ratio for converting FE to EU. + # Forge Energy to GTEU ratio for converting FE to EU. # Only affects converters. - # Default: 4 FE/Energy == 1 EU - platformToEuRatio: 4 + # Default: 4 FE == 1 EU + feToEuRatio: 4 - # GTEU to Platform native Energy ratio for converting EU to FE. + # GTEU to Forge Energy ratio for converting EU to FE. # Affects native conversion and Converters. - # Default: 4 FE/Energy == 1 EU - euToPlatformRatio: 4 + # Default: 4 FE == 1 EU + euToFeRatio: 4 # Config options regarding GTCEu compatibility with AE2 ae2: @@ -517,13 +520,70 @@ compat: # Default: 1.0AE/t meHatchEnergyUsage: 1.0 + # Config options regarding GTCEu compatibility with minimap mods + minimap: + # The radius, in blocks, that picking up a surface rock will search for veins in. + # -1 to disable. + # Default: 24 + surfaceRockProspectRange: 24 + + # The radius, in blocks, that clicking an ore block will search for veins in. + # -1 to disable + # Default: 24 + oreBlockProspectRange: 24 + + # The map scale at which displayed ores will stop scaling. + oreScaleStop: 1.0 + + # The size, in pixels, of ore icons on the map + oreIconSize: 32 + + # The string prepending ore names in the ore vein tooltip + oreNamePrefix: - + + # The color to draw a box around the ore icon with. + # Accepts either an ARGB hex color prefixed with # or the string 'material' to use the ore's material color + borderColor: #00000000 + + # Which part of the screen to anchor buttons to + # Default: "BOTTOM_LEFT" + # Allowed values: + # - TOP_LEFT + # - TOP_CENTER + # - TOP_RIGHT + # - RIGHT_CENTER + # - BOTTOM_RIGHT + # - BOTTOM_CENTER + # - BOTTOM_LEFT + # - LEFT_CENTER + buttonAnchor: TOP_RIGHT + + # Which direction the buttons will go + # Default: "HORIZONTAL" + # Allowed values: + # - VERTICAL + # - HORIZONTAL + direction: HORIZONTAL + + # How horizontally far away from the anchor to place the buttons + # Default: 20 + xOffset: 20 + + # How vertically far away from the anchor to place the buttons + # Default: 0 + yOffset: -80 + + # Whether to put buttons on a separate toolbar on the right instead of the map type toolbar in JourneyMap. + # Default: true + rightToolbar: false + # Whether to hide facades of all blocks in JEI and creative search menu. # Default: true - hideFacadesInJEI: true + hideFacadesInRecipeViewer: true # Whether to hide filled cells in JEI and creative search menu. # Default: true - hideFilledCellsInJEI: true + hideFilledCellsInRecipeViewer: true # Whether to hide the ore processing diagrams in JEI # Default: false @@ -533,7 +593,7 @@ compat: # Default: true removeSmeltingForEBFMetals: true - # Whether dimension marker should show dimension tier. + # Whether dimension markers should show the dimension tier value. # Default: false showDimensionTier: false @@ -546,6 +606,10 @@ dev: # Default: false (no placement printout in debug.log) debugWorldgen: false + # Generate ores in superflat worlds? + # Default: false + doSuperflatOres: false + # Dump all registered GT recipes? # Default: false dumpRecipes: false diff --git a/overrides/config/immediatelyfast.json b/overrides/config/immediatelyfast.json index 192abfe8..fdb84bde 100644 --- a/overrides/config/immediatelyfast.json +++ b/overrides/config/immediatelyfast.json @@ -5,8 +5,6 @@ "hud_batching": false, "fast_text_lookup": true, "fast_buffer_upload": true, - "fast_buffer_upload_size_mb": 256, - "fast_buffer_upload_explicit_flush": true, "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", "dont_add_info_into_debug_hud": false, "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", diff --git a/overrides/config/integrateddynamics-common.toml b/overrides/config/integrateddynamics-common.toml index 0602191b..65655984 100644 --- a/overrides/config/integrateddynamics-common.toml +++ b/overrides/config/integrateddynamics-common.toml @@ -120,6 +120,8 @@ maxDirectionalConnectorOffset = 512 #The distance from which part offsets should be shown. partOffsetRenderDistance = 16 + #The maximum values that Part Offset items will have when dropped from a broken part. + enchancementOffsetPartDropValue = 4 [machine.cable] #If cable shapes should be determined dynamically. Disable this if FPS issues would occur. diff --git a/overrides/config/integrateddynamicscompat-common.toml b/overrides/config/integrateddynamicscompat-common.toml index d416c3ba..f1846bd4 100644 --- a/overrides/config/integrateddynamicscompat-common.toml +++ b/overrides/config/integrateddynamicscompat-common.toml @@ -6,6 +6,8 @@ crashOnModCompatCrash = false #If JEI recipe filling should heuristically try to determine item tags from recipes. jeiHeuristicTags = true + #If REI recipe filling should heuristically try to determine item tags from recipes. + reiHeuristicTags = true [biome] diff --git a/overrides/config/jade/plugins.json b/overrides/config/jade/plugins.json index 5164fa24..9b9d56e6 100644 --- a/overrides/config/jade/plugins.json +++ b/overrides/config/jade/plugins.json @@ -80,6 +80,7 @@ "maintenance_info": true, "machine_mode": true, "electric_container_provider": true, + "steam_boiler_info": true, "recipe_output_info": true, "stained_color": true, "hazard_cleaner_provider": true, @@ -106,6 +107,14 @@ "lootr": { "info": true }, + "integrateddynamicscompat": { + "proxy": true, + "mechanical_squeezer": true, + "mechanical_drying_basin": true, + "drying_basin": true, + "part": true, + "squeezer": true + }, "ae2": { "part_icon": true, "charger": true, @@ -134,6 +143,9 @@ "pie_icons": true, "mushroom_colony": true }, + "supplementaries": { + "hat_stand": true + }, "create": { "filter": true, "backtank_capacity": true, @@ -145,9 +157,6 @@ "goggles.detailed": false, "placard": true }, - "supplementaries": { - "hat_stand": true - }, "waystones": { "waystone": true } diff --git a/overrides/config/jade/sort-order.json b/overrides/config/jade/sort-order.json index b47f21cf..b32cd7df 100644 --- a/overrides/config/jade/sort-order.json +++ b/overrides/config/jade/sort-order.json @@ -66,9 +66,16 @@ "gtceu:recipe_logic_provider": null, "gtceu:recipe_output_info": null, "gtceu:stained_color": null, + "gtceu:steam_boiler_info": null, "gtceu:transformer": null, "gtceu:transformer_provider": null, "gtceu:workable_provider": null, + "integrateddynamicscompat:drying_basin": null, + "integrateddynamicscompat:mechanical_drying_basin": null, + "integrateddynamicscompat:mechanical_squeezer": null, + "integrateddynamicscompat:part": null, + "integrateddynamicscompat:proxy": null, + "integrateddynamicscompat:squeezer": null, "jade:block_face": null, "jade:distance": null, "jade:mod_name": null, diff --git a/overrides/config/jei/jei-client.ini b/overrides/config/jei/jei-client.ini index 324191b8..2cf8cbda 100644 --- a/overrides/config/jei/jei-client.ini +++ b/overrides/config/jei/jei-client.ini @@ -1,22 +1,22 @@ [appearance] - # Description: Display search bar in the center + # Description: Move the JEI search bar to the bottom center of the screen. # Valid Values: [true, false] # Default Value: false CenterSearch = false - # Description: Max. recipe gui height + # Description: Max recipe GUI height. # Valid Values: Any integer greater than or equal to 175 # Default Value: 350 RecipeGuiHeight = 350 [cheat_mode] - # Description: How items should be handed to you + # Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse. # Valid Values: [INVENTORY, MOUSE_PICKUP] # Default Value: MOUSE_PICKUP GiveMode = MOUSE_PICKUP - # Description: Enable cheating items into the hotbar by using the shift+number keys. + # Description: Enable cheating items into the hotbar by using Shift + numeric keys. # Valid Values: [true, false] # Default Value: false CheatToHotbarUsingHotkeysEnabled = false @@ -33,25 +33,25 @@ # Default Value: false AddBookmarksToFrontEnabled = false - # Description: Extra features for bookmark tooltips + # Description: Extra features for bookmark tooltips. # Valid Values: A comma-separated list containing values of: # [PREVIEW, INGREDIENTS] # Default Value: PREVIEW BookmarkTooltipFeatures = PREVIEW - # Description: Hold shift to show bookmark tooltip features + # Description: Hold Shift to show bookmark tooltip features. # Valid Values: [true, false] # Default Value: true HoldShiftToShowBookmarkTooltipFeatures = true - # Description: Drag bookmarks to rearrange them in the list + # Description: Drag bookmarks to rearrange them in the list. # Valid Values: [true, false] # Default Value: true DragToRearrangeBookmarksEnabled = true [advanced] - # Description: Set low-memory mode (makes search very slow, but uses less RAM) + # Description: Set low-memory mode (makes search very slow but uses less RAM). # Valid Values: [true, false] # Default Value: false LowMemorySlowSearchEnabled = false @@ -71,7 +71,7 @@ # Default Value: true lookupBlockTagsEnabled = true - # Description: Show recipes for ingredient tags, like Item Tags and Block Tags + # Description: Show recipes for ingredient tags like item tags and block tags. # Valid Values: [true, false] # Default Value: false showTagRecipesEnabled = false @@ -83,7 +83,7 @@ [input] - # Description: Number of milliseconds before a long mouse click is considered to become a drag operation + # Description: Number of milliseconds before a long mouse click is considered a drag operation. # Valid Values: An integer in the range [0, 1000] (inclusive) # Default Value: 150 dragDelayInMilliseconds = 150 @@ -95,13 +95,13 @@ [sorting] - # Description: Sorting order for the ingredient list + # Description: Sorting order for the ingredient list. # Valid Values: A comma-separated list containing values of: # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU - # Description: Sorting order for displayed recipes + # Description: Sorting order for displayed recipes. # Valid Values: A comma-separated list containing values of: # [BOOKMARKED, CRAFTABLE] # Default Value: BOOKMARKED, CRAFTABLE @@ -109,86 +109,86 @@ [tags] - # Description: Show tag content in tooltips + # Description: Show tag content in tooltips. # Valid Values: [true, false] # Default Value: true TagContentTooltipEnabled = true - # Description: Hide tags that only have 1 ingredient + # Description: Hide tags that only have 1 ingredient. # Valid Values: [true, false] # Default Value: true HideSingleIngredientTagsEnabled = true [search] - # Description: Search mode for Mod Names (prefix: @) + # Description: Search mode for mod names (prefix: @). # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] # Default Value: REQUIRE_PREFIX ModNameSearchMode = REQUIRE_PREFIX - # Description: Search mode for Tooltips (prefix: #) + # Description: Search mode for tooltips (prefix: #). # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] # Default Value: ENABLED TooltipSearchMode = ENABLED - # Description: Search mode for Tag Names (prefix: $) + # Description: Search mode for tags (prefix: $). # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] # Default Value: REQUIRE_PREFIX TagSearchMode = REQUIRE_PREFIX - # Description: Search mode for Colors (prefix: ^) + # Description: Search mode for colors (prefix: ^). # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] # Default Value: DISABLED ColorSearchMode = DISABLED - # Description: Search mode for resources locations (prefix: &) + # Description: Search mode for resource locations (prefix: &). # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] # Default Value: DISABLED ResourceLocationSearchMode = DISABLED - # Description: Search mode for Creative Tabs (prefix: %) + # Description: Search mode for creative mode tab names (prefix: %). # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] # Default Value: DISABLED CreativeTabSearchMode = DISABLED - # Description: Search advanced tooltips (visible with F3+H) + # Description: Search in advanced tooltips (visible with F3 + H). # Valid Values: [true, false] # Default Value: false SearchAdvancedTooltips = false - # Description: Search mod ids in addition to mod names + # Description: Search mod IDs in addition to mod names. # Valid Values: [true, false] # Default Value: true SearchModIds = true - # Description: Search by the shorthand first letters of a mod's name + # Description: Search by the shorthand first letters of a mod's name. # Valid Values: [true, false] # Default Value: true SearchShortModNames = true - # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names + # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names. # Valid Values: [true, false] # Default Value: true SearchIngredientAliases = true [IngredientList] - # Description: Max number of rows shown + # Description: Max number of rows shown. # Valid Values: An integer in the range [1, 100] (inclusive) # Default Value: 16 MaxRows = 16 - # Description: Max number of columns shown + # Description: Max number of columns shown. # Valid Values: An integer in the range [4, 100] (inclusive) # Default Value: 9 MaxColumns = 9 - # Description: Horizontal alignment of the ingredient grid inside the available area + # Description: Horizontal alignment of the ingredient grid inside the available area. # Valid Values: [LEFT, CENTER, RIGHT] # Default Value: RIGHT HorizontalAlignment = RIGHT - # Description: Vertical alignment of the ingredient grid inside the available area + # Description: Vertical alignment of the ingredient grid inside the available area. # Valid Values: [TOP, CENTER, BOTTOM] # Default Value: TOP VerticalAlignment = TOP @@ -198,29 +198,29 @@ # Default Value: ENABLED ButtonNavigationVisibility = ENABLED - # Description: Set to true to draw a background texture behind the gui. + # Description: Enable this to draw a background texture behind the GUI. # Valid Values: [true, false] # Default Value: false DrawBackground = false [BookmarkList] - # Description: Max number of rows shown + # Description: Max number of rows shown. # Valid Values: An integer in the range [1, 100] (inclusive) # Default Value: 16 MaxRows = 16 - # Description: Max number of columns shown + # Description: Max number of columns shown. # Valid Values: An integer in the range [4, 100] (inclusive) # Default Value: 9 MaxColumns = 9 - # Description: Horizontal alignment of the ingredient grid inside the available area + # Description: Horizontal alignment of the ingredient grid inside the available area. # Valid Values: [LEFT, CENTER, RIGHT] # Default Value: LEFT HorizontalAlignment = LEFT - # Description: Vertical alignment of the ingredient grid inside the available area + # Description: Vertical alignment of the ingredient grid inside the available area. # Valid Values: [TOP, CENTER, BOTTOM] # Default Value: TOP VerticalAlignment = TOP @@ -230,7 +230,7 @@ # Default Value: ENABLED ButtonNavigationVisibility = ENABLED - # Description: Set to true to draw a background texture behind the gui. + # Description: Enable this to draw a background texture behind the GUI. # Valid Values: [true, false] # Default Value: false DrawBackground = false diff --git a/overrides/config/jei/jei-colors.ini b/overrides/config/jei/jei-colors.ini index 1fc7da4e..a0ce6e53 100644 --- a/overrides/config/jei/jei-colors.ini +++ b/overrides/config/jei/jei-colors.ini @@ -1,5 +1,5 @@ [colors] - # Description: Color values to search for + # Description: Color values to search for. # Valid Values: A comma-separated list containing values of: # Any color name and an RGB hex color, separated by a ':' # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 diff --git a/overrides/config/jei/jei-debug.ini b/overrides/config/jei/jei-debug.ini index eb75fc9b..a13e2706 100644 --- a/overrides/config/jei/jei-debug.ini +++ b/overrides/config/jei/jei-debug.ini @@ -1,20 +1,20 @@ [debug] - # Description: Debug mode enabled + # Description: Debug mode enabled. # Valid Values: [true, false] # Default Value: false DebugMode = false - # Description: Debug GUIs enabled + # Description: Debug GUIs enabled. # Valid Values: [true, false] # Default Value: false DebugGuis = false - # Description: Debug inputs enabled + # Description: Debug inputs enabled. # Valid Values: [true, false] # Default Value: false DebugInputs = false - # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled + # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled. # Valid Values: [true, false] # Default Value: false debugInfoTooltipsEnabled = false @@ -24,7 +24,7 @@ # Default Value: false CrashingTestItemsEnabled = false - # Description: Log information about the suffix trees used for searching, to help debug JEI + # Description: Log information about the suffix trees used for searching, to help debug JEI. # Valid Values: [true, false] # Default Value: false logSuffixTreeStats = false diff --git a/overrides/config/jei/jei-mod-id-format.ini b/overrides/config/jei/jei-mod-id-format.ini index 05234a80..11464f22 100644 --- a/overrides/config/jei/jei-mod-id-format.ini +++ b/overrides/config/jei/jei-mod-id-format.ini @@ -1,5 +1,5 @@ [modname] - # Description: Formatting for mod name tooltip + # Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable. # Valid Values: A chat formatting string. # Use these formatting colors: # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white diff --git a/overrides/config/jei/recipe-category-sort-order.ini b/overrides/config/jei/recipe-category-sort-order.ini index 7c31d3e9..c6875abc 100644 --- a/overrides/config/jei/recipe-category-sort-order.ini +++ b/overrides/config/jei/recipe-category-sort-order.ini @@ -96,3 +96,5 @@ create:sawing create:sequenced_assembly create:spout_filling create:wood_cutting +ars_nouveau:budding_conversion +ars_nouveau:scry_ritual diff --git a/overrides/config/littletiles-client.json b/overrides/config/littletiles-client.json index d45edc14..bf024439 100644 --- a/overrides/config/littletiles-client.json +++ b/overrides/config/littletiles-client.json @@ -3,7 +3,8 @@ "invertStickToGrid": false, "maxSavedActions": 32, "useALTForEverything": false, - "useAltWhenFlying": true + "useAltWhenFlying": true, + "lowResolutionBoxCount": 2000 }, "rendering": { "useQuadCache": false, diff --git a/overrides/config/littletiles.json b/overrides/config/littletiles.json index f386633a..8ff64828 100644 --- a/overrides/config/littletiles.json +++ b/overrides/config/littletiles.json @@ -92,5 +92,21 @@ }, "defaultGrid": 16 } + }, + "signal": { + "overallDurationScale": 1, + "andDuration": 0.1, + "orDuration": 0.01, + "xorDuration": 0.2, + "bandDuration": 0.2, + "borDuration": 0.02, + "bxorDuration": 0.4, + "notDuration": 0.01, + "bnotDuration": 0.02, + "variableDuration": 0.01, + "addDuration": 0.5, + "subDuration": 0.5, + "mulDuration": 0.5, + "divDuration": 5 } } \ No newline at end of file diff --git a/overrides/config/nerb.yaml b/overrides/config/nerb.yaml new file mode 100644 index 00000000..2ead4809 --- /dev/null +++ b/overrides/config/nerb.yaml @@ -0,0 +1,6 @@ +# Recipe Book mode: +# DISABLED: Removes the recipe book button with its default functionality from your inventory. +# ENABLED: Retains the recipe book button in your inventory, but its default functionality remains disabled. +# DISCOVERED: Automatically unlocks all existing recipes in your recipe book. Does not apply any optimizations. +# TOGGLE: Keeps the recipe book button in your inventory, but instead of toggling the recipe book, it toggles the visibility of the JEI/REI/EMI UI. Its default functionality remains disabled. +buttonMode: TOGGLE diff --git a/overrides/config/oculus.properties b/overrides/config/oculus.properties index a60c2025..eb6dca60 100644 --- a/overrides/config/oculus.properties +++ b/overrides/config/oculus.properties @@ -1,8 +1,8 @@ #This file stores configuration options for Iris, such as the currently active shaderpack -#Fri Oct 18 18:20:27 EDT 2024 +#Wed Dec 11 06:51:20 EST 2024 colorSpace=SRGB disableUpdateMessage=false enableDebugOptions=false enableShaders=false maxShadowRenderDistance=12 -shaderPack=BSL_v8.2.09.zip +shaderPack=ComplementaryReimagined_r5.2.2 + EuphoriaPatches_1.3.2 diff --git a/overrides/config/sereneseasons/fertility.toml b/overrides/config/sereneseasons/fertility.toml index 2bb01d59..059cb0a6 100644 --- a/overrides/config/sereneseasons/fertility.toml +++ b/overrides/config/sereneseasons/fertility.toml @@ -2,15 +2,13 @@ [general] #Whether crops are affected by seasons. seasonal_crops = true - #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. - crop_tooltips = true #How crops behave when out of season. #0 = Grow slowly #1 = Can't grow #2 = Break when trying to grow - #Range: 0 ~ 2 out_of_season_crop_behavior = 0 - #Maximum underground Y level out of season crops can be grown below. Set to -1 to disable feature - #Range: > -1 + #Maximum height level for out of season crops to have fertility underground. underground_fertility_level = 48 + #Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops. + crop_tooltips = true diff --git a/overrides/config/sereneseasons/seasons.toml b/overrides/config/sereneseasons/seasons.toml index 639bc95f..b89fe63f 100644 --- a/overrides/config/sereneseasons/seasons.toml +++ b/overrides/config/sereneseasons/seasons.toml @@ -1,8 +1,164 @@ +[aesthetic_settings] + #Change the foliage colour based on the current season + change_foliage_color = true + #Change the grass color based on the current season + change_grass_color = true + #Change the birch colour based on the current season + change_birch_color = true + +[dimension_settings] + #Seasons will only apply to dimensons listed here + whitelisted_dimensions = ["minecraft:overworld"] + #Please be advised that certain season-related options are world-specific and are located in /serverconfig/sereneseasons-server.toml. [weather_settings] - #Generate snow and ice during the Winter season - generate_snow_ice = false #Change the frequency of rain/snow/storms based on the season change_weather_frequency = true + #Generate snow and ice during the Winter season + generate_snow_ice = false + +[time_settings] + #The starting sub season for new worlds. + #0 = Random, 1 - 3 = Early/Mid/Late Spring + #4 - 6 = Early/Mid/Late Summer + #7 - 9 = Early/Mid/Late Autumn + #10 - 12 = Early/Mid/Late Winter + starting_sub_season = 1 + #The duration of a sub season in days. + sub_season_duration = 8 + #If the season should progress on a server with no players online + progress_season_while_offline = true + #The duration of a Minecraft day in ticks. + #This only adjusts the internal length of a day used by the season cycle. + #It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day. + day_duration = 24000 + +#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%) +#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers) +#melt_rolls should be 0 if blocks should not melt in that season. +#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0. +#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain. +#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain. +#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder. +#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder. +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 180000 + min_rain_time = 12000 + season = "MID_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "LATE_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 + +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 180000 + min_rain_time = 12000 + season = "EARLY_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 25.0 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SUMMER" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "MID_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 + +[[season_properties]] + melt_percent = 8.33 + max_rain_time = 96000 + min_rain_time = 12000 + season = "MID_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 12.5 + max_rain_time = 96000 + min_rain_time = 12000 + season = "LATE_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = 0.0 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 180000 + min_rain_time = 12000 + season = "LATE_AUTUMN" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 6.25 + max_rain_time = 96000 + min_rain_time = 12000 + season = "EARLY_SPRING" + melt_rolls = 1 + max_thunder_time = 180000 + biome_temp_adjustment = -0.25 + min_thunder_time = 12000 + +[[season_properties]] + melt_percent = 0.0 + max_rain_time = 36000 + min_rain_time = 12000 + season = "EARLY_WINTER" + melt_rolls = 0 + max_thunder_time = -1 + biome_temp_adjustment = -0.8 + min_thunder_time = -1 diff --git a/overrides/config/shetiphiancore.toml b/overrides/config/shetiphiancore.toml index 53fd98d7..93814acb 100644 --- a/overrides/config/shetiphiancore.toml +++ b/overrides/config/shetiphiancore.toml @@ -12,4 +12,7 @@ enable_carpet_passthrough = true #When enabled using bonemeal on a stripped log restores the bark bonemeal_restores_bark = true + #When enabled using bonemeal on grass blocks also generates flowers from mods + #By default Minecraft only picks flowers from its own FlowerFeature list, but when mods add flowers they get added to there own list + bonemeal_flowerfix = true diff --git a/overrides/config/simpleclouds-client.toml b/overrides/config/simpleclouds-client.toml new file mode 100644 index 00000000..427520a4 --- /dev/null +++ b/overrides/config/simpleclouds-client.toml @@ -0,0 +1,99 @@ +#Specifies how the clouds should behave in a client-side only context. SINGLE uses only a single cloud type. AMBIENT carves clouds around the player, keeping them at a distance. Due to be on a client-side only context, DEFAULT can not be picked and the vanilla weather system will be used. If Simple Clouds is installed on a server, this option will be ignored and the client will instead use the option set by the server. +#Default: AMBIENT +#Allowed Values: SINGLE, AMBIENT +clientSideCloudMode = "AMBIENT" +#Specifies the visual style of the cloud. DEFAULT is the default style. SHADED adds minimal shading to clouds, making them appear more defined. +#Default: DEFAULT +#Allowed Values: DEFAULT, SHADED +cloudStyle = "SHADED" +#Specifies if the info pop-up should appear when opening the cloud previewer menu. +#Default: true +showCloudPreviewerInfoPopup = false +#Specifies the movement speed of the clouds. +#Default: 1.0 +#Range: 0.1 ~ 32.0 +clientSideSpeedModifier = 1.0 +#Specifies the render Y offset for the clouds. +#Default: 128 +#Range: 0 ~ 2048 +clientSideCloudHeight = 128 +#Specifies the angle parellel to the horizon that the storm fog should be directed to. +#Default: 80.0 +#Range: 50.0 ~ 90.0 +stormFogAngle = 80.0 +#Specifies the allowed dimensions that Simple Clouds is active in. +dimensionWhitelist = ["minecraft:overworld"] +#Specifies if the dimension whitelist should instead be use as a blacklist. +#Default: false +whitelistAsBlacklist = false +#Specifies the type of world fog that should be used. Each has their own advantages and disadvantages, ranging from visual discrepancies to possible compatibility issues. +#Default: SCREEN_SPACE +#Allowed Values: VANILLA, SCREEN_SPACE, OFF +fogMode = "SCREEN_SPACE" +#Specifies if lightning should have slight random color variation. +#Default: true +lightningColorVariation = true +#Specifies the angle of the rain, perpendicular to the ground. Higher values makes it more horizontal. +#Default: 15.0 +#Range: 0.0 ~ 45.0 +rainAngle = 15.0 +#Specifies the attenuation distance for thunder. The lower the value, the quieter it will be from longer distances. +#Default: 2000 +#Range: 100 ~ 20000 +thunderAttenuationDistance = 2000 + +#Seed +[seed] + #Specifies the seed to use for the clouds. Will apply for all servers that the user connects to with the mod on the client-side only. + #Default: 0 + cloudSeed = 0 + #Specifies if the seed set by the 'Cloud Seed' option should be used or not. + #Default: false + useSpecificSeed = false + +#Performance +[performance] + #Specifies how many frames it should take to generate the entire cloud mesh. Higher values will improve performance at the cost of some visual artifacts. + #Default: 3 + #Range: 1 ~ 32 + framesToGenerateMesh = 3 + #Specifies if faces that are not visible to the camera should be tested during mesh generation. Settings this to off can improve performance at the cost of some visual artifacts. + #Default: false + testSidesThatAreOccluded = false + #Specifies if the fog beneath storm clouds should appear or not. Disabling can improve performance. + #Default: true + renderStormFog = true + #Specifies the quality of the level of detail. + #Default: HIGH + #Allowed Values: LOW, MEDIUM, HIGH + levelOfDetail = "HIGH" + #Culls cloud chunks not visible to the player. Disable if facing noticeable artifacts with high cloud mesh generate times. + #Default: true + frustumCulling = true + #Toggles lightning flashes that can be seen in storm fog. Disabling can lead to potential performance gains when lightning spawns. + #Default: true + stormFogLightningFlashes = true + +#Debug +[debug] + #Toggles rendering of the clouds. + #Default: true + renderClouds = true + #Toggles the generation of the cloud mesh. + #Default: true + generateMesh = true + +#Single Mode +[single_mode] + #Specifies the cloud type that should be used when the SINGLE cloud mode is active. + #Default: simpleclouds:itty_bitty + clientSideSingleModeCloudType = "simpleclouds:itty_bitty" + #Specifies the percentage of the cloud render distance that the clouds should begin to fade away, when using the single cloud type mode (e.x. 50 would start to make the clouds fade away at half of the cloud render distance). + #Default: 80 + #Range: 0 ~ 100 + singleModeFadeStartPercentage = 80 + #Specifies the percentage of the cloud render distance that the clouds will be fully faded away, when using the single cloud type mode (e.x. 50 would make the clouds completely disappear past half the cloud render distance). + #Default: 100 + #Range: 0 ~ 100 + singleModeFadeEndPercentage = 100 + diff --git a/overrides/config/simpleclouds-common.toml b/overrides/config/simpleclouds-common.toml new file mode 100644 index 00000000..16dc47a0 --- /dev/null +++ b/overrides/config/simpleclouds-common.toml @@ -0,0 +1,15 @@ + +#Weather +[weather] + + #Lightning And Thunder + [weather.lightning_and_thunder] + #Specifies the shortest interval until the next lightning strike will spawn, in ticks. + #Default: 10 + #Range: 1 ~ 72000 + lightningSpawnIntervalMinimum = 10 + #Specifies the longest interval until the next lightning strike will spawn, in ticks. + #Default: 160 + #Range: 1 ~ 72000 + lightningSpawnIntervalMaximum = 160 + diff --git a/overrides/config/solonion.json b/overrides/config/solonion.json index 6e20f9cd..a91f19d8 100644 --- a/overrides/config/solonion.json +++ b/overrides/config/solonion.json @@ -10,45 +10,27 @@ "benefits": [ { "threshold": 3, - "benefit": { - "attribute": "minecraft:generic.max_health", - "value": 2 - } + "benefit": "{key:\"minecraft:generic.max_health\",op:0,type:\"att\",val:2.0d}" }, { "threshold": 10, - "benefit": { - "effect": "cold_sweat:insulated", - "value": 1 - } + "benefit": "{key:\"cold_sweat:insulated\",type:\"eff\",val:1.0d}" }, { "threshold": 20, - "benefit": { - "effect": "cold_sweat:insulated", - "value": 3 - } + "benefit": "{key:\"cold_sweat:insulated\",type:\"eff\",val:3.0d}" }, { "threshold": 30, - "benefit": { - "effect": "cold_sweat:insulated", - "value": 5 - } + "benefit": "{key:\"cold_sweat:insulated\",type:\"eff\",val:5.0d}" }, { "threshold": 40, - "benefit": { - "attribute": "minecraft:generic.max_health", - "value": 7 - } + "benefit": "{key:\"minecraft:generic.max_health\",op:0,type:\"att\",val:7.0d}" }, { "threshold": 50, - "benefit": { - "effect": "cold_sweat:insulated", - "value": 9 - } + "benefit": "{key:\"cold_sweat:insulated\",type:\"eff\",val:9.0d}" } ], "shouldExcludedCount": true, diff --git a/overrides/config/sophisticatedcore-common.toml b/overrides/config/sophisticatedcore-common.toml index 4119bfc7..4af5ab00 100644 --- a/overrides/config/sophisticatedcore-common.toml +++ b/overrides/config/sophisticatedcore-common.toml @@ -2,5 +2,5 @@ #Common Settings [common] #Disable / enable any items here (disables their recipes) - enabledItems = ["sophisticatedstorage:stack_upgrade_tier_1|true", "sophisticatedstorage:stack_upgrade_tier_2|true", "sophisticatedstorage:stack_upgrade_tier_3|true", "sophisticatedstorage:stack_upgrade_tier_4|true", "sophisticatedstorage:stack_upgrade_tier_5|true", "sophisticatedstorage:crafting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedstorage:upgrade_base|true", "sophisticatedstorage:advanced_feeding_upgrade|true", "sophisticatedstorage:limited_gold_barrel_1|true", "sophisticatedstorage:limited_gold_barrel_2|true", "sophisticatedstorage:limited_gold_barrel_3|true", "sophisticatedstorage:limited_gold_barrel_4|true", "sophisticatedstorage:shulker_box|true", "sophisticatedstorage:magnet_upgrade|true", "sophisticatedstorage:chest|true", "sophisticatedstorage:gold_barrel|true", "sophisticatedstorage:smelting_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedstorage:auto_smoking_upgrade|true", "sophisticatedstorage:storage_link|true", "sophisticatedstorage:smoking_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedstorage:gold_shulker_box|true", "sophisticatedstorage:barrel|true", "sophisticatedstorage:limited_barrel_1|true", "sophisticatedstorage:limited_barrel_4|true", "sophisticatedstorage:limited_barrel_2|true", "sophisticatedstorage:limited_barrel_3|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedstorage:netherite_barrel|true", "sophisticatedstorage:compacting_upgrade|true", "sophisticatedstorage:limited_iron_barrel_3|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedstorage:storage_io|true", "sophisticatedstorage:iron_to_netherite_tier_upgrade|true", "sophisticatedstorage:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedstorage:basic_to_iron_tier_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedstorage:advanced_magnet_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedstorage:void_upgrade|true", "sophisticatedstorage:advanced_filter_upgrade|true", "sophisticatedstorage:basic_to_diamond_tier_upgrade|true", "sophisticatedstorage:iron_shulker_box|true", "sophisticatedstorage:copper_to_diamond_tier_upgrade|true", "sophisticatedstorage:limited_netherite_barrel_1|true", "sophisticatedstorage:limited_netherite_barrel_2|true", "sophisticatedstorage:limited_netherite_barrel_3|true", "sophisticatedstorage:limited_netherite_barrel_4|true", "sophisticatedstorage:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1_plus|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedstorage:iron_chest|true", "sophisticatedstorage:jukebox_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedstorage:packing_tape|true", "sophisticatedstorage:auto_blasting_upgrade|true", "sophisticatedstorage:netherite_shulker_box|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedstorage:limited_copper_barrel_1|true", "sophisticatedstorage:limited_copper_barrel_2|true", "sophisticatedstorage:limited_copper_barrel_3|true", "sophisticatedstorage:limited_copper_barrel_4|true", "sophisticatedstorage:hopper_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedstorage:storage_output|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedstorage:filter_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedstorage:limited_diamond_barrel_1|true", "sophisticatedstorage:limited_diamond_barrel_2|true", "sophisticatedstorage:limited_diamond_barrel_3|true", "sophisticatedstorage:limited_diamond_barrel_4|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedstorage:feeding_upgrade|true", "sophisticatedstorage:storage_input|true", "sophisticatedstorage:compression_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedstorage:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedstorage:copper_to_netherite_tier_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedstorage:storage_tool|true", "sophisticatedstorage:iron_barrel|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedstorage:limited_iron_barrel_1|true", "sophisticatedstorage:copper_chest|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedstorage:limited_iron_barrel_4|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedstorage:advanced_compacting_upgrade|true", "sophisticatedstorage:gold_to_netherite_tier_upgrade|true", "sophisticatedstorage:advanced_void_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedstorage:iron_to_diamond_tier_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedstorage:copper_barrel|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedstorage:gold_chest|true", "sophisticatedstorage:controller|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedstorage:basic_to_copper_tier_upgrade|true", "sophisticatedstorage:diamond_shulker_box|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedstorage:advanced_hopper_upgrade|true", "sophisticatedstorage:diamond_to_netherite_tier_upgrade|true", "sophisticatedstorage:copper_shulker_box|true", "sophisticatedstorage:blasting_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedstorage:copper_to_iron_tier_upgrade|true", "sophisticatedstorage:limited_iron_barrel_2|true", "sophisticatedstorage:iron_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_to_netherite_tier_upgrade|true", "sophisticatedstorage:advanced_pickup_upgrade|true", "sophisticatedstorage:diamond_barrel|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedstorage:gold_to_diamond_tier_upgrade|true", "sophisticatedstorage:netherite_chest|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedstorage:diamond_chest|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedstorage:copper_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_tier_upgrade|true", "sophisticatedstorage:basic_to_gold_tier_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedstorage:pump_upgrade|true", "sophisticatedstorage:advanced_pump_upgrade|true", "sophisticatedstorage:xp_pump_upgrade|true", "sophisticatedstorage:debug_tool|true"] + enabledItems = ["sophisticatedstorage:stack_upgrade_tier_1|true", "sophisticatedstorage:stack_upgrade_tier_2|true", "sophisticatedstorage:stack_upgrade_tier_3|true", "sophisticatedstorage:stack_upgrade_tier_4|true", "sophisticatedstorage:stack_upgrade_tier_5|true", "sophisticatedstorage:crafting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedstorage:upgrade_base|true", "sophisticatedstorage:advanced_feeding_upgrade|true", "sophisticatedstorage:limited_gold_barrel_1|true", "sophisticatedstorage:limited_gold_barrel_2|true", "sophisticatedstorage:limited_gold_barrel_3|true", "sophisticatedstorage:limited_gold_barrel_4|true", "sophisticatedstorage:shulker_box|true", "sophisticatedstorage:magnet_upgrade|true", "sophisticatedstorage:chest|true", "sophisticatedstorage:gold_barrel|true", "sophisticatedstorage:smelting_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedstorage:auto_smoking_upgrade|true", "sophisticatedstorage:storage_link|true", "sophisticatedstorage:smoking_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedstorage:gold_shulker_box|true", "sophisticatedstorage:barrel|true", "sophisticatedstorage:limited_barrel_1|true", "sophisticatedstorage:limited_barrel_4|true", "sophisticatedstorage:limited_barrel_2|true", "sophisticatedstorage:limited_barrel_3|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedstorage:netherite_barrel|true", "sophisticatedstorage:compacting_upgrade|true", "sophisticatedstorage:limited_iron_barrel_3|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedstorage:storage_io|true", "sophisticatedstorage:iron_to_netherite_tier_upgrade|true", "sophisticatedstorage:auto_smelting_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedstorage:basic_to_iron_tier_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedstorage:advanced_magnet_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedstorage:void_upgrade|true", "sophisticatedstorage:advanced_filter_upgrade|true", "sophisticatedstorage:basic_to_diamond_tier_upgrade|true", "sophisticatedstorage:iron_shulker_box|true", "sophisticatedstorage:copper_to_diamond_tier_upgrade|true", "sophisticatedstorage:limited_netherite_barrel_1|true", "sophisticatedstorage:limited_netherite_barrel_2|true", "sophisticatedstorage:limited_netherite_barrel_3|true", "sophisticatedstorage:limited_netherite_barrel_4|true", "sophisticatedstorage:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedstorage:stack_upgrade_tier_1_plus|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedstorage:iron_chest|true", "sophisticatedstorage:jukebox_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedstorage:packing_tape|true", "sophisticatedstorage:auto_blasting_upgrade|true", "sophisticatedstorage:netherite_shulker_box|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedstorage:limited_copper_barrel_1|true", "sophisticatedstorage:limited_copper_barrel_2|true", "sophisticatedstorage:limited_copper_barrel_3|true", "sophisticatedstorage:limited_copper_barrel_4|true", "sophisticatedstorage:hopper_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedstorage:storage_output|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedstorage:filter_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedstorage:limited_diamond_barrel_1|true", "sophisticatedstorage:limited_diamond_barrel_2|true", "sophisticatedstorage:limited_diamond_barrel_3|true", "sophisticatedstorage:limited_diamond_barrel_4|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedstorage:feeding_upgrade|true", "sophisticatedstorage:storage_input|true", "sophisticatedstorage:compression_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedstorage:pickup_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedstorage:copper_to_netherite_tier_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedstorage:storage_tool|true", "sophisticatedstorage:iron_barrel|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedstorage:limited_iron_barrel_1|true", "sophisticatedstorage:copper_chest|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedstorage:limited_iron_barrel_4|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedstorage:advanced_compacting_upgrade|true", "sophisticatedstorage:gold_to_netherite_tier_upgrade|true", "sophisticatedstorage:advanced_void_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedstorage:iron_to_diamond_tier_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedstorage:copper_barrel|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedstorage:gold_chest|true", "sophisticatedstorage:controller|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedstorage:basic_to_copper_tier_upgrade|true", "sophisticatedstorage:diamond_shulker_box|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedstorage:advanced_hopper_upgrade|true", "sophisticatedstorage:diamond_to_netherite_tier_upgrade|true", "sophisticatedstorage:copper_shulker_box|true", "sophisticatedstorage:blasting_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedstorage:copper_to_iron_tier_upgrade|true", "sophisticatedstorage:limited_iron_barrel_2|true", "sophisticatedstorage:iron_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_to_netherite_tier_upgrade|true", "sophisticatedstorage:advanced_pickup_upgrade|true", "sophisticatedstorage:diamond_barrel|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedstorage:gold_to_diamond_tier_upgrade|true", "sophisticatedstorage:netherite_chest|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedstorage:diamond_chest|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedstorage:copper_to_gold_tier_upgrade|true", "sophisticatedstorage:basic_tier_upgrade|true", "sophisticatedstorage:basic_to_gold_tier_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedstorage:pump_upgrade|true", "sophisticatedstorage:advanced_pump_upgrade|true", "sophisticatedstorage:xp_pump_upgrade|true", "sophisticatedstorage:debug_tool|true", "sophisticatedstorage:decoration_table|true"] diff --git a/overrides/config/spark/activity.json b/overrides/config/spark/activity.json index c001ba42..0637a088 100644 --- a/overrides/config/spark/activity.json +++ b/overrides/config/spark/activity.json @@ -1,80 +1 @@ -[ - { - "user": { - "type": "player", - "name": "Ghostipedia", - "uniqueId": "c43b3c3d-7da6-4c2b-b335-703fce2ed795" - }, - "time": 1726062243013, - "type": "Profiler", - "data": { - "type": "url", - "value": "https://spark.lucko.me/ztR310IdSj" - } - }, - { - "user": { - "type": "player", - "name": "Ghostipedia", - "uniqueId": "c43b3c3d-7da6-4c2b-b335-703fce2ed795" - }, - "time": 1726061725932, - "type": "Profiler", - "data": { - "type": "url", - "value": "https://spark.lucko.me/nYyhMyAvBk" - } - }, - { - "user": { - "type": "player", - "name": "Ghostipedia", - "uniqueId": "c43b3c3d-7da6-4c2b-b335-703fce2ed795" - }, - "time": 1725923844983, - "type": "Profiler", - "data": { - "type": "url", - "value": "https://spark.lucko.me/goFUzKhCNT" - } - }, - { - "user": { - "type": "player", - "name": "Ghostipedia", - "uniqueId": "c43b3c3d-7da6-4c2b-b335-703fce2ed795" - }, - "time": 1725868052113, - "type": "Profiler", - "data": { - "type": "url", - "value": "https://spark.lucko.me/qx5qharBew" - } - }, - { - "user": { - "type": "player", - "name": "Ghostipedia", - "uniqueId": "c43b3c3d-7da6-4c2b-b335-703fce2ed795" - }, - "time": 1724651153367, - "type": "Profiler (live)", - "data": { - "type": "url", - "value": "https://spark.lucko.me/EFkS6oXKz5" - } - }, - { - "user": { - "type": "player", - "name": "Ghostipedia", - "uniqueId": "c43b3c3d-7da6-4c2b-b335-703fce2ed795" - }, - "time": 1724647234868, - "type": "Profiler (live)", - "data": { - "type": "url", - "value": "https://spark.lucko.me/OIRPq9xQdl" - } - } -] \ No newline at end of file +[] \ No newline at end of file diff --git a/overrides/config/supplementaries-client.toml b/overrides/config/supplementaries-client.toml index 5174ba22..b0e7d6cc 100644 --- a/overrides/config/supplementaries-client.toml +++ b/overrides/config/supplementaries-client.toml @@ -115,6 +115,10 @@ #Range: 0.01 ~ 200.0 wobbling_period = 12.0 + [blocks.bunting] + #Makes buntings use normal block models with no animation for faster performance. When off this is only active when viewed from a distance + fast_buntings = false + #Particle parameters [particles] @@ -151,14 +155,11 @@ #ignore this #Range: -10.0 ~ 10.0 test3 = 0.0 + #Disable incompatible mods warning screen + no_incompatible_mods_screen = false #Game tweaks [tweaks] - #Colors the brewing stand potion texture depending on the potions it's brewing. - #If using a resource pack add tint index from 0 to 3 to the 3 potion layers - brewing_stand_colors = true - #Makes tipped arrows show their colors when loaded with a crossbow - crossbows_colors = true #Allow to right click with a clock to display current time in numerical form clock_right_click = true #Allow to right click with a compass to display current coordinates in numerical form @@ -180,6 +181,8 @@ mob_head_shaders = true #Sends your current chat when you die while typing send_chat_on_death = true + #Adds an overlay to projectile weapons in gui displaying currently selected ammo + projectile_weapon_overlay = true [tweaks.colored_maps] #Needs the server config with same name on. If on here it will ignore the server one and keep vanilla colors @@ -192,7 +195,7 @@ [items] [items.slingshot] - #Adds an overlay to slingshots in gui displaying currently selected block + #Adds an overlay to slingshots in gui displaying currently selected ammo overlay = true #Render the block outline for distant blocks that are reachable with a slingshot enchanted with Stasis stasis_block_outline = true @@ -241,3 +244,11 @@ #Display visual particles when a playing a flute note_particles = true + [items.lunch_basket] + #Adds an overlay to lunch boxes in gui displaying currently selected food + overlay = true + + [items.cannonball] + #Render cannonballs as 3D models + 3d_model = true + diff --git a/overrides/config/supplementaries-common.toml b/overrides/config/supplementaries-common.toml index 9cee541b..0fe55872 100644 --- a/overrides/config/supplementaries-common.toml +++ b/overrides/config/supplementaries-common.toml @@ -74,8 +74,8 @@ [redstone.dispenser_minecart] enabled = true - #Dispenser minecarts will have their dispenser facing forward instead of up - face_forward = false + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true [redstone.faucet] enabled = true @@ -94,16 +94,17 @@ hourglass = true [functional.rope] - #So you came here to disable supp rope not because they are bad but because they are the easiest to disable, despite them doing all the stuff other ropes can do. Well too bad, this config doesnt do anything :P. Learn how to use datapacks to disable stuff, like its normally done - enabled = true #Allows ropes to be supported & attached to solid block sides block_side_attachment = true #Makes sliding down ropes as fast as free falling, still negating fall damage slide_on_fall = true #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead rope_override = "supplementaries:rope" - #Enables horizontal placement of ropes + #Enables horizontal placement of ropes. Disabling will make ropes always non solid horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" [functional.jar] enabled = true @@ -115,7 +116,7 @@ drink_from_jar = false #Allows the player to directly drink from jar items drink_from_jar_item = false - #Dynamically allows all small mobs inside jars depending on their hitbox size. Tinted jars can accept hostile mbos too + #Dynamically allows all small mobs inside jars depending on their hitbox size jar_auto_detect = false #Allow Jars to capture small mobs jar_capture = true @@ -137,6 +138,8 @@ #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level #Range: 1 ~ 100 health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true [functional.safe] enabled = true @@ -194,6 +197,36 @@ enabled = true wild_flax = true + [functional.cannon] + enabled = true + #Cannon fire power multiplier + #Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + #Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + #Range: 0 ~ 500 + cooldown = 60 + cannonball = true + music_disc_heave_ho = true + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + #Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + glowing_duration = 200 + [building] lapis_bricks = true deepslate_lamp = true @@ -211,10 +244,18 @@ raked_gravel = true feather_block = true statue = true - flower_box = true doormat = true flint_block = true candle_holder = true + bunting = true + fine_wood = true + fire_pit = true + wicker_fence = true + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true [building.blackboard] enabled = true @@ -250,6 +291,8 @@ #Duration in seconts of speed effect garanted to horses that eat a sugar cube #Range: 0 ~ 1000 horse_speed_duration = 10 + #Makes sugar cubes dissolve in rain + dissolve_in_rain = true [building.planter] enabled = true @@ -321,10 +364,30 @@ #Allow all items to go on hat stand unrestricted = false + [building.gravel_bricks] + enabled = true + + [building.slidy_block] + enabled = true + #Slidy block speed + #Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + #Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + [tools] candy = true stasis = true altimeter = true + confetti_popper = true [tools.quiver] enabled = true @@ -396,6 +459,8 @@ #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact #Range: 0 ~ 100000 bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true [tools.bomb.blue_bomb] #Bomb explosion radius (damage depends on this) @@ -428,10 +493,23 @@ allow_snowballs = false #Allows enderpearls to be thrown by slingshots allow_enderpearls = false + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + #Range: 0.0 ~ 100.0 + damageable_damage = 0.5 [tools.antique_ink] enabled = true + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + #Range: 1 ~ 9 + slots = 6 + #General settings [general] #Enable Creative Tab @@ -447,6 +525,8 @@ #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 #Range: 0.0 ~ 10.0 red_merchant_spawn_multiplier = 1.0 + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true #Vanilla tweaks [tweaks] @@ -467,6 +547,8 @@ axe_strip = true #Enables shooting ender pearls with dispensers shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true [tweaks.throwable_bricks] #Throw bricks at your foes! Might break glass blocks @@ -561,3 +643,23 @@ #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag enabled = true + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = true + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + #Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + #Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 + diff --git a/overrides/config/waves-common.toml b/overrides/config/waves-common.toml new file mode 100644 index 00000000..52c8a02d --- /dev/null +++ b/overrides/config/waves-common.toml @@ -0,0 +1,30 @@ + +[General] + #Search distance for when creating coastal waves. + #Range: > 0 + waveSearchDistance = 32 + #Spawn distance for when creating coastal waves. + #Range: 0.0 ~ 1.7976931348623157E308 + waveSpawnDistance = 256.0 + #Maximum amount of waves to spawn at most. + #Range: > 0 + waveSpawnAmount = 20 + #Time in ticks between each spawn sequence of waves. + #Range: > 1 + waveSpawnFrequency = 10 + #Maximum spawn distance from shore. + #Range: 0.0 ~ 1.7976931348623157E308 + waveSpawnDistanceFromShoreMax = 28.0 + #Minimum spawn distance from shore. + #Range: 0.0 ~ 1.7976931348623157E308 + waveSpawnDistanceFromShoreMin = 4.0 + #Amount of sprites for waves. Zero indexed. + #Range: > 1 + waveSpriteCount = 5 + #How great should the chance for waves to deposit blocks be? Lower value = higher chance. + #Range: > 1 + waveBlockDepositChance = 100 + #How often the waves should make a sound. Lower value = rarer. + #Range: 0.0 ~ 1.7976931348623157E308 + waveBreakingSoundChance = 0.5 + diff --git a/overrides/config/world_preview/biome-colors.json b/overrides/config/world_preview/biome-colors.json deleted file mode 100644 index 0967ef42..00000000 --- a/overrides/config/world_preview/biome-colors.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/overrides/config/world_preview/config.json b/overrides/config/world_preview/config.json deleted file mode 100644 index 71084c9d..00000000 --- a/overrides/config/world_preview/config.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "savedSeeds": [], - "showInPauseMenu": true, - "showPlayer": true, - "showControls": true, - "showFrameTime": false, - "buildFullVertChunk": false, - "backgroundSampleVertChunk": false, - "sampleStructures": false, - "sampleHeightmap": false, - "sampleIntersections": false, - "storeNoiseSamples": false, - "heightmapMinY": 32, - "heightmapMaxY": 255, - "onlySampleInVisualRange": true, - "cacheInGame": true, - "cacheInNew": false, - "enableCompression": true, - "colorMap": "world_preview:inferno", - "numThreads": 23 -} diff --git a/overrides/config/world_preview/missing-colors.json b/overrides/config/world_preview/missing-colors.json deleted file mode 100644 index 801cf9c6..00000000 --- a/overrides/config/world_preview/missing-colors.json +++ /dev/null @@ -1,161 +0,0 @@ -[ - "ad_astra:glacio_ice_peaks", - "ad_astra:glacio_snowy_barrens", - "ad_astra:infernal_venus_barrens", - "ad_astra:lunar_wastelands", - "ad_astra:martian_canyon_creek", - "ad_astra:martian_polar_caps", - "ad_astra:martian_wastelands", - "ad_astra:mercury_deltas", - "ad_astra:orbit", - "ad_astra:venus_wastelands", - "ae2:spatial_storage", - "aether:skyroot_forest", - "aether:skyroot_grove", - "aether:skyroot_meadow", - "aether:skyroot_woodland", - "ars_nouveau:archwood_forest", - "biomesoplenty:auroral_garden", - "biomesoplenty:bayou", - "biomesoplenty:bog", - "biomesoplenty:clover_patch", - "biomesoplenty:cold_desert", - "biomesoplenty:coniferous_forest", - "biomesoplenty:crag", - "biomesoplenty:crystalline_chasm", - "biomesoplenty:dead_forest", - "biomesoplenty:dryland", - "biomesoplenty:dune_beach", - "biomesoplenty:erupting_inferno", - "biomesoplenty:field", - "biomesoplenty:fir_clearing", - "biomesoplenty:floodplain", - "biomesoplenty:forested_field", - "biomesoplenty:fungal_jungle", - "biomesoplenty:glowing_grotto", - "biomesoplenty:grassland", - "biomesoplenty:highland", - "biomesoplenty:jade_cliffs", - "biomesoplenty:lavender_field", - "biomesoplenty:lavender_forest", - "biomesoplenty:lush_desert", - "biomesoplenty:lush_savanna", - "biomesoplenty:maple_woods", - "biomesoplenty:marsh", - "biomesoplenty:mediterranean_forest", - "biomesoplenty:moor", - "biomesoplenty:muskeg", - "biomesoplenty:mystic_grove", - "biomesoplenty:old_growth_dead_forest", - "biomesoplenty:old_growth_woodland", - "biomesoplenty:ominous_woods", - "biomesoplenty:orchard", - "biomesoplenty:origin_valley", - "biomesoplenty:pasture", - "biomesoplenty:prairie", - "biomesoplenty:pumpkin_patch", - "biomesoplenty:rainforest", - "biomesoplenty:redwood_forest", - "biomesoplenty:rocky_rainforest", - "biomesoplenty:rocky_shrubland", - "biomesoplenty:scrubland", - "biomesoplenty:seasonal_forest", - "biomesoplenty:seasonal_orchard", - "biomesoplenty:shrubland", - "biomesoplenty:snowblossom_grove", - "biomesoplenty:snowy_coniferous_forest", - "biomesoplenty:snowy_fir_clearing", - "biomesoplenty:snowy_maple_woods", - "biomesoplenty:spider_nest", - "biomesoplenty:tropics", - "biomesoplenty:tundra", - "biomesoplenty:undergrowth", - "biomesoplenty:visceral_heap", - "biomesoplenty:volcanic_plains", - "biomesoplenty:volcano", - "biomesoplenty:wasteland", - "biomesoplenty:wasteland_steppe", - "biomesoplenty:wetland", - "biomesoplenty:withered_abyss", - "biomesoplenty:woodland", - "biomeswevegone:allium_shrubland", - "biomeswevegone:amaranth_grassland", - "biomeswevegone:araucaria_savanna", - "biomeswevegone:aspen_boreal", - "biomeswevegone:atacama_outback", - "biomeswevegone:baobab_savanna", - "biomeswevegone:basalt_barrera", - "biomeswevegone:bayou", - "biomeswevegone:black_forest", - "biomeswevegone:canadian_shield", - "biomeswevegone:cika_woods", - "biomeswevegone:coconino_meadow", - "biomeswevegone:coniferous_forest", - "biomeswevegone:crag_gardens", - "biomeswevegone:crimson_tundra", - "biomeswevegone:cypress_swamplands", - "biomeswevegone:dacite_ridges", - "biomeswevegone:dacite_shore", - "biomeswevegone:dead_sea", - "biomeswevegone:ebony_woods", - "biomeswevegone:enchanted_tangle", - "biomeswevegone:eroded_borealis", - "biomeswevegone:firecracker_chaparral", - "biomeswevegone:forgotten_forest", - "biomeswevegone:fragment_jungle", - "biomeswevegone:frosted_coniferous_forest", - "biomeswevegone:frosted_taiga", - "biomeswevegone:howling_peaks", - "biomeswevegone:ironwood_gour", - "biomeswevegone:jacaranda_jungle", - "biomeswevegone:lush_stacks", - "biomeswevegone:maple_taiga", - "biomeswevegone:mojave_desert", - "biomeswevegone:orchard", - "biomeswevegone:overgrowth_woodlands", - "biomeswevegone:prairie", - "biomeswevegone:pumpkin_valley", - "biomeswevegone:rainbow_beach", - "biomeswevegone:red_rock_valley", - "biomeswevegone:redwood_thicket", - "biomeswevegone:rose_fields", - "biomeswevegone:rugged_badlands", - "biomeswevegone:sakura_grove", - "biomeswevegone:shattered_glacier", - "biomeswevegone:sierra_badlands", - "biomeswevegone:skyrise_vale", - "biomeswevegone:temperate_grove", - "biomeswevegone:tropical_rainforest", - "biomeswevegone:weeping_witch_forest", - "biomeswevegone:white_mangrove_marshes", - "biomeswevegone:windswept_desert", - "biomeswevegone:zelkova_forest", - "bloodmagic:none", - "integrateddynamics:meneglin", - "terrablender:deferred_placeholder", - "terralith:cave/crystal_caves", - "terralith:cave/deep_caves", - "terralith:cave/desert_caves", - "terralith:cave/frostfire_caves", - "terralith:cave/ice_caves", - "terralith:cave/mantle_caves", - "terralith:cave/tuff_caves", - "terralith:skylands", - "terralith:snowy_cherry_grove", - "undergarden:ancient_sea", - "undergarden:barren_abyss", - "undergarden:blood_mushroom_bog", - "undergarden:dead_sea", - "undergarden:dense_forest", - "undergarden:forgotten_field", - "undergarden:frostfields", - "undergarden:frosty_smogstem_forest", - "undergarden:gronglegrowth", - "undergarden:icy_sea", - "undergarden:indigo_mushroom_bog", - "undergarden:ink_mushroom_bog", - "undergarden:smog_spires", - "undergarden:smogstem_forest", - "undergarden:veil_mushroom_bog", - "undergarden:wigglewood_forest" -] diff --git a/overrides/config/world_preview/missing-structures.json b/overrides/config/world_preview/missing-structures.json deleted file mode 100644 index 450e7eeb..00000000 --- a/overrides/config/world_preview/missing-structures.json +++ /dev/null @@ -1,77 +0,0 @@ -[ - "ad_astra:lunar_tower", - "ad_astra:lunarian_village", - "ad_astra:mars_temple", - "ad_astra:moon_dungeon", - "ad_astra:oil_well", - "ad_astra:pygro_tower", - "ad_astra:pygro_village", - "ad_astra:venus_bullet", - "ae2:meteorite", - "aether:bronze_dungeon", - "aether:gold_dungeon", - "aether:large_aercloud", - "aether:ruined_portal", - "aether:ruined_portal_aether", - "aether:ruined_portal_desert", - "aether:ruined_portal_jungle", - "aether:ruined_portal_mountain", - "aether:ruined_portal_swamp", - "aether:silver_dungeon", - "apotheosis:tower_leaf", - "apotheosis:tower_main", - "apotheosis:tower_sand", - "apotheosis:tower_spruce", - "ars_nouveau:guardian_wilden_den", - "ars_nouveau:hunter_wilden_den", - "ars_nouveau:stalker_wilden_den", - "betterdeserttemples:desert_temple", - "betterdungeons:skeleton_dungeon", - "betterdungeons:small_dungeon", - "betterdungeons:small_nether_dungeon", - "betterdungeons:spider_dungeon", - "betterdungeons:zombie_dungeon", - "betterfortresses:fortress", - "betterjungletemples:jungle_temple", - "bettermineshafts:mineshaft_acacia", - "bettermineshafts:mineshaft_desert", - "bettermineshafts:mineshaft_dripstone", - "bettermineshafts:mineshaft_ice", - "bettermineshafts:mineshaft_jungle", - "bettermineshafts:mineshaft_lush", - "bettermineshafts:mineshaft_mesa", - "bettermineshafts:mineshaft_mushroom", - "bettermineshafts:mineshaft_oak", - "bettermineshafts:mineshaft_overgrown", - "bettermineshafts:mineshaft_red_desert", - "bettermineshafts:mineshaft_spruce", - "bettermineshafts:mineshaft_spruce_snowy", - "betteroceanmonuments:ocean_monument", - "betterstrongholds:stronghold", - "betterwitchhuts:witch_circle", - "betterwitchhuts:witch_hut", - "biomeswevegone:abandoned_prairie_house", - "biomeswevegone:aspen_manor_1", - "biomeswevegone:aspen_manor_2", - "biomeswevegone:dripstone_arch", - "biomeswevegone:ironwood_gour_plateau", - "biomeswevegone:large_cold_lake", - "biomeswevegone:lush_arch", - "biomeswevegone:prairie_house", - "biomeswevegone:red_rock_arch", - "biomeswevegone:rugged_fossil", - "biomeswevegone:sharpened_rock", - "biomeswevegone:village/forgotten", - "biomeswevegone:village/pumpkin_patch", - "biomeswevegone:village/red_rock", - "biomeswevegone:village/salem", - "biomeswevegone:village/skyris", - "paraglider:nether_horned_statue", - "paraglider:tarrey_town_goddess_statue", - "paraglider:underground_horned_statue", - "supplementaries:way_sign", - "terralith:desert_outpost", - "terralith:valley_lodge", - "undergarden:catacombs", - "undergarden:forgotten_vestige" -] diff --git a/overrides/config/world_preview/renderConfig.json b/overrides/config/world_preview/renderConfig.json deleted file mode 100644 index 8cef01b2..00000000 --- a/overrides/config/world_preview/renderConfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "center": { - "f_123285_": -136, - "f_123286_": 320, - "f_123289_": 1441 - }, - "quartExpand": 1, - "quartStride": 1, - "samplerType": "AUTO", - "dimension": { - "f_135804_": "minecraft", - "f_135805_": "overworld" - }, - "hideAllStructures": false -}