diff --git a/config/almostunified/debug.json b/config/almostunified/debug.json deleted file mode 100644 index f163e52a6..000000000 --- a/config/almostunified/debug.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "dumpTagMap": false, - "dumpDuplicates": false, - "dumpUnification": false, - "dumpOverview": false, - "dumpRecipes": false -} \ No newline at end of file diff --git a/config/almostunified/duplicates.json b/config/almostunified/duplicates.json deleted file mode 100644 index 43613aa0d..000000000 --- a/config/almostunified/duplicates.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "ignoredRecipeTypes": [ - "cucumber:shaped_tag" - ], - "ignoredRecipes": [], - "defaultDuplicateRules": { - "ignoredFields": [ - "conditions", - "group" - ], - "rules": { - "cookingtime": "HigherRule", - "energy": "HigherRule", - "experience": "HigherRule" - }, - "shouldSanitize": false - }, - "overrideDuplicateRules": { - "minecraft:crafting_shaped": { - "ignoredFields": [ - "pattern", - "conditions", - "key", - "group" - ], - "rules": {}, - "shouldSanitize": false - } - }, - "strictMode": false -} \ No newline at end of file diff --git a/config/almostunified/startup.json b/config/almostunified/startup.json deleted file mode 100644 index 448a42c41..000000000 --- a/config/almostunified/startup.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "serverOnly": false -} \ No newline at end of file diff --git a/config/almostunified/unify.json b/config/almostunified/unify.json deleted file mode 100644 index 83d294bcd..000000000 --- a/config/almostunified/unify.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "modPriorities": [ - "gtceu", - "minecraft", - "kubejs", - "create", - "tfc" - ], - "stoneStrata": [ - "stone", - "nether", - "deepslate", - "granite", - "diorite", - "andesite" - ], - "tags": [ - "forge:nuggets/{material}", - "forge:dusts/{material}", - "forge:gears/{material}", - "forge:gems/{material}", - "forge:ingots/{material}", - "forge:raw_materials/{material}", - "forge:ores/{material}", - "forge:plates/{material}", - "forge:rods/{material}", - "forge:wires/{material}", - "forge:storage_blocks/{material}", - "forge:storage_blocks/raw_{material}", - "forge:double_ingots/{material}", - "forge:double_sheets/{material}", - "forge:sheets/{material}" - ], - "materials": [ - "aeternium", - "aluminum", - "amber", - "apatite", - "bitumen", - "brass", - "bronze", - "charcoal", - "chrome", - "cinnabar", - "coal", - "coal_coke", - "cobalt", - "constantan", - "copper", - "diamond", - "electrum", - "elementium", - "emerald", - "enderium", - "fluorite", - "gold", - "graphite", - "invar", - "iridium", - "iron", - "lapis", - "lead", - "lumium", - "mithril", - "netherite", - "nickel", - "obsidian", - "osmium", - "peridot", - "platinum", - "potassium_nitrate", - "ruby", - "sapphire", - "signalum", - "silver", - "steel", - "sulfur", - "tin", - "tungsten", - "uranium", - "zinc" - ], - "priorityOverrides": {}, - "customTags": {}, - "tagOwnerships": {}, - "itemTagInheritanceMode": "ALLOW", - "itemTagInheritance": {}, - "blockTagInheritanceMode": "ALLOW", - "blockTagInheritance": {}, - "ignoredTags": [], - "ignoredItems": [], - "ignoredRecipeTypes": [ - "cucumber:shaped_tag", - "tfc:collapse", - "tfc:landslide" - ], - "ignoredRecipes": [], - "itemsHidingJeiRei": false -} \ No newline at end of file diff --git a/config/betterpingdisplay-client.toml b/config/betterpingdisplay-client.toml new file mode 100644 index 000000000..cc977461b --- /dev/null +++ b/config/betterpingdisplay-client.toml @@ -0,0 +1,15 @@ +#The color of the ping display text, written in hex format. Default: #A0A0A0 +#Has no effect if 'autoColorText' is set to true +textColor = "#A0A0A0" +#Customize the display text of the ping display +#Must contain a '%d', which will be replaced with the ping number +#Example: '%dms' will transform into '123ms' if the player's ping is 123 +#Default: %dms +textFormatString = "%dms" +#Whether to also draw the default Minecraft ping bars +renderPingBars = false +#Whether to color a player's ping based on their latency. +#Example: low latency = green, high latency = red +#If this setting is true, then the 'textColor' setting is ignored +autoColorText = true + diff --git a/config/craftpresence.json b/config/craftpresence.json new file mode 100644 index 000000000..098a2fe3d --- /dev/null +++ b/config/craftpresence.json @@ -0,0 +1,191 @@ +{ + "_README": "https://gitlab.com/CDAGaming/CraftPresence/-/wikis/home", + "_SOURCE": "https://gitlab.com/CDAGaming/CraftPresence", + "_schemaVersion": 6, + "_lastMCVersionId": 763, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": false, + "detectMCUpdaterInstance": false, + "detectTechnicPack": false, + "detectModrinthPack": false, + "detectBiomeData": true, + "detectDimensionData": true, + "detectWorldData": true, + "clientId": "750607394895298570", + "defaultIcon": "cube", + "enableJoinRequests": false, + "partyPrivacyLevel": 1, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "cube", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "cube", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "cube", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.motd.raw}" + } + } + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "cube", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "cube", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10 + }, + "accessibilitySettings": { + "tooltipBackground": { + "start": { + "red": 16, + "green": 0, + "blue": 16, + "alpha": 240 + } + }, + "tooltipBorder": { + "start": { + "red": 80, + "green": 0, + "blue": 255, + "alpha": 80 + }, + "end": { + "red": 40, + "green": 0, + "blue": 127, + "alpha": 80 + } + }, + "guiBackground": { + "start": { + "red": 64, + "green": 64, + "blue": 64, + "alpha": 255 + }, + "texLocation": "minecraft:textures/gui/options_background.png" + }, + "worldGuiBackground": { + "start": { + "red": 16, + "green": 16, + "blue": 16, + "alpha": 192 + }, + "end": { + "red": 16, + "green": 16, + "blue": 16, + "alpha": 208 + } + }, + "languageId": "en_us", + "stripTranslationColors": false, + "stripExtraGuiElements": false, + "renderTooltips": true, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "details": "Modpack Version: 1.20.1", + "gameState": "{getFirst(menu.message, dimension.message)}", + "largeImageKey": "{getFirst(menu.icon, dimension.icon)}", + "largeImageText": "{getFirst(menu.message, dimension.message)}", + "smallImageKey": "{getFirst(server.icon, pack.icon)}", + "smallImageText": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "default": "https://via.placeholder.com/256.png", + "SpeeeDCraft": "https://mc-heads.net/avatar/9d9c39ad4d3a4e6191c73d327f5dcf51" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml deleted file mode 100644 index 82f022b8f..000000000 --- a/config/createaddition-common.toml +++ /dev/null @@ -1,145 +0,0 @@ - -#Wires -[wires] - #Small Connector max output in FE/t (Energy transfer). - #Range: > 0 - small_connector_max_output = 1000 - #Small Connector max input in FE/t (Energy transfer). - #Range: > 0 - small_connector_max_input = 1000 - #Large Connector max wire length in blocks. - #Range: 0 ~ 256 - large_connector_wire_length = 32 - #Small Connector max wire length in blocks. - #Range: 0 ~ 256 - small_connector_wire_length = 16 - #Large Connector max input in FE/t (Energy transfer). - #Range: > 0 - large_connector_max_input = 5000 - #Allows blocks attached to a connector to freely pass energy to and from the connector network. - connector_allow_passive_io = true - #Large Connector max output in FE/t (Energy transfer). - #Range: > 0 - large_connector_max_output = 5000 - #Ignore checking if block face can support connector. - connector_ignore_face_check = true - -#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server, -# as the config isnt synced between Clients and Server. -#General Settings -[general] - #Max stress for the Alternator and Electric Motor (in SU at 256 RPM). - #Range: > 0 - max_stress = 16384 - #Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm). - #Range: > 0 - fe_at_max_rpm = 480 - -#Portable Energy Interface -[portable_energy_interface] - #PEI max output in FE/t (Energy transfer). - #Range: > 0 - pei_max_output = 5000 - #PEI max input in FE/t (Energy transfer). - #Range: > 0 - pei_max_input = 5000 - -#Electric Motor -[electric_motor] - #Electric Motor internal capacity in FE. - #Range: > 0 - motor_capacity = 5000 - #Electric Motor minimum required energy consumption in FE/t. - #Range: > 0 - motor_min_consumption = 8 - #Electric Motor max input in FE (Energy transfer not consumption). - #Range: > 0 - motor_max_input = 5000 - #Electric Motor min/max RPM. - #Range: > 1 - motor_rpm_range = 256 - -#Tesla Coil -[tesla_coil] - #Tesla Coil charge rate in FE/t. - #Range: > 0 - tesla_coil_charge_rate = 5000 - #Tesla Coil fire interval (in ticks). - #Range: > 0 - tesla_coil_fire_cooldown = 20 - #Hurt range (in blocks/meters). - #Range: > 0 - tesla_coil_hurt_range = 3 - #Tesla Coil internal capacity in FE. - #Range: > 0 - tesla_coil_capacity = 40000 - #Energy consumed when Tesla Coil is fired (in FE). - #Range: > 0 - tesla_coil_hurt_energy_required = 1000 - #The duration of the Shocked effect for mobs (in ticks). - #Range: > 0 - tesla_coil_effect_time_mob = 20 - #The duration of the Shocked effect for players (in ticks). - #Range: > 0 - tesla_coil_effect_time_player = 20 - #Tesla Coil max input in FE/t (Energy transfer). - #Range: > 0 - tesla_coil_max_input = 10000 - #Tesla Coil charge rate in FE/t for recipes. - #Range: > 0 - tesla_coil_recipe_charge_rate = 2000 - #Damaged dealt to mobs when Tesla Coil is fired (in half hearts). - #Range: > 0 - tesla_coil_hurt_mob = 3 - #Damaged dealt to players when Tesla Coil is fired (in half hearts). - #Range: > 0 - tesla_coil_hurt_player = 2 - -#Alternator -[alternator] - #Alternator efficiency relative to base conversion rate. - #Range: 0.01 ~ 1.0 - generator_efficiency = 0.75 - #Alternator internal capacity in FE. - #Range: > 0 - generator_capacity = 5000 - #Alternator max input in FE (Energy transfer, not generation). - #Range: > 0 - generator_max_output = 5000 - -#Accumulator -[accumulator] - #Accumulator internal capacity per block in FE. - #Range: > 0 - accumulator_capacity = 2000000 - #Accumulator max output in FE/t (Energy transfer). - #Range: > 0 - accumulator_max_output = 5000 - #Accumulator max input in FE/t (Energy transfer). - #Range: > 0 - accumulator_max_input = 5000 - #Accumulator max multiblock height. - #Range: 1 ~ 8 - accumulator_max_height = 5 - #Accumulator max multiblock width. - #Range: 1 ~ 8 - accumulator_max_width = 3 - -#Rolling Mill -[rolling_mill] - #Rolling Mill duration in ticks. - #Range: > 0 - rolling_mill_processing_duration = 100 - #Rolling Mill base stress impact. - #Range: 0 ~ 1024 - rolling_mill_stress = 16 - -#Misc -[misc] - #Diamond Grit Sandpaper durability (number of uses). - #Range: > 3 - diamond_grit_sandpaper_uses = 1024 - #Barbed Wire Damage. - #Range: 0.0 ~ 3.4028234663852886E38 - barbed_wire_damage = 2.0 - diff --git a/config/cucumber-client.toml b/config/cucumber-client.toml deleted file mode 100644 index ee9484a1d..000000000 --- a/config/cucumber-client.toml +++ /dev/null @@ -1,8 +0,0 @@ - -#General configuration options. -[General] - #Enable tag list tooltips for blocks/items? - tagTooltips = true - #Enable NBT tooltips for items? - nbtTooltips = false - diff --git a/config/cucumber-common.toml b/config/cucumber-common.toml deleted file mode 100644 index 5a6e258d7..000000000 --- a/config/cucumber-common.toml +++ /dev/null @@ -1,8 +0,0 @@ - -#General configuration options. -[General] - #Mod ids (in order) to prioritize using items for when generating the cucumber-tags.json file. - modTagPriorities = ["thermal", "mekanism", "tconstruct", "immersiveengineering", "appliedenergistics2"] - #If enabled, any tags in the cucumber-tags.json file set to items that don't exist will be refreshed if possible. - autoRefreshTagOptions = true - diff --git a/config/cucumber-tags.json b/config/cucumber-tags.json deleted file mode 100644 index 63e7e5081..000000000 --- a/config/cucumber-tags.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config" -} \ No newline at end of file diff --git a/config/de/mari_023/ae2wtlib.json5 b/config/de/mari_023/ae2wtlib.json5 new file mode 100644 index 000000000..5bc12febe --- /dev/null +++ b/config/de/mari_023/ae2wtlib.json5 @@ -0,0 +1,4 @@ +{ + "outOfRangePowerMultiplier": 2.0, + "magnetCardRange": 16.0 +} \ No newline at end of file diff --git a/config/drippyloadingscreen/config.cfg b/config/drippyloadingscreen/config.cfg new file mode 100644 index 000000000..0f15dd755 --- /dev/null +++ b/config/drippyloadingscreen/config.cfg @@ -0,0 +1,10 @@ +##[general] + +B:early_fade_out_elements = 'true'; +B:allow_universal_layouts = 'false'; + + +##[forge] + +[If you disable this, Drippy will force-disable Forge's early loading screen. This could cause issues with some mods, so if you experience crashes, please turn it back on.] +B:enable_early_loading = 'true'; \ No newline at end of file diff --git a/config/embeddium-mixins.properties b/config/embeddium-mixins.properties new file mode 100644 index 000000000..4e10829d4 --- /dev/null +++ b/config/embeddium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Embeddium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/embeddium-options.json b/config/embeddium-options.json new file mode 100644 index 000000000..38f6dedc2 --- /dev/null +++ b/config/embeddium-options.json @@ -0,0 +1,26 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_compact_vertex_format": true, + "use_translucent_face_sorting": false, + "use_no_error_g_l_context": true + }, + "notifications": { + "hide_donation_button": false + } +} \ No newline at end of file diff --git a/config/extendedcrafting-client.toml b/config/extendedcrafting-client.toml deleted file mode 100644 index 62a78ad88..000000000 --- a/config/extendedcrafting-client.toml +++ /dev/null @@ -1,6 +0,0 @@ - -#Client settings. -[General] - #Should the Quantum Compressor render the result item above it? - enableCompressorRenderer = true - diff --git a/config/extendedcrafting-common.toml b/config/extendedcrafting-common.toml deleted file mode 100644 index c2f29c31b..000000000 --- a/config/extendedcrafting-common.toml +++ /dev/null @@ -1,110 +0,0 @@ - -#Settings for Singularities. -[Singularities] - #Should the default recipe for the Ultimate Singularity be generated? - ultimateSingularityRecipe = true - #The default amount of items required to create a Singularity. - #Range: > 1 - defaultMaterialsRequired = 10000 - #Should default recipes be generated for Singularities? - defaultRecipes = true - #The default amount of FE required to create a Singularity. - #Range: > 0 - defaultPowerRequired = 5000000 - #Should the Singularities be enabled? - enabled = true - #The item to use as the Catalyst in default Singularity recipes. - defaultCatalyst = "extendedcrafting:ultimate_catalyst" - -#Settings for the Crafting Core. -["Combination Crafting"] - #How much FE the Crafting Core should hold. - #Range: > 0 - powerCapacity = 5000000 - #How much FE/t the Crafting Core should use when crafting by default. - #Range: > 0 - powerRate = 500 - #Should the Crafting Core be enabled? - enabled = true - -#Settings for general things. -[General] - #Should the Handheld Crafting Table be enabled? - handheldWorkbench = true - -#Settings for the Extended Crafting Tables. -["Table Crafting"] - #How much FE the Auto Crafting Tables should hold. Higher tiers use double the previous tier. - #Range: > 0 - autoTablePowerCapacity = 500000 - #How much FE the Auto Crafting Tables should use when auto inserting items. - #Range: > 0 - autoTableInsertPowerRate = 100 - #Should the Basic Crafting Table inherit vanilla crafting recipes? - useVanillaRecipes = true - #Should the Extended Crafting Tables be enabled? - enabled = true - #Should the Auto Crafting Tables be enabled? - autoTablesEnabled = true - #How much FE the Auto Crafting Tables should use when crafting. - #Range: > 0 - autoTablePowerRate = 500 - -#Settings for the Quantum Compressor. -["Quantum Compression"] - #How much FE the Quantum Compressor should hold. - #Range: > 0 - powerCapacity = 10000000 - #How much FE/t the Quantum Compressor should use when crafting by default. - #Range: > 0 - powerRate = 5000 - #Should the Quantum Compressor be enabled? - enabled = true - -#Settings for the Recipe Maker. -["Recipe Maker"] - #Should the recipe maker add NBT tags when possible? - useNBT = true - #Should the recipe maker try to use tags when possible? - useTags = false - #Should the Recipe Maker be enabled? - enabled = true - -#Settings for the Flux Crafter. -["Flux Crafting"] - #How much FE/t the Flux Crafter should pull from each Flux Alternator when crafting by default. - #Range: > 0 - defaultPowerRate = 400 - #How much FE the Flux Alternator should hold. - #Range: > 0 - powerCapacity = 80000 - #How much FE the Auto Flux Crafter should hold. - #Range: > 0 - autoCrafterPowerCapacity = 500000 - #How much FE the Auto Flux Crafter should use when auto inserting items. - #Range: > 0 - autoCrafterInsertPowerRate = 100 - #Should the Flux Crafter be enabled? - enabled = true - #Should the Auto Flux Crafter be enabled? - autoCrafterEnabled = true - -#Settings for the Ender Crafter. -["Ender Crafting"] - #How long a single Ender Crafter crafting operation should take (in seconds) by default. - #Range: > 1 - defaultTimeRequired = 60 - #How much FE the Auto Ender Crafter should hold. - #Range: > 0 - autoCrafterPowerCapacity = 500000 - #How much FE the Auto Ender Crafter should use when auto inserting items. - #Range: > 0 - autoCrafterInsertPowerRate = 100 - #How much a single Ender Alternator should speed up a craft. This is a percentage of the time required. - #Range: 0.0 ~ 1.0 - alternatorEffectiveness = 0.01 - #Should the Ender Crafter be enabled? - enabled = true - #Should the Auto Ender Crafter be enabled? - autoCrafterEnabled = true - diff --git a/config/extendedcrafting/singularities/aluminum.json b/config/extendedcrafting/singularities/aluminum.json deleted file mode 100644 index 724106e71..000000000 --- a/config/extendedcrafting/singularities/aluminum.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.aluminum", - "colors": [ - "caccda", - "9a9ca6" - ], - "ingredient": { - "tag": "forge:ingots/aluminum" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/bronze.json b/config/extendedcrafting/singularities/bronze.json deleted file mode 100644 index 59f450a64..000000000 --- a/config/extendedcrafting/singularities/bronze.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.bronze", - "colors": [ - "d99f43", - "bb6b3b" - ], - "ingredient": { - "tag": "forge:ingots/bronze" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/coal.json b/config/extendedcrafting/singularities/coal.json deleted file mode 100644 index c14c35360..000000000 --- a/config/extendedcrafting/singularities/coal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.coal", - "colors": [ - "363739", - "261e24" - ], - "ingredient": { - "item": "minecraft:coal" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/copper.json b/config/extendedcrafting/singularities/copper.json deleted file mode 100644 index 1964f5b02..000000000 --- a/config/extendedcrafting/singularities/copper.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.copper", - "colors": [ - "fa977c", - "bc5430" - ], - "ingredient": { - "item": "minecraft:copper_ingot" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/diamond.json b/config/extendedcrafting/singularities/diamond.json deleted file mode 100644 index 7bc166400..000000000 --- a/config/extendedcrafting/singularities/diamond.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.diamond", - "colors": [ - "a6fce9", - "1aaca8" - ], - "ingredient": { - "item": "minecraft:diamond" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/electrum.json b/config/extendedcrafting/singularities/electrum.json deleted file mode 100644 index 209851a82..000000000 --- a/config/extendedcrafting/singularities/electrum.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.electrum", - "colors": [ - "f5f18e", - "9e8d3e" - ], - "ingredient": { - "tag": "forge:ingots/electrum" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/emerald.json b/config/extendedcrafting/singularities/emerald.json deleted file mode 100644 index 03742576f..000000000 --- a/config/extendedcrafting/singularities/emerald.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.emerald", - "colors": [ - "7df8ac", - "8e1a" - ], - "ingredient": { - "item": "minecraft:emerald" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/glowstone.json b/config/extendedcrafting/singularities/glowstone.json deleted file mode 100644 index 0d9355cf5..000000000 --- a/config/extendedcrafting/singularities/glowstone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.glowstone", - "colors": [ - "ffd38f", - "a06135" - ], - "ingredient": { - "item": "minecraft:glowstone_dust" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/gold.json b/config/extendedcrafting/singularities/gold.json deleted file mode 100644 index 702531b83..000000000 --- a/config/extendedcrafting/singularities/gold.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.gold", - "colors": [ - "fdf55f", - "d98e04" - ], - "ingredient": { - "item": "minecraft:gold_ingot" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/invar.json b/config/extendedcrafting/singularities/invar.json deleted file mode 100644 index 961cddb35..000000000 --- a/config/extendedcrafting/singularities/invar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.invar", - "colors": [ - "bcc5bb", - "5d7877" - ], - "ingredient": { - "tag": "forge:ingots/invar" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/iron.json b/config/extendedcrafting/singularities/iron.json deleted file mode 100644 index 555308d92..000000000 --- a/config/extendedcrafting/singularities/iron.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.iron", - "colors": [ - "e1e1e1", - "6c6c6c" - ], - "ingredient": { - "item": "minecraft:iron_ingot" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/lapis_lazuli.json b/config/extendedcrafting/singularities/lapis_lazuli.json deleted file mode 100644 index debc6c58e..000000000 --- a/config/extendedcrafting/singularities/lapis_lazuli.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.lapis_lazuli", - "colors": [ - "678dea", - "1b53a7" - ], - "ingredient": { - "item": "minecraft:lapis_lazuli" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/lead.json b/config/extendedcrafting/singularities/lead.json deleted file mode 100644 index 2a2e492ed..000000000 --- a/config/extendedcrafting/singularities/lead.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.lead", - "colors": [ - "6c7d92", - "323562" - ], - "ingredient": { - "tag": "forge:ingots/lead" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/nickel.json b/config/extendedcrafting/singularities/nickel.json deleted file mode 100644 index 8598cdbb3..000000000 --- a/config/extendedcrafting/singularities/nickel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.nickel", - "colors": [ - "e1d798", - "b1976c" - ], - "ingredient": { - "tag": "forge:ingots/nickel" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/platinum.json b/config/extendedcrafting/singularities/platinum.json deleted file mode 100644 index 6d23715e7..000000000 --- a/config/extendedcrafting/singularities/platinum.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.platinum", - "colors": [ - "6feaef", - "57b8bc" - ], - "ingredient": { - "tag": "forge:ingots/platinum" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/redstone.json b/config/extendedcrafting/singularities/redstone.json deleted file mode 100644 index 25299f4cb..000000000 --- a/config/extendedcrafting/singularities/redstone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.redstone", - "colors": [ - "ff0000", - "8a0901" - ], - "ingredient": { - "item": "minecraft:redstone" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/silver.json b/config/extendedcrafting/singularities/silver.json deleted file mode 100644 index fbf770f22..000000000 --- a/config/extendedcrafting/singularities/silver.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.silver", - "colors": [ - "c0cdd2", - "5f6e7c" - ], - "ingredient": { - "tag": "forge:ingots/silver" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/steel.json b/config/extendedcrafting/singularities/steel.json deleted file mode 100644 index f59c84fe5..000000000 --- a/config/extendedcrafting/singularities/steel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.steel", - "colors": [ - "565656", - "232323" - ], - "ingredient": { - "tag": "forge:ingots/steel" - } -} \ No newline at end of file diff --git a/config/extendedcrafting/singularities/tin.json b/config/extendedcrafting/singularities/tin.json deleted file mode 100644 index 153bacc19..000000000 --- a/config/extendedcrafting/singularities/tin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "singularity.extendedcrafting.tin", - "colors": [ - "a0bebd", - "527889" - ], - "ingredient": { - "tag": "forge:ingots/tin" - } -} \ No newline at end of file diff --git a/config/fancymenu/config.txt b/config/fancymenu/config.txt new file mode 100644 index 000000000..049e61edf --- /dev/null +++ b/config/fancymenu/config.txt @@ -0,0 +1,73 @@ +##[general] + +[If menu background sounds added by FancyMenu should be played when a world is loaded.] +B:playbackgroundsoundsinworld = 'false'; +B:forcefullscreen = 'false'; +[If menu background sounds added by FancyMenu should be played or not.] +B:playbackgroundsounds = 'true'; +[A minecraft restart is required after changing this value.] +B:enablehotkeys = 'true'; +B:playmenumusic = 'true'; +S:variables_to_reset_on_launch = ''; +B:showdebugwarnings = 'true'; +[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.] +I:defaultguiscale = '-1'; + + +##[customization] + +B:advancedmode = 'false'; +B:showcustomizationbuttons = 'true'; + + +##[loading] + +B:allowgameintroskip = 'true'; +B:showanimationloadingstatus = 'true'; +S:gameintroanimation = ''; +B:preloadanimations = 'false'; +S:customgameintroskiptext = ''; + + +##[minecraftwindow] + +[A minecraft restart is required after changing this value.] +S:customwindowtitle = 'TerraFirmaGreg 1.20.1'; +[A minecraft restart is required after changing this value.] +B:customwindowicon = 'true'; + + +##[world_loading_screen] + +B:showloadingscreenanimation = 'true'; +B:showloadingscreenpercent = 'true'; + + +##[multiplayer_screen] + +B:show_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_world_icons = 'true'; + + +##[layouteditor] + +I:gridsize = '10'; +B:editordeleteconfirmation = 'true'; +B:showgrid = 'false'; +[If the warning when trying to move an vanilla button without an orientation should be displayed or not.] +B:showvanillamovewarning = 'true'; + + +##[ui] + +B:show_unicode_warning = 'true'; +F:uiscale = '1.0'; + + +##[compatibility] + +B:allow_level_registry_interactions = 'true'; \ No newline at end of file diff --git a/config/fancymenu/customizablemenus.txt b/config/fancymenu/customizablemenus.txt new file mode 100644 index 000000000..991503b04 --- /dev/null +++ b/config/fancymenu/customizablemenus.txt @@ -0,0 +1,8 @@ +type = customizablemenus + +de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen { +} + +net.minecraft.client.gui.screens.TitleScreen { +} + diff --git a/config/fancymenu/customization/loading_screen.txt b/config/fancymenu/customization/loading_screen.txt new file mode 100644 index 000000000..1fa061063 --- /dev/null +++ b/config/fancymenu/customization/loading_screen.txt @@ -0,0 +1,67 @@ +type = menu + +customization-meta { + identifier = de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + name = tfgslideshow + action = setbackgroundslideshow +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + orientation = top-left + hidden = true + original_pos_size_calculation = true + x = 93 + width = 240 + action = deep_customization_element:drippy_overlay_logo + actionid = 94cb0d88-975f-4fa2-9ecb-c287671dc16b1699231552535 + y = 90 + height = 60 +} + +customization { + orientation = top-left + hidden = false + original_pos_size_calculation = true + x = 93 + width = 240 + action = deep_customization_element:drippy_overlay_progress_bar + actionid = 7e5f2a23-d865-4b77-8051-b2eb982fd5a51699231552539 + y = 194 + height = 10 +} + +customization { + custom_color_hex = #FFFFFF00 + orientation = top-left + hidden = true + x = -1000000 + width = 0 + action = deep_customization_element:drippy_overlay_background + actionid = 10e31d58-404e-4f2f-affb-39a67b089a021699234362017 + y = -1000000 + height = 0 +} + +customization { + path = kubejs/assets/mainmenu/logo-512x512.png + orientation = mid-centered + x = -50 + width = 100 + action = addtexture + actionid = 22ec4f96-137c-48d9-ac6b-cb4f58e7a7821699231610566 + y = -50 + height = 100 +} + diff --git a/config/fancymenu/customization/main_menu.txt b/config/fancymenu/customization/main_menu.txt new file mode 100644 index 000000000..0855052a9 --- /dev/null +++ b/config/fancymenu/customization/main_menu.txt @@ -0,0 +1,88 @@ +type = menu + +customization-meta { + identifier = net.minecraft.client.gui.screens.TitleScreen + randomgroup = 1 + renderorder = foreground + randommode = false + randomonlyfirsttime = false +} + +customization { + name = tfgslideshow + action = setbackgroundslideshow +} + +customization { + keepaspectratio = false + action = backgroundoptions +} + +customization { + orientation = top-left + hidden = true + x = 186 + width = 268 + action = deep_customization_element:title_screen_forge_top + actionid = 2b0f749a-ca2d-476d-b6a3-caf3dcd7e1971699232461193 + y = 4 + height = 19 +} + +customization { + orientation = top-left + hidden = false + x = 2 + width = 122 + action = deep_customization_element:title_screen_branding + actionid = 473712fb-e2ae-4dc5-a5c4-440bd571d2971699232461193 + y = 285 + height = 50 +} + +customization { + orientation = top-left + hidden = false + x = 411 + width = 228 + action = deep_customization_element:title_screen_forge_copyright + actionid = e35897c5-67fe-4b25-9d46-ec33d14ee19d1699232461193 + y = 317 + height = 9 +} + +customization { + orientation = top-left + hidden = false + x = 423 + width = 13 + action = deep_customization_element:title_screen_realms_notification + actionid = 3554a30d-ad9e-47ae-881f-9fd3cc6467771699232461193 + y = 184 + height = 13 +} + +customization { + orientation = top-left + hidden = false + x = 183 + width = 274 + action = deep_customization_element:title_screen_logo + actionid = 60d71936-244d-4321-984c-d3860e2a7c7e1699232461194 + y = 30 + height = 52 +} + +customization { + orientation = original + splash_color = #ffff00 + hidden = false + x = 0 + width = 60 + splash_rotation = -20 + action = deep_customization_element:title_screen_splash + actionid = 1fac19ad-13d2-4cfd-8f48-d5b537614e231699232461194 + y = 0 + height = 30 +} + diff --git a/config/fancymenu/locals/de_de.local b/config/fancymenu/locals/de_de.local new file mode 100644 index 000000000..57b8ad2ca --- /dev/null +++ b/config/fancymenu/locals/de_de.local @@ -0,0 +1,397 @@ +loading.animation.loadingframes = Lade Animationsframes für {} +loading.animation.prerendering = Vorbereiten von Animation {} +loading.animation.done = Fertig! + +helper.button.menuinfo = Menü Info +helper.button.buttoninfo = Button Info +helper.button.reload = Neuladen +helper.button.createlayout = Layout erstellen + +helper.menuinfo.identifier = Menü Identifier + +helper.buttoninfo.idnotfound = +helper.buttoninfo.keynotfound =