diff --git a/config/ad_astra.jsonc b/config/ad_astra.jsonc deleted file mode 100644 index df4457298..000000000 --- a/config/ad_astra.jsonc +++ /dev/null @@ -1,223 +0,0 @@ -{ - // If true, entities will be affected by gravity. - "doEntityGravity": true, - // Do gravity for mobs, players etc. - "doLivingEntityGravity": true, - "acidRainBurns": true, - "doOxygen": true, - // Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off. - "doSpaceMuffler": true, - // Type: Long - "oxygenTankSize": 500, - // Type: Integer - "hammerDurability": 64, - "giveAstroduxAtSpawn": false, - // Type: Integer - "oxygenBarXOffset": 0, - // Type: Integer - "oxygenBarYOffset": 0, - // Type: Float - "oxygenBarScale": 1.0, - // Type: Integer - "energyBarXOffset": 0, - // Type: Integer - "energyBarYOffset": 0, - // Type: Float - "energyBarScale": 1.0, - // Type: Float - "orbitGravity": 3.26, - // Type: Integer - "oxygenDamage": 1, - // Type: Integer - "freezeDamage": 1, - // Type: Integer - "heatDamage": 2, - // Type: Integer - "acidRainDamage": 3, - "allowFlagImages": true, - // A list of planets that should be disabled. This is a comma-separated list of planet ids. - "disabledPlanets": "", - // Prevents stuff like gravity and oxygen checks in the overworld as that's normally not used in Ad Astra. enable if you're making an addon or something that transforms the overworld into some sort of planet. - "avoidOverworldChecks": true, - "spawning": { - "spawnCorruptedLunarians": true, - "spawnStarCrawlers": true, - "spawnMartianRaptors": true, - "spawnMoglers": true, - "spawnSulfurCreepers": true, - "spawnLunarianWanderingTrader": true - }, - "spaceSuit": { - // Type: Long - "spaceSuitTankSize": 1000, - // Type: Long - "netheriteSpaceSuitTankSize": 2000, - "netheriteSpaceSuitHasFireResistance": true, - /* - * The speed when flying forward. - * Type: Double - */ - "jetSuitSpeed": 0.8, - /* - * The speed when idle flying up. - * Type: Double - */ - "jetSuitUpwardsSpeed": 0.5, - // Type: Long - "jetSuitEnergyPerTick": 60, - // Type: Long - "jetSuitTankSize": 4000, - // Type: Long - "jetSuitMaxEnergy": 1000000, - "enableJetSuitFlight": true, - // Type: Integer - "jetSuitProtectionMultiplier": 1, - // Type: Integer - "jetSuitArmorToughness": 5, - "spawnJetSuitParticles": true - }, - "vehicles": { - /* - * The velocity to trigger a vehicle explosion while falling. - * Type: Double - */ - "fallingExplosionThreshold": -1.2, - /* - * How much the explosion should be multiplied by when the vehicle has fallen. - * Type: Float - */ - "fallingExplosionMultiplier": 0.7, - // Type: Double - "gravity": -2.0, - // Should the camera move in 3rd person in the rocket and lander for a better view? - "moveCameraInVehicle": true, - "lander": { - // Type: Double - "boosterThreshold": -0.1, - // Type: Double - "boosterSpeed": 0.1 - }, - "rover": { - "explodeRoverInLava": true, - // Type: Long - "fuelPerSecond": 10, - // Type: Float - "turnSpeed": 3.0, - // Type: Float - "maxTurnSpeed": 6.0, - // Type: Float - "deceleration": 0.9, - // Type: Float - "minSpeed": -0.2, - // Type: Float - "maxSpeed": 0.3, - // Type: Long - "tankSize": 3000 - }, - "rocket": { - // Type: Integer - "atmosphereLeave": 600, - // Type: Integer - "countDownTicks": 200, - // Type: Double - "acceleration": 0.005, - // Type: Double - "maxSpeed": 0.5, - "entitiesBurnUnderRocket": true, - // Type: Long - "tankSize": 3000, - // Type: Long - "fuelLaunchCost": 3000, - // Type: Long - "efficientFuelLaunchCost": 1000, - "takeDamageInRocket": true - } - }, - "coalGenerator": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10 - }, - "compressor": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10 - }, - "fuelRefinery": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 30, - // Type: Long - "tankSize": 3000 - }, - "oxygenLoader": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10, - // Type: Long - "tankSize": 3000 - }, - "oxygenDistributor": { - // Type: Long - "maxEnergy": 20000, - // Type: Long - "fluidConversionEnergyPerTick": 5, - // Type: Long - "tankSize": 6000, - /* - * How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks. - * Range: 1 - 50000 - */ - "maxBlockChecks": 3000, - /* - * How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary. - * Range: 0 - 500 - */ - "refreshTicks": 60, - /* - * Increases the oxygen requirements as the distributor covers more blocks. - * Type: Double - */ - "oxygenMultiplier": 1.0, - /* - * Increases the energy requirements as the distributor covers more blocks. - * Type: Double - */ - "energyMultiplier": 3.0 - }, - "solarPanel": { - // Type: Long - "maxEnergy": 18000, - // Type: Double - "energyMultiplier": 1.0 - }, - "waterPump": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10, - // Type: Long - "tankSize": 6000, - // Type: Long - "transferPerTick": 100, - "deleteWaterBelowWaterPump": true - }, - "energizer": { - // Type: Long - "maxEnergy": 2000000, - // Type: Long - "energyPerTick": 600 - }, - "cryoFreezer": { - // Type: Long - "maxEnergy": 30000, - // Type: Long - "energyPerTick": 18, - // Type: Long - "tankSize": 3000 - } -} \ No newline at end of file diff --git a/config/ae2/client.json b/config/ae2/client.json deleted file mode 100644 index 268c9caa1..000000000 --- a/config/ae2/client.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "client": { - "disableColoredCableRecipesInJEI": true, - "enableFacadesInJEI_comment": "Show facades in JEI ingredient list", - "enableFacadesInJEI": true, - "enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks", - "enableFacadeRecipesInJEI": true, - "enableEffects": true, - "useTerminalUseLargeFont": false, - "useColoredCraftingStatus": true, - "PowerUnit_comment": "Power unit shown in AE UIs", - "PowerUnit": "ae", - "showDebugGuiOverlays_comment": "Show debugging GUI overlays", - "showDebugGuiOverlays": false, - "showPlacementPreview_comment": "Show a preview of part and facade placement", - "showPlacementPreview": true, - "notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.", - "notifyForFinishedCraftingJobs": true, - "clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal", - "clearGridOnClose": false, - "terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars", - "terminalMargin": 25 - }, - "terminals": { - "terminalStyle": "small", - "pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal", - "pinAutoCraftedItems": true - }, - "search": { - "searchTooltips_comment": "Should tooltips be searched. Performance impact", - "searchTooltips": true, - "searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.", - "searchModNameInTooltips": false, - "useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI", - "useExternalSearch": false, - "clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens", - "clearExternalSearchOnOpen": true, - "syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open", - "syncWithExternalSearch": true, - "rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens", - "rememberLastSearch": true, - "autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens", - "autoFocusSearch": false - }, - "tooltips": { - "showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons", - "showCellUpgrades": true, - "showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons", - "showCellContent": true, - "maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons", - "maxCellContentShown": 5, - "enableGuideHotkey_comment": "Enables the \u0027hold key to show guide\u0027 functionality in tooltips", - "enableGuideHotkey": true - } -} \ No newline at end of file diff --git a/config/ae2/common.json b/config/ae2/common.json deleted file mode 100644 index 292266ec3..000000000 --- a/config/ae2/common.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "general": { - "unsupportedDeveloperTools": false, - "matterCannonBlockDamage_comment": "Enables the ability of the Matter Cannon to break blocks.", - "matterCannonBlockDamage": true, - "tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.", - "tinyTntBlockDamage": true, - "channels_comment": "Changes the channel capacity that cables provide in AE2.", - "channels": "default", - "pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.", - "pathfindingStepsPerTick": 4, - "spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.", - "spatialAnchorEnableRandomTicks": true - }, - "automation": { - "formationPlaneEntityLimit": 128 - }, - "facades": { - "allowBlockEntities_comment": "Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.", - "allowBlockEntities": false - }, - "craftingCPU": { - "craftingCalculationTimePerTick": 5, - "craftingSimulatedExtraction_comment": "When true: simulate extraction of all the network\u0027s contents when starting a crafting job calculation. When false: use the cached available content list (same as terminals). Enabling might work a bit better, but it will significantly reduce performance.", - "craftingSimulatedExtraction": false - }, - "crafting": { - "disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.", - "disassemblyCrafting": true, - "growthAccelerator_comment": "Number of ticks between two crystal growth accelerator ticks", - "growthAccelerator": 10 - }, - "spatialio": { - "spatialPowerMultiplier": 1250.0, - "spatialPowerExponent": 1.35 - }, - "logging": { - "blockUpdateLog": false, - "packetLog": false, - "craftingLog": false, - "debugLog": false, - "gridLog": false, - "chunkLoggerTrace_comment": "Enable stack trace logging for the chunk loading debug command", - "chunkLoggerTrace": false - }, - "battery": { - "chargerChargeRate_comment": "The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.", - "chargerChargeRate": 1.0, - "wirelessTerminal": 1600000, - "chargedStaff": 8000, - "entropyManipulator": 200000, - "portableCell": 20000, - "colorApplicator": 20000, - "matterCannon": 200000 - }, - "worldGen": { - "spawnPressesInMeteorites": true - }, - "wireless": { - "wirelessBaseCost": 8.0, - "wirelessCostMultiplier": 1.0, - "wirelessBaseRange": 16.0, - "wirelessBoosterRangeMultiplier": 1.0, - "wirelessBoosterExp": 1.5, - "wirelessHighWirelessCount": 64.0, - "wirelessTerminalDrainMultiplier": 1.0 - }, - "PortableCells": { - "allowDisassembly_comment": "Allow disassembly of portable cells into the recipe ingredients using shift+right-click", - "allowDisassembly": true - }, - "PowerRatios": { - "ForgeEnergy": 0.5, - "UsageMultiplier": 1.0 - }, - "Condenser": { - "MatterBalls": 256, - "Singularity": 256000 - }, - "tickRates": { - "_comment": " Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.", - "InterfaceMin": 5, - "InterfaceMax": 120, - "ImportBusMin": 5, - "ImportBusMax": 40, - "ExportBusMin": 5, - "ExportBusMax": 60, - "AnnihilationPlaneMin": 2, - "AnnihilationPlaneMax": 120, - "METunnelMin": 5, - "METunnelMax": 20, - "InscriberMin": 1, - "InscriberMax": 20, - "ChargerMin": 10, - "ChargerMax": 10, - "IOPortMin": 1, - "IOPortMax": 5, - "VibrationChamberMin": 10, - "VibrationChamberMax": 40, - "StorageBusMin": 5, - "StorageBusMax": 60, - "ItemTunnelMin": 5, - "ItemTunnelMax": 60, - "LightTunnelMin": 5, - "LightTunnelMax": 60 - }, - "vibrationChamber": { - "_comment": "Settings for the Vibration Chamber", - "baseEnergyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)", - "baseEnergyPerFuelTick": 5.0, - "minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.", - "minEnergyPerGameTick": 4, - "baseMaxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.", - "baseMaxEnergyPerGameTick": 40 - } -} \ No newline at end of file diff --git a/config/ambientsounds-client.json b/config/ambientsounds-client.json deleted file mode 100644 index c3ebf4dbd..000000000 --- a/config/ambientsounds-client.json +++ /dev/null @@ -1,182 +0,0 @@ -{ - "general": { - "engines": 0, - "volume": 1, - "useSoundMasterSource": false, - "scanStepAmount": 100 - }, - "dimensions": { - "nether": 1, - "end": 1, - "abyssalcraft": 1, - "void": 1, - "twilightforest": 1, - "betweenlands": 1, - "cave": 1, - "midnight": 1, - "galacticraft": 1, - "galacticraft.planets": 1, - "surface": 1 - }, - "regions": { - "suspense": { - "overall": 1, - "nether": 1 - }, - "unknown": { - "overall": 1, - "suspense": 1 - }, - "dark": { - "overall": 1, - "suspense": 1 - }, - "deep": { - "overall": 1 - }, - "wind": { - "overall": 1, - "wind": 1 - }, - "underwater": { - "overall": 1, - "underwater": 1, - "underwater-deep": 1 - }, - "rain": { - "overall": 1, - "rain": 1 - }, - "storm_close": { - "overall": 1, - "storm-close": 1, - "wind": 1 - }, - "storm_away": { - "overall": 1, - "storm-away": 1, - "howling-wind": 1 - }, - "underworld": { - "overall": 1, - "underworld": 1 - }, - "cave": { - "overall": 1 - }, - "cave_ambience": { - "overall": 1, - "cave": 1, - "cave-water": 1, - "cave-deep": 1, - "cave-large": 1 - }, - "cave_deep-dark": { - "overall": 1, - "deep-dark": 1, - "water-droplets": 1 - }, - "cave_lush": { - "overall": 1, - "cave-lush": 1, - "frog": 1 - }, - "surface": { - "overall": 1 - }, - "sky": { - "overall": 1, - "light-wind": 1 - }, - "space": { - "overall": 1 - }, - "forest": { - "overall": 1, - "bird-ambience": 1, - "owl": 1 - }, - "forest_cold": { - "overall": 1, - "crow": 1 - }, - "taiga": { - "overall": 1, - "bird-ambience-huge": 1 - }, - "highland": { - "overall": 1, - "heavy-wind": 1, - "wind-in-leaves": 1 - }, - "mesa": { - "overall": 1, - "wind-mesa": 1 - }, - "forest_roofed": { - "overall": 1, - "bird-ambience-spooky": 1 - }, - "grass": { - "overall": 1, - "cricket": 1, - "cricket-night": 1, - "cicadas-night": 1 - }, - "plains": { - "overall": 1, - "cricket": 1, - "cricket-night": 1, - "cicadas-night": 1 - }, - "savanna": { - "overall": 1, - "cricket": 1, - "cicadas": 1, - "cicadas-desert": 1, - "cricket-warm-night": 1, - "wolf": 1, - "bird-warm": 1 - }, - "desert": { - "overall": 1, - "cicadas-desert": 1, - "light-wind": 1 - }, - "swamp": { - "overall": 1, - "cricket-swamp": 1, - "cricket-warm-night": 1, - "frog": 1 - }, - "jungle": { - "overall": 1, - "cricket-jungle": 1, - "cricket-jungle-night": 1, - "bird-ambience-jungle": 1, - "bird-ambience-jungle-night": 1 - }, - "cold": { - "overall": 1, - "light-wind": 1 - }, - "very_cold": { - "overall": 1, - "heavy-wind": 1 - }, - "beach": { - "overall": 1, - "beach": 1, - "seagull": 1, - "seagull-long": 1 - }, - "ocean": { - "overall": 1, - "ocean": 1, - "light-wind": 1 - } - }, - "fade-volume": 0.005, - "fade-pitch": 0.005, - "silent-dimensions": [] -} \ No newline at end of file diff --git a/config/balm-common.toml b/config/balm-common.toml deleted file mode 100644 index afab694fd..000000000 --- a/config/balm-common.toml +++ /dev/null @@ -1,19 +0,0 @@ -#This is an example boolean property -exampleBoolean = true -#Range: > -2147483648 -exampleInt = 42 -exampleString = "Hello World" -exampleMultilineString = "Hello World" -#Allowed Values: Hello, World -exampleEnum = "Hello" -exampleStringList = ["Hello", "World"] -exampleIntList = [12, 24] -exampleEnumList = ["Hello", "World"] - -[exampleCategory] - #This is an example category - #This is an example string inside a category - innerField = "I am inside" - #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38 - exampleFloat = 42.84000015258789 - diff --git a/config/chat_heads.json5 b/config/chat_heads.json5 deleted file mode 100644 index e040de976..000000000 --- a/config/chat_heads.json5 +++ /dev/null @@ -1,6 +0,0 @@ -{ - "offsetNonPlayerText": true, - "senderDetection": "UUID_AND_HEURISTIC", - "smartHeuristics": true, - "nameAliases": { } -} \ No newline at end of file diff --git a/config/clienttweaks-common.toml b/config/clienttweaks-common.toml deleted file mode 100644 index f1b147a21..000000000 --- a/config/clienttweaks-common.toml +++ /dev/null @@ -1,49 +0,0 @@ - -[tweaks] - #This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. - autoClimbLadder = false - #This prevents the last torch in the offhand from being placed. - doNotUseLastTorch = false - #This option will hide your offhand item. It can be toggled via an optional key binding. - hideOffhandItem = false - #This option will hide your own potion particle effects for your client (other players will still see them). - hideOwnParticleEffects = false - #This option will hide your shield unless you are holding a weapon. - hideShieldUnlessHoldingWeapon = true - #This prevents torches from being placed from your offhand at all. - noOffhandTorchAtAll = false - #This prevents torches from being placed from your offhand if you have a block in your main hand. - noOffhandTorchWithBlock = true - #This prevents torches from being placed from your offhand if you have food in your main hand. - noOffhandTorchWithFood = true - #This prevents torches from being placed from your off hand if you have an empty main hand. - noOffhandTorchWithEmptyHand = false - #This restricts torches to be placed from the offhand only when you're holding a tool in your main hand. - offhandTorchWithToolOnly = false - #This prevents fireworks from being launched from your off hand if you are wearing an Elytra, unless you're flying. - noOffhandFireworksWithElytra = true - #This option will disable step assist added by other mods. - disableStepAssist = false - #This option will disable log stripping. - disableLogStripping = false - #This adds back the master volume slider to the options screen. Saves you a click! - masterVolumeSlider = true - #This adds back the music volume slider to the options screen. Saves you a click! - musicVolumeSlider = true - #This option will make iron fences and glass panes have a bigger hitbox while placing them, making it easier to aim. - paneBuildingSupport = true - #This option makes the recipe book not shift the inventory when opened. Works best with smaller GUI scales / bigger resolutions. - noRecipeBookShifting = false - -[customization] - #Items that count as torches for the offhand-torch tweak options. - torchItems = ["minecraft:torch", "minecraft:soul_torch", "tconstruct:stone_torch"] - #Items that are allowed to place torches from the offhand if offhandTorchWithToolOnly is enabled. - torchTools = ["minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", "minecraft:iron_pickaxe", "minecraft:golden_pickaxe", "minecraft:diamond_pickaxe", "minecraft:netherite_pickaxe", "tconstruct:pickaxe", "tconstruct:hammer"] - #Items that count as weapons for the offhand-shield hiding tweak options. - shieldWeapons = ["tetra:modular_sword"] - #Items that count as shields for the offhand-shield hiding tweak options. - shieldItems = ["basicshields:wooden_shield", "basicshields:golden_shield", "basicshields:diamond_shield", "basicshields:netherite_shield"] - #Items that count as fireworks for the offhand-firework tweak options. - fireworkItems = ["minecraft:firework_rocket"] - diff --git a/config/craftpresence.json b/config/craftpresence.json deleted file mode 100644 index a78e8aaba..000000000 --- a/config/craftpresence.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "_README": "https://gitlab.com/CDAGaming/CraftPresence/-/wikis/home", - "_SOURCE": "https://gitlab.com/CDAGaming/CraftPresence", - "_schemaVersion": 6, - "_lastMCVersionId": 763, - "generalSettings": { - "detectATLauncherInstance": true, - "detectCurseManifest": true, - "detectMultiMCManifest": true, - "detectMCUpdaterInstance": true, - "detectTechnicPack": true, - "detectModrinthPack": true, - "detectBiomeData": true, - "detectDimensionData": true, - "detectWorldData": true, - "clientId": "450485984333660181", - "defaultIcon": "grass", - "enableJoinRequests": false, - "partyPrivacyLevel": 1, - "preferredClientLevel": 3, - "resetTimeOnInit": false, - "autoRegister": false - }, - "biomeSettings": { - "fallbackBiomeIcon": "unknown", - "biomeData": { - "default": { - "textOverride": "Playing in {biome.name}" - } - } - }, - "dimensionSettings": { - "fallbackDimensionIcon": "unknown", - "dimensionData": { - "default": { - "textOverride": "In the {dimension.name}" - } - } - }, - "serverSettings": { - "fallbackServerIcon": "default", - "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": "unknown", - "guiData": { - "default": { - "textOverride": "In {screen.name}" - } - } - }, - "itemMessages": { - "default": "Holding {item.message.holding}" - }, - "entitySettings": { - "fallbackEntityIcon": "unknown", - "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": "{getFirst(menu.message, dimension.message)}", - "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", - "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/create-client.toml b/config/create-client.toml deleted file mode 100644 index d6e4278e4..000000000 --- a/config/create-client.toml +++ /dev/null @@ -1,146 +0,0 @@ - -#. -#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! -[client] - #. - #Show item descriptions on Shift and controls on Ctrl. - enableTooltips = true - #. - #Display a tooltip when looking at overstressed components. - enableOverstressedTooltip = true - #. - #Log a stack-trace when rendering issues happen within a moving contraption. - explainRenderErrors = false - #. - #Higher density means more spawned particles. - #Range: 0.0 ~ 1.0 - fanParticleDensity = 0.5 - #. - #[in Blocks] - #Maximum Distance to the player at which items in Blocks' filter slots will be displayed - #Range: 1.0 ~ 3.4028234663852886E38 - filterItemRenderDistance = 10.0 - #. - #Show kinetic debug information on blocks while the F3-Menu is open. - enableRainbowDebug = false - #. - #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag - #Range: > 0 - maximumContraptionLightVolume = 16384 - #. - #Choose the menu row that the Create config button appears on in the main menu - #Set to 0 to disable the button altogether - #Range: 0 ~ 4 - mainMenuConfigButtonRow = 2 - #. - #Offset the Create config button in the main menu by this many pixels on the X axis - #The sign (-/+) of this value determines what side of the row the button appears on (left/right) - #Range: > -2147483648 - mainMenuConfigButtonOffsetX = -4 - #. - #Choose the menu row that the Create config button appears on in the in-game menu - #Set to 0 to disable the button altogether - #Range: 0 ~ 5 - ingameMenuConfigButtonRow = 3 - #. - #Offset the Create config button in the in-game menu by this many pixels on the X axis - #The sign (-/+) of this value determines what side of the row the button appears on (left/right) - #Range: > -2147483648 - ingameMenuConfigButtonOffsetX = -4 - #. - #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled - ignoreFabulousWarning = false - - #. - #Configure your vision range when submerged in Create's custom fluids - [client.fluidFogSettings] - #. - #The vision range through honey will be multiplied by this factor - #Range: 0.125 ~ 256.0 - honey = 1.0 - #. - #The vision range though chocolate will be multiplied by this factor - #Range: 0.125 ~ 256.0 - chocolate = 1.0 - - #. - #Settings for the Goggle Overlay - [client.goggleOverlay] - #. - #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay - #Range: > -2147483648 - overlayOffsetX = 20 - #. - #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay - #Range: > -2147483648 - overlayOffsetY = 0 - #. - #Enable this to use your custom colors for the Goggle- and Hover- Overlay - customColorsOverlay = false - #. - #The custom background color to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBackgroundOverlay = -267386864 - #. - #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBorderTopOverlay = 1347420415 - #. - #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBorderBotOverlay = 1344798847 - - #. - #Settings for the Placement Assist - [client.placementAssist] - #. - #What indicator should be used when showing where the assisted placement ends up relative to your crosshair - #Choose 'NONE' to disable the Indicator altogether - #Allowed Values: TEXTURE, TRIANGLE, NONE - indicatorType = "TEXTURE" - #. - #Change the size of the Indicator by this multiplier - #Range: 0.0 ~ 3.4028234663852886E38 - indicatorScale = 1.0 - - #. - #Ponder settings - [client.ponder] - #. - #Slow down a ponder scene whenever there is text on screen. - comfyReading = false - #. - #Show additional info in the ponder view and reload scene scripts more frequently. - editingMode = false - - #. - #Sound settings - [client.sound] - #. - #Make cogs rumble and machines clatter. - enableAmbientSounds = true - #. - #Maximum volume modifier of Ambient noise - #Range: 0.0 ~ 1.0 - ambientVolumeCap = 0.10000000149011612 - - #. - #Railway related settings - [client.trains] - #. - #How far away the Camera should zoom when seated on a train - #Range: 0.0 ~ 3.4028234663852886E38 - mountedZoomMultiplier = 3.0 - #. - #Display nodes and edges of a Railway Network while f3 debug mode is active - showTrackGraphOnF3 = false - #. - #Additionally display materials of a Rail Network while f3 debug mode is active - showExtendedTrackGraphOnF3 = false - diff --git a/config/create-common.toml b/config/create-common.toml deleted file mode 100644 index ab1174e68..000000000 --- a/config/create-common.toml +++ /dev/null @@ -1,9 +0,0 @@ - -#. -#Modify Create's impact on your terrain -[worldgen] - #. - #. - #Prevents all worldgen added by Create from taking effect - disableWorldGen = false - diff --git a/config/embeddium-mixins.properties b/config/embeddium-mixins.properties deleted file mode 100644 index 4e10829d4..000000000 --- a/config/embeddium-mixins.properties +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index cb74121e6..000000000 --- a/config/embeddium-options.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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_no_error_g_l_context": true - }, - "notifications": { - "hide_donation_button": false - } -} \ No newline at end of file diff --git a/config/entityculling.json b/config/entityculling.json deleted file mode 100644 index f557378fd..000000000 --- a/config/entityculling.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "configVersion": 5, - "renderNametagsThroughWalls": true, - "blockEntityWhitelist": [ - "create:rope_pulley", - "botania:flame_ring", - "minecraft:beacon", - "create:hose_pulley", - "betterend:eternal_pedestal", - "botania:magic_missile", - "botania:falling_star" - ], - "entityWhitelist": [ - "botania:mana_burst" - ], - "tracingDistance": 128, - "debugMode": false, - "sleepDelay": 10, - "hitboxLimit": 50, - "skipMarkerArmorStands": true, - "tickCulling": true, - "tickCullingWhitelist": [ - "create:contraption", - "create:stationary_contraption", - "create:gantry_contraption", - "minecraft:boat", - "minecraft:firework_rocket", - "create:carriage_contraption" - ], - "disableF3": false, - "skipEntityCulling": false, - "skipBlockEntityCulling": false -} \ No newline at end of file diff --git a/config/exordium.json b/config/exordium.json deleted file mode 100644 index eb131f335..000000000 --- a/config/exordium.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "configVersion": 3, - "enableSignBuffering": true, - "targetFPSNameTags": 60, - "enableNametagScreenBuffering": false, - "pollRate": 60, - "chatSettings": { - "enabled": true, - "maxFps": 20, - "forceBlend": false, - "forceUpdates": false - }, - "debugScreenSettings": { - "enabled": true, - "maxFps": 10, - "forceBlend": false, - "forceUpdates": false - }, - "hotbarSettings": { - "enabled": true, - "maxFps": 20, - "forceBlend": false, - "forceUpdates": false - }, - "experienceSettings": { - "enabled": true, - "maxFps": 5, - "forceBlend": false, - "forceUpdates": false - }, - "healthSettings": { - "enabled": true, - "maxFps": 20, - "forceBlend": false, - "forceUpdates": false - }, - "scoreboardSettings": { - "enabled": true, - "maxFps": 5, - "forceBlend": false, - "forceUpdates": false - }, - "tablistSettings": { - "enabled": true, - "maxFps": 20, - "forceBlend": false, - "forceUpdates": false - }, - "vignetteSettings": { - "enabled": true, - "maxFps": 5, - "forceBlend": false, - "forceUpdates": false - }, - "crosshairSettings": { - "enabled": false, - "maxFps": 20, - "forceBlend": false, - "forceUpdates": false - } -} \ No newline at end of file diff --git a/config/flywheel-client.toml b/config/flywheel-client.toml deleted file mode 100644 index e41e2022e..000000000 --- a/config/flywheel-client.toml +++ /dev/null @@ -1,8 +0,0 @@ -#Select the backend to use. -#Allowed Values: OFF, BATCHING, INSTANCING -backend = "INSTANCING" -#Enable or disable a debug overlay that colors pixels by their normal. -debugNormals = false -#Enable or disable instance update limiting with distance. -limitUpdates = true - diff --git a/config/forge-client.toml b/config/forge-client.toml deleted file mode 100644 index 03e0d3113..000000000 --- a/config/forge-client.toml +++ /dev/null @@ -1,16 +0,0 @@ - -#Client only settings, mostly things related to rendering -[client] - #Enable Forge to queue all chunk updates to the Chunk Update thread. - #May increase FPS significantly, but may also cause weird rendering lag. - #Not recommended for computers without a significant number of cores available. - alwaysSetupTerrainOffThread = false - #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. - experimentalForgeLightPipelineEnabled = false - #When enabled, Forge will show any warnings that occurred during loading. - showLoadWarnings = true - #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. - useCombinedDepthStencilAttachment = false - #[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always - compressLanIPv6Addresses = true - diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json index 9d7c383f6..6ae9efa55 100644 --- a/config/immediatelyfast.json +++ b/config/immediatelyfast.json @@ -12,6 +12,7 @@ "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", "experimental_disable_error_checking": false, "experimental_disable_resource_pack_conflict_handling": false, + "experimental_sign_text_buffering": false, "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", "debug_only_and_not_recommended_disable_universal_batching": false, "debug_only_and_not_recommended_disable_mod_conflict_handling": false, diff --git a/config/inventoryhud-client.toml b/config/inventoryhud-client.toml deleted file mode 100644 index 303166a10..000000000 --- a/config/inventoryhud-client.toml +++ /dev/null @@ -1,223 +0,0 @@ - -#Settings for Inventory HUD -[inventoryhud] - #Inventory HUD mini mode - invMini = false - #Inventory HUD vertical mode - invVert = false - #Inventory HUD alpha - #Range: 0 ~ 100 - invAlpha = 0 - #Toggle on by default - byDefault = false - #Animate recently picked up items - animatedInv = false - #Hide background if inventory is empty - hideBackground = false - #Show Inventory HUD when debug menu is open - invWithDebug = true - -#Settings for ArmorStatus HUD -[armorhud] - #Is Armor Damage HUD enabled - ArmorDamage = true - #Hide if durability is above this (in percentage): - #Range: 0 ~ 100 - armAbove = 100 - #Show/Hide armor - showArmor = true - #Show/Hide armor - showMain = true - #Show/Hide armor - showOff = true - #Show/Hide armor - showArrows = true - #Show/Hide armor - showInv = true - #Armor HUD durability view (PERCENTAGE, DAMAGE, DAMAGE LEFT) - #Allowed Values: PERCENTAGE, DAMAGE, DAMAGE_LEFT, OFF - armView = "PERCENTAGE" - #Show item durability bar - armBars = false - #Move all items at once or each one - moveAll = true - #Show/Hide empty slot icon - showEmpty = true - #Show overall count of items in main/off hand - showCount = false - #ArmorHUD scale in persentage from 50 to 150 - #Range: 50 ~ 150 - armScale = 100 - #Show Armor HUD when debug menu is open - armWithDebug = true - #Show arrows count when no weapon in your hands - showArrowsWithoutWeapon = true - -#Settings for Potions HUD -[potionshud] - #Is Potions HUD enabled - Potions = true - #Potion HUD alpha - #Range: 0 ~ 100 - potAlpha = 100 - #Potion HUD gap - #Range: -5 ~ 5 - potGap = 0 - #Potion HUD mini mode - potMini = false - #Potion HUD horizontal mode - potHor = false - #Full bar duration - #Range: > 1 - barDuration = 300 - #Show hidden effects - showHiddenEffects = true - #Disable icons for effects in this list - effectsBlackList = [] - #Show Potion HUD when debug menu is open - potWithDebug = true - #Show all levels of effects - potionLevels = false - -#DONT TOUCH THESE FIELDS! -[positions] - #Inventory HUD vertical align - #Allowed Values: TOP, CENTER, BOTTOM - invValign = "BOTTOM" - #Inventory HUD horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - invHalign = "MIDDLE" - #Inventory HUD position (X) - #Range: -9999 ~ 9999 - xPos = 0 - #Inventory HUD position (Y) - #Range: -9999 ~ 9999 - yPos = 150 - #Armor HUD vertical align - #Allowed Values: TOP, CENTER, BOTTOM - armValign = "BOTTOM" - #Armor HUD horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - armHalign = "MIDDLE" - #Armor HUD position (X) - #Range: -9999 ~ 9999 - xArmPos = 0 - #Armor HUD position (Y) - #Range: -9999 ~ 9999 - yArmPos = 70 - #Potion HUD vertical align - #Allowed Values: TOP, CENTER, BOTTOM - potValign = "TOP" - #Potion HUD horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - potHalign = "LEFT" - #Potion HUD position (X) - #Range: -9999 ~ 9999 - xPotionPos = 20 - #Potion HUD position (Y) - #Range: -9999 ~ 9999 - yPotionPos = 20 - #Helmet position (X) - #Range: -9999 ~ 9999 - helmPosX = 103 - #Helmet position (Y) - #Range: -9999 ~ 9999 - helmPosY = 54 - #Chestplate position (X) - #Range: -9999 ~ 9999 - chestPosX = 103 - #Chestplate position (Y) - #Range: -9999 ~ 9999 - chestPosY = 37 - #Leggings position (X) - #Range: -9999 ~ 9999 - legPosX = -103 - #Leggings position (Y) - #Range: -9999 ~ 9999 - legPosY = 54 - #Boots position (X) - #Range: -9999 ~ 9999 - bootPosX = -103 - #Boots position (Y) - #Range: -9999 ~ 9999 - bootPosY = 37 - #MainHand position (X) - #Range: -9999 ~ 9999 - mainPosX = 103 - #MainHand position (Y) - #Range: -9999 ~ 9999 - mainPosY = 71 - #OffHand position (X) - #Range: -9999 ~ 9999 - offPosX = -103 - #OffHand position (Y) - #Range: -9999 ~ 9999 - offPosY = 71 - #Arrows position (X) - #Range: -9999 ~ 9999 - arrPosX = 103 - #Arrows position (Y) - #Range: -9999 ~ 9999 - arrPosY = 20 - #InvIcon position (X) - #Range: -9999 ~ 9999 - invPosX = -103 - #InvIcon position (Y) - #Range: -9999 ~ 9999 - invPosY = 20 - #Helmet horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - helmHal = "MIDDLE" - #Helmet vertical align - #Allowed Values: TOP, CENTER, BOTTOM - helmVal = "BOTTOM" - #Chestplate horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - chestHal = "MIDDLE" - #Chestplate vertical align - #Allowed Values: TOP, CENTER, BOTTOM - chestVal = "BOTTOM" - #Leggings horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - legHal = "MIDDLE" - #Leggings vertical align - #Allowed Values: TOP, CENTER, BOTTOM - legVal = "BOTTOM" - #Boots horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - bootHal = "MIDDLE" - #Boots vertical align - #Allowed Values: TOP, CENTER, BOTTOM - bootVal = "BOTTOM" - #MainHand horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - mainHal = "MIDDLE" - #MainHand vertical align - #Allowed Values: TOP, CENTER, BOTTOM - mainVal = "BOTTOM" - #OffHand horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - offHal = "MIDDLE" - #OffHand vertical align - #Allowed Values: TOP, CENTER, BOTTOM - offVal = "BOTTOM" - #Arrows horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - arrHal = "MIDDLE" - #Arrows vertical align - #Allowed Values: TOP, CENTER, BOTTOM - arrVal = "BOTTOM" - #InvIcon horizontal align - #Allowed Values: LEFT, MIDDLE, RIGHT - invHal = "MIDDLE" - #InvIcon vertical align - #Allowed Values: TOP, CENTER, BOTTOM - invVal = "BOTTOM" - -#Notification settings -[notification] - #Last notified mod version - lastNotifiedVersion = "2.2.3" - #Notify more than once - keepNotifying = true - diff --git a/config/jade/hide-blocks.json b/config/jade/hide-blocks.json deleted file mode 100644 index 91bac415a..000000000 --- a/config/jade/hide-blocks.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "This is a blocklist for the target of Jade. You can add registry ids to the \"values\" list. Restart the game to apply changes.", - "values": [ - "minecraft:barrier" - ], - "version": 1 -} \ No newline at end of file diff --git a/config/jade/hide-entities.json b/config/jade/hide-entities.json deleted file mode 100644 index 4bb1a0e65..000000000 --- a/config/jade/hide-entities.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "__comment": "This is a blocklist for the target of Jade. You can add registry ids to the \"values\" list. Restart the game to apply changes.", - "values": [ - "minecraft:area_effect_cloud", - "minecraft:firework_rocket", - "minecraft:interaction", - "minecraft:text_display" - ], - "version": 1 -} \ No newline at end of file diff --git a/config/jade/jade.json b/config/jade/jade.json deleted file mode 100644 index d5e73d917..000000000 --- a/config/jade/jade.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "general": { - "hintOverlayToggle": true, - "hintNarratorToggle": true, - "previewOverlay": true, - "displayTooltip": true, - "displayBlocks": true, - "displayEntities": true, - "displayBosses": true, - "displayMode": "TOGGLE", - "hideFromDebug": true, - "hideFromTabList": true, - "enableTextToSpeech": false, - "ttsMode": "PRESS", - "fluidMode": "ANY", - "reachDistance": 0.0, - "debug": false, - "itemModNameTooltip": true, - "bossBarOverlapMode": "PUSH_DOWN" - }, - "overlay": { - "activeTheme": "jade:dark", - "themesHash": -328442023, - "overlayPosX": 0.5, - "overlayPosY": 1.0, - "overlayScale": 1.0, - "overlayAnchorX": 0.5, - "overlayAnchorY": 0.0, - "overlaySquare": false, - "flipMainHand": false, - "autoScaleThreshold": 0.4, - "alpha": 0.7, - "iconMode": "TOP", - "animation": true, - "disappearingDelay": 0.0 - }, - "formatting": { - "modName": "§9§o%s" - } -} \ No newline at end of file diff --git a/config/jade/plugins.json b/config/jade/plugins.json deleted file mode 100644 index c44ac6cad..000000000 --- a/config/jade/plugins.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "minecraft": { - "item_storage.show_name_amount": 5, - "furnace": true, - "harvest_tool.show_unbreakable": false, - "animal_owner": true, - "animal_owner.fetch_names": true, - "harvest_tool.effective_tool": true, - "item_storage": true, - "item_storage.normal_amount": 9, - "harvest_tool": true, - "armor_stand": true, - "fluid_storage.detailed": false, - "energy_storage": true, - "entity_armor.max_for_render": 40, - "breaking_progress": true, - "tnt_stability": true, - "item_storage.items_per_line": 9, - "item_frame": true, - "crop_progress": true, - "command_block": true, - "mob_growth": true, - "harvest_tool.new_line": false, - "entity_health.max_for_render": 40, - "entity_health.show_fractions": false, - "mob_spawner": true, - "redstone": true, - "fluid_storage": true, - "chicken_egg": true, - "jukebox": true, - "brewing_stand": true, - "energy_storage.detailed": false, - "note_block": true, - "beehive": true, - "item_storage.detailed_amount": 54, - "player_head": true, - "block_states": false, - "lectern": true, - "entity_armor": true, - "horse_stats": true, - "item_tooltip": true, - "entity_health": true, - "enchantment_power": true, - "zombie_villager": true, - "villager_profession": true, - "mob_breeding": true, - "entity_health.icons_per_line": 10, - "total_enchantment_power": true, - "potion_effects": true, - "painting": true, - "chiseled_bookshelf": true - }, - "tfc": { - "bloomery": true, - "nest_box": true, - "bellows": true, - "sheet_pile": true, - "hoe_overlay": true, - "charcoal_forge": true, - "mud_bricks": true, - "loom": true, - "bloom": true, - "frog": true, - "pit_kiln_above": true, - "sapling": true, - "rabbit": true, - "composter": true, - "chested_horse": true, - "pack_predator": true, - "barrel": true, - "decaying": true, - "wall_torch": true, - "predator": true, - "wild_animal": true, - "crucible": true, - "torch": true, - "lamp": true, - "ocelot": true, - "candle_cake": true, - "fishing_hook": true, - "horse": true, - "powder_keg": true, - "pit_kiln_internal": true, - "fish": true, - "candle": true, - "animal": true, - "fruit_tree_sapling": true, - "jack_o_lantern": true, - "firepit": true, - "squid": true, - "crop": true, - "blast_furnace": true, - "ingot_pile": true - }, - "jadeaddons": { - "equipment_requirement": "" - }, - "gtceu": { - "recipe_logic_provider": true, - "workable_provider": true, - "electric_container_provider": true, - "controllable_provider": true - }, - "jade": { - "coordinates.rel": false, - "distance": false, - "block_face": false, - "coordinates": false, - "registry_name": "OFF", - "mod_name": true - }, - "create": { - "filter": true, - "goggles.requires_goggles": true, - "goggles": false, - "copper_backtank": true, - "blaze_burner": true, - "exact_block": true, - "crafting_blueprint": true, - "goggles.detailed": false, - "placard": true - }, - "ae2": { - "part_icon": true, - "charger": true, - "debug": true, - "part_tooltip": true, - "grid_node_state": true, - "pattern_provider": true, - "part_mod_name": true, - "power_storage": true, - "crafting_monitor": true, - "part_name": true - } -} \ No newline at end of file diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json deleted file mode 100644 index babf7920c..000000000 --- a/config/jade/sort-order.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "gtceu:electric_container_provider": null, - "gtceu:workable_provider": null, - "gtceu:controllable_provider": null, - "gtceu:recipe_logic_provider": null, - "minecraft:brewing_stand": null, - "minecraft:beehive": null, - "minecraft:command_block": null, - "minecraft:jukebox": null, - "minecraft:lectern": null, - "minecraft:redstone": null, - "minecraft:furnace": null, - "minecraft:chiseled_bookshelf": null, - "minecraft:animal_owner": null, - "minecraft:potion_effects": null, - "minecraft:mob_growth": null, - "minecraft:mob_breeding": null, - "minecraft:chicken_egg": null, - "minecraft:zombie_villager": null, - "minecraft:block_states": null, - "minecraft:horse_stats": null, - "minecraft:item_frame": null, - "minecraft:tnt_stability": null, - "minecraft:note_block": null, - "minecraft:armor_stand": null, - "minecraft:painting": null, - "minecraft:harvest_tool": null, - "minecraft:enchantment_power": null, - "minecraft:total_enchantment_power": null, - "minecraft:player_head": null, - "minecraft:item_ber": null, - "minecraft:villager_profession": null, - "minecraft:item_tooltip": null, - "minecraft:falling_block": null, - "minecraft:entity_health": null, - "minecraft:entity_armor": null, - "minecraft:crop_progress": null, - "minecraft:mob_spawner": null, - "minecraft:item_display": null, - "minecraft:block_display": null, - "minecraft:item_storage": null, - "minecraft:fluid_storage": null, - "minecraft:energy_storage": null, - "minecraft:progress": null, - "jade:object_name": null, - "jade:registry_name": null, - "jade:mod_name": null, - "jade:distance": null, - "jade:block_face": null, - "tfc:barrel": null, - "tfc:bellows": null, - "tfc:sapling": null, - "tfc:blast_furnace": null, - "tfc:bloomery": null, - "tfc:bloom": null, - "tfc:charcoal_forge": null, - "tfc:composter": null, - "tfc:crop": null, - "tfc:crucible": null, - "tfc:firepit": null, - "tfc:fruit_tree_sapling": null, - "tfc:hoe_overlay": null, - "tfc:lamp": null, - "tfc:nest_box": null, - "tfc:pit_kiln_internal": null, - "tfc:pit_kiln_above": null, - "tfc:powder_keg": null, - "tfc:torch": null, - "tfc:wall_torch": null, - "tfc:candle": null, - "tfc:candle_cake": null, - "tfc:jack_o_lantern": null, - "tfc:mud_bricks": null, - "tfc:decaying": null, - "tfc:loom": null, - "tfc:sheet_pile": null, - "tfc:ingot_pile": null, - "tfc:animal": null, - "tfc:horse": null, - "tfc:chested_horse": null, - "tfc:wild_animal": null, - "tfc:frog": null, - "tfc:squid": null, - "tfc:fish": null, - "tfc:predator": null, - "tfc:pack_predator": null, - "tfc:ocelot": null, - "tfc:rabbit": null, - "tfc:fishing_hook": null, - "create:blaze_burner": null, - "create:copper_backtank": null, - "create:contraption_inv": null, - "lootr:inventory": null, - "create:hide_boiler_tanks": null, - "create:crafting_blueprint": null, - "create:placard": null, - "create:exact_block": null, - "create:filter": null, - "create:goggles": null, - "ae2:server_data": null, - "ae2:charger": null, - "ae2:crafting_monitor": null, - "ae2:pattern_provider": null, - "ae2:power_storage": null, - "ae2:grid_node_state": null, - "ae2:debug": null, - "ae2:part_name": null, - "ae2:part_icon": null, - "ae2:part_tooltip": null, - "ae2:part_mod_name": null, - "minecraft:brewing_stand": null, - "minecraft:beehive": null, - "minecraft:command_block": null, - "minecraft:jukebox": null, - "minecraft:lectern": null, - "minecraft:redstone": null, - "minecraft:furnace": null, - "minecraft:chiseled_bookshelf": null, - "minecraft:animal_owner": null, - "minecraft:potion_effects": null, - "minecraft:mob_growth": null, - "minecraft:mob_breeding": null, - "minecraft:chicken_egg": null, - "minecraft:zombie_villager": null, - "minecraft:block_states": null, - "minecraft:horse_stats": null, - "minecraft:item_frame": null, - "minecraft:tnt_stability": null, - "minecraft:note_block": null, - "minecraft:armor_stand": null, - "minecraft:painting": null, - "minecraft:harvest_tool": null, - "minecraft:enchantment_power": null, - "minecraft:total_enchantment_power": null, - "minecraft:player_head": null, - "minecraft:item_ber": null, - "minecraft:villager_profession": null, - "minecraft:item_tooltip": null, - "minecraft:falling_block": null, - "minecraft:entity_health": null, - "minecraft:entity_armor": null, - "minecraft:crop_progress": null, - "minecraft:mob_spawner": null, - "minecraft:item_display": null, - "minecraft:block_display": null, - "minecraft:item_storage": null, - "minecraft:fluid_storage": null, - "minecraft:energy_storage": null, - "minecraft:progress": null, - "jade:object_name": null, - "jade:registry_name": null, - "jade:mod_name": null, - "jade:distance": null, - "jade:block_face": null, - "ae2:server_data": null, - "ae2:charger": null, - "ae2:crafting_monitor": null, - "ae2:pattern_provider": null, - "ae2:power_storage": null, - "ae2:grid_node_state": null, - "ae2:debug": null, - "ae2:part_name": null, - "ae2:part_icon": null, - "ae2:part_tooltip": null, - "ae2:part_mod_name": null, - "gtceu:electric_container_provider": null, - "gtceu:workable_provider": null, - "gtceu:controllable_provider": null, - "gtceu:recipe_logic_provider": null, - "create:blaze_burner": null, - "create:copper_backtank": null, - "create:contraption_inv": null, - "lootr:inventory": null, - "create:hide_boiler_tanks": null, - "create:crafting_blueprint": null, - "create:placard": null, - "create:exact_block": null, - "create:filter": null, - "create:goggles": null, - "tfc:barrel": null, - "tfc:bellows": null, - "tfc:sapling": null, - "tfc:blast_furnace": null, - "tfc:bloomery": null, - "tfc:bloom": null, - "tfc:charcoal_forge": null, - "tfc:composter": null, - "tfc:crop": null, - "tfc:crucible": null, - "tfc:firepit": null, - "tfc:fruit_tree_sapling": null, - "tfc:hoe_overlay": null, - "tfc:lamp": null, - "tfc:nest_box": null, - "tfc:pit_kiln_internal": null, - "tfc:pit_kiln_above": null, - "tfc:powder_keg": null, - "tfc:torch": null, - "tfc:wall_torch": null, - "tfc:candle": null, - "tfc:candle_cake": null, - "tfc:jack_o_lantern": null, - "tfc:mud_bricks": null, - "tfc:decaying": null, - "tfc:loom": null, - "tfc:sheet_pile": null, - "tfc:ingot_pile": null, - "tfc:animal": null, - "tfc:horse": null, - "tfc:chested_horse": null, - "tfc:wild_animal": null, - "tfc:frog": null, - "tfc:squid": null, - "tfc:fish": null, - "tfc:predator": null, - "tfc:pack_predator": null, - "tfc:ocelot": null, - "tfc:rabbit": null, - "tfc:fishing_hook": null -} \ No newline at end of file diff --git a/config/jei/blacklist.cfg b/config/jei/blacklist.cfg deleted file mode 100644 index e69de29bb..000000000 diff --git a/config/jei/ingredient-list-mod-sort-order.ini b/config/jei/ingredient-list-mod-sort-order.ini deleted file mode 100644 index c9f3c0d70..000000000 --- a/config/jei/ingredient-list-mod-sort-order.ini +++ /dev/null @@ -1,8 +0,0 @@ -Minecraft -GregTech -TerraFirmaCraft -Create -Ad Astra -Applied Energistics 2 -FTB Quests -Item Filters diff --git a/config/jei/ingredient-list-type-sort-order.ini b/config/jei/ingredient-list-type-sort-order.ini deleted file mode 100644 index 90e1c4ff3..000000000 --- a/config/jei/ingredient-list-type-sort-order.ini +++ /dev/null @@ -1,2 +0,0 @@ -net.minecraft.world.item.ItemStack -net.minecraftforge.fluids.FluidStack diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini deleted file mode 100644 index e21a8f988..000000000 --- a/config/jei/recipe-category-sort-order.ini +++ /dev/null @@ -1,127 +0,0 @@ -minecraft:crafting -minecraft:anvil -minecraft:blasting -minecraft:brewing -minecraft:campfire -minecraft:compostable -minecraft:fuel -minecraft:furnace -minecraft:smithing -minecraft:smoking -minecraft:stonecutting -gtceu:alloy_smelter -gtceu:arc_furnace -gtceu:assembler -gtceu:assembly_line -gtceu:autoclave -gtceu:bender -gtceu:brewery -gtceu:canner -gtceu:centrifuge -gtceu:chemical_bath -gtceu:chemical_reactor -gtceu:circuit_assembler -gtceu:coke_oven -gtceu:combustion_generator -gtceu:compressor -gtceu:cracker -gtceu:cutter -gtceu:distillation_tower -gtceu:distillery -gtceu:electric_blast_furnace -gtceu:electric_furnace -gtceu:electrolyzer -gtceu:electromagnetic_separator -gtceu:extractor -gtceu:extruder -gtceu:fermenter -gtceu:fluid_heater -gtceu:fluid_solidifier -gtceu:forge_hammer -gtceu:forming_press -gtceu:fusion_reactor -gtceu:gas_collector -gtceu:gas_turbine -gtceu:implosion_compressor -gtceu:large_boiler -gtceu:large_chemical_reactor -gtceu:laser_engraver -gtceu:lathe -gtceu:macerator -gtceu:mixer -gtceu:multiblock_info -gtceu:ore_washer -gtceu:packer -gtceu:plasma_generator -gtceu:polarizer -gtceu:primitive_blast_furnace -gtceu:pyrolyse_oven -gtceu:rock_breaker -gtceu:sifter -gtceu:steam_boiler -gtceu:steam_turbine -gtceu:thermal_centrifuge -gtceu:vacuum_freezer -gtceu:wiremill -jei:information -tfc:alloying -tfc:anvil -tfc:blast_furnace -tfc:bloomery -tfc:casting -tfc:chisel -tfc:clay_knapping -tfc:fire_clay_knapping -tfc:glassworking -tfc:heating -tfc:instant_barrel -tfc:instant_fluid_barrel -tfc:jam_pot -tfc:leather_knapping -tfc:loom -tfc:quern -tfc:rock_knapping -tfc:scraping -tfc:sealed_barrel -tfc:simple_pot -tfc:soup_pot -tfc:welding -create:automatic_brewing -create:automatic_packing -create:automatic_shaped -create:automatic_shapeless -create:block_cutting -create:crushing -create:deploying -create:draining -create:fan_blasting -create:fan_haunting -create:fan_smoking -create:fan_washing -create:item_application -create:mechanical_crafting -create:milling -create:mixing -create:mystery_conversion -create:packing -create:pressing -create:sandpaper_polishing -create:sawing -create:sequenced_assembly -create:spout_filling -create:wood_cutting -gtceu:create_mixer -ad_astra:compressing -ad_astra:cryo_fuel_conversion -ad_astra:fuel_conversion -ad_astra:nasa_workbench -ad_astra:oxygen_conversion -ae2:attunement -ae2:certus_growth -ae2:charger -ae2:condenser -ae2:entropy -ae2:inscriber -ae2:item_transformation -gtceu:alloy_blast_smelter -tfc:goat_horn_knapping diff --git a/config/modelfix-client.toml b/config/modelfix-client.toml deleted file mode 100644 index cfac1c8d1..000000000 --- a/config/modelfix-client.toml +++ /dev/null @@ -1,21 +0,0 @@ - -[default] - #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible - #Range: -0.1 ~ 0.1 - item_quad_expansion = 0.008 - #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps - #Range: -0.1 ~ 0.1 - item_quad_indent = 0.007 - -[mac_os] - #It has been reported that some mac os systems are affected by atlass bleeding so the mod cant apply its main fix by removing atlas shrinking. Instead it can reduce it as much as possible by multiplying it by shrink_value_multiplier - #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible - #Range: -0.1 ~ 0.1 - item_quad_expansion = 0.04 - #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps - #Range: -0.1 ~ 0.1 - item_quad_indent = 0.0099 - #set to 0 for non macos behavior. 1 keeps vanilla behavior to prevent atlas bleeding - #Range: 0.0 ~ 1.0 - shrink_ratio_multiplier = 1.0 - diff --git a/config/modernfix-common.toml b/config/modernfix-common.toml deleted file mode 100644 index 41413ef20..000000000 --- a/config/modernfix-common.toml +++ /dev/null @@ -1,3 +0,0 @@ -#These JEI plugins will be loaded on the main thread -blacklist_async_jei_plugins = ["jepb:jei_plugin"] - diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties index 840778307..990716af5 100644 --- a/config/modernfix-mixins.properties +++ b/config/modernfix-mixins.properties @@ -11,6 +11,7 @@ # # Available options: # mixin.bugfix.blueprint_modif_memory_leak=true # (default) +# mixin.bugfix.buffer_builder_leak=true # (default) # mixin.bugfix.chunk_deadlock=true # (default) # mixin.bugfix.cofh_core_crash=true # (default) # mixin.bugfix.concurrency=true # (default) @@ -19,8 +20,10 @@ # mixin.bugfix.extra_experimental_screen=true # (default) # mixin.bugfix.fix_config_crashes=true # (default) # mixin.bugfix.forge_at_inject_error=true # (default) +# mixin.bugfix.forge_vehicle_packets=true # (default) # mixin.bugfix.packet_leak=false # (default) # mixin.bugfix.paper_chunk_patches=true # (default) +# mixin.bugfix.recipe_book_type_desync=true # (default) # mixin.bugfix.world_leaks=true # (default) # mixin.bugfix.world_screen_skipped=true # (default) # mixin.devenv=false # (default) @@ -54,6 +57,7 @@ # mixin.perf.dynamic_resources.diagonalfences=true # (default) # mixin.perf.dynamic_resources.rs=true # (default) # mixin.perf.dynamic_resources.supermartijncore=true # (default) +# mixin.perf.dynamic_sounds=false # (default) # mixin.perf.dynamic_structure_manager=true # (default) # mixin.perf.fast_forge_dummies=true # (default) # mixin.perf.fast_registry_validation=true # (default) diff --git a/config/notenoughanimations.json b/config/notenoughanimations.json deleted file mode 100644 index f8e41fce6..000000000 --- a/config/notenoughanimations.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "configVersion": 9, - "animationSmoothingSpeed": 20.0, - "holdingItems": [ - "minecraft:clock", - "minecraft:recovery_compass", - "minecraft:soul_lantern", - "minecraft:compass", - "minecraft:torch", - "minecraft:lantern", - "minecraft:soul_torch" - ], - "enableAnimationSmoothing": true, - "enableInWorldMapRendering": true, - "enableOffhandHiding": true, - "enableRotationLocking": true, - "enableLadderAnimation": true, - "ladderAnimationAmplifier": 0.35, - "ladderAnimationArmHeight": 1.7, - "ladderAnimationArmSpeed": 2.0, - "enableRotateToLadder": true, - "enableEatDrinkAnimation": true, - "enableRowBoatAnimation": true, - "enableHorseAnimation": true, - "dontHoldItemsInBed": true, - "freezeArmsInBed": true, - "rotationLock": "NONE", - "showLastUsedSword": false, - "sheathSwords": [ - "minecraft:golden_sword", - "minecraft:iron_sword", - "minecraft:wooden_sword", - "minecraft:stone_sword", - "minecraft:diamond_sword", - "minecraft:netherite_sword" - ], - "enableCrawlingAnimation": true, - "holdUpItemsMode": "CONFIG", - "holdUpItemOffset": 0.0, - "itemSwapAnimation": true, - "tweakElytraAnimation": true, - "petAnimation": true, - "fallingAnimation": false, - "freezingAnimation": true, - "huggingAnimation": false, - "narutoRunning": false, - "enableInWorldBookRendering": false, - "disableLegSmoothing": false, - "bowAnimation": "VANILLA" -} \ No newline at end of file diff --git a/config/oculus.properties b/config/oculus.properties index 8183269fc..785a50c7b 100644 --- a/config/oculus.properties +++ b/config/oculus.properties @@ -1,8 +1,8 @@ #This file stores configuration options for Iris, such as the currently active shaderpack -#Fri Sep 15 19:46:36 NOVT 2023 +#Thu Oct 12 20:59:26 NOVT 2023 colorSpace=SRGB disableUpdateMessage=false enableDebugOptions=false +enableShaders=true maxShadowRenderDistance=32 shaderPack= -enableShaders=true diff --git a/config/patchouli-client.toml b/config/patchouli-client.toml deleted file mode 100644 index ecdf23340..000000000 --- a/config/patchouli-client.toml +++ /dev/null @@ -1,16 +0,0 @@ -#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled -disableAdvancementLocking = false -#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ -noAdvancementBooks = [] -#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode -testingMode = false -#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. -inventoryButtonBook = "" -#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. -useShiftForQuickLookup = false -#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing. -#Allowed Values: OVERFLOW, TRUNCATE, RESIZE -textOverflowMode = "RESIZE" -#How long in ticks the quick lookup key needs to be pressed before the book opens -quickLookupTime = 10 - diff --git a/config/resourceful-config-web.json b/config/resourceful-config-web.json deleted file mode 100644 index a7cb4ee77..000000000 --- a/config/resourceful-config-web.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enabled": false, - "port": 7903, - "validator": { - "uuids": [], - "if": { - "password": "a3a6cfe3-c1c8-4284-b4f1-d8349d08c44b", - "type": "password" - }, - "type": "if" - } -} \ No newline at end of file diff --git a/config/rubidium-mixins.properties b/config/rubidium-mixins.properties index 3ef49c983..c1d8311e0 100644 --- a/config/rubidium-mixins.properties +++ b/config/rubidium-mixins.properties @@ -1,6 +1,6 @@ # This is the configuration file for Rubidium. # # You can find information on editing this file and all the available options here: -# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# https://github.com/CaffeineMC/sodium-fabric/wiki/Configuration-File # # By default, this file will be empty except for this notice. diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json deleted file mode 100644 index 33b4b889e..000000000 --- a/config/sidebar_buttons.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "ftbteams": { - "my_team": true - }, - "ftbquests": { - "quests": true - }, - "ftblibrary": { - "toggle.gamemode": true, - "toggle.rain": true, - "toggle.day": true, - "toggle.night": true - } -} \ No newline at end of file diff --git a/config/sound_physics_remastered/allowed_sounds.properties b/config/sound_physics_remastered/allowed_sounds.properties deleted file mode 100644 index 985ad2d5c..000000000 --- a/config/sound_physics_remastered/allowed_sounds.properties +++ /dev/null @@ -1,1761 +0,0 @@ -# Allowed sounds -# Set to 'false' to disable sound physics for that sound - -minecraft\:entity.parrot.imitate.vindicator=true -tfc\:block.thin.fall=true -minecraft\:item.bucket.fill=true -gtceu\:chemical=true -minecraft\:entity.sniffer.digging=true -minecraft\:block.lodestone.place=true -minecraft\:music.overworld.bamboo_jungle=true -minecraft\:entity.hoglin.death=true -minecraft\:block.cherry_wood_fence_gate.open=true -minecraft\:entity.parrot.imitate.witch=true -minecraft\:entity.pillager.celebrate=true -minecraft\:block.chiseled_bookshelf.insert.enchanted=true -minecraft\:entity.mule.eat=true -minecraft\:item.trident.thunder=true -minecraft\:block.bamboo_wood_door.open=true -minecraft\:entity.piglin.ambient=true -minecraft\:block.pink_petals.step=true -tfc\:block.charcoal.break=true -minecraft\:block.bamboo_wood_pressure_plate.click_on=true -minecraft\:music.overworld.jagged_peaks=true -tfc\:entity.lake_trout.ambient=true -minecraft\:block.bamboo_sapling.break=true -minecraft\:block.note_block.banjo=true -minecraft\:entity.llama.step=true -tfc\:item.armor.equip_steel=true -minecraft\:item.flintandsteel.use=true -minecraft\:entity.shulker.open=true -minecraft\:block.note_block.imitate.creeper=true -minecraft\:entity.skeleton_horse.hurt=true -minecraft\:block.powder_snow.break=true -minecraft\:entity.camel.eat=true -minecraft\:entity.mule.death=true -minecraft\:entity.magma_cube.hurt_small=true -tfc\:entity.penguin.ambient=true -minecraft\:block.roots.hit=true -minecraft\:entity.sniffer.step=true -minecraft\:entity.player.attack.crit=true -minecraft\:entity.silverfish.death=true -minecraft\:entity.axolotl.splash=true -minecraft\:block.frogspawn.hatch=true -minecraft\:music.overworld.cherry_grove=true -create\:sanding_short=true -minecraft\:entity.camel.saddle=true -minecraft\:block.froglight.hit=true -minecraft\:block.nether_sprouts.place=true -minecraft\:block.fungus.place=true -minecraft\:block.gilded_blackstone.step=true -minecraft\:entity.piglin.retreat=true -minecraft\:entity.armor_stand.hit=true -minecraft\:ambient.basalt_deltas.loop=true -ad_astra\:space_laser=true -minecraft\:entity.skeleton_horse.step_water=true -minecraft\:music.menu=true -minecraft\:block.sculk_vein.place=true -create\:whistle_low=true -minecraft\:block.anvil.hit=true -minecraft\:entity.chicken.step=true -minecraft\:entity.cat.beg_for_food=true -minecraft\:block.wood.fall=true -minecraft\:entity.camel.hurt=true -minecraft\:entity.zombie.break_wooden_door=true -create\:mechanical_press_activation_belt_compounded_1=true -minecraft\:entity.goat.screaming.horn_break=true -minecraft\:entity.sniffer.digging_stop=true -minecraft\:ambient.warped_forest.mood=true -minecraft\:block.wood.place=true -minecraft\:block.anvil.land=true -minecraft\:item.firecharge.use=true -minecraft\:entity.horse.jump=true -minecraft\:block.pointed_dripstone.drip_lava=true -tfc\:entity.bear.sleep=true -minecraft\:entity.parrot.imitate.pillager=true -minecraft\:entity.ravager.death=true -minecraft\:block.grindstone.use=true -minecraft\:entity.firework_rocket.twinkle_far=true -minecraft\:block.powder_snow.place=true -minecraft\:entity.illusioner.prepare_blindness=true -minecraft\:entity.camel.death=true -minecraft\:entity.llama.chest=true -tfc\:entity.turkey.step=true -minecraft\:block.ladder.fall=true -minecraft\:block.candle.step=true -minecraft\:block.coral_block.break=true -minecraft\:block.soul_sand.step=true -tfc\:entity.smallmouth_bass.ambient=true -minecraft\:block.cherry_sapling.step=true -minecraft\:entity.evoker.prepare_summon=true -minecraft\:entity.armor_stand.fall=true -minecraft\:block.netherite_block.place=true -minecraft\:entity.turtle.ambient_land=true -minecraft\:block.bamboo_sapling.place=true -minecraft\:entity.piglin.admiring_item=true -minecraft\:block.calcite.fall=true -minecraft\:block.cherry_wood.break=true -minecraft\:entity.enderman.stare=true -minecraft\:entity.generic.big_fall=true -minecraft\:block.cherry_leaves.hit=true -tfc\:entity.cougar.hurt=true -minecraft\:entity.wandering_trader.no=true -minecraft\:block.wool.hit=true -minecraft\:entity.tadpole.flop=true -minecraft\:block.netherrack.place=true -minecraft\:block.ladder.step=true -minecraft\:block.candle.fall=true -tfc\:entity.bear.step=true -minecraft\:block.packed_mud.hit=true -minecraft\:entity.phantom.flap=true -minecraft\:item.hoe.till=true -minecraft\:block.tuff.step=true -minecraft\:block.cherry_sapling.fall=true -minecraft\:block.gilded_blackstone.fall=true -minecraft\:block.wart_block.step=true -minecraft\:entity.turtle.hurt=true -minecraft\:entity.dolphin.play=true -minecraft\:block.note_block.bit=true -minecraft\:block.sculk_sensor.fall=true -minecraft\:entity.villager.celebrate=true -minecraft\:block.lodestone.break=true -minecraft\:block.basalt.step=true -minecraft\:entity.polar_bear.hurt=true -minecraft\:entity.parrot.imitate.wither=true -minecraft\:entity.fox.screech=true -minecraft\:block.sculk_sensor.clicking_stop=true -minecraft\:entity.vex.death=true -minecraft\:entity.bee.loop=true -minecraft\:entity.vex.charge=true -minecraft\:block.beehive.work=true -gtceu\:cooling=true -minecraft\:entity.skeleton_horse.jump_water=true -minecraft\:entity.zombie_villager.death=true -tfc\:item.javelin.hit=true -tfc\:block.thin.place=true -minecraft\:entity.horse.ambient=true -minecraft\:entity.villager.work_armorer=true -minecraft\:block.mud_bricks.fall=true -minecraft\:entity.phantom.death=true -minecraft\:block.tripwire.detach=true -minecraft\:block.deepslate.place=true -tfc\:block.charcoal.place=true -ad_astra\:large_door_close=true -tfc\:entity.jellyfish.hurt=true -minecraft\:entity.ender_dragon.death=true -minecraft\:block.sand.hit=true -minecraft\:entity.leash_knot.place=true -minecraft\:entity.strider.retreat=true -minecraft\:entity.cow.step=true -minecraft\:entity.allay.item_taken=true -minecraft\:block.note_block.imitate.zombie=true -minecraft\:entity.mooshroom.convert=true -minecraft\:entity.warden.death=true -minecraft\:block.sculk_sensor.step=true -tfc\:entity.cougar.ambient=true -minecraft\:item.armor.equip_leather=true -minecraft\:block.bell.resonate=true -minecraft\:entity.mooshroom.milk=true -minecraft\:block.dispenser.fail=true -minecraft\:entity.endermite.death=true -minecraft\:entity.goat.screaming.prepare_ram=true -minecraft\:block.nether_sprouts.break=true -minecraft\:block.respawn_anchor.ambient=true -gtceu\:drill=true -minecraft\:item.crossbow.shoot=true -minecraft\:entity.bee.sting=true -minecraft\:block.deepslate.break=true -minecraft\:block.chest.open=true -minecraft\:block.netherite_block.break=true -minecraft\:block.note_block.cow_bell=true -minecraft\:block.iron_door.open=true -minecraft\:block.fungus.break=true -gtceu\:motor=true -tfc\:block.thin.break=true -minecraft\:entity.strider.happy=true -gtceu\:turbine=true -tfc\:entity.alpaca.hurt=true -minecraft\:ambient.soul_sand_valley.additions=true -minecraft\:block.slime_block.place=true -tfc\:item.knapping.leather=true -minecraft\:block.sculk_vein.break=true -minecraft\:block.fire.ambient=true -minecraft\:block.wooden_trapdoor.open=true -gtceu\:spray_can=true -minecraft\:entity.ravager.stunned=true -minecraft\:block.nether_wood.fall=true -minecraft\:entity.fox.aggro=true -minecraft\:entity.player.levelup=true -minecraft\:entity.dolphin.hurt=true -minecraft\:entity.glow_item_frame.place=true -minecraft\:entity.player.small_fall=true -tfc\:block.charcoal.fall=true -minecraft\:entity.skeleton.step=true -minecraft\:music_disc.13=true -minecraft\:entity.bee.death=true -minecraft\:entity.parrot.imitate.wither_skeleton=true -ad_astra\:light_speed_travel=true -minecraft\:music_disc.11=true -minecraft\:block.wart_block.hit=true -minecraft\:block.wet_grass.step=true -minecraft\:entity.pillager.ambient=true -minecraft\:entity.experience_bottle.throw=true -minecraft\:entity.wither_skeleton.ambient=true -minecraft\:item.trident.riptide_3=true -minecraft\:item.trident.riptide_2=true -minecraft\:block.calcite.break=true -minecraft\:block.pointed_dripstone.fall=true -minecraft\:entity.piglin_brute.hurt=true -minecraft\:block.nether_gold_ore.fall=true -minecraft\:entity.fox.eat=true -minecraft\:block.azalea.break=true -minecraft\:entity.armor_stand.place=true -minecraft\:item.trident.riptide_1=true -minecraft\:block.wet_grass.fall=true -minecraft\:block.mud_bricks.step=true -minecraft\:entity.pig.hurt=true -minecraft\:block.bamboo_wood_hanging_sign.fall=true -minecraft\:entity.wolf.pant=true -minecraft\:block.sweet_berry_bush.place=true -minecraft\:entity.parrot.imitate.endermite=true -minecraft\:block.tuff.fall=true -minecraft\:block.ancient_debris.hit=true -gtceu\:mixer=true -minecraft\:block.netherite_block.step=true -minecraft\:entity.frog.death=true -minecraft\:entity.endermite.hurt=true -minecraft\:block.deepslate.hit=true -minecraft\:entity.evoker.prepare_wololo=true -minecraft\:entity.warden.sniff=true -tfc\:entity.rainbow_trout.flop=true -minecraft\:entity.polar_bear.ambient_baby=true -tfc\:item.armor.equip_black_steel=true -minecraft\:block.sculk.hit=true -minecraft\:block.gravel.place=true -minecraft\:block.deepslate_bricks.break=true -tfc\:block.charcoal.step=true -minecraft\:entity.warden.nearby_closer=true -minecraft\:entity.wolf.shake=true -minecraft\:entity.firework_rocket.launch=true -minecraft\:block.basalt.break=true -tfc\:entity.rat.step=true -minecraft\:block.hanging_roots.fall=true -minecraft\:block.ender_chest.open=true -minecraft\:entity.piglin.jealous=true -create\:controller_take=true -minecraft\:block.sculk_sensor.hit=true -minecraft\:entity.camel.step_sand=true -tfc\:entity.quail.ambient=true -minecraft\:block.bamboo_wood.break=true -minecraft\:entity.parrot.imitate.ender_dragon=true -minecraft\:block.dispenser.dispense=true -minecraft\:block.sculk.fall=true -minecraft\:block.water.ambient=true -minecraft\:entity.donkey.eat=true -minecraft\:item.bucket.empty_tadpole=true -minecraft\:block.moss_carpet.hit=true -minecraft\:ambient.underwater.enter=true -minecraft\:entity.puffer_fish.hurt=true -minecraft\:entity.piglin.celebrate=true -minecraft\:entity.husk.ambient=true -gtceu\:combustion=true -minecraft\:entity.guardian.death=true -minecraft\:entity.stray.step=true -minecraft\:entity.shulker.death=true -minecraft\:entity.camel.dash_ready=true -minecraft\:entity.iron_golem.repair=true -minecraft\:block.large_amethyst_bud.break=true -minecraft\:block.shulker_box.close=true -minecraft\:block.deepslate_bricks.place=true -minecraft\:entity.guardian.flop=true -minecraft\:entity.piglin_brute.ambient=true -minecraft\:entity.chicken.death=true -minecraft\:entity.glow_item_frame.remove_item=true -minecraft\:entity.salmon.hurt=true -minecraft\:entity.spider.death=true -minecraft\:entity.turtle.shamble_baby=true -create\:mixing=true -create\:confirm=true -minecraft\:ui.button.click=true -tfc\:entity.bluegill.hurt=true -minecraft\:entity.generic.death=true -minecraft\:block.bamboo_wood_button.click_off=true -minecraft\:block.sculk_vein.fall=true -minecraft\:entity.hoglin.retreat=true -minecraft\:block.wooden_trapdoor.close=true -minecraft\:block.roots.fall=true -minecraft\:block.shroomlight.hit=true -minecraft\:block.flowering_azalea.break=true -minecraft\:block.nether_wood.step=true -tfc\:entity.rooster.cry=true -minecraft\:block.sculk_shrieker.hit=true -minecraft\:block.honey_block.fall=true -minecraft\:block.hanging_roots.hit=true -gtceu\:wrench=true -minecraft\:block.moss_carpet.fall=true -minecraft\:item.trident.throw=true -minecraft\:entity.armor_stand.break=true -minecraft\:entity.goat.prepare_ram=true -tfc\:entity.turkey.ambient=true -minecraft\:entity.player.attack.nodamage=true -minecraft\:entity.cow.milk=true -minecraft\:entity.hoglin.ambient=true -minecraft\:entity.llama.ambient=true -minecraft\:block.nylium.fall=true -minecraft\:block.sculk.step=true -minecraft\:entity.strider.step_lava=true -minecraft\:block.sweet_berry_bush.break=true -minecraft\:block.calcite.place=true -minecraft\:entity.snow_golem.ambient=true -tfc\:entity.rainbow_trout.death=true -minecraft\:block.metal.step=true -minecraft\:entity.donkey.angry=true -gtceu\:replicator=true -tfc\:entity.bluegill.ambient=true -minecraft\:ui.toast.in=true -minecraft\:block.wart_block.fall=true -minecraft\:block.slime_block.break=true -minecraft\:entity.enderman.ambient=true -minecraft\:item.crossbow.loading_start=true -minecraft\:entity.shulker.shoot=true -minecraft\:entity.drowned.swim=true -minecraft\:block.wet_grass.break=true -minecraft\:block.note_block.bass=true -tfc\:entity.lion.hurt=true -minecraft\:block.stem.hit=true -minecraft\:entity.parrot.imitate.ghast=true -minecraft\:block.honey_block.step=true -minecraft\:entity.squid.ambient=true -minecraft\:entity.strider.ambient=true -minecraft\:entity.ghast.ambient=true -minecraft\:ambient.underwater.loop=true -tfc\:entity.lake_trout.flop=true -minecraft\:block.respawn_anchor.set_spawn=true -minecraft\:block.wooden_pressure_plate.click_off=true -minecraft\:entity.experience_orb.pickup=true -minecraft\:entity.villager.work_fisherman=true -minecraft\:block.hanging_roots.step=true -minecraft\:entity.skeleton.ambient=true -minecraft\:music.overworld.forest=true -minecraft\:item.trident.return=true -minecraft\:entity.turtle.egg_crack=true -minecraft\:block.gilded_blackstone.break=true -tfc\:entity.pheasant.step=true -minecraft\:entity.magma_cube.jump=true -tfc\:entity.duck.step=true -minecraft\:block.mud.step=true -minecraft\:block.end_portal_frame.fill=true -create\:cranking_compounded_1=true -minecraft\:item.elytra.flying=true -minecraft\:entity.goat.screaming.ram_impact=true -minecraft\:block.lava.ambient=true -minecraft\:entity.rabbit.death=true -minecraft\:entity.camel.stand=true -minecraft\:block.cake.add_candle=true -minecraft\:block.slime_block.step=true -minecraft\:block.nether_gold_ore.step=true -create\:crushing_3=true -create\:crushing_2=true -minecraft\:entity.spider.ambient=true -create\:crushing_1=true -minecraft\:block.nether_wood_door.close=true -minecraft\:block.bamboo_wood.place=true -minecraft\:block.fungus.step=true -create\:whistle_train_low=true -minecraft\:entity.horse.breathe=true -ad_astra\:flying_saucer=true -minecraft\:entity.tropical_fish.death=true -minecraft\:block.moss_carpet.step=true -minecraft\:block.note_block.chime=true -minecraft\:entity.cow.death=true -minecraft\:ambient.crimson_forest.mood=true -minecraft\:ambient.underwater.loop.additions=true -minecraft\:block.bamboo_wood_hanging_sign.hit=true -minecraft\:entity.skeleton_horse.ambient_water=true -minecraft\:entity.hostile.death=true -minecraft\:block.chain.hit=true -minecraft\:entity.warden.roar=true -minecraft\:block.flowering_azalea.place=true -tfc\:entity.sabertooth.step=true -minecraft\:block.mud.hit=true -minecraft\:entity.minecart.inside.underwater=true -minecraft\:entity.strider.hurt=true -tfc\:item.armor.equip_bismuth_bronze=true -create\:chiff=true -minecraft\:entity.evoker.prepare_attack=true -minecraft\:block.note_block.imitate.wither_skeleton=true -minecraft\:item.bundle.drop_contents=true -minecraft\:entity.horse.angry=true -minecraft\:entity.zoglin.ambient=true -minecraft\:block.stone.hit=true -minecraft\:block.nylium.step=true -minecraft\:block.soul_sand.fall=true -create\:mechanical_press_activation_belt=true -minecraft\:entity.strider.saddle=true -minecraft\:entity.zombie_horse.hurt=true -minecraft\:entity.cod.ambient=true -minecraft\:entity.player.hurt_freeze=true -minecraft\:block.enchantment_table.use=true -minecraft\:block.bell.use=true -minecraft\:entity.frog.long_jump=true -minecraft\:entity.hostile.splash=true -minecraft\:block.large_amethyst_bud.place=true -minecraft\:block.weeping_vines.break=true -minecraft\:block.wood.step=true -ad_astra\:windy=true -minecraft\:block.wet_grass.place=true -minecraft\:entity.goat.screaming.hurt=true -ad_astra\:imminent_doom=true -minecraft\:item.bucket.fill_tadpole=true -minecraft\:block.bamboo_wood_hanging_sign.step=true -minecraft\:block.note_block.guitar=true -minecraft\:item.bottle.fill_dragonbreath=true -minecraft\:entity.rabbit.hurt=true -minecraft\:entity.wandering_trader.reappeared=true -create\:haunted_bell_convert=true -minecraft\:item.honey_bottle.drink=true -minecraft\:entity.turtle.death=true -minecraft\:entity.pig.saddle=true -minecraft\:entity.parrot.imitate.guardian=true -minecraft\:entity.tadpole.death=true -minecraft\:entity.fox.ambient=true -minecraft\:entity.villager.work_farmer=true -tfc\:item.pan.use=true -minecraft\:block.roots.step=true -minecraft\:block.fungus.hit=true -gtceu\:electrolyzer=true -minecraft\:entity.villager.work_shepherd=true -minecraft\:entity.player.hurt_sweet_berry_bush=true -minecraft\:block.sculk_vein.step=true -minecraft\:block.pointed_dripstone.place=true -minecraft\:block.slime_block.fall=true -minecraft\:block.decorated_pot.place=true -minecraft\:entity.fishing_bobber.retrieve=true -minecraft\:entity.axolotl.idle_water=true -minecraft\:music.overworld.grove=true -minecraft\:block.weeping_vines.place=true -minecraft\:block.note_block.didgeridoo=true -tfc\:entity.penguin.hurt=true -minecraft\:entity.wandering_trader.trade=true -create\:whistle_train_manual_low=true -minecraft\:block.nether_ore.hit=true -minecraft\:entity.vex.hurt=true -minecraft\:block.fence_gate.open=true -minecraft\:block.sweet_berry_bush.pick_berries=true -minecraft\:entity.ender_dragon.ambient=true -minecraft\:block.stone.break=true -tfc\:entity.moose.hurt=true -minecraft\:block.sniffer_egg.plop=true -minecraft\:entity.ravager.celebrate=true -minecraft\:block.chain.step=true -minecraft\:block.suspicious_gravel.break=true -minecraft\:block.mud.fall=true -minecraft\:block.lava.pop=true -tfc\:entity.lake_trout.hurt=true -minecraft\:entity.item_frame.break=true -minecraft\:block.amethyst_block.hit=true -minecraft\:block.beacon.ambient=true -create\:saw_activate_wood=true -minecraft\:entity.guardian.hurt_land=true -tfc\:block.wattle.daubed=true -minecraft\:entity.fox.hurt=true -minecraft\:entity.panda.death=true -create\:peculiar_bell_use=true -minecraft\:item.totem.use=true -minecraft\:entity.fishing_bobber.splash=true -minecraft\:music_disc.wait=true -minecraft\:ambient.underwater.loop.additions.ultra_rare=true -gtceu\:arc=true -minecraft\:block.honey_block.slide=true -minecraft\:block.nether_ore.fall=true -minecraft\:entity.skeleton_horse.ambient=true -minecraft\:block.soul_soil.place=true -tfc\:entity.bear.hurt=true -create\:potato_hit=true -tfc\:entity.musk_ox.step=true -minecraft\:block.wooden_button.click_on=true -minecraft\:block.shroomlight.break=true -minecraft\:entity.squid.hurt=true -minecraft\:block.rooted_dirt.hit=true -minecraft\:block.cherry_wood_trapdoor.open=true -minecraft\:block.roots.place=true -minecraft\:block.mud.break=true -minecraft\:entity.arrow.hit_player=true -minecraft\:block.mud.place=true -minecraft\:block.muddy_mangrove_roots.fall=true -minecraft\:entity.illusioner.death=true -minecraft\:entity.shulker.hurt_closed=true -minecraft\:entity.silverfish.hurt=true -minecraft\:item.spyglass.use=true -minecraft\:entity.parrot.imitate.hoglin=true -minecraft\:entity.iron_golem.step=true -minecraft\:block.blastfurnace.fire_crackle=true -minecraft\:block.chain.fall=true -tfc\:entity.rainbow_trout.ambient=true -minecraft\:block.honey_block.hit=true -minecraft\:entity.magma_cube.death_small=true -minecraft\:entity.fox.teleport=true -minecraft\:entity.phantom.hurt=true -minecraft\:block.candle.hit=true -minecraft\:block.portal.travel=true -minecraft\:item.brush.brushing.gravel.complete=true -create\:saw_activate_stone=true -minecraft\:entity.goat.screaming.eat=true -minecraft\:entity.allay.ambient_with_item=true -minecraft\:music_disc.otherside=true -minecraft\:entity.slime.death=true -tfc\:entity.manatee.ambient=true -tfc\:entity.turkey.death=true -minecraft\:entity.skeleton.hurt=true -minecraft\:block.moss_carpet.place=true -minecraft\:block.nether_wood_door.open=true -minecraft\:block.big_dripleaf.step=true -minecraft\:block.bamboo.hit=true -minecraft\:block.bamboo_wood_pressure_plate.click_off=true -minecraft\:item.trident.hit_ground=true -minecraft\:item.brush.brushing.gravel=true -minecraft\:block.portal.ambient=true -minecraft\:block.snow.place=true -minecraft\:entity.stray.hurt=true -minecraft\:music_disc.blocks=true -minecraft\:entity.ender_dragon.hurt=true -minecraft\:entity.glow_squid.ambient=true -minecraft\:item.honeycomb.wax_on=true -minecraft\:entity.wither.break_block=true -minecraft\:entity.sniffer.sniffing=true -minecraft\:block.ender_chest.close=true -tfc\:item.armor.equip_wrought_iron=true -minecraft\:entity.witch.ambient=true -minecraft\:block.respawn_anchor.deplete=true -minecraft\:block.candle.break=true -minecraft\:block.spore_blossom.break=true -minecraft\:block.amethyst_block.place=true -minecraft\:item.armor.equip_diamond=true -minecraft\:block.nether_wood.place=true -minecraft\:block.pointed_dripstone.drip_water=true -minecraft\:entity.blaze.shoot=true -minecraft\:block.nether_gold_ore.break=true -minecraft\:entity.sheep.shear=true -minecraft\:entity.ender_pearl.throw=true -minecraft\:block.beacon.activate=true -minecraft\:block.tuff.break=true -minecraft\:entity.turtle.egg_hatch=true -minecraft\:block.redstone_torch.burnout=true -minecraft\:intentionally_empty=true -minecraft\:entity.zombified_piglin.angry=true -gtceu\:furnace=true -minecraft\:block.fungus.fall=true -minecraft\:block.moss.step=true -minecraft\:block.dispenser.launch=true -minecraft\:entity.cat.hiss=true -minecraft\:block.nether_wart.break=true -minecraft\:entity.goat.long_jump=true -minecraft\:entity.ravager.roar=true -minecraft\:block.note_block.imitate.ender_dragon=true -create\:sanding_long=true -minecraft\:entity.blaze.hurt=true -minecraft\:block.sniffer_egg.crack=true -minecraft\:entity.endermite.ambient=true -minecraft\:block.ancient_debris.step=true -minecraft\:entity.panda.bite=true -minecraft\:entity.parrot.imitate.silverfish=true -create\:slime_added=true -minecraft\:block.polished_deepslate.step=true -minecraft\:block.bamboo_wood.fall=true -minecraft\:entity.wandering_trader.hurt=true -minecraft\:entity.dolphin.ambient_water=true -tfc\:entity.turkey.hurt=true -minecraft\:entity.bat.death=true -minecraft\:item.bottle.fill=true -tfc\:entity.moose.ambient=true -minecraft\:entity.piglin.converted_to_zombified=true -minecraft\:entity.arrow.shoot=true -minecraft\:ambient.warped_forest.additions=true -minecraft\:block.nether_ore.step=true -minecraft\:entity.strider.step=true -minecraft\:entity.goat.death=true -minecraft\:entity.panda.aggressive_ambient=true -minecraft\:block.big_dripleaf.hit=true -minecraft\:entity.husk.converted_to_zombie=true -minecraft\:entity.villager.work_cleric=true -minecraft\:block.bubble_column.bubble_pop=true -minecraft\:entity.phantom.swoop=true -minecraft\:entity.piglin_brute.death=true -minecraft\:entity.llama.death=true -minecraft\:entity.piglin.hurt=true -minecraft\:entity.parrot.imitate.phantom=true -minecraft\:music.overworld.lush_caves=true -tfc\:entity.jellyfish.ambient=true -minecraft\:entity.boat.paddle_land=true -minecraft\:entity.frog.tongue=true -minecraft\:music_disc.ward=true -minecraft\:entity.fox.sniff=true -minecraft\:entity.wither_skeleton.hurt=true -minecraft\:block.azalea_leaves.fall=true -minecraft\:entity.wither_skeleton.step=true -minecraft\:entity.drowned.hurt_water=true -gtceu\:wirecutter=true -minecraft\:block.tuff.hit=true -minecraft\:entity.sheep.hurt=true -tfc\:entity.crappie.death=true -minecraft\:block.metal.fall=true -minecraft\:block.netherite_block.fall=true -minecraft\:entity.pig.step=true -minecraft\:entity.villager.yes=true -minecraft\:music.nether.soul_sand_valley=true -minecraft\:entity.ender_dragon.growl=true -minecraft\:entity.vindicator.hurt=true -create\:blaze_munch=true -minecraft\:entity.llama.swag=true -minecraft\:block.small_dripleaf.break=true -minecraft\:entity.villager.work_toolsmith=true -minecraft\:item.bucket.fill_fish=true -minecraft\:block.moss_carpet.break=true -minecraft\:block.bamboo_sapling.hit=true -tfc\:entity.moose.death=true -minecraft\:block.nether_wood_hanging_sign.break=true -minecraft\:block.spore_blossom.place=true -minecraft\:entity.enderman.scream=true -minecraft\:block.soul_sand.hit=true -minecraft\:entity.parrot.imitate.warden=true -minecraft\:entity.minecart.riding=true -minecraft\:block.tuff.place=true -minecraft\:block.soul_soil.break=true -minecraft\:entity.illusioner.prepare_mirror=true -minecraft\:entity.elder_guardian.death=true -create\:mechanical_press_activation_compounded_1=true -minecraft\:block.ladder.hit=true -minecraft\:entity.polar_bear.warning=true -minecraft\:block.amethyst_block.break=true -minecraft\:entity.piglin_brute.converted_to_zombified=true -minecraft\:entity.parrot.imitate.magma_cube=true -minecraft\:block.small_dripleaf.place=true -minecraft\:entity.cat.purreow=true -minecraft\:block.beacon.deactivate=true -minecraft\:music_disc.pigstep=true -minecraft\:entity.parrot.imitate.elder_guardian=true -minecraft\:block.conduit.attack.target=true -minecraft\:music.overworld.flower_forest=true -minecraft\:entity.arrow.hit=true -tfc\:entity.quail.hurt=true -minecraft\:item.ink_sac.use=true -minecraft\:entity.witch.death=true -minecraft\:entity.squid.death=true -minecraft\:block.gilded_blackstone.hit=true -tfc\:entity.yak.hurt=true -minecraft\:entity.sheep.ambient=true -minecraft\:block.bone_block.place=true -minecraft\:entity.cow.ambient=true -minecraft\:entity.tropical_fish.flop=true -minecraft\:block.frogspawn.place=true -minecraft\:entity.snow_golem.shear=true -minecraft\:block.azalea_leaves.step=true -minecraft\:entity.panda.ambient=true -minecraft\:block.polished_deepslate.fall=true -minecraft\:item.armor.equip_chain=true -minecraft\:entity.dolphin.ambient=true -minecraft\:entity.parrot.imitate.zombie=true -minecraft\:block.snow.break=true -minecraft\:block.lily_pad.place=true -gtceu\:compressor=true -minecraft\:entity.zombie_villager.hurt=true -minecraft\:item.bucket.empty_milk=true -minecraft\:entity.dolphin.eat=true -minecraft\:entity.evoker.hurt=true -tfc\:entity.sabertooth.ambient=true -minecraft\:block.gravel.hit=true -minecraft\:item.bucket.fill_lava=true -minecraft\:entity.magma_cube.squish_small=true -minecraft\:entity.bee.pollinate=true -minecraft\:entity.ocelot.hurt=true -minecraft\:block.sand.place=true -gtceu\:portal_closing=true -minecraft\:entity.generic.small_fall=true -minecraft\:block.chiseled_bookshelf.hit=true -tfc\:entity.deer.step=true -minecraft\:block.chain.break=true -gtceu\:assembler=true -minecraft\:entity.ravager.hurt=true -ad_astra\:wrench=true -minecraft\:block.weeping_vines.fall=true -minecraft\:block.soul_soil.step=true -minecraft\:block.bamboo_wood_hanging_sign.break=true -minecraft\:block.wooden_button.click_off=true -minecraft\:entity.wandering_trader.death=true -minecraft\:entity.warden.dig=true -minecraft\:entity.guardian.attack=true -minecraft\:entity.bee.loop_aggressive=true -minecraft\:block.scaffolding.hit=true -minecraft\:event.raid.horn=true -minecraft\:entity.goat.screaming.death=true -minecraft\:ambient.nether_wastes.mood=true -minecraft\:block.anvil.destroy=true -minecraft\:block.cherry_wood.place=true -minecraft\:block.bamboo_wood_button.click_on=true -minecraft\:block.hanging_roots.break=true -minecraft\:block.netherrack.break=true -minecraft\:block.respawn_anchor.charge=true -tfc\:block.bloomery.crackle=true -minecraft\:block.pink_petals.break=true -minecraft\:entity.piglin.death=true -minecraft\:entity.warden.listening_angry=true -minecraft\:entity.witch.hurt=true -minecraft\:entity.player.breath=true -minecraft\:entity.dolphin.swim=true -minecraft\:entity.stray.death=true -minecraft\:block.deepslate_tiles.step=true -minecraft\:block.wet_grass.hit=true -minecraft\:block.ancient_debris.fall=true -minecraft\:block.note_block.pling=true -minecraft\:entity.ghast.warn=true -minecraft\:entity.warden.heartbeat=true -minecraft\:entity.skeleton_horse.death=true -ad_astra\:passing_spaceship=true -minecraft\:entity.sniffer.scenting=true -tfc\:entity.pheasant.hurt=true -minecraft\:entity.parrot.imitate.husk=true -minecraft\:block.spore_blossom.hit=true -minecraft\:entity.tadpole.grow_up=true -minecraft\:entity.axolotl.attack=true -minecraft\:entity.polar_bear.step=true -minecraft\:entity.turtle.hurt_baby=true -tfc\:entity.duck.ambient=true -minecraft\:entity.horse.land=true -minecraft\:entity.parrot.step=true -minecraft\:music.dragon=true -minecraft\:block.big_dripleaf.place=true -minecraft\:block.nether_sprouts.hit=true -gtceu\:centrifuge=true -minecraft\:block.lava.extinguish=true -minecraft\:block.basalt.fall=true -minecraft\:entity.player.big_fall=true -minecraft\:entity.villager.work_librarian=true -minecraft\:block.stone_button.click_off=true -minecraft\:block.dripstone_block.hit=true -minecraft\:entity.slime.hurt=true -minecraft\:block.end_gateway.spawn=true -minecraft\:entity.iron_golem.attack=true -minecraft\:entity.chicken.egg=true -tfc\:entity.jellyfish.death=true -minecraft\:block.amethyst_cluster.hit=true -minecraft\:entity.zoglin.hurt=true -minecraft\:block.ladder.break=true -minecraft\:block.bubble_column.whirlpool_inside=true -minecraft\:entity.glow_item_frame.break=true -minecraft\:item.crossbow.hit=true -minecraft\:entity.elder_guardian.hurt_land=true -minecraft\:block.end_portal.spawn=true -minecraft\:music_disc.cat=true -minecraft\:music.overworld.snowy_slopes=true -minecraft\:block.bamboo_wood.step=true -minecraft\:entity.generic.burn=true -minecraft\:block.bubble_column.whirlpool_ambient=true -tfc\:block.quern.drag=true -minecraft\:block.composter.empty=true -minecraft\:block.sculk.break=true -minecraft\:entity.zombie_villager.converted=true -minecraft\:block.chain.place=true -minecraft\:entity.shulker.teleport=true -tfc\:random.dirt_slide_short=true -minecraft\:entity.sniffer.happy=true -minecraft\:block.bone_block.break=true -minecraft\:item.glow_ink_sac.use=true -tfc\:entity.crappie.flop=true -minecraft\:entity.leash_knot.break=true -minecraft\:entity.zombie_villager.ambient=true -minecraft\:entity.enderman.death=true -minecraft\:block.froglight.break=true -create\:contraption_assemble=true -tfc\:block.anvil.hit=true -minecraft\:ambient.underwater.loop.additions.rare=true -minecraft\:block.calcite.step=true -minecraft\:entity.zoglin.attack=true -minecraft\:block.stone.fall=true -minecraft\:ui.loom.take_result=true -minecraft\:entity.puffer_fish.flop=true -minecraft\:block.big_dripleaf.tilt_down=true -minecraft\:entity.parrot.death=true -tfc\:entity.lion.death=true -minecraft\:block.hanging_roots.place=true -minecraft\:block.amethyst_block.fall=true -minecraft\:block.note_block.xylophone=true -minecraft\:entity.elder_guardian.ambient_land=true -minecraft\:entity.rabbit.ambient=true -tfc\:item.firestarter.use=true -minecraft\:entity.blaze.death=true -patchouli\:book_flip=true -minecraft\:block.beehive.exit=true -minecraft\:entity.vex.ambient=true -minecraft\:block.dripstone_block.break=true -minecraft\:block.coral_block.place=true -tfc\:block.scribing_table.use=true -minecraft\:block.shroomlight.place=true -minecraft\:entity.guardian.ambient_land=true -minecraft\:block.coral_block.step=true -gtceu\:saw=true -minecraft\:entity.generic.eat=true -minecraft\:item.bucket.fill_milk=true -tfc\:block.barrel.open=true -minecraft\:block.weeping_vines.step=true -minecraft\:block.moss.fall=true -tfc\:block.charcoal.hit=true -minecraft\:block.cherry_wood.hit=true -minecraft\:entity.axolotl.swim=true -minecraft\:block.slime_block.hit=true -minecraft\:entity.husk.step=true -minecraft\:entity.zombie.death=true -create\:contraption_disassemble=true -create\:wrench_rotate=true -minecraft\:entity.ender_dragon.shoot=true -minecraft\:block.sculk_catalyst.hit=true -minecraft\:entity.zombie.step=true -minecraft\:block.stone.place=true -minecraft\:entity.allay.item_given=true -minecraft\:entity.wolf.howl=true -minecraft\:entity.pig.ambient=true -tfc\:entity.smallmouth_bass.death=true -minecraft\:entity.iron_golem.death=true -minecraft\:block.nether_wood_trapdoor.close=true -minecraft\:entity.item_frame.place=true -minecraft\:music.overworld.jungle=true -minecraft\:block.chiseled_bookshelf.pickup=true -minecraft\:entity.item_frame.remove_item=true -tfc\:entity.rat.ambient=true -minecraft\:entity.warden.ambient=true -tfc\:entity.bluegill.flop=true -minecraft\:block.flowering_azalea.hit=true -minecraft\:block.nether_gold_ore.place=true -minecraft\:entity.iron_golem.damage=true -minecraft\:block.candle.place=true -minecraft\:block.beehive.enter=true -minecraft\:entity.elder_guardian.curse=true -minecraft\:entity.firework_rocket.blast=true -minecraft\:entity.wolf.whine=true -minecraft\:ambient.basalt_deltas.mood=true -gtceu\:boiler=true -minecraft\:block.coral_block.fall=true -minecraft\:block.stone.step=true -minecraft\:block.nether_wood.break=true -minecraft\:block.sculk.place=true -minecraft\:entity.llama.eat=true -tfc\:entity.smallmouth_bass.hurt=true -create\:mechanical_press_activation=true -minecraft\:entity.generic.splash=true -minecraft\:block.sculk_catalyst.place=true -minecraft\:entity.frog.ambient=true -minecraft\:entity.wolf.step=true -minecraft\:entity.slime.squish=true -minecraft\:block.sniffer_egg.hatch=true -minecraft\:block.froglight.place=true -minecraft\:entity.bat.loop=true -minecraft\:item.bucket.empty_fish=true -minecraft\:entity.goat.eat=true -minecraft\:entity.hoglin.step=true -minecraft\:entity.illusioner.hurt=true -minecraft\:entity.slime.death_small=true -minecraft\:entity.zombie.ambient=true -minecraft\:block.sand.break=true -minecraft\:block.amethyst_block.step=true -minecraft\:block.decorated_pot.break=true -minecraft\:entity.goat.hurt=true -minecraft\:entity.generic.extinguish_fire=true -ad_astra\:small_door_open=true -minecraft\:block.metal.hit=true -minecraft\:entity.rabbit.attack=true -minecraft\:block.muddy_mangrove_roots.step=true -tfc\:item.cool=true -minecraft\:block.big_dripleaf.break=true -minecraft\:entity.guardian.ambient=true -minecraft\:block.tripwire.attach=true -tfc\:entity.grouse.death=true -minecraft\:block.suspicious_gravel.place=true -minecraft\:entity.goat.screaming.long_jump=true -minecraft\:block.ladder.place=true -minecraft\:block.dripstone_block.place=true -minecraft\:block.bamboo_wood_hanging_sign.place=true -minecraft\:entity.hostile.swim=true -minecraft\:block.nether_wood_fence_gate.open=true -minecraft\:entity.tnt.primed=true -minecraft\:block.soul_soil.fall=true -minecraft\:block.big_dripleaf.fall=true -minecraft\:entity.generic.swim=true -minecraft\:block.stone_button.click_on=true -minecraft\:entity.slime.squish_small=true -minecraft\:entity.villager.work_cartographer=true -minecraft\:entity.warden.nearby_closest=true -minecraft\:block.fence_gate.close=true -minecraft\:entity.mule.ambient=true -tfc\:block.thin.hit=true -minecraft\:block.beehive.drip=true -minecraft\:block.campfire.crackle=true -minecraft\:block.comparator.click=true -minecraft\:block.metal_pressure_plate.click_off=true -minecraft\:item.armor.equip_iron=true -minecraft\:entity.panda.sneeze=true -minecraft\:entity.dolphin.jump=true -minecraft\:music_disc.relic=true -gtceu\:science=true -minecraft\:block.sculk_catalyst.fall=true -minecraft\:block.ancient_debris.break=true -minecraft\:item.nether_wart.plant=true -minecraft\:entity.fox.spit=true -minecraft\:block.chiseled_bookshelf.break=true -minecraft\:block.cherry_leaves.fall=true -minecraft\:block.azalea_leaves.break=true -minecraft\:entity.hostile.big_fall=true -minecraft\:entity.turtle.death_baby=true -minecraft\:entity.cod.death=true -minecraft\:entity.player.death=true -minecraft\:block.scaffolding.fall=true -minecraft\:block.lantern.fall=true -create\:cranking=true -minecraft\:entity.splash_potion.throw=true -minecraft\:block.bone_block.step=true -minecraft\:entity.dolphin.splash=true -ad_astra\:large_door_open=true -minecraft\:entity.wither.ambient=true -minecraft\:block.wart_block.place=true -minecraft\:entity.creeper.primed=true -minecraft\:entity.horse.eat=true -tfc\:random.rock_slide_short=true -minecraft\:block.copper.place=true -minecraft\:entity.elder_guardian.hurt=true -minecraft\:entity.polar_bear.ambient=true -minecraft\:block.nether_wood_button.click_off=true -minecraft\:block.chest.locked=true -tfc\:entity.duck.death=true -minecraft\:entity.frog.step=true -minecraft\:block.small_amethyst_bud.break=true -minecraft\:entity.wolf.ambient=true -minecraft\:block.cherry_wood.fall=true -minecraft\:block.nether_wood_pressure_plate.click_on=true -minecraft\:block.decorated_pot.fall=true -minecraft\:block.candle.extinguish=true -minecraft\:weather.rain=false -minecraft\:entity.phantom.ambient=true -minecraft\:entity.cat.death=true -tfc\:entity.rat.hurt=true -minecraft\:block.sand.step=true -minecraft\:entity.goat.screaming.ambient=true -minecraft\:entity.ender_dragon.flap=true -create\:whistle_train=true -create\:funnel_flap=true -minecraft\:block.conduit.deactivate=true -tfc\:block.thatch.fall=true -minecraft\:entity.generic.hurt=true -minecraft\:entity.puffer_fish.death=true -minecraft\:entity.turtle.egg_break=true -minecraft\:entity.elder_guardian.death_land=true -minecraft\:entity.magma_cube.death=true -tfc\:entity.lion.attack=true -minecraft\:item.spyglass.stop_using=true -minecraft\:entity.donkey.ambient=true -minecraft\:ui.loom.select_pattern=true -minecraft\:weather.rain.above=false -tfc\:entity.musk_ox.death=true -tfc\:entity.smallmouth_bass.flop=true -create\:wrench_remove_compounded_1=true -minecraft\:block.wooden_door.open=true -minecraft\:ambient.crimson_forest.loop=true -minecraft\:block.cherry_wood_button.click_on=true -gtceu\:sus=true -gtceu\:macerator=true -minecraft\:block.pumpkin.carve=true -tfc\:block.bellows.blow=true -minecraft\:block.vine.fall=true -minecraft\:block.cherry_wood_trapdoor.close=true -minecraft\:block.decorated_pot.step=true -minecraft\:item.shield.block=true -minecraft\:block.note_block.snare=true -minecraft\:block.copper.break=true -minecraft\:block.grass.break=true -minecraft\:block.metal.place=true -minecraft\:entity.allay.hurt=true -minecraft\:block.vine.hit=true -minecraft\:block.wart_block.break=true -minecraft\:entity.zombie_horse.ambient=true -minecraft\:block.nether_ore.place=true -minecraft\:block.sculk_catalyst.step=true -minecraft\:entity.horse.death=true -minecraft\:entity.parrot.imitate.ravager=true -tfc\:random.rock_slide_long_fake=true -minecraft\:entity.item.break=true -minecraft\:entity.wandering_trader.yes=true -minecraft\:entity.blaze.burn=true -tfc\:block.thatch.step=true -minecraft\:entity.mooshroom.suspicious_milk=true -minecraft\:entity.pig.death=true -minecraft\:entity.zombie.infect=true -tfc\:entity.cougar.sleep=true -minecraft\:block.sand.fall=true -minecraft\:item.bundle.remove_one=true -minecraft\:entity.hoglin.hurt=true -minecraft\:entity.horse.hurt=true -minecraft\:block.polished_deepslate.place=true -minecraft\:entity.creeper.death=true -minecraft\:block.honey_block.break=true -minecraft\:block.sculk_catalyst.break=true -minecraft\:entity.squid.squirt=true -minecraft\:entity.villager.work_leatherworker=true -minecraft\:block.stone_pressure_plate.click_on=true -minecraft\:ui.toast.challenge_complete=true -minecraft\:entity.guardian.death_land=true -tfc\:item.jug.blow=true -minecraft\:block.pink_petals.place=true -minecraft\:block.cherry_wood_pressure_plate.click_off=true -minecraft\:entity.hoglin.converted_to_zombified=true -minecraft\:block.nether_wood_fence_gate.close=true -minecraft\:music_disc.stal=true -create\:mixing_compounded_1=true -minecraft\:block.sculk_vein.hit=true -tfc\:entity.rat.death=true -minecraft\:entity.firework_rocket.large_blast_far=true -minecraft\:entity.parrot.imitate.zoglin=true -minecraft\:entity.drowned.ambient_water=true -minecraft\:entity.fish.swim=true -minecraft\:entity.sniffer.drop_seed=true -minecraft\:entity.villager.ambient=true -tfc\:entity.crappie.hurt=true -minecraft\:block.lantern.step=true -patchouli\:book_open=true -create\:whistle_high=true -minecraft\:block.note_block.harp=true -minecraft\:entity.parrot.imitate.shulker=true -minecraft\:entity.axolotl.death=true -minecraft\:entity.skeleton_horse.gallop_water=true -minecraft\:music_disc.mellohi=true -minecraft\:music.overworld.frozen_peaks=true -minecraft\:entity.drowned.ambient=true -minecraft\:entity.elder_guardian.ambient=true -minecraft\:block.nether_wood_hanging_sign.hit=true -minecraft\:block.rooted_dirt.place=true -tfc\:entity.rainbow_trout.hurt=true -minecraft\:block.vine.step=true -minecraft\:block.azalea_leaves.place=true -minecraft\:music.credits=true -minecraft\:entity.zombie.converted_to_drowned=true -minecraft\:block.note_block.flute=true -tfc\:entity.largemouth_bass.hurt=true -minecraft\:entity.zombified_piglin.ambient=true -minecraft\:entity.fox.death=true -minecraft\:block.bone_block.fall=true -minecraft\:item.crossbow.quick_charge_2=true -minecraft\:item.crossbow.quick_charge_1=true -minecraft\:entity.player.splash=true -minecraft\:block.amethyst_block.chime=true -minecraft\:entity.husk.death=true -minecraft\:music_disc.far=true -minecraft\:music.end=true -create\:potato_hit_compounded_1=true -minecraft\:item.bucket.empty_powder_snow=true -minecraft\:item.bucket.fill_powder_snow=true -minecraft\:block.scaffolding.step=true -minecraft\:entity.firework_rocket.large_blast=true -minecraft\:entity.panda.eat=true -minecraft\:item.crossbow.quick_charge_3=true -minecraft\:entity.wither_skeleton.death=true -minecraft\:ambient.cave=true -minecraft\:block.cave_vines.pick_berries=true -minecraft\:entity.spider.step=true -minecraft\:entity.illusioner.mirror_move=true -tfc\:item.fertilizer.use=true -minecraft\:block.pointed_dripstone.drip_lava_into_cauldron=true -create\:steam=true -minecraft\:entity.salmon.ambient=true -minecraft\:entity.slime.hurt_small=true -minecraft\:block.azalea.step=true -minecraft\:entity.wolf.death=true -minecraft\:entity.wandering_trader.disappeared=true -minecraft\:block.pointed_dripstone.land=true -minecraft\:block.small_amethyst_bud.place=true -minecraft\:entity.mule.angry=true -minecraft\:entity.husk.hurt=true -minecraft\:block.snow.hit=true -tfc\:entity.manatee.hurt=true -minecraft\:block.portal.trigger=true -gtceu\:tricorder=true -minecraft\:entity.puffer_fish.sting=true -minecraft\:block.grass.hit=true -minecraft\:block.conduit.ambient=true -minecraft\:block.deepslate_tiles.fall=true -minecraft\:block.stone_pressure_plate.click_off=true -minecraft\:block.bubble_column.upwards_inside=true -minecraft\:block.copper.hit=true -minecraft\:entity.parrot.hurt=true -minecraft\:entity.horse.gallop=true -create\:copper_armor_equip=true -minecraft\:entity.allay.item_thrown=true -minecraft\:entity.zombie_horse.death=true -minecraft\:block.grass.place=true -minecraft\:entity.evoker.ambient=true -tfc\:block.peat.hit=true -minecraft\:entity.zoglin.death=true -minecraft\:entity.parrot.imitate.slime=true -minecraft\:block.bamboo_wood_trapdoor.open=true -minecraft\:block.cave_vines.hit=true -minecraft\:block.barrel.close=true -minecraft\:entity.chicken.ambient=true -minecraft\:entity.cat.hurt=true -tfc\:random.rock_smash=true -minecraft\:entity.guardian.hurt=true -minecraft\:entity.hoglin.angry=true -minecraft\:entity.ghast.death=true -minecraft\:music_disc.mall=true -minecraft\:entity.silverfish.step=true -tfc\:entity.duck.hurt=true -tfc\:entity.manatee.death=true -minecraft\:entity.turtle.shamble=true -minecraft\:entity.shulker_bullet.hurt=true -minecraft\:music.game=true -minecraft\:block.nether_ore.break=true -minecraft\:item.bucket.empty=true -minecraft\:block.calcite.hit=true -minecraft\:block.decorated_pot.shatter=true -minecraft\:block.sculk_shrieker.step=true -tfc\:entity.sabertooth.death=true -minecraft\:entity.snowball.throw=true -minecraft\:block.chorus_flower.grow=true -minecraft\:entity.hostile.small_fall=true -minecraft\:block.bubble_column.upwards_ambient=true -minecraft\:entity.hoglin.attack=true -minecraft\:entity.warden.nearby_close=true -minecraft\:block.cave_vines.place=true -minecraft\:block.nylium.hit=true -minecraft\:item.bucket.empty_lava=true -minecraft\:block.azalea.fall=true -ae2\:guide.click=true -tfc\:item.armor.equip_blue_steel=true -minecraft\:block.nether_wood_hanging_sign.step=true -minecraft\:block.nether_wood_hanging_sign.place=true -minecraft\:entity.player.burp=true -minecraft\:block.cherry_wood_button.click_off=true -create\:schematicannon_launch_block=true -minecraft\:block.bamboo_wood_trapdoor.close=true -minecraft\:entity.item.pickup=true -minecraft\:entity.villager.work_butcher=true -minecraft\:entity.player.attack.knockback=true -minecraft\:block.bamboo.step=true -minecraft\:block.stem.place=true -minecraft\:block.cherry_wood_hanging_sign.step=true -minecraft\:block.amethyst_cluster.break=true -minecraft\:block.glass.place=true -minecraft\:item.armor.equip_elytra=true -minecraft\:entity.cat.stray_ambient=true -minecraft\:block.small_dripleaf.step=true -minecraft\:entity.strider.eat=true -minecraft\:entity.player.hurt_drown=true -gtceu\:fire=true -minecraft\:block.growing_plant.crop=true -minecraft\:entity.lingering_potion.throw=true -minecraft\:block.cherry_sapling.hit=true -minecraft\:block.deepslate_bricks.fall=true -minecraft\:entity.zombie.attack_iron_door=true -minecraft\:entity.camel.ambient=true -minecraft\:entity.ghast.shoot=true -minecraft\:music.overworld.stony_peaks=true -minecraft\:block.cherry_leaves.place=true -minecraft\:block.bamboo.fall=true -minecraft\:block.composter.fill_success=true -minecraft\:ambient.nether_wastes.loop=true -minecraft\:entity.turtle.swim=true -minecraft\:music.under_water=true -gtceu\:portal_opening=true -minecraft\:entity.glow_squid.squirt=true -minecraft\:music.overworld.meadow=true -minecraft\:entity.player.attack.sweep=true -tfc\:entity.grouse.step=true -minecraft\:block.soul_soil.hit=true -minecraft\:block.tripwire.click_on=true -minecraft\:entity.evoker.death=true -minecraft\:entity.goat.ambient=true -minecraft\:item.dye.use=true -minecraft\:entity.sniffer.hurt=true -minecraft\:block.dripstone_block.fall=true -minecraft\:block.glass.break=true -minecraft\:block.note_block.hat=true -gtceu\:file=true -minecraft\:block.cherry_leaves.break=true -minecraft\:entity.bat.ambient=true -minecraft\:block.flowering_azalea.step=true -minecraft\:item.armor.equip_turtle=true -minecraft\:entity.skeleton_horse.swim=true -minecraft\:block.mangrove_roots.place=true -minecraft\:entity.drowned.hurt=true -minecraft\:entity.player.swim=true -tfc\:item.armor.equip_bronze=true -minecraft\:entity.bat.takeoff=true -minecraft\:entity.parrot.imitate.zombie_villager=true -minecraft\:entity.painting.break=true -tfc\:item.armor.equip_red_steel=true -minecraft\:block.anvil.fall=true -minecraft\:block.hanging_sign.hit=true -minecraft\:entity.warden.angry=true -minecraft\:entity.cow.hurt=true -minecraft\:entity.mooshroom.eat=true -minecraft\:block.chiseled_bookshelf.insert=true -tfc\:entity.largemouth_bass.ambient=true -minecraft\:block.sculk_shrieker.fall=true -minecraft\:block.iron_trapdoor.close=true -minecraft\:block.suspicious_gravel.step=true -minecraft\:entity.parrot.imitate.spider=true -minecraft\:block.sculk_shrieker.shriek=true -minecraft\:block.chest.close=true -minecraft\:entity.dolphin.attack=true -minecraft\:block.frogspawn.break=true -create\:train=true -minecraft\:entity.parrot.eat=true -minecraft\:item.bone_meal.use=true -minecraft\:block.small_dripleaf.fall=true -minecraft\:entity.vindicator.celebrate=true -minecraft\:entity.ocelot.ambient=true -minecraft\:entity.shulker.hurt=true -minecraft\:music.overworld.badlands=true -minecraft\:block.cave_vines.break=true -minecraft\:entity.player.attack.weak=true -gtceu\:plunger=true -minecraft\:entity.firework_rocket.shoot=true -minecraft\:block.deepslate_bricks.step=true -create\:funnel_flap_compounded_1=true -minecraft\:block.cherry_wood_hanging_sign.fall=true -minecraft\:entity.lightning_bolt.thunder=true -minecraft\:entity.parrot.ambient=true -tfc\:entity.yak.death=true -minecraft\:block.cherry_wood.step=true -minecraft\:block.stem.break=true -minecraft\:entity.villager.death=true -minecraft\:block.suspicious_gravel.fall=true -minecraft\:block.amethyst_cluster.place=true -minecraft\:entity.villager.trade=true -minecraft\:entity.drowned.death_water=true -minecraft\:entity.cat.purr=true -minecraft\:block.conduit.ambient.short=true -minecraft\:block.piston.contract=true -tfc\:block.wattle.dyed=true -minecraft\:block.sculk_sensor.place=true -tfc\:entity.pheasant.ambient=true -minecraft\:entity.splash_potion.break=true -minecraft\:block.cherry_wood_pressure_plate.click_on=true -minecraft\:entity.item_frame.add_item=true -minecraft\:block.dripstone_block.step=true -minecraft\:entity.zombie_villager.step=true -minecraft\:block.glass.fall=true -minecraft\:block.lodestone.step=true -tfc\:entity.alpaca.step=true -minecraft\:entity.parrot.imitate.piglin=true -minecraft\:block.fire.extinguish=true -gtceu\:metal_pipe=true -minecraft\:entity.panda.step=true -minecraft\:entity.player.hurt_on_fire=true -minecraft\:block.mud_bricks.place=true -tfc\:entity.moose.step=true -minecraft\:entity.tropical_fish.ambient=true -minecraft\:entity.sniffer.death=true -minecraft\:block.packed_mud.break=true -tfc\:item.javelin.hit_ground=true -minecraft\:entity.puffer_fish.blow_out=true -minecraft\:block.nether_wood_hanging_sign.fall=true -minecraft\:entity.parrot.imitate.vex=true -minecraft\:entity.fox.bite=true -minecraft\:ambient.warped_forest.loop=true -minecraft\:block.flowering_azalea.fall=true -minecraft\:block.sculk.spread=true -minecraft\:entity.camel.step=true -minecraft\:block.metal.break=true -create\:whistle_train_manual=true -minecraft\:ambient.crimson_forest.additions=true -minecraft\:block.cherry_wood_fence_gate.close=true -minecraft\:entity.piglin.step=true -minecraft\:entity.fishing_bobber.throw=true -minecraft\:block.packed_mud.fall=true -minecraft\:entity.horse.armor=true -minecraft\:block.amethyst_block.resonate=true -minecraft\:block.hanging_sign.step=true -minecraft\:block.nether_sprouts.step=true -minecraft\:block.nether_gold_ore.hit=true -minecraft\:block.mud_bricks.break=true -minecraft\:entity.painting.place=true -minecraft\:entity.parrot.imitate.drowned=true -gtceu\:chainsaw=true -minecraft\:entity.warden.sonic_charge=true -tfc\:entity.lion.sleep=true -minecraft\:block.chiseled_bookshelf.pickup.enchanted=true -minecraft\:music_disc.strad=true -minecraft\:entity.blaze.ambient=true -minecraft\:block.amethyst_cluster.fall=true -minecraft\:entity.cod.flop=true -minecraft\:entity.zombie_villager.cure=true -minecraft\:entity.dolphin.death=true -minecraft\:entity.warden.step=true -minecraft\:block.anvil.step=true -minecraft\:block.packed_mud.step=true -minecraft\:block.hanging_sign.fall=true -minecraft\:entity.sheep.step=true -minecraft\:entity.parrot.imitate.evoker=true -minecraft\:entity.cat.ambient=true -tfc\:item.ceramic.break=true -minecraft\:block.polished_deepslate.break=true -minecraft\:item.trident.hit=true -minecraft\:entity.magma_cube.hurt=true -minecraft\:block.wooden_pressure_plate.click_on=true -minecraft\:entity.generic.explode=true -minecraft\:block.nether_sprouts.fall=true -create\:depot_plop=true -minecraft\:entity.horse.saddle=true -minecraft\:block.lever.click=true -tfc\:block.wattle.woven=true -minecraft\:block.roots.break=true -minecraft\:block.nether_wood_pressure_plate.click_off=true -minecraft\:entity.silverfish.ambient=true -create\:fwoomp=true -minecraft\:entity.zombified_piglin.death=true -minecraft\:block.bone_block.hit=true -minecraft\:entity.witch.celebrate=true -minecraft\:block.amethyst_cluster.step=true -tfc\:entity.cougar.death=true -minecraft\:ambient.soul_sand_valley.mood=true -tfc\:entity.alpaca.ambient=true -tfc\:block.large_vessel.close=true -tfc\:entity.bear.attack=true -minecraft\:block.powder_snow.hit=true -minecraft\:block.ancient_debris.place=true -minecraft\:entity.wither.death=true -minecraft\:block.sculk_sensor.break=true -gtceu\:bath=true -minecraft\:entity.ghast.scream=true -minecraft\:block.glass.step=true -minecraft\:block.lodestone.fall=true -minecraft\:block.sculk_catalyst.bloom=true -tfc\:entity.bluegill.death=true -minecraft\:block.cherry_wood_door.close=true -tfc\:entity.lake_trout.death=true -minecraft\:entity.llama.hurt=true -minecraft\:block.mangrove_roots.break=true -minecraft\:ui.stonecutter.select_recipe=true -minecraft\:entity.donkey.death=true -minecraft\:entity.allay.ambient_without_item=true -minecraft\:entity.rabbit.jump=true -minecraft\:music.nether.basalt_deltas=true -minecraft\:entity.goat.screaming.milk=true -minecraft\:entity.warden.tendril_clicks=true -tfc\:block.peat.step=true -minecraft\:block.gravel.step=true -minecraft\:entity.ravager.attack=true -create\:crafter_craft=true -minecraft\:entity.parrot.imitate.blaze=true -minecraft\:entity.sniffer.searching=true -minecraft\:entity.snow_golem.death=true -tfc\:block.tool_rack.place=true -minecraft\:block.pointed_dripstone.hit=true -minecraft\:block.anvil.break=true -minecraft\:music.nether.nether_wastes=true -minecraft\:block.candle.ambient=true -minecraft\:block.nether_bricks.place=true -minecraft\:entity.zombified_piglin.hurt=true -minecraft\:entity.camel.dash=true -minecraft\:block.netherrack.fall=true -minecraft\:entity.ocelot.death=true -create\:worldshaper_place=true -minecraft\:item.shield.break=true -tfc\:block.peat.break=true -minecraft\:entity.player.hurt=true -minecraft\:item.armor.equip_generic=true -minecraft\:block.deepslate_bricks.hit=true -minecraft\:block.lantern.break=true -minecraft\:block.frogspawn.fall=true -tfc\:entity.lion.step=true -minecraft\:entity.turtle.lay_egg=true -create\:schematicannon_finish=true -minecraft\:block.cave_vines.fall=true -minecraft\:entity.wither.shoot=true -create\:train2=true -minecraft\:block.deepslate_tiles.place=true -minecraft\:entity.firework_rocket.twinkle=true -minecraft\:block.spore_blossom.fall=true -create\:train3=true -minecraft\:block.hanging_sign.place=true -minecraft\:block.netherite_block.hit=true -minecraft\:item.chorus_fruit.teleport=true -minecraft\:block.decorated_pot.hit=true -tfc\:entity.pheasant.death=true -minecraft\:block.deepslate.step=true -minecraft\:entity.villager.work_weaponsmith=true -minecraft\:block.chiseled_bookshelf.fall=true -minecraft\:block.gilded_blackstone.place=true -minecraft\:block.medium_amethyst_bud.break=true -minecraft\:entity.salmon.flop=true -gtceu\:cut=true -minecraft\:block.cherry_sapling.place=true -minecraft\:block.mud_bricks.hit=true -minecraft\:block.iron_door.close=true -minecraft\:block.mangrove_roots.fall=true -tfc\:entity.lion.ambient=true -minecraft\:item.armor.equip_gold=true -minecraft\:block.sculk_shrieker.break=true -create\:scroll_value=true -minecraft\:block.soul_sand.break=true -create\:whistle=true -gtceu\:soft_hammer=true -minecraft\:entity.generic.drink=true -minecraft\:entity.ghast.hurt=true -minecraft\:block.packed_mud.place=true -minecraft\:item.bucket.fill_axolotl=true -minecraft\:block.azalea_leaves.hit=true -minecraft\:block.cave_vines.step=true -minecraft\:entity.goat.step=true -minecraft\:entity.firework_rocket.blast_far=true -minecraft\:music.nether.crimson_forest=true -tfc\:entity.cougar.attack=true -minecraft\:item.goat_horn.sound.7=true -minecraft\:item.goat_horn.sound.6=true -minecraft\:block.sculk_shrieker.place=true -minecraft\:item.goat_horn.sound.5=true -minecraft\:item.goat_horn.sound.4=true -minecraft\:block.polished_deepslate.hit=true -minecraft\:item.bundle.insert=true -minecraft\:block.nether_bricks.hit=true -ad_astra\:wormhole=true -minecraft\:block.metal_pressure_plate.click_on=true -tfc\:block.loom.weave=true -tfc\:entity.manatee.flop=true -minecraft\:block.moss.break=true -minecraft\:item.goat_horn.sound.3=true -minecraft\:item.goat_horn.sound.2=true -minecraft\:item.goat_horn.sound.1=true -minecraft\:item.goat_horn.sound.0=true -minecraft\:block.pointed_dripstone.break=true -minecraft\:block.soul_sand.place=true -minecraft\:block.nether_wood_button.click_on=true -tfc\:entity.largemouth_bass.death=true -tfc\:entity.crappie.ambient=true -tfc\:item.javelin.throw=true -minecraft\:block.deepslate.fall=true -minecraft\:entity.wandering_trader.drink_milk=true -minecraft\:entity.parrot.imitate.creeper=true -minecraft\:entity.egg.throw=true -minecraft\:entity.magma_cube.squish=true -minecraft\:block.wool.break=true -minecraft\:entity.skeleton.shoot=true -minecraft\:entity.piglin_brute.step=true -gtceu\:screwdriver=true -tfc\:entity.alpaca.death=true -minecraft\:entity.drowned.death=true -minecraft\:block.weeping_vines.hit=true -minecraft\:block.bamboo_wood.hit=true -minecraft\:entity.bee.hurt=true -minecraft\:block.frogspawn.step=true -tfc\:entity.quail.death=true -minecraft\:block.vine.place=true -minecraft\:item.crossbow.loading_end=true -minecraft\:music.overworld.dripstone_caves=true -minecraft\:entity.player.attack.strong=true -tfc\:block.barrel.close=true -minecraft\:block.beehive.shear=true -minecraft\:entity.snow_golem.shoot=true -minecraft\:block.moss.hit=true -minecraft\:entity.panda.pre_sneeze=true -create\:controller_put=true -minecraft\:entity.cat.eat=true -tfc\:entity.jellyfish.flop=true -minecraft\:block.smithing_table.use=true -minecraft\:block.stem.fall=true -minecraft\:block.conduit.activate=true -minecraft\:ui.toast.out=true -tfc\:entity.grouse.ambient=true -minecraft\:block.mangrove_roots.step=true -minecraft\:entity.ender_eye.death=true -minecraft\:block.chorus_flower.death=true -minecraft\:block.deepslate_tiles.break=true -minecraft\:entity.vindicator.ambient=true -minecraft\:entity.frog.hurt=true -minecraft\:entity.puffer_fish.blow_up=true -minecraft\:block.basalt.place=true -minecraft\:block.muddy_mangrove_roots.place=true -minecraft\:music.overworld.sparse_jungle=true -minecraft\:entity.glow_squid.hurt=true -minecraft\:entity.zoglin.step=true -minecraft\:entity.elder_guardian.flop=true -minecraft\:entity.lightning_bolt.impact=true -minecraft\:entity.panda.cant_breed=true -minecraft\:item.book.page_turn=true -minecraft\:block.pink_petals.hit=true -minecraft\:entity.bat.hurt=true -minecraft\:entity.fox.sleep=true -minecraft\:block.medium_amethyst_bud.place=true -minecraft\:music.overworld.old_growth_taiga=true -minecraft\:block.sign.waxed_interact_fail=true -minecraft\:entity.glow_squid.death=true -minecraft\:ui.cartography_table.take_result=true -minecraft\:entity.zombie.attack_wooden_door=true -minecraft\:entity.illusioner.cast_spell=true -minecraft\:entity.salmon.death=true -minecraft\:entity.hostile.hurt=true -minecraft\:block.anvil.place=true -minecraft\:block.brewing_stand.brew=true -minecraft\:block.bamboo.break=true -create\:whistle_train_manual_low_end=true -minecraft\:block.glass.hit=true -minecraft\:block.shroomlight.fall=true -create\:deny=true -tfc\:item.armor.equip_copper=true -minecraft\:item.crop.plant=true -minecraft\:music_disc.chirp=true -tfc\:entity.deer.hurt=true -minecraft\:block.frogspawn.hit=true -minecraft\:entity.chicken.hurt=true -minecraft\:block.furnace.fire_crackle=true -minecraft\:entity.horse.step_wood=true -tfc\:entity.penguin.death=true -minecraft\:block.note_block.bell=true -create\:depot_slide=true -minecraft\:block.nether_wood.hit=true -minecraft\:entity.warden.agitated=true -minecraft\:entity.panda.worried_ambient=true -minecraft\:block.copper.step=true -minecraft\:entity.wolf.hurt=true -minecraft\:entity.enderman.teleport=true -minecraft\:block.lodestone.hit=true -minecraft\:block.gravel.fall=true -minecraft\:block.pointed_dripstone.step=true -minecraft\:entity.skeleton.death=true -minecraft\:block.deepslate_tiles.hit=true -minecraft\:entity.warden.sonic_boom=true -minecraft\:entity.llama.angry=true -minecraft\:entity.glow_item_frame.add_item=true -minecraft\:entity.wither.spawn=true -minecraft\:block.wool.place=true -minecraft\:block.stem.step=true -minecraft\:block.hanging_sign.break=true -minecraft\:block.gravel.break=true -minecraft\:block.vine.break=true -ad_astra\:drone_fly_by=true -minecraft\:entity.warden.listening=true -minecraft\:block.basalt.hit=true -minecraft\:block.smoker.smoke=true -minecraft\:entity.wolf.growl=true -minecraft\:music_disc.5=true -minecraft\:entity.pillager.death=true -minecraft\:entity.ravager.step=true -create\:wrench_remove=true -minecraft\:item.axe.scrape=true -minecraft\:item.crossbow.loading_middle=true -minecraft\:entity.evoker.celebrate=true -minecraft\:block.copper.fall=true -minecraft\:entity.drowned.shoot=true -minecraft\:block.wood.hit=true -minecraft\:entity.zombie.hurt=true -gtceu\:mortar=true -minecraft\:block.composter.ready=true -tfc\:entity.sabertooth.hurt=true -minecraft\:entity.frog.eat=true -minecraft\:entity.parrot.imitate.illusioner=true -minecraft\:block.nether_bricks.step=true -minecraft\:entity.illusioner.ambient=true -minecraft\:ambient.nether_wastes.additions=true -minecraft\:entity.camel.sit=true -ad_astra\:alien_watcher=true -minecraft\:entity.parrot.fly=true -tfc\:block.peat.fall=true -minecraft\:entity.boat.paddle_water=true -minecraft\:entity.stray.ambient=true -minecraft\:entity.horse.step=true -tfc\:item.armor.equip_black_bronze=true -minecraft\:entity.enderman.hurt=true -minecraft\:item.shovel.flatten=true -minecraft\:item.bottle.empty=true -minecraft\:block.note_block.basedrum=true -minecraft\:block.sculk.charge=true -minecraft\:entity.item_frame.rotate_item=true -minecraft\:item.axe.strip=true -minecraft\:entity.axolotl.idle_air=true -minecraft\:block.netherrack.step=true -minecraft\:entity.puffer_fish.ambient=true -ad_astra\:rocket_fly=true -minecraft\:entity.panda.hurt=true -minecraft\:block.powder_snow.step=true -tfc\:entity.bear.death=true -minecraft\:entity.shulker.close=true -minecraft\:block.shroomlight.step=true -tfc\:block.peat.place=true -minecraft\:entity.ender_eye.launch=true -tfc\:block.thatch.break=true -minecraft\:block.bamboo.place=true -minecraft\:block.pointed_dripstone.drip_water_into_cauldron=true -minecraft\:block.shulker_box.open=true -minecraft\:block.piston.extend=true -minecraft\:entity.slime.attack=true -minecraft\:block.rooted_dirt.break=true -minecraft\:entity.goat.ram_impact=true -tfc\:block.crop.stick_add=true -minecraft\:entity.warden.hurt=true -minecraft\:ui.stonecutter.take_result=true -minecraft\:block.wool.step=true -minecraft\:block.bamboo_wood_fence_gate.open=true -tfc\:random.rock_slide_long=true -tfc\:entity.sabertooth.attack=true -minecraft\:block.cherry_wood_hanging_sign.break=true -minecraft\:entity.creeper.hurt=true -minecraft\:block.note_block.imitate.piglin=true -tfc\:block.thatch.hit=true -minecraft\:item.bucket.empty_axolotl=true -minecraft\:block.tripwire.click_off=true -minecraft\:entity.wandering_trader.ambient=true -minecraft\:block.iron_trapdoor.open=true -minecraft\:music.nether.warped_forest=true -minecraft\:block.suspicious_sand.step=true -minecraft\:entity.piglin_brute.angry=true -minecraft\:block.bamboo_wood_door.close=true -minecraft\:entity.spider.hurt=true -minecraft\:entity.witch.drink=true -minecraft\:entity.player.splash.high_speed=true -minecraft\:entity.donkey.hurt=true -minecraft\:entity.sniffer.eat=true -minecraft\:entity.snow_golem.hurt=true -minecraft\:block.bamboo_wood_fence_gate.close=true -minecraft\:block.nether_bricks.fall=true -minecraft\:block.beacon.power_select=true -minecraft\:block.suspicious_sand.break=true -minecraft\:block.snow.step=true -minecraft\:block.suspicious_gravel.hit=true -create\:whistle_train_manual_end=true -minecraft\:block.anvil.use=true -minecraft\:item.goat_horn.play=true -minecraft\:entity.minecart.inside=true -minecraft\:entity.wither.hurt=true -minecraft\:block.nylium.place=true -minecraft\:entity.shulker.ambient=true -tfc\:entity.largemouth_bass.flop=true -tfc\:entity.cougar.step=true -minecraft\:entity.tadpole.hurt=true -minecraft\:block.big_dripleaf.tilt_up=true -gtceu\:forge_hammer=true -minecraft\:block.froglight.step=true -minecraft\:block.suspicious_sand.fall=true -minecraft\:block.sculk_sensor.clicking=true -tfc\:entity.quail.step=true -minecraft\:entity.villager.hurt=true -minecraft\:block.suspicious_sand.place=true -minecraft\:block.coral_block.hit=true -minecraft\:entity.pillager.hurt=true -create\:cogs=true -minecraft\:entity.cod.hurt=true -minecraft\:entity.parrot.imitate.skeleton=true -minecraft\:entity.piglin.angry=true -minecraft\:entity.zoglin.angry=true -tfc\:entity.musk_ox.hurt=true -minecraft\:entity.glow_item_frame.rotate_item=true -tfc\:entity.sabertooth.sleep=true -minecraft\:block.mangrove_roots.hit=true -minecraft\:block.powder_snow.fall=true -minecraft\:entity.warden.attack_impact=true -minecraft\:block.muddy_mangrove_roots.break=true -minecraft\:block.azalea.place=true -minecraft\:entity.ravager.ambient=true -minecraft\:entity.strider.death=true -minecraft\:ambient.underwater.exit=true -minecraft\:entity.parrot.imitate.stray=true -minecraft\:entity.slime.jump=true -create\:crafter_click_compounded_1=true -minecraft\:item.brush.brushing.sand=true -minecraft\:entity.mule.hurt=true -minecraft\:block.rooted_dirt.step=true -minecraft\:entity.axolotl.hurt=true -minecraft\:entity.villager.no=true -minecraft\:block.azalea.hit=true -tfc\:item.knapping.clay=true -minecraft\:music.overworld.swamp=true -minecraft\:music.creative=true -minecraft\:entity.villager.work_fletcher=true -minecraft\:entity.villager.work_mason=true -create\:haunted_bell_use=true -minecraft\:entity.skeleton.converted_to_stray=true -create\:controller_click=true -minecraft\:entity.allay.death=true -minecraft\:block.spore_blossom.step=true -minecraft\:music.overworld.desert=true -minecraft\:block.suspicious_sand.hit=true -minecraft\:block.wooden_door.close=true -minecraft\:block.nylium.break=true -tfc\:entity.yak.step=true -minecraft\:item.axe.wax_off=true -minecraft\:entity.evoker.cast_spell=true -minecraft\:particle.soul_escape=true -minecraft\:block.chiseled_bookshelf.step=true -minecraft\:block.froglight.fall=true -minecraft\:block.honey_block.place=true -tfc\:entity.bear.ambient=true -minecraft\:entity.mule.chest=true -minecraft\:block.scaffolding.place=true -tfc\:block.large_vessel.open=true -tfc\:entity.deer.death=true -minecraft\:block.netherrack.hit=true -minecraft\:entity.wandering_trader.drink_potion=true -create\:contraption_assemble_compounded_1=true -minecraft\:block.snow.fall=true -minecraft\:entity.tropical_fish.hurt=true -minecraft\:block.cherry_sapling.break=true -minecraft\:entity.polar_bear.death=true -minecraft\:block.pink_petals.fall=true -minecraft\:block.cherry_wood_hanging_sign.hit=true -tfc\:entity.musk_ox.ambient=true -minecraft\:music.overworld.deep_dark=true -tfc\:block.barrel.drip=true -minecraft\:block.chiseled_bookshelf.place=true -minecraft\:block.cherry_wood_door.open=true -minecraft\:item.lodestone_compass.lock=true -minecraft\:block.note_block.imitate.skeleton=true -tfc\:entity.penguin.step=true -minecraft\:block.rooted_dirt.fall=true -minecraft\:block.lantern.hit=true -minecraft\:entity.sniffer.idle=true -minecraft\:block.grass.fall=true -minecraft\:entity.evoker_fangs.attack=true -minecraft\:entity.witch.throw=true -minecraft\:block.crop.break=true -minecraft\:entity.donkey.chest=true -minecraft\:item.brush.brushing.generic=true -minecraft\:block.cherry_leaves.step=true -minecraft\:block.cherry_wood_hanging_sign.place=true -minecraft\:entity.zombie.destroy_egg=true -minecraft\:entity.drowned.step=true -minecraft\:block.muddy_mangrove_roots.hit=true -minecraft\:block.wool.fall=true -minecraft\:entity.endermite.step=true -minecraft\:entity.parrot.imitate.piglin_brute=true -create\:crafter_click=true -minecraft\:entity.shulker_bullet.hit=true -minecraft\:block.note_block.iron_xylophone=true -minecraft\:entity.vindicator.death=true -tfc\:entity.deer.ambient=true -minecraft\:block.nether_bricks.break=true -minecraft\:entity.warden.emerge=true -minecraft\:block.small_dripleaf.hit=true -minecraft\:ambient.soul_sand_valley.loop=true -minecraft\:item.armor.equip_netherite=true -minecraft\:item.brush.brushing.sand.complete=true -minecraft\:block.barrel.open=true -gtceu\:miner=true -tfc\:item.knapping.stone=true -minecraft\:entity.phantom.bite=true -minecraft\:entity.sheep.death=true -minecraft\:block.grass.step=true -minecraft\:entity.dragon_fireball.explode=true -minecraft\:entity.mooshroom.shear=true -minecraft\:entity.goat.horn_break=true -tfc\:block.thatch.place=true -minecraft\:entity.iron_golem.hurt=true -minecraft\:entity.llama.spit=true -minecraft\:ambient.basalt_deltas.additions=true -minecraft\:entity.goat.milk=true -minecraft\:entity.slime.jump_small=true -minecraft\:entity.frog.lay_spawn=true -tfc\:entity.grouse.hurt=true -tfc\:block.thin.step=true -minecraft\:block.nether_wood_trapdoor.open=true -minecraft\:block.lantern.place=true -minecraft\:block.moss.place=true -minecraft\:block.wood.break=true -minecraft\:enchant.thorns.hit=true -tfc\:entity.yak.ambient=true -minecraft\:block.scaffolding.break=true -minecraft\:block.composter.fill=true -minecraft\:item.book.put=true diff --git a/config/sound_physics_remastered/occlusion.properties b/config/sound_physics_remastered/occlusion.properties deleted file mode 100644 index 507797c66..000000000 --- a/config/sound_physics_remastered/occlusion.properties +++ /dev/null @@ -1,213 +0,0 @@ -# Values for blocks can be defined as follows: -# -# By sound type: -# WOOD=1.0 -# -# By block tag: -# \#minecraft\:logs=1.0 -# -# By block ID: -# minecraft\:oak_log=1.0 - -# Nether Sprouts (Sound Type) -NETHER_SPROUTS=1.0 -# Nether Ore (Sound Type) -NETHER_ORE=1.0 -# Froglight (Sound Type) -FROGLIGHT=1.0 -# Honey Block (Sound Type) -HONEY_BLOCK=0.5 -# Lily Pad (Sound Type) -LILY_PAD=0.0 -# Vine (Sound Type) -VINE=0.0 -# Medium Amethyst Bud (Sound Type) -MEDIUM_AMETHYST_BUD=0.0 -# Nether Wood Hanging Sign (Sound Type) -NETHER_WOOD_HANGING_SIGN=1.0 -# Decorated Pot (Sound Type) -DECORATED_POT=1.0 -# Deepslate Bricks (Sound Type) -DEEPSLATE_BRICKS=1.0 -# Snow (Sound Type) -SNOW=0.1 -# Pointed Dripstone (Sound Type) -POINTED_DRIPSTONE=0.0 -# Ladder (Sound Type) -LADDER=0.0 -# Soul Soil (Sound Type) -SOUL_SOIL=1.0 -# Big Dripleaf (Sound Type) -BIG_DRIPLEAF=1.0 -# Rooted Dirt (Sound Type) -ROOTED_DIRT=1.0 -# Wood (Sound Type) -WOOD=1.0 -# Sculk Catalyst (Sound Type) -SCULK_CATALYST=1.0 -# Anvil (Sound Type) -ANVIL=1.0 -# Azalea Leaves (Sound Type) -AZALEA_LEAVES=1.0 -# Deepslate (Sound Type) -DEEPSLATE=1.0 -# Stone (Sound Type) -STONE=1.0 -# Cherry Leaves (Sound Type) -CHERRY_LEAVES=1.0 -# Basalt (Sound Type) -BASALT=1.0 -# Lodestone (Sound Type) -LODESTONE=1.0 -# Cave Vines (Sound Type) -CAVE_VINES=1.0 -# Hanging Roots (Sound Type) -HANGING_ROOTS=1.0 -# Bamboo Wood Hanging Sign (Sound Type) -BAMBOO_WOOD_HANGING_SIGN=1.0 -# Glass (Sound Type) -GLASS=0.1 -# Netherite Block (Sound Type) -NETHERITE_BLOCK=1.0 -# Grass (Sound Type) -GRASS=1.0 -# Sculk (Sound Type) -SCULK=1.0 -# Mud (Sound Type) -MUD=1.0 -# Cherry Wood Hanging Sign (Sound Type) -CHERRY_WOOD_HANGING_SIGN=1.0 -# Scaffolding (Sound Type) -SCAFFOLDING=0.0 -# Candle (Sound Type) -CANDLE=1.0 -# Sand (Sound Type) -SAND=1.0 -# Nether Gold Ore (Sound Type) -NETHER_GOLD_ORE=1.0 -# Hanging Sign (Sound Type) -HANGING_SIGN=1.0 -# Azalea (Sound Type) -AZALEA=1.0 -# Hard Crop (Sound Type) -HARD_CROP=1.0 -# Bamboo Sapling (Sound Type) -BAMBOO_SAPLING=0.1 -# Large Amethyst Bud (Sound Type) -LARGE_AMETHYST_BUD=0.0 -# Sculk Shrieker (Sound Type) -SCULK_SHRIEKER=1.0 -# Packed Mud (Sound Type) -PACKED_MUD=1.0 -# Crop (Sound Type) -CROP=0.0 -# Mud Bricks (Sound Type) -MUD_BRICKS=1.0 -# Ancient Debris (Sound Type) -ANCIENT_DEBRIS=1.0 -# Deepslate Tiles (Sound Type) -DEEPSLATE_TILES=1.0 -# Suspicious Sand (Sound Type) -SUSPICIOUS_SAND=1.0 -# Slime Block (Sound Type) -SLIME_BLOCK=1.0 -# Frogspawn (Sound Type) -FROGSPAWN=1.0 -# Lantern (Sound Type) -LANTERN=1.0 -# Cherry Sapling (Sound Type) -CHERRY_SAPLING=1.0 -# Nether Wood (Sound Type) -NETHER_WOOD=1.0 -# Mangrove Roots (Sound Type) -MANGROVE_ROOTS=1.0 -# Stem (Sound Type) -STEM=1.0 -# Decorated Pot Cracked (Sound Type) -DECORATED_POT_CRACKED=1.0 -# Sweet Berry Bush (Sound Type) -SWEET_BERRY_BUSH=0.0 -# Coral Block (Sound Type) -CORAL_BLOCK=1.0 -# Cherry Wood (Sound Type) -CHERRY_WOOD=1.0 -# Bamboo (Sound Type) -BAMBOO=0.1 -# Bone Block (Sound Type) -BONE_BLOCK=1.0 -# Sculk Vein (Sound Type) -SCULK_VEIN=1.0 -# Soul Sand (Sound Type) -SOUL_SAND=1.0 -# Nylium (Sound Type) -NYLIUM=1.0 -# Bamboo Wood (Sound Type) -BAMBOO_WOOD=1.0 -# Twisting Vines (Sound Type) -TWISTING_VINES=0.0 -# Chain (Sound Type) -CHAIN=0.0 -# Roots (Sound Type) -ROOTS=0.0 -# Moss (Sound Type) -MOSS=0.75 -# Gilded Blackstone (Sound Type) -GILDED_BLACKSTONE=1.0 -# Tuff (Sound Type) -TUFF=1.0 -# Chiseled Bookshelf (Sound Type) -CHISELED_BOOKSHELF=1.0 -# Wool (Sound Type) -WOOL=1.5 -# Suspicious Gravel (Sound Type) -SUSPICIOUS_GRAVEL=1.0 -# Wart Block (Sound Type) -WART_BLOCK=1.0 -# Dripstone Block (Sound Type) -DRIPSTONE_BLOCK=1.0 -# Amethyst (Sound Type) -AMETHYST=1.0 -# Gravel (Sound Type) -GRAVEL=1.0 -# Copper (Sound Type) -COPPER=1.0 -# Spore Blossom (Sound Type) -SPORE_BLOSSOM=0.0 -# Muddy Mangrove Roots (Sound Type) -MUDDY_MANGROVE_ROOTS=1.0 -# Weeping Vines (Sound Type) -WEEPING_VINES=0.0 -# Amethyst Cluster (Sound Type) -AMETHYST_CLUSTER=1.0 -# Moss Carpet (Sound Type) -MOSS_CARPET=0.1 -# Powder Snow (Sound Type) -POWDER_SNOW=0.1 -# Shroomlight (Sound Type) -SHROOMLIGHT=1.0 -# Fungus (Sound Type) -FUNGUS=0.0 -# Nether Bricks (Sound Type) -NETHER_BRICKS=1.0 -# Small Dripleaf (Sound Type) -SMALL_DRIPLEAF=0.0 -# Small Amethyst Bud (Sound Type) -SMALL_AMETHYST_BUD=0.0 -# Polished Deepslate (Sound Type) -POLISHED_DEEPSLATE=1.0 -# Glow Lichen (Sound Type) -GLOW_LICHEN=0.0 -# Calcite (Sound Type) -CALCITE=1.0 -# Flowering Azalea (Sound Type) -FLOWERING_AZALEA=1.0 -# Sculk Sensor (Sound Type) -SCULK_SENSOR=1.0 -# Metal (Sound Type) -METAL=1.0 -# Netherrack (Sound Type) -NETHERRACK=1.0 -# Wet Grass (Sound Type) -WET_GRASS=0.1 -# Nether Wart (Sound Type) -NETHER_WART=1.0 diff --git a/config/sound_physics_remastered/reflectivity.properties b/config/sound_physics_remastered/reflectivity.properties deleted file mode 100644 index 64195ae25..000000000 --- a/config/sound_physics_remastered/reflectivity.properties +++ /dev/null @@ -1,213 +0,0 @@ -# Values for blocks can be defined as follows: -# -# By sound type: -# WOOD=1.0 -# -# By block tag: -# \#minecraft\:logs=1.0 -# -# By block ID: -# minecraft\:oak_log=1.0 - -# Nether Sprouts (Sound Type) -NETHER_SPROUTS=0.5 -# Nether Ore (Sound Type) -NETHER_ORE=1.1 -# Froglight (Sound Type) -FROGLIGHT=0.5 -# Honey Block (Sound Type) -HONEY_BLOCK=0.1 -# Lily Pad (Sound Type) -LILY_PAD=0.5 -# Vine (Sound Type) -VINE=0.5 -# Medium Amethyst Bud (Sound Type) -MEDIUM_AMETHYST_BUD=0.5 -# Nether Wood Hanging Sign (Sound Type) -NETHER_WOOD_HANGING_SIGN=0.5 -# Decorated Pot (Sound Type) -DECORATED_POT=0.5 -# Deepslate Bricks (Sound Type) -DEEPSLATE_BRICKS=1.5 -# Snow (Sound Type) -SNOW=0.15 -# Pointed Dripstone (Sound Type) -POINTED_DRIPSTONE=0.5 -# Ladder (Sound Type) -LADDER=0.5 -# Soul Soil (Sound Type) -SOUL_SOIL=0.2 -# Big Dripleaf (Sound Type) -BIG_DRIPLEAF=0.5 -# Rooted Dirt (Sound Type) -ROOTED_DIRT=0.5 -# Wood (Sound Type) -WOOD=0.4 -# Sculk Catalyst (Sound Type) -SCULK_CATALYST=0.5 -# Anvil (Sound Type) -ANVIL=0.5 -# Azalea Leaves (Sound Type) -AZALEA_LEAVES=0.5 -# Deepslate (Sound Type) -DEEPSLATE=1.5 -# Stone (Sound Type) -STONE=1.5 -# Cherry Leaves (Sound Type) -CHERRY_LEAVES=0.5 -# Basalt (Sound Type) -BASALT=1.5 -# Lodestone (Sound Type) -LODESTONE=0.5 -# Cave Vines (Sound Type) -CAVE_VINES=0.5 -# Hanging Roots (Sound Type) -HANGING_ROOTS=0.5 -# Bamboo Wood Hanging Sign (Sound Type) -BAMBOO_WOOD_HANGING_SIGN=0.5 -# Glass (Sound Type) -GLASS=0.75 -# Netherite Block (Sound Type) -NETHERITE_BLOCK=1.5 -# Grass (Sound Type) -GRASS=0.3 -# Sculk (Sound Type) -SCULK=0.5 -# Mud (Sound Type) -MUD=0.5 -# Cherry Wood Hanging Sign (Sound Type) -CHERRY_WOOD_HANGING_SIGN=0.5 -# Scaffolding (Sound Type) -SCAFFOLDING=0.5 -# Candle (Sound Type) -CANDLE=0.5 -# Sand (Sound Type) -SAND=0.2 -# Nether Gold Ore (Sound Type) -NETHER_GOLD_ORE=1.1 -# Hanging Sign (Sound Type) -HANGING_SIGN=0.5 -# Azalea (Sound Type) -AZALEA=0.5 -# Hard Crop (Sound Type) -HARD_CROP=0.5 -# Bamboo Sapling (Sound Type) -BAMBOO_SAPLING=0.5 -# Large Amethyst Bud (Sound Type) -LARGE_AMETHYST_BUD=0.5 -# Sculk Shrieker (Sound Type) -SCULK_SHRIEKER=0.5 -# Packed Mud (Sound Type) -PACKED_MUD=0.5 -# Crop (Sound Type) -CROP=0.5 -# Mud Bricks (Sound Type) -MUD_BRICKS=0.5 -# Ancient Debris (Sound Type) -ANCIENT_DEBRIS=0.5 -# Deepslate Tiles (Sound Type) -DEEPSLATE_TILES=1.5 -# Suspicious Sand (Sound Type) -SUSPICIOUS_SAND=0.5 -# Slime Block (Sound Type) -SLIME_BLOCK=0.5 -# Frogspawn (Sound Type) -FROGSPAWN=0.5 -# Lantern (Sound Type) -LANTERN=0.5 -# Cherry Sapling (Sound Type) -CHERRY_SAPLING=0.5 -# Nether Wood (Sound Type) -NETHER_WOOD=0.5 -# Mangrove Roots (Sound Type) -MANGROVE_ROOTS=0.5 -# Stem (Sound Type) -STEM=0.4 -# Decorated Pot Cracked (Sound Type) -DECORATED_POT_CRACKED=0.5 -# Sweet Berry Bush (Sound Type) -SWEET_BERRY_BUSH=0.5 -# Coral Block (Sound Type) -CORAL_BLOCK=0.2 -# Cherry Wood (Sound Type) -CHERRY_WOOD=0.5 -# Bamboo (Sound Type) -BAMBOO=0.5 -# Bone Block (Sound Type) -BONE_BLOCK=1.5 -# Sculk Vein (Sound Type) -SCULK_VEIN=0.5 -# Soul Sand (Sound Type) -SOUL_SAND=0.2 -# Nylium (Sound Type) -NYLIUM=0.5 -# Bamboo Wood (Sound Type) -BAMBOO_WOOD=0.5 -# Twisting Vines (Sound Type) -TWISTING_VINES=0.5 -# Chain (Sound Type) -CHAIN=0.5 -# Roots (Sound Type) -ROOTS=0.5 -# Moss (Sound Type) -MOSS=0.1 -# Gilded Blackstone (Sound Type) -GILDED_BLACKSTONE=0.5 -# Tuff (Sound Type) -TUFF=1.5 -# Chiseled Bookshelf (Sound Type) -CHISELED_BOOKSHELF=0.5 -# Wool (Sound Type) -WOOL=0.1 -# Suspicious Gravel (Sound Type) -SUSPICIOUS_GRAVEL=0.5 -# Wart Block (Sound Type) -WART_BLOCK=0.5 -# Dripstone Block (Sound Type) -DRIPSTONE_BLOCK=0.5 -# Amethyst (Sound Type) -AMETHYST=1.5 -# Gravel (Sound Type) -GRAVEL=0.3 -# Copper (Sound Type) -COPPER=1.25 -# Spore Blossom (Sound Type) -SPORE_BLOSSOM=0.5 -# Muddy Mangrove Roots (Sound Type) -MUDDY_MANGROVE_ROOTS=0.5 -# Weeping Vines (Sound Type) -WEEPING_VINES=0.5 -# Amethyst Cluster (Sound Type) -AMETHYST_CLUSTER=0.5 -# Moss Carpet (Sound Type) -MOSS_CARPET=0.5 -# Powder Snow (Sound Type) -POWDER_SNOW=0.5 -# Shroomlight (Sound Type) -SHROOMLIGHT=0.5 -# Fungus (Sound Type) -FUNGUS=0.5 -# Nether Bricks (Sound Type) -NETHER_BRICKS=1.5 -# Small Dripleaf (Sound Type) -SMALL_DRIPLEAF=0.5 -# Small Amethyst Bud (Sound Type) -SMALL_AMETHYST_BUD=0.5 -# Polished Deepslate (Sound Type) -POLISHED_DEEPSLATE=1.5 -# Glow Lichen (Sound Type) -GLOW_LICHEN=0.5 -# Calcite (Sound Type) -CALCITE=1.5 -# Flowering Azalea (Sound Type) -FLOWERING_AZALEA=0.5 -# Sculk Sensor (Sound Type) -SCULK_SENSOR=0.5 -# Metal (Sound Type) -METAL=1.25 -# Netherrack (Sound Type) -NETHERRACK=1.1 -# Wet Grass (Sound Type) -WET_GRASS=0.5 -# Nether Wart (Sound Type) -NETHER_WART=0.5 diff --git a/config/sound_physics_remastered/soundphysics.properties b/config/sound_physics_remastered/soundphysics.properties deleted file mode 100644 index a4db5ba9f..000000000 --- a/config/sound_physics_remastered/soundphysics.properties +++ /dev/null @@ -1,81 +0,0 @@ -# Enables/Disables all sound effects -enabled=true -# Affects how quiet a sound gets based on distance -# Lower values mean distant sounds are louder -# This setting requires you to be in singleplayer or having the mod installed on the server -# 1.0 is the physically correct value -attenuation_factor=1.0 -# The volume of simulated reverberations -reverb_gain=1.0 -# The brightness of reverberation -# Higher values result in more high frequencies in reverberation -# Lower values give a more muffled sound to the reverb -reverb_brightness=1.0 -# The amount of sound that will be absorbed when traveling through blocks -block_absorption=1.0 -# Higher values mean smaller objects won't be considered as occluding -occlusion_variation=0.35 -# The default amount of sound reflectance energy for all blocks -# Lower values result in more conservative reverb simulation with shorter reverb tails -# Higher values result in more generous reverb simulation with higher reverb tails -default_block_reflectivity=0.5 -# The default amount of occlusion for all blocks -# Lower values will result in sounds being less muffled through walls -# Higher values mean sounds will be not audible though thicker walls -default_block_occlusion_factor=1.0 -# Minecraft won't allow sounds to play past a certain distance -# This parameter is a multiplier for how far away a sound source is allowed to be in order for it to actually play -# This setting only takes affect in singleplayer worlds and when installed on the server -sound_distance_allowance=4.0 -# A value controlling the amount that air absorbs high frequencies with distance -# A value of 1.0 is physically correct for air with normal humidity and temperature -# Higher values mean air will absorb more high frequencies with distance -# 0 disables this effect -air_absorption=1.0 -# How much sound is filtered when the player is underwater -# 0.0 means no filter -# 1.0 means fully filtered -underwater_filter=1.0 -# The number of rays to trace to determine reverberation for each sound source -# More rays provides more consistent tracing results but takes more time to calculate -# Decrease this value if you experience lag spikes when sounds play -environment_evaluation_ray_count=32 -# The number of rays bounces to trace to determine reverberation for each sound source -# More bounces provides more echo and sound ducting but takes more time to calculate -# Decrease this value if you experience lag spikes when sounds play -environment_evaluation_ray_bounces=4 -# If sound hits a non-full-square side, block occlusion is multiplied by this -non_full_block_occlusion_factor=0.25 -# The maximum amount of rays to determine occlusion -# Directly correlates to the amount of blocks between walls that are considered -max_occlusion_rays=16 -# The amount at which occlusion is capped -max_occlusion=64.0 -# If enabled, the occlusion calculation only uses one path between the sound source and the listener instead of 9 -strict_occlusion=false -# Whether to try calculating where the sound should come from based on reflections -sound_direction_evaluation=true -# Skip redirecting non-occluded sounds (the ones you can see directly) -redirect_non_occluded_sounds=true -# If music discs or other longer sounds should be frequently reevaluated -update_moving_sounds=false -# The interval in ticks that moving sounds are reevaluated -# Lower values mean more frequent reevaluation but also more lag -# This option only takes effect if update_moving_sounds is enabled -sound_update_interval=5 -# Enables debug logging -debug_logging=false -# Provides more information about occlusion in the logs -occlusion_logging=false -# Provides more information about the environment calculation in the logs -environment_logging=false -# Provides more information about how long computations take -performance_logging=false -# If enabled, the path of the sound will be rendered in game -render_sound_bounces=false -# If enabled, occlusion will be visualized in game -render_occlusion=false -# Enables/Disables sound effects for Simple Voice Chat audio -simple_voice_chat_integration=true -# Enables/Disables hearing your own echo with Simple Voice Chat -simple_voice_chat_hear_self=false diff --git a/config/tfc-client.toml b/config/tfc-client.toml deleted file mode 100644 index 25b222133..000000000 --- a/config/tfc-client.toml +++ /dev/null @@ -1,88 +0,0 @@ - -[general] - #Should TFC forcefully skip the 'Experimental World Generation' warning screen when creating or loading a world? - #Note: this also speeds up loading a world by about 2x. - ignoreExperimentalWorldGenWarning = true - #Enables a series of additional debugging tooltips, displayed information, and logging. - enableDebug = false - -[display] - #Replace the vanilla hunger bar with a TFC one. - enableHungerBar = true - #Replaces the vanilla health bar with a TFC one. - enableHealthBar = true - #Adds a TFC thirst bar over the hotbar. - enableThirstBar = true - #Allows the vanilla XP bar to render. - enableExperienceBar = true - #Enables squids inking your screen. - enableInkSplatter = true - #Enables 'screen particles' that spawn on the screen when knapping rocks. - enableScreenParticles = true - #Enables the vanilla tutorial toasts that appear during gameplay. These can be difficult to make disappear in modded environments, so they are disabled by default. - enableVanillaTutorialToasts = false - #Adjusts the position where potion effects render in the X direction. By default, this moves them to the right of the inventory tabs. Negative values shift them to the left. - #Range: -128 ~ 128 - effectHorizontalAdjustment = 20 - #Health display format. This affects what number is displayed on top of the tfc-style health bar - #TFC - e.g. 750 / 1000 - #VANILLA - e.g. 15.0 / 20.0 - #TFC_CURRENT - e.g. 750 - #VANILLA_CURRENT - e.g. 15.0 - #Allowed Values: TFC, VANILLA, TFC_CURRENT, VANILLA_CURRENT - healthDisplayStyle = "TFC" - #Food expiry tooltip display style. This affects what information is shown on the food item stack tooltips. - #NONE - Shows nothing. Maximum mystery! - #EXPIRY - e.g. 'Expires on June 3, 05:00 - #TIME_LEFT - e.g. 'Expires in about 3 day(s) - #BOTH - Shows both of the above, e.g. Expires on June 3, 05:00 (in about 3 day(s)). - #Allowed Values: NONE, EXPIRY, TIME_LEFT, BOTH - foodExpiryTooltipStyle = "BOTH" - #The overlay color to indicate rotten foods. Default = 0x88CC33 - #Range: 0 ~ 16777215 - foodExpiryOverlayColor = 8965171 - #The style to display all heat tooltips in. - #COLOR = Approximate, color based tooltips (like Very Hot**, Brilliant White) - #CELSIUS = Exact degrees celsius - #FAHRENHEIT = Exact degrees fahrenheit - #Allowed Values: COLOR, CELSIUS, FAHRENHEIT, RANKINE, KELVIN - heatTooltipStyle = "COLOR" - #The style to display all time delta / duration tooltips in. - #DAYS = Display values larger than a month as a number of days, i.e. '105 day(s)' - #DAYS_MONTHS = Display values larger than a year as a number of months and days, i.e. '13 month(s), 1 day(s)' - #DAYS_MONTHS_YEARS = Display values as normal, i.e. '1 year(s), 1 month(s), 1 day(s)' - #Allowed Values: DAYS_MONTHS_YEARS, DAYS_MONTHS, DAYS - timeDeltaTooltipStyle = "DAYS_MONTHS_YEARS" - #The style to display HUD elements when the XP bar is disabled. - #HOVER = Display all elements in their default positions - #BUMP = Move elements closer to the hotbar; when fishing or riding a jumping entity, other elements move to their default positions - #LEFT_HOTBAR = Move elements closer to the hotbar; when fishing or riding a jumping entity, those elements will appear as a vertical bar between the hotbar and offhand slot - #Allowed Values: HOVER, BUMP, LEFT_HOTBAR - disabledExperienceBarStyle = "HOVER" - #Enable TFC additions to the F3 menu, showing time, date, and climate information. - enableTFCF3Overlays = true - #If prospect information should appear in the space above the hotbar (the actionbar). False will put them in the chat window. - sendProspectResultsToActionbar = true - #If hoe overlays (for hydration, nutrition, or temperature, shown when hovering over a plant or farmland while holding a hoe), should only be shown when the shift key is held down. - showHoeOverlaysOnlyWhenShifting = false - #If true, mods like Jade that add info when hovering on a block will add the hoe's overlay info to the tooltip, even when not holding a hoe. - showHoeOverlaysInInfoMods = true - #If familiarity is displayed as a percent rather than a heart - displayFamiliarityAsPercent = false - #If, when hovering over an item in the inventory, or looking at a block in the world that has a linked page in the guide book, should it display a tooltip along with allowing you to hold Ctrl/Cmd to quickly navigate to that page in the book. - showGuideBookLinksAlways = true - #If a button linking to the TFC Field Guide should be added to the inventory, climate, nutrition, and calendar screens? - showGuideBookTabInInventory = true - #For items like bundles, their contents inside will be rendered using Bundle Technology to show their items. - displayItemContentsAsImages = true - #If true, for items that are hot, they will show a bar on the item like a durability bar - displayItemHeatBars = true - -[compatibility] - #Defines additional metal sheet textures that should be added to the block atlas, as they would be otherwise unused, for use in ingot piles and metal sheet blocks. - #For Pack Makers: When adding a Metal via a datapack, with a custom texture "domain:block/my_texture", and you get missing textures in ingot piles and sheet blocks, that texture needs to be added here - additionalMetalSheetTextures = [] - #Registers additional models into forge's special model registry. - #For Pack Makers: this is needed if you want your custom item models to render when used for panning (if they are not already used somewhere else and added automatically in that case) - additionalSpecialModels = [] - diff --git a/config/tfc-common.toml b/config/tfc-common.toml deleted file mode 100644 index 3b4afd238..000000000 --- a/config/tfc-common.toml +++ /dev/null @@ -1,23 +0,0 @@ - -[general] - # If the TFC world preset 'tfc:overworld' should be set as the default world generation when creating a new world. - defaultWorldPreset = "tfc:overworld" - -[calendar] - # The number of days in a month, for newly created worlds. - # This can be modified in existing worlds using the /time command - #Range: > 1 - defaultMonthLength = 8 - # The start date for newly created worlds, in a number of ticks, for newly created worlds - # This represents a number of days offset from January 1, 1000 - # The default is (5 * daysInMonth) = 40, which starts at June 1, 1000 (with the default daysInMonth = 8) - #Range: > -1 - defaultCalendarStartDay = 40 - -[debug] - # Enables a series of network fail-safes that are used to debug network connections between client and servers. - # Important: this MUST BE THE SAME as what the server has set, otherwise you are liable to see even stranger errors. - enableNetworkDebugging = false - #If enabled, TFC will validate that certain pieces of reloadable data fit the conditions we expect, for example heating recipes having heatable items. It will error or warn in the log if these conditions are not met. - enableDatapackTests = false - diff --git a/config/voicechat-client.toml b/config/voicechat-client.toml deleted file mode 100644 index 21e823e72..000000000 --- a/config/voicechat-client.toml +++ /dev/null @@ -1,3 +0,0 @@ -# This config has been moved to config/voicechat/voicechat-client.properties -moved = true - diff --git a/config/voicechat/translations.properties b/config/voicechat/translations.properties deleted file mode 100644 index d68331477..000000000 --- a/config/voicechat/translations.properties +++ /dev/null @@ -1,14 +0,0 @@ -# Simple Voice Chat translations -# This file contains all server-side translations for the Simple Voice Chat mod - -# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled -# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version -force_voicechat_kick_message=You need %s %s to play on this server -# The message a player gets when joining a server with an incompatible voice chat version -# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name -voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s. -# The message a player gets when trying to execute a command that requires voice chat -# The first parameter is the mod/plugin name -voicechat_needed_for_command_message=You need to have %s installed on your client to use this command -# The message a player gets when trying to execute a command that can only be executed as a player -player_command_message=This command can only be executed as a player diff --git a/config/voicechat/username-cache.json b/config/voicechat/username-cache.json deleted file mode 100644 index 648ec400a..000000000 --- a/config/voicechat/username-cache.json +++ /dev/null @@ -1 +0,0 @@ -{"9d9c39ad-4d3a-4e61-91c7-3d327f5dcf51":"SpeeeDCraft"} \ No newline at end of file diff --git a/config/voicechat/voicechat-client.properties b/config/voicechat/voicechat-client.properties deleted file mode 100644 index 29eb1de6e..000000000 --- a/config/voicechat/voicechat-client.properties +++ /dev/null @@ -1,85 +0,0 @@ -# Simple Voice Chat client config v1.20.1-2.4.24 - -# The voice chat volume -voice_chat_volume=1.0 -# The threshold for voice activation in dB -voice_activation_threshold=-50.0 -# The voice chat microphone amplification -microphone_amplification=1.0 -# Microphone activation type -# Possible values are 'PTT' and 'VOICE' -microphone_activation_type=PTT -# The size of the audio output buffer in packets -# Higher values mean a higher latency, but less crackles -# Increase this value if you have an unstable internet connection -output_buffer_size=5 -# The maximum amount of audio packets that are held back if a packet arrives out of order or gets dropped -# This prevents discarding audio packets that are slightly out of order -# Set this to 0 to disable -audio_packet_threshold=3 -# The time it takes for the microphone to deactivate when using voice activation -# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, ... -voice_deactivation_delay=25 -# The microphone used by the voice chat -# Empty for default device -microphone= -# The speaker used by the voice chat -# Empty for default device -speaker= -# If the microphone is muted (only when using voice activation) -muted=false -# If the voice chat is disabled (sound and microphone off) -disabled=false -# If the voice chat icons should be hidden -hide_icons=false -# If the group HUD should be visible -show_group_hud=true -# If the own icon should be shown when in a group -show_own_group_icon=true -# The scale of the group HUD -group_hud_icon_scale=2.0 -# The orientation of the player icons in the group HUD -# Possible values are 'VERTICAL' and 'HORIZONTAL' -group_player_icon_orientation=VERTICAL -# The X position of the player icons in the group HUD -# Negative values mean anchoring to the right -group_player_icon_pos_x=4 -# The Y position of the player icons in the group HUD -# Negative values mean anchoring to the bottom -group_player_icon_pos_y=4 -# The X position of the HUD icons -# Negative values mean anchoring to the right -hud_icon_pos_x=16 -# The Y position of the HUD icons -# Negative values mean anchoring to the bottom -hud_icon_pos_y=-16 -# The scale of the HUD icons -hud_icon_scale=1.0 -# The location where recordings should be saved -# Leave empty for default location -recording_destination= -# The quality of the recorded audio -# 0 = highest quality, 9 = lowest quality -recording_quality=2 -# If noise cancellation should be enabled -denoiser=false -# If voice chat should work in singleplayer/LAN worlds -run_local_server=true -# Whether to use the Java implementation of microphone capturing instead of OpenAL -java_microphone_implementation=false -# If the mod should check for microphone permissions (MacOS only) -macos_check_microphone_permission=true -# If fake players should have the disconnected icon above their head -show_fake_players_disconnected=false -# If the volume adjustment GUI should also show offline players -offline_player_volume_adjustment=false -# The 3D audio type -# Possible values are 'NORMAL', 'REDUCED' and 'OFF' -audio_type=NORMAL -# If the mod should load native libraries -# If set to false, the Java Opus implementation will be used, the denoiser won't be available and you won't be able to record audio. -use_natives=true -# This lets you hear players near you, even though you are further away with your freecam -freecam_support=true -# If enabled, you will be automatically muted when joining a world -mute_on_join=false diff --git a/config/voicechat/voicechat-server.properties b/config/voicechat/voicechat-server.properties deleted file mode 100644 index 830261100..000000000 --- a/config/voicechat/voicechat-server.properties +++ /dev/null @@ -1,43 +0,0 @@ -# Simple Voice Chat server config v1.20.1-2.4.24 - -# The port of the voice chat server -# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended) -port=24454 -# The IP address to bind the voice chat server on -# Leave empty to use 'server-ip' of server.properties -# To bind to the wildcard address, use '*' -bind_address= -# The distance to where the voice can be heard -max_voice_distance=48.0 -# The multiplier of the voice distance when crouching -crouch_distance_multiplier=1.0 -# The multiplier of the voice distance when whispering -whisper_distance_multiplier=0.5 -# The opus codec -# Possible values are 'VOIP', 'AUDIO' and 'RESTRICTED_LOWDELAY' -codec=VOIP -# The maximum size in bytes that voice packets are allowed to have -mtu_size=1024 -# The frequency at which keep alive packets are sent -# Setting this to a higher value may result in timeouts -keep_alive=1000 -# If group chats are allowed -enable_groups=true -# The host name that clients should use to connect to the voice chat -# This may also include a port, e.g. 'example.com:24454' -# Don't change this value if you don't know what you are doing -voice_host= -# If players are allowed to record the voice chat -allow_recording=true -# If spectators are allowed to talk to other players -spectator_interaction=false -# If spectators can talk to players they are spectating -spectator_player_possession=false -# If players without the mod should get kicked from the server -force_voice_chat=false -# The amount of milliseconds, the server should wait to check if the player has the mod installed -# Only active when force_voice_chat is set to true -login_timeout=10000 -# The range where the voice chat should broadcast audio to -# A value <0 means 'max_voice_distance' -broadcast_range=-1.0 diff --git a/config/voicechat/voicechat-volumes.properties b/config/voicechat/voicechat-volumes.properties deleted file mode 100644 index c029ae39d..000000000 --- a/config/voicechat/voicechat-volumes.properties +++ /dev/null @@ -1,2 +0,0 @@ -# Simple Voice Chat volume config - diff --git a/config/xaerominimap.txt b/config/xaerominimap.txt deleted file mode 100644 index fb35a8afc..000000000 --- a/config/xaerominimap.txt +++ /dev/null @@ -1,132 +0,0 @@ -#CONFIG ONLY OPTIONS -ignoreUpdate:364 -settingsButton:false -allowWrongWorldTeleportation:false -differentiateByServerAddress:true -debugEntityIcons:false -debugEntityVariantIds:false -radarHideInvisibleEntities:true -allowInternetAccess:true -#INGAME SETTINGS (DO NOT EDIT!) -updateNotification:true -minimap:true -caveMaps:2 -caveZoom:1 -showWaypoints:true -showIngameWaypoints:true -displayRedstone:true -deathpoints:true -oldDeathpoints:true -distance:1 -lockNorth:true -zoom:0 -minimapSize:0 -chunkGrid:-1 -slimeChunks:false -mapSafeMode:false -minimapOpacity:100.0 -waypointsIngameIconScale:0 -waypointsIngameDistanceScale:0 -waypointsIngameNameScale:0 -waypointsIngameCloseScale:1.0 -antiAliasing:true -blockColours:0 -lighting:true -dotsStyle:0 -dotNameScale:1.0 -compassOverEverything:true -showFlowers:true -keepWaypointNames:true -waypointsDistanceExp:0 -waypointsDistanceMin:0.0 -defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} -defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ -arrowScale:1.5 -arrowColour:0 -smoothDots:true -worldMap:true -terrainDepth:true -terrainSlopes:2 -mainEntityAs:0 -blockTransparency:true -waypointOpacityIngame:80 -waypointOpacityMap:90 -hideWorldNames:1 -openSlimeSettings:true -alwaysShowDistance:false -crossDimensionalTp:true -biomeColorsVanillaMode:false -lookingAtAngle:10 -lookingAtAngleVertical:180 -centeredEnlarged:false -zoomOnEnlarged:0 -minimapTextAlign:0 -waypointsMutualEdit:true -compassLocation:1 -compassDirectionScale:0 -caveMapsDepth:30 -hideWaypointCoordinates:false -renderAllSets:false -playerArrowOpacity:100 -waypointsBottom:false -minimapShape:0 -lightOverlayType:0 -lightOverlayMaxLight:7 -lightOverlayMinLight:0 -lightOverlayColor:13 -uiScale:0 -bossHealthPushBox:1 -potionEffectPushBox:1 -minimapFrame:0 -minimapFrameColor:9 -compassColor:9 -northCompassColor:-1 -displayMultipleWaypointInfo:1 -entityRadar:true -adjustHeightForCarpetLikeBlocks:true -autoConvertWaypointDistanceToKmThreshold:10000 -waypointDistancePrecision:1 -mainDotSize:2 -partialYTeleportation:true -deleteReachedDeathpoints:true -hideMinimapUnderScreen:true -hideMinimapUnderF3:true -manualCaveModeStartAuto:true -manualCaveModeStart:-1 -chunkGridLineWidth:1 -temporaryWaypointsGlobal:true -keepUnlockedWhenEnlarged:false -enlargedMinimapAToggle:false -displayStainedGlass:true -waypointOnMapScale:0 -switchToAutoOnDeath:true -infoDisplayBackgroundOpacity:40 -caveModeToggleTimer:1000 -legibleCaveMaps:false -biomeBlending:true -displayTrackedPlayers:true -displayClaims:true -displayCurrentClaim:true -claimsFillOpacity:46 -claimsBorderOpacity:80 -infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world -infoDisplay:coords:true:15:-1 -infoDisplay:overworld_coords:false:15:-1 -infoDisplay:chunk_coords:false:15:-1 -infoDisplay:angles:false:15:-1 -infoDisplay:dimension:false:15:-1 -infoDisplay:biome:true:15:-1 -infoDisplay:weather:false:15:-1 -infoDisplay:light_level:0:15:-1 -infoDisplay:time:1:15:-1 -infoDisplay:real_time:0:15:-1 -infoDisplay:highlights:true:15:-1 -infoDisplay:light_overlay_indicator:true:15:-1 -infoDisplay:manual_cave_mode_indicator:true:15:-1 -infoDisplay:custom_sub_world:true:15:-1 -interface:dummy:0:36:true:false:false:false -interface:dummy:0:10000:true:false:false:false -interface:dummy:0:0:false:false:true:false -interface:dummy:0:36:true:false:false:false -interface:gui.xaero_minimap:54:-4:false:false:true:false -#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json deleted file mode 100644 index 93efd9076..000000000 --- a/config/xaerominimap_entities.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [ - "minecraft:glow_item_frame", - "minecraft:item_frame" - ], - "name": "gui.xaero_entity_category_root", - "protection": true, - "settingOverrides": { - "displayHeight": 0.0, - "displayed": true, - "heightBasedFade": true, - "renderOrder": 0.0, - "color": 13.0, - "displayNameWhenIconFails": true, - "entityNumber": 1000.0, - "alwaysDisplayNametags": false, - "startFadingAt": 0.0, - "dotSize": 2.0, - "renderOverMinimapFrame": 1.0, - "icons": 1.0, - "heightLimit": 20.0, - "names": 0.0, - "iconScale": 1.0 - }, - "subCategories": [ - { - "hardInclude": "living", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [ - "minecraft:armor_stand" - ], - "name": "gui.xaero_entity_category_living", - "protection": true, - "settingOverrides": { - "renderOrder": 2.0, - "color": 14.0 - }, - "subCategories": [ - { - "hardInclude": "players", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_players", - "protection": true, - "settingOverrides": { - "renderOrder": 6.0, - "heightLimit": 2050.0, - "color": 15.0 - }, - "subCategories": [ - { - "hardInclude": "nothing", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friend", - "protection": true, - "settingOverrides": {}, - "subCategories": [] - }, - { - "hardInclude": "tracked", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_tracked", - "protection": true, - "settingOverrides": { - "icons": 2.0 - }, - "subCategories": [] - }, - { - "hardInclude": "same-team", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_same_team", - "protection": true, - "settingOverrides": {}, - "subCategories": [] - }, - { - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_other_teams", - "protection": true, - "settingOverrides": { - "renderOrder": 7.0 - }, - "subCategories": [] - } - ] - }, - { - "hardInclude": "hostile", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_hostile", - "protection": true, - "settingOverrides": { - "renderOrder": 3.0 - }, - "subCategories": [ - { - "hardInclude": "tamed", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_hostile_tamed", - "protection": true, - "settingOverrides": { - "renderOrder": 5.0 - }, - "subCategories": [] - } - ] - }, - { - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friendly", - "protection": true, - "settingOverrides": {}, - "subCategories": [ - { - "hardInclude": "tamed", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friendly_tamed", - "protection": true, - "settingOverrides": { - "renderOrder": 4.0 - }, - "subCategories": [] - } - ] - } - ] - }, - { - "hardInclude": "items", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_items", - "protection": true, - "settingOverrides": { - "renderOrder": 1.0, - "color": 12.0 - }, - "subCategories": [] - }, - { - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_other_entities", - "protection": true, - "settingOverrides": { - "color": 5.0 - }, - "subCategories": [] - } - ] -} \ No newline at end of file diff --git a/config/xaeropatreon.txt b/config/xaeropatreon.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/config/xaeroworldmap.txt b/config/xaeroworldmap.txt deleted file mode 100644 index 6a1d4fcf4..000000000 --- a/config/xaeroworldmap.txt +++ /dev/null @@ -1,54 +0,0 @@ -ignoreUpdate:0 -updateNotification:true -allowInternetAccess:true -differentiateByServerAddress:true -caveMapsAllowed:true -debug:false -lighting:true -colours:1 -loadChunks:true -updateChunks:true -terrainSlopes:2 -terrainDepth:true -footsteps:true -flowers:true -coordinates:true -hoveredBiome:true -biomeColorsVanillaMode:false -waypoints:true -renderArrow:true -displayZoom:true -worldmapWaypointsScale:1.0 -openMapAnimation:true -reloadVersion:0 -reloadEverything:false -zoomButtons:true -waypointBackgrounds:true -detectAmbiguousY:true -showDisabledWaypoints:false -closeWaypointsWhenHopping:true -adjustHeightForCarpetLikeBlocks:true -onlyCurrentMapWaypoints:false -minZoomForLocalWaypoints:0.0 -arrowColour:-2 -minimapRadar:true -renderWaypoints:true -partialYTeleportation:true -displayStainedGlass:true -caveModeDepth:30 -caveModeStart:2147483647 -autoCaveMode:-1 -legibleCaveMaps:false -displayCaveModeStart:true -caveModeToggleTimer:1000 -defaultCaveModeType:1 -biomeBlending:true -trackedPlayers:true -multipleImagesExport:false -nightExport:false -highlightsExport:false -exportScaleDownSquare:20 -displayClaims:true -claimsFillOpacity:46 -claimsBorderOpacity:80 -globalVersion:1 diff --git a/crash-reports/crash-2023-09-15_19.45.46-client.txt b/crash-reports/crash-2023-09-15_19.45.46-client.txt deleted file mode 100644 index 73c720197..000000000 --- a/crash-reports/crash-2023-09-15_19.45.46-client.txt +++ /dev/null @@ -1,243 +0,0 @@ ----- Minecraft Crash Report ---- -// Hi. I'm Minecraft, and I'm a crashaholic. - -Time: 2023-09-15 19:45:46 -Description: Initializing game - -java.lang.IncompatibleClassChangeError: class net.coderbot.iris.gui.option.ShadowDistanceOption cannot inherit from final class net.minecraft.client.OptionInstance - at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {} - at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?] {} - at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} - at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} - at net.coderbot.iris.config.IrisConfig.save(IrisConfig.java:169) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading} - at net.coderbot.iris.config.IrisConfig.initialize(IrisConfig.java:60) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading} - at net.coderbot.iris.Iris.onEarlyInitialize(Iris.java:146) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:mixin,re:classloading} - at net.minecraft.client.Options.handler$zia000$iris$beforeLoadOptions(Options.java:1430) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.Options.m_92140_(Options.java) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.Options.(Options.java:888) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.Minecraft.(Minecraft.java:425) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} - at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} - at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} - - -A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------- - --- Head -- -Thread: Render thread -Stacktrace: - at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {} - at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?] {} - at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} - at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} - at net.coderbot.iris.config.IrisConfig.save(IrisConfig.java:169) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading} - at net.coderbot.iris.config.IrisConfig.initialize(IrisConfig.java:60) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:classloading} - at net.coderbot.iris.Iris.onEarlyInitialize(Iris.java:146) ~[oculus-mc1.20-1.6.4.jar%23172!/:?] {re:mixin,re:classloading} - at net.minecraft.client.Options.handler$zia000$iris$beforeLoadOptions(Options.java:1430) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.Options.m_92140_(Options.java) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.Options.(Options.java:888) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinOptions_Entrypoint,pl:mixin:APP:betterf3.mixins.json:autof3.DebugOptionMixin,pl:mixin:APP:mixins.oculus.fixes.maxfpscrash.json:MixinMaxFpsCrashFix,pl:mixin:APP:mixins.oculus.json:sky.MixinOptions_CloudsOverride,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.Minecraft.(Minecraft.java:425) ~[client-1.20.1-20230612.114412-srg.jar%23176!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} --- Initialization -- -Details: - Modules: - ADVAPI32.dll:Расширенная библиотека API Windows 32:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - COMCTL32.dll:Библиотека элементов управления взаимодействия с пользователем:6.10 (WinBuild.160101.0800):Microsoft Corporation - CRYPT32.dll:API32 криптографии:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation - CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.1635:Microsoft Corporation - DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - DNSAPI.dll:Динамическая библиотека API DNS-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - GDI32.dll:GDI Client DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation - GLU32.dll:Библиотека подпрограмм OpenGL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - IPHLPAPI.DLL:API вспомогательного приложения IP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - KERNEL32.DLL:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation - KERNELBASE.dll:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation - MSCTF.dll:Серверная библиотека MSCTF:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - MpOav.dll:IOfficeAntiVirus Module:4.18.23080.2006 (04d8e871ffe7ba6b2204046883e1ad9b7a5989ce):Microsoft Corporation - NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - NTASN1.dll:Microsoft ASN.1 API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.1992 (WinBuild.160101.0800):Microsoft Corporation - PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - RPCRT4.dll:Библиотека удаленного вызова процедур:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - SETUPAPI.dll:Windows Setup API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - SHCORE.dll:SHCORE:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - SHELL32.dll:Общая библиотека оболочки Windows:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - USER32.dll:Многопользовательская библиотека клиента USER API Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - USERENV.dll:Userenv:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - VCRUNTIME140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation - VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - WINHTTP.dll:Службы HTTP Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WINMM.dll:MCI API DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WINSTA.dll:Winstation Library:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation - WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - WS2_32.dll:32-разрядная библиотека Windows Socket 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - bcrypt.dll:Библиотека криптографических примитивов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation - cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation - combase.dll:Microsoft COM для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - dhcpcsvc.DLL:Служба DHCP-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - dhcpcsvc6.DLL:Клиент DHCPv6:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - dinput8.dll:Microsoft DirectInput:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - drvstore.dll:Driver Store API:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - dwmapi.dll:Интерфейс API диспетчера окон рабочего стола (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - dxcore.dll:DXCore:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation - fwpuclnt.dll:API пользовательского режима FWP/IPsec:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - gdi32full.dll:GDI Client DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW - inputhost.dll:InputHost:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - java.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - javaw.exe:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jemalloc.dll - jimage.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jli.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jna5653545338839873486.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA) - jsvml.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jvm.dll:Java HotSpot(TM) 64-Bit server VM:17.0.6.0:Oracle Corporation - kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - lwjgl.dll - lwjgl_opengl.dll - lwjgl_stb.dll - management.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - management_ext.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - msasn1.dll:ASN.1 Runtime APIs:10.0.22621.819 (WinBuild.160101.0800):Microsoft Corporation - msvcp140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation - msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation - msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation - mswsock.dll:Расширение поставщика службы API Microsoft Windows Sockets 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - napinsp.dll:Поставщик оболочки совместимости для имен электронной почты:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - ncrypt.dll:Маршрутизатор Windows NCrypt:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - net.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - nio.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - ntdll.dll:Системная библиотека NT:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation - ntmarta.dll:Поставщик Windows NT MARTA:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.2849:NVIDIA Corporation - nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation - ole32.dll:Microsoft OLE для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - opengl32.dll:OpenGL Client DLL:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation - pdh.dll:Модуль поддержки данных производительности Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - perfos.dll:Библиотека объектов производительности системы Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - perfproc.dll:Библиотека объектов производительности системных процессов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - pnrpnsp.dll:Поставщик пространства имен PNRP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - powrprof.dll:DLL модуля поддержки профиля управления питанием:10.0.22621.818 (WinBuild.160101.0800):Microsoft Corporation - profapi.dll:User Profile Basic API:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation - rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - shlwapi.dll:Библиотека небольших программ оболочки:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - sunmscapi.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation - uxtheme.dll:Библиотека тем UxTheme (Microsoft):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - vcruntime140_1.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation - verify.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - win32u.dll:Win32u:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - windows.storage.dll:API хранения Microsoft WinRT:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - wintypes.dll:Библиотека DLL основных типов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - wldp.dll:Политика блокировки Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation - xinput1_4.dll:API общего контроллера (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - zip.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation -Stacktrace: - at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} - at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} - at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} - - --- System Details -- -Details: - Minecraft Version: 1.20.1 - Minecraft Version ID: 1.20.1 - Operating System: Windows 11 (amd64) version 10.0 - Java Version: 17.0.6, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation - Memory: 354432712 bytes (338 MiB) / 704643072 bytes (672 MiB) up to 10779361280 bytes (10280 MiB) - CPUs: 20 - Processor Vendor: GenuineIntel - Processor Name: 12th Gen Intel(R) Core(TM) i7-12700KF - Identifier: Intel64 Family 6 Model 151 Stepping 2 - Microarchitecture: Alder Lake - Frequency (GHz): 3.61 - Number of physical packages: 1 - Number of physical CPUs: 12 - Number of logical CPUs: 20 - Graphics card #0 name: NVIDIA GeForce RTX 2060 - Graphics card #0 vendor: NVIDIA (0x10de) - Graphics card #0 VRAM (MB): 4095.00 - Graphics card #0 deviceId: 0x1f08 - Graphics card #0 versionInfo: DriverVersion=31.0.15.2849 - Memory slot #0 capacity (MB): 8192.00 - Memory slot #0 clockSpeed (GHz): 2.67 - Memory slot #0 type: DDR4 - Memory slot #1 capacity (MB): 8192.00 - Memory slot #1 clockSpeed (GHz): 2.67 - Memory slot #1 type: DDR4 - Memory slot #2 capacity (MB): 8192.00 - Memory slot #2 clockSpeed (GHz): 2.67 - Memory slot #2 type: DDR4 - Memory slot #3 capacity (MB): 8192.00 - Memory slot #3 clockSpeed (GHz): 2.67 - Memory slot #3 type: DDR4 - Virtual memory max (MB): 34655.88 - Virtual memory used (MB): 16830.50 - Swap memory total (MB): 2048.00 - Swap memory used (MB): 66.14 - JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10280M - Launched Version: 1.20.1 - Backend library: LWJGL version 3.3.1 build 7 - Backend API: Unknown - Window size: - GL Caps: Using framebuffer using OpenGL 3.2 - GL debug messages: - Using VBOs: Yes - Is Modded: Definitely; Client brand changed to 'forge' - Type: Client (map_client.txt) - CPU: \ No newline at end of file diff --git a/crash-reports/crash-2023-09-15_19.46.38-client.txt b/crash-reports/crash-2023-09-15_19.46.38-client.txt deleted file mode 100644 index 56f9c1d77..000000000 --- a/crash-reports/crash-2023-09-15_19.46.38-client.txt +++ /dev/null @@ -1,301 +0,0 @@ ----- Minecraft Crash Report ---- -// This doesn't make any sense! - -Time: 2023-09-15 19:46:38 -Description: Initializing game - -org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered - at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {} - at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} - at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} - at net.minecraft.client.gui.font.FontSet.(FontSet.java:35) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading} - at net.minecraft.client.gui.font.FontManager.(FontManager.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading} - at net.minecraft.client.Minecraft.(Minecraft.java:475) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} - at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} - at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} - at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: me.jellysquid.mods.sodium.client.util.color.ColorABGR - at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:739) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:310) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - ... 32 more - - -A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------- - --- Head -- -Thread: Render thread -Stacktrace: - at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} - at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {} - at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {} - at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {} - at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} - at net.minecraft.client.gui.font.FontSet.(FontSet.java:35) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading} - at net.minecraft.client.gui.font.FontManager.(FontManager.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:classloading} - at net.minecraft.client.Minecraft.(Minecraft.java:475) ~[client-1.20.1-20230612.114412-srg.jar%23178!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:tfc.mixins.json:client.MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} --- Initialization -- -Details: - Modules: - ADVAPI32.dll:Расширенная библиотека API Windows 32:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - COMCTL32.dll:Библиотека элементов управления взаимодействия с пользователем:6.10 (WinBuild.160101.0800):Microsoft Corporation - CRYPT32.dll:API32 криптографии:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation - CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.1635:Microsoft Corporation - DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - DNSAPI.dll:Динамическая библиотека API DNS-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - GDI32.dll:GDI Client DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation - GLU32.dll:Библиотека подпрограмм OpenGL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - IPHLPAPI.DLL:API вспомогательного приложения IP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - KERNEL32.DLL:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation - KERNELBASE.dll:Библиотека клиента Windows NT BASE API:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation - MMDevApi.dll:MMDevice API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - MSCTF.dll:Серверная библиотека MSCTF:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - MpOav.dll:IOfficeAntiVirus Module:4.18.23080.2006 (04d8e871ffe7ba6b2204046883e1ad9b7a5989ce):Microsoft Corporation - NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - NTASN1.dll:Microsoft ASN.1 API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.1992 (WinBuild.160101.0800):Microsoft Corporation - OpenAL.dll:Main implementation library:1.21.1: - PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - RPCRT4.dll:Библиотека удаленного вызова процедур:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - SETUPAPI.dll:Windows Setup API:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - SHCORE.dll:SHCORE:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - SHELL32.dll:Общая библиотека оболочки Windows:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - USER32.dll:Многопользовательская библиотека клиента USER API Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - USERENV.dll:Userenv:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - VCRUNTIME140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation - VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - WINHTTP.dll:Службы HTTP Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WINMM.dll:MCI API DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WINSTA.dll:Winstation Library:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation - WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - WS2_32.dll:32-разрядная библиотека Windows Socket 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - apphelp.dll:Клиентская библиотека совместимости приложений:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - awt.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - bcrypt.dll:Библиотека криптографических примитивов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation - cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation - combase.dll:Microsoft COM для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - dhcpcsvc.DLL:Служба DHCP-клиента:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - dhcpcsvc6.DLL:Клиент DHCPv6:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - dinput8.dll:Microsoft DirectInput:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - drvstore.dll:Driver Store API:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - dwmapi.dll:Интерфейс API диспетчера окон рабочего стола (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - dxcore.dll:DXCore:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation - fwpuclnt.dll:API пользовательского режима FWP/IPsec:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - gdi32full.dll:GDI Client DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW - icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation - inputhost.dll:InputHost:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - java.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - javaw.exe:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jemalloc.dll - jimage.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jli.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jna12624282062108934817.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA) - jsvml.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - jvm.dll:Java HotSpot(TM) 64-Bit server VM:17.0.6.0:Oracle Corporation - kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - lwjgl.dll - lwjgl_opengl.dll - lwjgl_stb.dll - management.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - management_ext.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - msasn1.dll:ASN.1 Runtime APIs:10.0.22621.819 (WinBuild.160101.0800):Microsoft Corporation - mscms.dll:DLL-библиотека системы сопоставления цветов Майкрософт:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - msvcp140.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation - msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation - msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation - mswsock.dll:Расширение поставщика службы API Microsoft Windows Sockets 2.0:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - napinsp.dll:Поставщик оболочки совместимости для имен электронной почты:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - ncrypt.dll:Маршрутизатор Windows NCrypt:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - net.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - nio.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - ntdll.dll:Системная библиотека NT:10.0.22621.2275 (WinBuild.160101.0800):Microsoft Corporation - ntmarta.dll:Поставщик Windows NT MARTA:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.2849:NVIDIA Corporation - nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation - ole32.dll:Microsoft OLE для Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - opengl32.dll:OpenGL Client DLL:10.0.22621.1635 (WinBuild.160101.0800):Microsoft Corporation - pdh.dll:Модуль поддержки данных производительности Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - perfos.dll:Библиотека объектов производительности системы Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - perfproc.dll:Библиотека объектов производительности системных процессов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - pnrpnsp.dll:Поставщик пространства имен PNRP:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - powrprof.dll:DLL модуля поддержки профиля управления питанием:10.0.22621.818 (WinBuild.160101.0800):Microsoft Corporation - profapi.dll:User Profile Basic API:10.0.22621.1928 (WinBuild.160101.0800):Microsoft Corporation - rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - shlwapi.dll:Библиотека небольших программ оболочки:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - sunmscapi.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation - uxtheme.dll:Библиотека тем UxTheme (Microsoft):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - vcruntime140_1.dll:Microsoft® C Runtime Library:14.31.31103.0:Microsoft Corporation - verify.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation - win32u.dll:Win32u:10.0.22621.2070 (WinBuild.160101.0800):Microsoft Corporation - windows.storage.dll:API хранения Microsoft WinRT:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation - wintypes.dll:Библиотека DLL основных типов Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - wldp.dll:Политика блокировки Windows:10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1778 (WinBuild.160101.0800):Microsoft Corporation - xinput1_4.dll:API общего контроллера (Майкрософт):10.0.22621.2338 (WinBuild.160101.0800):Microsoft Corporation - zip.dll:Java(TM) Platform SE binary:17.0.6.0:Oracle Corporation -Stacktrace: - at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-1.20.1-47.1.3.jar:?] {re:classloading,pl:runtimedistcleaner:A} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} - at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} - at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} - at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.3.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} - at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} - - --- System Details -- -Details: - Minecraft Version: 1.20.1 - Minecraft Version ID: 1.20.1 - Operating System: Windows 11 (amd64) version 10.0 - Java Version: 17.0.6, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation - Memory: 448001952 bytes (427 MiB) / 838860800 bytes (800 MiB) up to 10779361280 bytes (10280 MiB) - CPUs: 20 - Processor Vendor: GenuineIntel - Processor Name: 12th Gen Intel(R) Core(TM) i7-12700KF - Identifier: Intel64 Family 6 Model 151 Stepping 2 - Microarchitecture: Alder Lake - Frequency (GHz): 3.61 - Number of physical packages: 1 - Number of physical CPUs: 12 - Number of logical CPUs: 20 - Graphics card #0 name: NVIDIA GeForce RTX 2060 - Graphics card #0 vendor: NVIDIA (0x10de) - Graphics card #0 VRAM (MB): 4095.00 - Graphics card #0 deviceId: 0x1f08 - Graphics card #0 versionInfo: DriverVersion=31.0.15.2849 - Memory slot #0 capacity (MB): 8192.00 - Memory slot #0 clockSpeed (GHz): 2.67 - Memory slot #0 type: DDR4 - Memory slot #1 capacity (MB): 8192.00 - Memory slot #1 clockSpeed (GHz): 2.67 - Memory slot #1 type: DDR4 - Memory slot #2 capacity (MB): 8192.00 - Memory slot #2 clockSpeed (GHz): 2.67 - Memory slot #2 type: DDR4 - Memory slot #3 capacity (MB): 8192.00 - Memory slot #3 clockSpeed (GHz): 2.67 - Memory slot #3 type: DDR4 - Virtual memory max (MB): 34655.88 - Virtual memory used (MB): 17123.98 - Swap memory total (MB): 2048.00 - Swap memory used (MB): 66.14 - JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10280M - Loaded Shaderpack: (off) - NEC status: No NEC detected - Launched Version: 1.20.1 - Backend library: LWJGL version 3.3.1 build 7 - Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 528.49, NVIDIA Corporation - Window size: - GL Caps: Using framebuffer using OpenGL 3.2 - GL debug messages: - Using VBOs: Yes - Is Modded: Definitely; Client brand changed to 'forge' - Type: Client (map_client.txt) - CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700KF - ModLauncher: 10.0.9+10.0.9+main.dcd20f30 - ModLauncher launch target: forgeclient - ModLauncher naming: srg - ModLauncher services: - mixin-0.8.5.jar mixin PLUGINSERVICE - eventbus-6.0.5.jar eventbus PLUGINSERVICE - fmlloader-1.20.1-47.1.3.jar slf4jfixer PLUGINSERVICE - fmlloader-1.20.1-47.1.3.jar object_holder_definalize PLUGINSERVICE - fmlloader-1.20.1-47.1.3.jar runtime_enum_extender PLUGINSERVICE - fmlloader-1.20.1-47.1.3.jar capability_token_subclass PLUGINSERVICE - accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE - fmlloader-1.20.1-47.1.3.jar runtimedistcleaner PLUGINSERVICE - modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE - modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE - FML Language Providers: - minecraft@1.0 - lowcodefml@null - javafml@null - Mod List: - client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f - entityculling-forge-1.6.2-mc1.20.jar |EntityCulling |entityculling |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE - BetterF3-7.0.1-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.1 |COMMON_SET|Manifest: NOSIGNATURE - cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |COMMON_SET|Manifest: NOSIGNATURE - voicechat-forge-1.20.1-2.4.24.jar |Simple Voice Chat |voicechat |1.20.1-2.4.24 |COMMON_SET|Manifest: NOSIGNATURE - forge-1.20.1-47.1.3-universal.jar |Forge |forge |47.1.3 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 - TerraFirmaCraft-Forge-1.20.1-0.0.0-indev.jar |TerraFirmaCraft |tfc |0.0.0-indev |COMMON_SET|Manifest: NOSIGNATURE - notenoughanimations-forge-1.6.4-mc1.20.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE - patchouli-1.20.1-81-forge.jar |Patchouli |patchouli |1.20.1-81-FORGE |COMMON_SET|Manifest: NOSIGNATURE - oculus-mc1.20-1.6.4.jar |Oculus |oculus |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE - embeddium-0.1.4+mc1.20.1.jar |Embeddium |embeddium |0.1.0-git.5dbd168+mc|COMMON_SET|Manifest: NOSIGNATURE - architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |COMMON_SET|Manifest: NOSIGNATURE - ferritecore-6.0.0-forge.jar |Ferrite Core |ferritecore |6.0.0 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a - Crash Report UUID: 1de548cf-2272-4178-b63b-d092a5c5ce09 - FML: 47.1 - Forge: net.minecraftforge:47.1.3 \ No newline at end of file diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties index 9106ae54a..1660197d0 100644 --- a/kubejs/config/client.properties +++ b/kubejs/config/client.properties @@ -4,7 +4,7 @@ backgroundColor=2E3440 barBorderColor=ECEFF4 exportAtlases=false menuBackgroundBrightness=64 -disableRecipeBook=false +disableRecipeBook=true title= barColor=ECEFF4 overrideColors=false diff --git a/kubejs/data/tfc/recipes/casting/bismuth_bronze_axe_head.json b/kubejs/data/tfc/recipes/casting/bismuth_bronze_axe_head.json new file mode 100644 index 000000000..7fef7c921 --- /dev/null +++ b/kubejs/data/tfc/recipes/casting/bismuth_bronze_axe_head.json @@ -0,0 +1,15 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "tfc:casting", + "mold": { + "item": "tfc:ceramic/axe_head_mold" + }, + "fluid": { + "ingredient": "tfc:metal/bismuth_bronze", + "amount": 144 + }, + "result": { + "item": "tfc:metal/axe_head/bismuth_bronze" + }, + "break_chance": 1 + } \ No newline at end of file diff --git a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json new file mode 100644 index 000000000..eda6b4a14 --- /dev/null +++ b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json @@ -0,0 +1,7 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "replace": true, + "values": [ + "tfc:vein/gravel" + ] + } \ No newline at end of file diff --git a/kubejs/server_scripts/block_tags.js b/kubejs/server_scripts/block_tags.js new file mode 100644 index 000000000..995895107 --- /dev/null +++ b/kubejs/server_scripts/block_tags.js @@ -0,0 +1,9 @@ +// priority: 999 + +// Комментарий +ServerEvents.tags('block', event => { + global.AllStoneTypeNames.forEach(stoneTypeName => { + event.add('minecraft:stone_ore_replaceables', 'tfc:rock/raw/' + stoneTypeName) + }); +}) + diff --git a/kubejs/server_scripts/example.js b/kubejs/server_scripts/example.js deleted file mode 100644 index 5169044f8..000000000 --- a/kubejs/server_scripts/example.js +++ /dev/null @@ -1,6 +0,0 @@ -// priority: 0 - -// Visit the wiki for more info - https://kubejs.com/ - -console.info('Hello, World! (Loaded server scripts)') - diff --git a/kubejs/startup_scripts/constants.js b/kubejs/startup_scripts/constants.js new file mode 100644 index 000000000..7f74b83e8 --- /dev/null +++ b/kubejs/startup_scripts/constants.js @@ -0,0 +1,50 @@ +// priority: 1000 + +global.AllStoneTypeNames = [ + 'gabbro', + 'shale', + 'claystone', + 'limestone', + 'conglomerate', + 'dolomite', + 'chert', + 'chalk', + 'rhyolite', + 'dacite', + 'quartzite', + 'slate', + 'phyllite', + 'schist', + 'gneiss', + 'marble', + 'basalt', + 'diorite', + 'andesite', + 'granite' +]; + +global.StoneTypeNamesWithoutGTDups = [ + 'gabbro', + 'shale', + 'claystone', + 'limestone', + 'conglomerate', + 'dolomite', + 'chert', + 'chalk', + 'rhyolite', + 'dacite', + 'quartzite', + 'slate', + 'phyllite', + 'schist', + 'gneiss', + 'marble' +]; + +global.StoneTypeNamesOfGTDups = [ + 'basalt', + 'diorite', + 'andesite', + 'granite' +]; \ No newline at end of file diff --git a/kubejs/startup_scripts/gregtech/stonetypes.js b/kubejs/startup_scripts/gregtech/stonetypes.js index 7b29f3bcc..aaf7e4b24 100644 --- a/kubejs/startup_scripts/gregtech/stonetypes.js +++ b/kubejs/startup_scripts/gregtech/stonetypes.js @@ -3,27 +3,9 @@ const MapColor = Java.loadClass('net.minecraft.world.level.material.MapColor') const ChemicalHelper = Java.loadClass("com.gregtechceu.gtceu.api.data.chemical.ChemicalHelper") -const StoneTypeNames = [ - 'gabbro', - 'shale', - 'claystone', - 'limestone', - 'conglomerate', - 'dolomite', - 'chert', - 'chalk', - 'rhyolite', - 'dacite', - 'quartzite', - 'slate', - 'phyllite', - 'schist', - 'gneiss', - 'marble' -] - // Replace + Remove Stonetypes GTCEuStartupEvents.registry('gtceu:tag_prefix', event => { + // Ожидаем нормальной фичи для удаления стоунтайпов // TagPrefix.ORES.remove(TagPrefix.ore) // TagPrefix.ORES.remove(TagPrefix.oreTuff) // TagPrefix.ORES.remove(TagPrefix.oreDeepslate) @@ -33,7 +15,7 @@ GTCEuStartupEvents.registry('gtceu:tag_prefix', event => { // TagPrefix.ORES.remove(TagPrefix.oreNetherrack) // TagPrefix.ORES.remove(TagPrefix.oreEndstone) - StoneTypeNames.forEach(stoneTypeName => { + global.StoneTypeNamesWithoutGTDups.forEach(stoneTypeName => { event.create(stoneTypeName, 'ore') .stateSupplier(() => Block.getBlock('tfc:rock/raw/' + stoneTypeName).defaultBlockState()) .sound(SoundType.STONE) diff --git a/mods/Fastload-Reforged-mc1.20.1-3.4.0.jard b/mods/Fastload-Reforged-mc1.20.1-3.4.0.jar similarity index 100% rename from mods/Fastload-Reforged-mc1.20.1-3.4.0.jard rename to mods/Fastload-Reforged-mc1.20.1-3.4.0.jar diff --git a/mods/ImmediatelyFast-1.2.6+1.20.2.jar b/mods/ImmediatelyFast-1.2.6+1.20.2.jar new file mode 100644 index 000000000..451af4051 Binary files /dev/null and b/mods/ImmediatelyFast-1.2.6+1.20.2.jar differ diff --git a/mods/TerraFirmaCraft-Forge-1.20.1-3921-indev.jar b/mods/TerraFirmaCraft-Forge-1.20.1-3941-indev.jar similarity index 92% rename from mods/TerraFirmaCraft-Forge-1.20.1-3921-indev.jar rename to mods/TerraFirmaCraft-Forge-1.20.1-3941-indev.jar index b06aea0b0..10d415a61 100644 Binary files a/mods/TerraFirmaCraft-Forge-1.20.1-3921-indev.jar and b/mods/TerraFirmaCraft-Forge-1.20.1-3941-indev.jar differ diff --git a/mods/Xaeros_Minimap_23.8.0_Forge_1.20.jar b/mods/Xaeros_Minimap_23.8.2_Forge_1.20.jar similarity index 89% rename from mods/Xaeros_Minimap_23.8.0_Forge_1.20.jar rename to mods/Xaeros_Minimap_23.8.2_Forge_1.20.jar index 02bf9cdfe..442f96d2f 100644 Binary files a/mods/Xaeros_Minimap_23.8.0_Forge_1.20.jar and b/mods/Xaeros_Minimap_23.8.2_Forge_1.20.jar differ diff --git a/mods/cloth-config-11.1.106-forge.jar b/mods/cloth-config-12.0.109-forge.jar similarity index 65% rename from mods/cloth-config-11.1.106-forge.jar rename to mods/cloth-config-12.0.109-forge.jar index e37d71d7c..207207470 100644 Binary files a/mods/cloth-config-11.1.106-forge.jar and b/mods/cloth-config-12.0.109-forge.jar differ diff --git a/mods/AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar b/mods/disabled_for_now/AmbientSounds_FORGE_v5.2.22_mc1.20.1.jard similarity index 100% rename from mods/AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar rename to mods/disabled_for_now/AmbientSounds_FORGE_v5.2.22_mc1.20.1.jard diff --git a/mods/BetterF3-7.0.1-Forge-1.20.1.jar b/mods/disabled_for_now/BetterF3-7.0.1-Forge-1.20.1.jard similarity index 100% rename from mods/BetterF3-7.0.1-Forge-1.20.1.jar rename to mods/disabled_for_now/BetterF3-7.0.1-Forge-1.20.1.jard diff --git a/mods/CraftPresence-2.2.3+1.20.1.jar b/mods/disabled_for_now/CraftPresence-2.2.3+1.20.1.jard similarity index 100% rename from mods/CraftPresence-2.2.3+1.20.1.jar rename to mods/disabled_for_now/CraftPresence-2.2.3+1.20.1.jard diff --git a/mods/CreativeCore_FORGE_v2.10.34_mc1.20.1.jar b/mods/disabled_for_now/CreativeCore_FORGE_v2.10.34_mc1.20.1.jard similarity index 100% rename from mods/CreativeCore_FORGE_v2.10.34_mc1.20.1.jar rename to mods/disabled_for_now/CreativeCore_FORGE_v2.10.34_mc1.20.1.jard diff --git a/mods/ImmediatelyFast-1.2.3+1.20.1.jard b/mods/disabled_for_now/ImmediatelyFast-1.2.3+1.20.1.jard similarity index 100% rename from mods/ImmediatelyFast-1.2.3+1.20.1.jard rename to mods/disabled_for_now/ImmediatelyFast-1.2.3+1.20.1.jard diff --git a/mods/JadeAddons-1.20.1-forge-5.2.0.jar b/mods/disabled_for_now/JadeAddons-1.20.1-forge-5.2.0.jard similarity index 100% rename from mods/JadeAddons-1.20.1-forge-5.2.0.jar rename to mods/disabled_for_now/JadeAddons-1.20.1-forge-5.2.0.jard diff --git a/mods/Ksyxis-Forge1.17-1.1.jard b/mods/disabled_for_now/Ksyxis-Forge1.17-1.1.jard similarity index 100% rename from mods/Ksyxis-Forge1.17-1.1.jard rename to mods/disabled_for_now/Ksyxis-Forge1.17-1.1.jard diff --git a/mods/ad_astra-forge-1.20.1-1.15.3.jar b/mods/disabled_for_now/ad_astra-forge-1.20.1-1.15.3.jard similarity index 100% rename from mods/ad_astra-forge-1.20.1-1.15.3.jar rename to mods/disabled_for_now/ad_astra-forge-1.20.1-1.15.3.jard diff --git a/mods/appliedenergistics2-forge-15.0.11.jar b/mods/disabled_for_now/appliedenergistics2-forge-15.0.11.jard similarity index 100% rename from mods/appliedenergistics2-forge-15.0.11.jar rename to mods/disabled_for_now/appliedenergistics2-forge-15.0.11.jard diff --git a/mods/balm-forge-1.20-7.1.1.jar b/mods/disabled_for_now/balm-forge-1.20-7.1.1.jard similarity index 100% rename from mods/balm-forge-1.20-7.1.1.jar rename to mods/disabled_for_now/balm-forge-1.20-7.1.1.jard diff --git a/mods/botarium-forge-1.20.1-2.2.0.jar b/mods/disabled_for_now/botarium-forge-1.20.1-2.2.0.jard similarity index 100% rename from mods/botarium-forge-1.20.1-2.2.0.jar rename to mods/disabled_for_now/botarium-forge-1.20.1-2.2.0.jard diff --git a/mods/chat_heads-0.10.20-forge-1.20.jar b/mods/disabled_for_now/chat_heads-0.10.20-forge-1.20.jard similarity index 100% rename from mods/chat_heads-0.10.20-forge-1.20.jar rename to mods/disabled_for_now/chat_heads-0.10.20-forge-1.20.jard diff --git a/mods/clienttweaks-forge-1.20-11.1.0.jar b/mods/disabled_for_now/clienttweaks-forge-1.20-11.1.0.jard similarity index 100% rename from mods/clienttweaks-forge-1.20-11.1.0.jar rename to mods/disabled_for_now/clienttweaks-forge-1.20-11.1.0.jard diff --git a/mods/embeddium-0.1.4+mc1.20.1.jard b/mods/disabled_for_now/embeddium-0.2.1+mc1.20.1.jard(replace on embeddium after tfc fix) similarity index 70% rename from mods/embeddium-0.1.4+mc1.20.1.jard rename to mods/disabled_for_now/embeddium-0.2.1+mc1.20.1.jard(replace on embeddium after tfc fix) index c8d342d2f..7571c3f62 100644 Binary files a/mods/embeddium-0.1.4+mc1.20.1.jard and b/mods/disabled_for_now/embeddium-0.2.1+mc1.20.1.jard(replace on embeddium after tfc fix) differ diff --git a/mods/ftb-library-forge-2001.1.3.jar b/mods/disabled_for_now/ftb-library-forge-2001.1.3.jard similarity index 100% rename from mods/ftb-library-forge-2001.1.3.jar rename to mods/disabled_for_now/ftb-library-forge-2001.1.3.jard diff --git a/mods/ftb-quests-forge-2001.1.3.jar b/mods/disabled_for_now/ftb-quests-forge-2001.1.3.jard similarity index 100% rename from mods/ftb-quests-forge-2001.1.3.jar rename to mods/disabled_for_now/ftb-quests-forge-2001.1.3.jard diff --git a/mods/ftb-teams-forge-2001.1.4.jar b/mods/disabled_for_now/ftb-teams-forge-2001.1.4.jard similarity index 100% rename from mods/ftb-teams-forge-2001.1.4.jar rename to mods/disabled_for_now/ftb-teams-forge-2001.1.4.jard diff --git a/mods/invhud.forge.1.20.1-3.4.18.jar b/mods/disabled_for_now/invhud.forge.1.20.1-3.4.18.jard similarity index 100% rename from mods/invhud.forge.1.20.1-3.4.18.jar rename to mods/disabled_for_now/invhud.forge.1.20.1-3.4.18.jard diff --git a/mods/item-filters-forge-2001.1.0-build.55.jar b/mods/disabled_for_now/item-filters-forge-2001.1.0-build.55.jard similarity index 100% rename from mods/item-filters-forge-2001.1.0-build.55.jar rename to mods/disabled_for_now/item-filters-forge-2001.1.0-build.55.jard diff --git a/mods/memoryleakfix-forge-1.17+-1.1.2.jard b/mods/disabled_for_now/memoryleakfix-forge-1.17+-1.1.2.jard similarity index 100% rename from mods/memoryleakfix-forge-1.17+-1.1.2.jard rename to mods/disabled_for_now/memoryleakfix-forge-1.17+-1.1.2.jard diff --git a/mods/modelfix-1.14.jard b/mods/disabled_for_now/modelfix-1.14.jard similarity index 100% rename from mods/modelfix-1.14.jard rename to mods/disabled_for_now/modelfix-1.14.jard diff --git a/mods/notenoughanimations-forge-1.6.4-mc1.20.jar b/mods/disabled_for_now/notenoughanimations-forge-1.6.4-mc1.20.jard similarity index 100% rename from mods/notenoughanimations-forge-1.6.4-mc1.20.jar rename to mods/disabled_for_now/notenoughanimations-forge-1.6.4-mc1.20.jard diff --git a/mods/open-parties-and-claims-forge-1.20.1-0.19.3.jar b/mods/disabled_for_now/open-parties-and-claims-forge-1.20.1-0.19.3.jard similarity index 100% rename from mods/open-parties-and-claims-forge-1.20.1-0.19.3.jar rename to mods/disabled_for_now/open-parties-and-claims-forge-1.20.1-0.19.3.jard diff --git a/mods/resourcefulconfig-forge-1.20.1-2.1.0.jar b/mods/disabled_for_now/resourcefulconfig-forge-1.20.1-2.1.0.jard similarity index 100% rename from mods/resourcefulconfig-forge-1.20.1-2.1.0.jar rename to mods/disabled_for_now/resourcefulconfig-forge-1.20.1-2.1.0.jard diff --git a/mods/resourcefullib-forge-1.20.1-2.1.11.jar b/mods/disabled_for_now/resourcefullib-forge-1.20.1-2.1.11.jard similarity index 100% rename from mods/resourcefullib-forge-1.20.1-2.1.11.jar rename to mods/disabled_for_now/resourcefullib-forge-1.20.1-2.1.11.jard diff --git a/mods/soundphysics-forge-1.20.1-1.2.1.jar b/mods/disabled_for_now/soundphysics-forge-1.20.1-1.2.1.jard similarity index 100% rename from mods/soundphysics-forge-1.20.1-1.2.1.jar rename to mods/disabled_for_now/soundphysics-forge-1.20.1-1.2.1.jard diff --git a/mods/voicechat-forge-1.20.1-2.4.24.jar b/mods/disabled_for_now/voicechat-forge-1.20.1-2.4.24.jard similarity index 100% rename from mods/voicechat-forge-1.20.1-2.4.24.jar rename to mods/disabled_for_now/voicechat-forge-1.20.1-2.4.24.jard diff --git a/mods/gtceu-forge-1.20.1-1.0.12.f-build_212.jar b/mods/gtceu-forge-1.20.1-1.0.12.g-build_219.jar similarity index 94% rename from mods/gtceu-forge-1.20.1-1.0.12.f-build_212.jar rename to mods/gtceu-forge-1.20.1-1.0.12.g-build_219.jar index 4ac43fe82..deb939ffd 100644 Binary files a/mods/gtceu-forge-1.20.1-1.0.12.f-build_212.jar and b/mods/gtceu-forge-1.20.1-1.0.12.g-build_219.jar differ diff --git a/mods/kubejs-forge-2001.6.3-build.45.jar b/mods/kubejs-forge-2001.6.3-build.52.jar similarity index 86% rename from mods/kubejs-forge-2001.6.3-build.45.jar rename to mods/kubejs-forge-2001.6.3-build.52.jar index b7c9304e3..1003bdc6f 100644 Binary files a/mods/kubejs-forge-2001.6.3-build.45.jar and b/mods/kubejs-forge-2001.6.3-build.52.jar differ diff --git a/mods/modernfix-forge-5.7.2+mc1.20.1.jard b/mods/modernfix-forge-5.8.1+mc1.20.1.jar similarity index 61% rename from mods/modernfix-forge-5.7.2+mc1.20.1.jard rename to mods/modernfix-forge-5.8.1+mc1.20.1.jar index 1f8d1ad16..5400a822b 100644 Binary files a/mods/modernfix-forge-5.7.2+mc1.20.1.jard and b/mods/modernfix-forge-5.8.1+mc1.20.1.jar differ diff --git a/mods/oculus-mc1.20-1.6.4.jard b/mods/oculus-mc1.20.1-1.6.9.jar similarity index 60% rename from mods/oculus-mc1.20-1.6.4.jard rename to mods/oculus-mc1.20.1-1.6.9.jar index c292482bb..9198c3b88 100644 Binary files a/mods/oculus-mc1.20-1.6.4.jard and b/mods/oculus-mc1.20.1-1.6.9.jar differ diff --git a/mods/rubidium-mc1.20.1-0.7.1.jar b/mods/rubidium-mc1.20.1-0.7.1.jar new file mode 100644 index 000000000..757956cd2 Binary files /dev/null and b/mods/rubidium-mc1.20.1-0.7.1.jar differ diff --git a/mods/starlight-1.1.2+forge.1cda73c.jard b/mods/starlight-1.1.2+forge.1cda73c.jar similarity index 100% rename from mods/starlight-1.1.2+forge.1cda73c.jard rename to mods/starlight-1.1.2+forge.1cda73c.jar diff --git a/profile.json b/profile.json index e59becba3..0cdff4873 100644 --- a/profile.json +++ b/profile.json @@ -1 +1 @@ -{"uuid":"9869d689-a371-4509-b6a7-9f5ebb4dc5d7","install_stage":"installed","path":"TFG 1.20.1","metadata":{"name":"TFG 1.20.1","icon":"C:\\Users\\Dmitry\\AppData\\Roaming\\com.modrinth.theseus\\caches\\icons\\5b2d98ca07d8ce5786b0cd3bc02bbf916942e726.png","groups":["TerraFirmaGreg Projects"],"game_version":"1.20.1","loader":"forge","loader_version":{"id":"1.20.1-47.1.33","url":"https://meta.modrinth.com/forge/v0/versions/1.20.1-forge-47.1.33.json","stable":false},"date_created":"2023-09-15T12:26:02.508395500Z","date_modified":"2023-09-16T06:47:47.605043800Z","last_played":"2023-10-04T00:47:30.618199800Z","submitted_time_played":0,"recent_time_played":13402},"java":{},"fullscreen":null,"projects":{"mods\\ftb-library-forge-2001.1.3.jar":{"sha512":"794983f40c561496f1dfda2732af67bbd8416de2b2e4e818ad87ff3e19c786fdd1c01a6f6b6d25d3886377eaf1554d6f7b9ecb225bdb2564cde1bf9628db6a92","disabled":false,"metadata":{"type":"inferred","title":"FTB Library","description":"FTB Library adds nothing.\n","authors":["FTB Team"],"version":"2001.1.3","icon":null,"project_type":"mod"},"file_name":"ftb-library-forge-2001.1.3.jar"},"mods\\gtceu-forge-1.20.1-1.0.12.f-build_212.jar":{"sha512":"397ec4dd869e5d69eedf8e2ff19e2e934fcac1ee556e34e6dddcbe81a963a783b0d2ab77480cf9f3dcf4dacd8a826dcef2b13640d4ff5ec3b168d8ae83fcaa3f","disabled":false,"metadata":{"type":"inferred","title":"GregTech","description":"GregTech CE Unofficial, ported from 1.12.2","authors":["KilaBash, screret, serenibyss, Tech22"],"version":"1.0.12.f-build_212","icon":"C:\\Users\\Dmitry\\AppData\\Roaming\\com.modrinth.theseus\\caches\\icons\\cbe2714727ddf4d775a0fb100b3601767664829f.png","project_type":"mod"},"file_name":"gtceu-forge-1.20.1-1.0.12.f-build_212.jar"},"mods\\kubejs-forge-2001.6.3-build.45.jar":{"sha512":"7aec8776867e24644161aecc7058cdeb522c42512338f9db178fb705955fc2521e9d703847f3961bf1fcf40ae2664f1b9980ef64af1bcfb5d4576fbed161dc04","disabled":false,"metadata":{"type":"modrinth","project":{"id":"umyGl7zF","slug":"kubejs","project_type":"mod","team":"YlpCyjKr","title":"KubeJS","description":"Edit recipes, add new custom items, script world events, all in JavaScript!","body":"# KubeJS\n\n---\n\n## What does this mod do?\nThis mod lets you create scripts in JavaScript language to manage your server, add new blocks and items, change recipes and tags, add custom handlers for quest mods, change worldgen and more!\n\n## How to use it?\nRun the game with mod installed once. It should generate `kubejs` folder in your minecraft directory with example scripts. startup scripts only get run once when the game loads. Those are for registering items, setting up configs etc. Server/data scripts are loaded when you join a world, those are better for things like clearlag, displaying custom login messages and world/player related things in general.\n\n## Can I reload scripts?\nYes, use `/reload`. Note: Not everything is reloadable. Some things require you to restart game, some only world, some work on fly.\n\n## I don't know JavaScript / I need help with this mod\nThere's examples and pre-made scripts on [KubeJS Wiki](https://kubejs.com/).\n\n## How does this mod work?\nIt uses [Rhino](https://modrinth.com/mod/rhino), a JavaScript engine originally by Mozilla.\n\n## Ok, but what if it.. doesn't work?\nYou can report issues on [Here](https://kubejs.com/support?source=kubejs).\n\n## I have more questions/suggestions!\nIf wiki didn't have the answer for what you were looking for, you can join the [Discord server](https://discord.gg/lat) and ask for help in one of the `#support` channels!\n\n[![](https://kubejs.com/discord.png)](https://discord.gg/lat)","published":"2022-05-24T16:43:25.500518Z","updated":"2023-09-29T21:16:10.363687Z","client_side":"optional","server_side":"optional","downloads":25090,"followers":71,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.2","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["OcFX4nHs","Ow98nGVX","FF8NfrgL","auubUS2M","Ixibh2TH","De5QS1RH","MFMrkWVK","1DHeFXgn","kyfvtCdx","LOIuik1U","bFZ8ZHpg","DOjY3yyC","806o7Suw","2Ct4a66V","ULXqIHYa","tKESRatJ","LNkX71jp","bwEXdOWs","KsTEzm3Y","mBALmsWY","cHTfp1UP","9s0MLCAB","sJj6ohgk","Ub4Symjo","npLops7n","yOVZYRKr","E8fQ0dKc","Qp5ZRXjM","PPvjWEfj","A9s7ueHB","F5VxKMBz","f14qa9sy","RNgVGXaY","vK2FAy5R","weBfYafA","feWz4dEs","bwX6yAak","nfDOk0yl","sGWK5Cnk","k2oqHlKS","kBiXtuN1","fGfJQ5rR","eYrIY0qL","wcRzE7tU","BYb2BvzM","jxO06aq5","9G1ElIy0","P7hkDGrH","W3d8ybuy","SWoVFlyf","dFL3FSdz","RBhCJrS0","Yur4mvDX","9UV0zszK","NR9IZOGJ","sX3BpsBI","9VeL4ZZ6","vgx0c1hI","o4MMDsV7","jCixe3kd","1nWDH5qG","EK4hUkCs","RXnprv2l","Rv97APAO","DBKRffZ4","YXPotrX4","Kyktn61M","lew7kmbd","xXAtessU","Tz27arVB","CCikQblc","UMZ1m981","A7djo8T2","cdhFKlyb","pVXrO4kU","tLGefQzt","8mbTmr71","FPGVlGMe","StSjSm2P","izefEKjA","A8sfF3LI","ZWmvVA5h","UTCcO2su","t9fe5vfh","1Qy5cVlI","Ampn5FKW","6BC6Xk60","3bYeOdl5","s19lY1bm","vj81wZ1c","7OpTGCA4","AZWg88gR","uJhPvRKK","xqujXePu","GBMZypIu","DwdB5XhG","7jTB75Db","CNACrDhA","w2r2O4Zk","wyA5RDMS","F01IIkPe","Mx62BVNQ","qZOd7jFw","MWY9RHwp","uqzp42or","LCoZUlvd","QBRXfyxz","5V4W4J31","ZA00gaxh","bFNvcZyN","rDkfy6da","GY6F8z9w","GPQY9mAV","n4x8yoH4","VPvo5sT3","uxjmmuqY","2Esx1zg8","8gps0YQi","7HLO2GmW","yBny0apG","7CFPwodQ","PjWYlZ5c","I10EdBq5","d3qJHe7E","Tq05LivK","ote14uu7","H2vngs52","1ky29Gsi","RCatfhz4","ehx18Fp4","D9tF4vlU","pZIQNE9z","TSy6UYgH","MngQb49Q","EqeCAvlH","fn942sgr","TsHW75Jn","cNTjEyPk","N8NhOVVu","Uftc1Dwa","I3d1VHRy","DRL1lKcl","5R96tZZJ","nqZhRK2i","lkxC8tyT","NxiPZcjn","taSTLnpE","ZmFr8OyA","DurEi6ex","vvU3HhTY","labPOb8A","ed4plH3N","yipsDsjO","YUEUsB7q","BbS1cViy","bdW1nNAt","BDJ2GEpL","d9bWRMz2","sFpbAQ2a","xegTUYsk","vwFRBYnc","vt0ez0LX","P6hcZCCH","1gQMBkSK","gh9yWBde","eiPloPKr","t8o5J3BD","vVYwDUA6","BoIp8lm2","iF0WVI8W","wkXmARVM","Suz1uvbT","UiUUWj3r","gA76TcEp","GDNXKEu5","gu4PZc7f","n2Fo5flv","wJu56TZy","vuvvvfaq","gR2kKjfQ","4GmFSLDy","5g6sbfti","3GTpfbwF","Gy4SMtXg","QT3xVJkt","ql8tFeNL"],"icon_url":"https://cdn.modrinth.com/data/umyGl7zF/icon.png"},"version":{"id":"gR2kKjfQ","project_id":"umyGl7zF","author_id":"7tgPcl7v","featured":false,"name":"KubeJS Forge 2001.6.3-build.45","version_number":"2001.6.3-build.45+forge","changelog":"","changelog_url":null,"date_published":"2023-09-11T22:18:38.866772Z","downloads":83,"version_type":"alpha","files":[{"hashes":{"sha512":"7aec8776867e24644161aecc7058cdeb522c42512338f9db178fb705955fc2521e9d703847f3961bf1fcf40ae2664f1b9980ef64af1bcfb5d4576fbed161dc04","sha1":"670d032b5ba3ac683c6d27db9120bb543a156665"},"url":"https://cdn.modrinth.com/data/umyGl7zF/versions/gR2kKjfQ/kubejs-forge-2001.6.3-build.45.jar","filename":"kubejs-forge-2001.6.3-build.45.jar","primary":true,"size":1510908,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"lhGA9TYQ","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"sk9knFPE","file_name":null,"dependency_type":"required"}],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"YlpCyjKr","user":{"id":"7tgPcl7v","username":"Lat","name":"Kristiāns Micītis","avatar_url":"https://avatars.githubusercontent.com/u/3844385?v=4","bio":"A Java developer, mostly working on Minecraft mods","created":"2021-02-17T12:10:09.597525Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"YlpCyjKr","user":{"id":"OQodw31Z","username":"MaxNeedsSnacks","name":"Max","avatar_url":"https://avatars3.githubusercontent.com/u/12750501?v=4","bio":null,"created":"2021-01-18T20:56:26.016118Z","role":"developer"},"role":"Member","ordering":0}],"update_version":{"id":"ql8tFeNL","project_id":"umyGl7zF","author_id":"7tgPcl7v","featured":false,"name":"KubeJS Forge 2001.6.3-build.52","version_number":"2001.6.3-build.52+forge","changelog":"","changelog_url":null,"date_published":"2023-09-29T21:16:11.349097Z","downloads":64,"version_type":"alpha","files":[{"hashes":{"sha1":"5ea43882241d1f3fbc369c38293a52d0801b0dd5","sha512":"0683f1715c2ed94096389b3bc8fefd888221fa1592e2d43ef845a991ec75d5939fa146d692dd0a8600780e3c10ea4b3a0dd8f38706251dc1c3134c8a306724a7"},"url":"https://cdn.modrinth.com/data/umyGl7zF/versions/ql8tFeNL/kubejs-forge-2001.6.3-build.52.jar","filename":"kubejs-forge-2001.6.3-build.52.jar","primary":true,"size":1527298,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"lhGA9TYQ","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"sk9knFPE","file_name":null,"dependency_type":"required"}],"game_versions":["1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"kubejs-forge-2001.6.3-build.45.jar"},"mods\\JadeAddons-1.20.1-forge-5.2.0.jar":{"sha512":"3f8497c632a36a223b2cfeba667d567085d9a552d2bb3be50c186798bf0bf88357bc66e5421baba8337502b1ad154d5d27949d4439808c58e7f95483489e2e7a","disabled":false,"metadata":{"type":"modrinth","project":{"id":"xuDOzCLy","slug":"jade-addons-forge","project_type":"mod","team":"hJTJq4KT","title":"Jade Addons (Forge)","description":"Jade 🔍's additional mod supports for Forge","body":"# Jade Addons (Forge)\n\nThis mod adds mod integration for [Jade 🔍](https://modrinth.com/mod/jade) 1.18+.\n\n### Currently supports:\n\n - Create\n - Accurate contraption ray-casting and show actual block at the contraption\n - Contraption inventory\n - Blaze burner fuel information\n - Crafting blueprint result item\n - Placard item\n - No longer ignore curved track\n - IO-filter information\n - Tinkers Construct\n - Drain and duct's fluid\n - Casting tables' recipe progress\n - SecretRoomsMod\n - Hide blocks properly\n - McJtyLib\n - Machine ownership\n - Machine infusable\n - Deep Resonance\n - Crystal info\n - Generator part info\n - Lootr\n - Player-based inventory\n - Refresh and decay time\n - EnderIO\n - Accurate Conduit Type","published":"2022-12-10T22:04:01.462750Z","updated":"2023-08-19T20:21:11.504910Z","client_side":"optional","server_side":"optional","downloads":9060,"followers":34,"categories":["utility"],"additional_categories":[],"game_versions":["1.18.2","1.19.2","1.20","1.20.1"],"loaders":["forge"],"versions":["49np0ZEH","tYByon6a","OiKTpxIk","Cuo5Sy2T","zTuVZQvR","8UAWp9ng","vz4eyGkS","Fupwl7P5","S8uWSQEC"],"icon_url":"https://cdn.modrinth.com/data/xuDOzCLy/ba9409ebdfe2f4a236603801aef1d184993db918.png"},"version":{"id":"S8uWSQEC","project_id":"xuDOzCLy","author_id":"UxbEV316","featured":false,"name":"5.2.0","version_number":"5.2.0","changelog":"No changelog was specified.","changelog_url":null,"date_published":"2023-08-19T20:21:12.112863Z","downloads":2885,"version_type":"release","files":[{"hashes":{"sha512":"3f8497c632a36a223b2cfeba667d567085d9a552d2bb3be50c186798bf0bf88357bc66e5421baba8337502b1ad154d5d27949d4439808c58e7f95483489e2e7a","sha1":"281a85bae4405edc564c5cc97e8160a95ab70c09"},"url":"https://cdn.modrinth.com/data/xuDOzCLy/versions/S8uWSQEC/JadeAddons-1.20.1-forge-5.2.0.jar","filename":"JadeAddons-1.20.1-forge-5.2.0.jar","primary":true,"size":58291,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"nvQzSEkH","file_name":null,"dependency_type":"required"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"hJTJq4KT","user":{"id":"UxbEV316","username":"Snownee","name":"Snownee","avatar_url":"https://avatars1.githubusercontent.com/u/16059084?v=4","bio":"💤","created":"2020-12-15T11:13:23.107685Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"JadeAddons-1.20.1-forge-5.2.0.jar"},"mods\\oculus-mc1.20-1.6.4.jard":{"sha512":"3afca1b461248f2b87fe9fc534660488e5bd7dc9d24d1e2d1a46eabdb28c5dcbae9906d4392ee678f7c6f6e4dcb2b694a6ea7765b57e0a3abd4122674a5152cd","disabled":false,"metadata":{"type":"modrinth","project":{"id":"GchcoXML","slug":"oculus","project_type":"mod","team":"zFcUWaYx","title":"Oculus","description":"Unofficial Fork of \"Iris\", made to work with FML","body":"Unofficial Fork of \"Iris\", made to work with FML\n\nFeatures\n\n
\n Features\n\n- Performance. Oculus should fully utilize your graphics card when paired with optimization mods like Rubidium.\n- Mod compatibility. Oculus should make a best effort to be compatible with modded environments.\n- Backwards compatibility. All existing ShadersMod / OptiFine shader packs should just work on Iris, without any modifications required.\n- A well-organized codebase. I'd like for working with Iris code to be a pleasant experience overall.\n
\n\n \nPlease, don't report Oculus' issues to the official Iris Github.","published":"2022-07-02T10:02:12.932789Z","updated":"2023-09-24T20:48:08.295744Z","client_side":"required","server_side":"unsupported","downloads":181770,"followers":197,"categories":["decoration","optimization"],"additional_categories":[],"game_versions":["1.16.5","1.18.2","1.19","1.19.1","1.19.2","1.19.4","1.20","1.20.1"],"loaders":["forge","neoforge"],"versions":["Ti8TJ58B","rhj7Nexq","sl4bJ9He","E7vz516D","ZjN0wxRC","rR8ZrdCw","zxDW8JVW","9KaQ8Nei","YM91QDuZ","A6aEs4bJ","nApEYsZi","uNDmEO4n","zuJ1306r","KyxZ315g","mGoSRprD","Af4brqYV","HxUtDCCe","UynWw2df","Uz28Wi1p","4lE9D01D","6xfXhsvf"],"icon_url":"https://cdn.modrinth.com/data/GchcoXML/icon.png"},"version":{"id":"HxUtDCCe","project_id":"GchcoXML","author_id":"OGBzw79h","featured":false,"name":"Oculus mc1.20-1.6.4","version_number":"1.20-1.6.4","changelog":"### Includes all Iris changes from 1.6 -> 1.6.4\n\n\n### Forge specific fixes:\n- Parity with Forge in block lighting\n- Added compatibility with Reforgium\n- Deleted NotEnoughCrashes warning screen (left only notice in crash-report)\n- Restored block lighting on 1.19.2 (SEUS PTGI and etc.)\n- Parity with Iris in jar naming","changelog_url":null,"date_published":"2023-06-10T19:00:03.861487Z","downloads":57653,"version_type":"release","files":[{"hashes":{"sha512":"3afca1b461248f2b87fe9fc534660488e5bd7dc9d24d1e2d1a46eabdb28c5dcbae9906d4392ee678f7c6f6e4dcb2b694a6ea7765b57e0a3abd4122674a5152cd","sha1":"33cecf7bcb17a4cbcb23aed1993771e73f1f9307"},"url":"https://cdn.modrinth.com/data/GchcoXML/versions/HxUtDCCe/oculus-mc1.20-1.6.4.jar","filename":"oculus-mc1.20-1.6.4.jar","primary":true,"size":2849391,"file_type":null}],"dependencies":[{"version_id":"iLEHOlRR","project_id":"4ZqxOvjD","file_name":null,"dependency_type":"required"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"zFcUWaYx","user":{"id":"OGBzw79h","username":"Asek3","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/64613894?v=4","bio":null,"created":"2022-07-02T09:26:04.535310Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"6xfXhsvf","project_id":"GchcoXML","author_id":"OGBzw79h","featured":false,"name":"Oculus mc1.20.1-1.6.9","version_number":"1.20.1-1.6.9","changelog":"- Fully compatible with Rubidium 0.7.1\n- Clouds fixes\n- Particle issue fixed\n- Parity with Iris 1.6.9","changelog_url":null,"date_published":"2023-09-24T20:48:10.403605Z","downloads":3724,"version_type":"release","files":[{"hashes":{"sha512":"e01fa2ec91ae1136b41a1cfd9c705f04550b747e7a8051d85121c8b26250cf178a2b9f7952e77edfb326b66c255f4ec9702d055fb2b5f2c7197168fc188fd698","sha1":"406ad9995cd1ab803e0001f80a85498105b4d488"},"url":"https://cdn.modrinth.com/data/GchcoXML/versions/6xfXhsvf/oculus-mc1.20.1-1.6.9.jar","filename":"oculus-mc1.20.1-1.6.9.jar","primary":true,"size":2814481,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"4ZqxOvjD","file_name":null,"dependency_type":"required"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"incompatible":true},"file_name":"oculus-mc1.20-1.6.4.jard"},"mods\\modelfix-1.14.jard":{"sha512":"a1ae3f750a323927508fcf9b6fe43deddefd6ac32687ade5d37283e93e178bdfa3629e719dbdedaf2717f317150f0f47f252ba75ab317663e89964ab7ed3d587","disabled":false,"metadata":{"type":"modrinth","project":{"id":"QdG47OkI","slug":"modelfix","project_type":"mod","team":"Nq0CQj6q","title":"Model Gap Fix","description":"Fixes gaps in Block Models and Item Models","body":"Model Gap FIX\n\n \n\nThis is a simple client mod that fixes https://bugs.mojang.com/browse/MC-73186\n\nwhich affects both Block Models and Item Models and possibly other models too\n\n \n\nThe mod works by removing texture zooming, making every model face use 100% of its texture, unlike of what it did previoulsly.\n\nThisnot only fixes this bugs on items (where it's most noticeable) but with block models too and everything else that might use those functions.\n\n \n\nThis issue was especially noticeable with custom block models or some 2d items.\n\n \n\n \n\nQ&A:\n\n- Will this slow down my game? \n\nNot at all! Removing texture zooming just removes some code and has no impact. If you however want to be nit picky the mod also slightly tweaks item models in a way that could add a ouple more quads for concave item textures compared to vanilla so in that case it could very slightly worse that vanilla. This is however negligible and could only be an issue when trying to run high resolution packs\n\n- How does this work?\n\nThe base fix is simply removing texture zooming. This is extremly simple to do and immediately \"fixes up\" all those problematic gaps on models.\nFor 2d item models something else is needed as this alone creates another kind of tiny gaps in them due to the way they are generated, quad by quad. These are very tiny and they flicker so I had to fix those too. To do so I've changed the item model generator to never create a quad that encompasses a transparent pixel and instead create multiple quads for each row of solid pixel in the same direction. This allows me to slightly increase the size of all these side quads without creating new gaps in the process, thus covering all gaps seamlessly. Note that this last part only applies to forge as fabric does not seem to have such tiny lines and the models work right away with no extra quad\n\n ","published":"2022-09-13T21:58:16.905418Z","updated":"2023-06-24T14:46:17.540175Z","client_side":"required","server_side":"optional","downloads":247928,"followers":659,"categories":["optimization","utility"],"additional_categories":[],"game_versions":["1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["aZZZrtpR","vJ00juj2","7ainrOrH","EglYgeMq","Kfbnfh5q","i0mERlxq","ZvRvG9JE","r6uVoUxU","fbaUxdx3"],"icon_url":"https://cdn.modrinth.com/data/QdG47OkI/5a8203e120985d11616614e11ad7b888997000d8.png"},"version":{"id":"fbaUxdx3","project_id":"QdG47OkI","author_id":"BU21lLGA","featured":false,"name":"1.14","version_number":"1.14","changelog":"1.20 fix. works for me","changelog_url":null,"date_published":"2023-06-24T14:46:18.529195Z","downloads":10297,"version_type":"release","files":[{"hashes":{"sha512":"a1ae3f750a323927508fcf9b6fe43deddefd6ac32687ade5d37283e93e178bdfa3629e719dbdedaf2717f317150f0f47f252ba75ab317663e89964ab7ed3d587","sha1":"f11c4d7010f9572bd2e2ed64c15e544816226e0b"},"url":"https://cdn.modrinth.com/data/QdG47OkI/versions/fbaUxdx3/modelfix-1.14.jar","filename":"modelfix-1.14.jar","primary":true,"size":45182,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"Nq0CQj6q","user":{"id":"BU21lLGA","username":"MehVahdJukaar","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/24719182?v=4","bio":null,"created":"2022-06-21T07:42:29.648721Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"modelfix-1.14.jard"},"mods\\entityculling-forge-1.6.2-mc1.20.jar":{"sha512":"00c03643642a811d72d48a6a370efbe220753b3836ea4c040ee56495cc1566e75ca1c5cc9f834f99733757dc56eaed3c90fb4b0092adfa992314f1cc816a5919","disabled":false,"metadata":{"type":"modrinth","project":{"id":"NNAgCjsB","slug":"entityculling","project_type":"mod","team":"hLPrl6Gq","title":"Entity Culling","description":"Using async path-tracing to hide Block-/Entities that are not visible","body":"# EntityCulling\n\nUsing async path-tracing to skip rendering Block/Entities that are not visible. [Website.](https://tr7zw.github.io/project/entityculling/)\n\nMinecraft skips rendering things that are behind you, so why is it rendering everything that you still can't see because of a wall in the way? This mod utilizes your other CPU cores/threads to do really quick path-tracing from your camera to all block/-entities to determine rather they are visible or not. During the rendering, the not visible ones will be skipped the same way entities behind you are.\n\n[![Shockbyte](https://tr7zw.dev/img/shockbyte_black.png)](https://shockbyte.com/partner/tr7zw)\n\n## Dependencies\n\n- none\n\n## Incompatible\n\n- none (With some mods you might need to add the blocks to the config whitelist to fix visual issues)\n\n## Tested with\n\n- Sodium\n- Iris\n- Optifine\n \n## Note to why it works even with Sodium/Optifine\n\nThis has been tested with other mods, Optifine(Optifabric), Iris, and Sodium, in all cases resulting in fps gains in places like Game Server lobbies.\n\nYou might wonder why it does increase the FPS with Sodium since Sodium has \"Use Entity Culling\" in its Advanced settings and enabled by default. The difference is that Sodium does a really quick pass based on the visible chunks, being way less aggressive and thereby still rendering entities that just happen to be in visible chunks, but not visible themselves.\n\n## FAQ\n\n### Does this have to be installed on the Server?\n\nNo, this is fully Client-side and can't be installed on servers.\n\n### Will this influence farms/mobs?\n\nNo. Since this mod just skips the rendering, mobs will still spawn/move/drop items.\n\n## Credits\n\nRoboTricker created the original server-side async raytracing occlusion culling implementation for Transport-Pipes.","published":"2022-05-25T10:09:09.784330Z","updated":"2023-09-22T17:07:54.581205Z","client_side":"required","server_side":"unsupported","downloads":1814390,"followers":3017,"categories":["optimization"],"additional_categories":[],"game_versions":["1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre1","1.19.3-pre2","1.19.4","1.20","1.20.1","1.20.2","1.8.8","1.8.9"],"loaders":["fabric","forge","quilt"],"versions":["WiIRU3UP","AXYavMt5","Qek7k92S","2WBkUuat","2mzFyULh","mlP64Wt9","4GD4dwQK","LQ3vI7aU","WdlVJYKE","R0KPBo5r","1Vc3QD0W","b2cBCjB4","bRBO9ZzX","Wq0up4B4","bE2TQ25z","reIgRPky","N7HJbtfe","AdkBUIRs","WR6z6MYC","twdGLDHv","jFORrKV6","d3CbGntl","UvJN5Cy4","NB6TPjI8","374z4jcq","d20sUcYn","17Hi340V","BDwHAdWc"],"icon_url":"https://cdn.modrinth.com/data/NNAgCjsB/icon.png"},"version":{"id":"374z4jcq","project_id":"NNAgCjsB","author_id":"Qnt13hO8","featured":false,"name":"1.6.2-1.20 - Forge","version_number":"1.6.2-1.20","changelog":"## What's Changed\r\n* Update to 1.20\r\n* Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104\r\n* Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108\r\n* gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112\r\n\r\n## New Contributors\r\n* @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104\r\n* @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108\r\n* @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112\r\n\r\n**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20","changelog_url":null,"date_published":"2023-06-08T12:24:30.292495Z","downloads":51640,"version_type":"release","files":[{"hashes":{"sha1":"c958a821ba34e6550afd12eb95571585270ec038","sha512":"00c03643642a811d72d48a6a370efbe220753b3836ea4c040ee56495cc1566e75ca1c5cc9f834f99733757dc56eaed3c90fb4b0092adfa992314f1cc816a5919"},"url":"https://cdn.modrinth.com/data/NNAgCjsB/versions/374z4jcq/entityculling-forge-1.6.2-mc1.20.jar","filename":"entityculling-forge-1.6.2-mc1.20.jar","primary":true,"size":60489,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"hLPrl6Gq","user":{"id":"Qnt13hO8","username":"tr7zw","name":"tr7zw","avatar_url":"https://cdn.modrinth.com/user/Qnt13hO8/icon.png","bio":"https://tr7zw.dev/","created":"2022-05-04T13:41:52.033912Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"17Hi340V","project_id":"NNAgCjsB","author_id":"Qnt13hO8","featured":true,"name":"1.6.2-1.20.2 - Forge","version_number":"1.6.2-1.20.2","changelog":"## What's Changed\r\n* Update to 1.20.2\r\n* Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119\r\n* Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118\r\n\r\n## New Contributors\r\n* @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119\r\n* @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118\r\n\r\n**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2","changelog_url":null,"date_published":"2023-09-22T17:07:52.006115Z","downloads":7517,"version_type":"release","files":[{"hashes":{"sha512":"14f6b9b3161d6ebeaefaa1efc08b72a98d82aacf6f9956c3a5bff9daaae3d0200cfdb2034c2321849acf0aafaf0450cbd075a92138e1500f31a70666c59e258f","sha1":"a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"},"url":"https://cdn.modrinth.com/data/NNAgCjsB/versions/17Hi340V/entityculling-forge-1.6.2-mc1.20.1.jar","filename":"entityculling-forge-1.6.2-mc1.20.1.jar","primary":true,"size":62127,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1","1.20.2"],"loaders":["forge"]},"incompatible":true},"file_name":"entityculling-forge-1.6.2-mc1.20.jar"},"mods\\patchouli-1.20.1-81-forge.jar":{"sha512":"fa1bb3843b147c6048d26095e79da110372f073436448b5ea36caedee28831d6262164e731f8c06ceced1766e555523c7f3b689f1a1c90e7082355e50ea9ab1d","disabled":false,"metadata":{"type":"modrinth","project":{"id":"nU0bVIaL","slug":"patchouli","project_type":"mod","team":"72JcM90m","title":"Patchouli","description":"Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers","body":"[![](https://violetmoon.org/branding/vm0.png)](https://violetmoon.org)[![](https://violetmoon.org/branding/vm1.png)](https://patreon.com/vazkii)[![](https://violetmoon.org/branding/vm2.png)](https://twitter.com/vazkiimods)[![](https://violetmoon.org/branding/vm3.png)](https://discord.gg/vm)\n![](https://violetmoon.org/branding/hero/patchouli.png)\n\n---\n\n# About\n\n**Patchouli** is a mod that aims to provide easy to implement, data-driven documentation for minecraft modders and modpack makers alike.\n\nPatchouli's systems allow any modder or modpack maker to quickly create beautiful books full of user experience enhancing features. The user-facing feature set of the mod is designed in function of research done on what features people liked from Botania's Lexica Botania.\n\n---\n\n# Features\n\n* Data-driven content creation, no code required, you don't even need patchouli's code to build\n* In-game text preview\n* Rich text formatting system that supports macros\n* Advancement-driven content unlocking\n* Nested categories and bookmarkable entries for quick and easy navigation\n* Several ready-to-use page types like text, crafting and image pages\n* Multiblock visualization for easy building\n* Template system to create custom page types\n* Seamless integration with mods, with creative tab and pretending the book is from your mod\n* Custom visuals and sounds\n* Easily localizable for other languages\n* Tons of other user friendly features!\n\n---\n\n# Learn more about Patchouli today\n### Visit the **[Wiki](https://vazkiimods.github.io/Patchouli/)** to learn about how to use this in your mod or modpack\n\n---\n\n# Credits\n\nMassive shout out to the following people who helped this become a reality:\n\n* Drullkus for testing, providing some code, and the logo\n* Ellpeck for extensive testing and tons of help with fixing bugs\n* StanHebben, for extensive testing, lots of good feature requests, and also providing fair amount of code\n* wiiv, for creating the art I used \n\n---\n\n\n\n![](https://violetmoon.org/branding/support.png)\n[![](https://violetmoon.org/branding/patreon.png)](https://patreon.com/vazkii)[![](https://violetmoon.org/branding/store.png)](https://store.vazkii.net)\n[![](https://violetmoon.org/branding/ch.png)](https://violetmoon.org/creeperhost)","published":"2021-12-23T21:23:57.938115Z","updated":"2023-07-11T02:01:27.198623Z","client_side":"required","server_side":"required","downloads":195250,"followers":345,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.12.2","1.14.4","1.15.2","1.16.4","1.16.5","1.17.1","1.18.1","1.18.2","1.19","1.19.2","1.19.3","1.19.4","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["clOhZpKV","Bc62letg","YELVQSgP","I49wahSA","hOeuGyBc","AIocSIUP","7lEuKMXY","y5Iv4bvx","LLQZJV1E","bdOMmClI","OUi0L7mI","OfTGI9k6","lnWBMA5s","NfGlUTEX","YBbCmQdE","e8OPjNDT","b6yJCZbc","rgxH3b9S","pwPPKYN3","3nYm6JyE","oFXdEP6M","owlMYTOU","WZ0HMKHN","7hfShY6i","m3VnSBR9","9ocdD9Uo","OgM9g0zW","x2hqKA51","rJhsHi7U","expKhdK0","Dyqz3qo7","vCTStWON","VReLlKMv","yLlzynQ5","swxCEODj","4pBSxxGQ","8cbrvZZN","Ust5yPbd","1Cbhbli9","canbiioP","62ztr7HA","NorgAU8F","vU0HeQTe","uLqYYIHD","ajMDgDNM","VbKVW3Bi","PKvFvHeb","scPQNgN5","tzz6fEoj","YodpuIBJ","qXopWA1k","bxlh2STX"],"icon_url":"https://cdn.modrinth.com/data/nU0bVIaL/130922464c30a3a61eb493ce71d2502b23f29905.png"},"version":{"id":"YodpuIBJ","project_id":"nU0bVIaL","author_id":"wlfGXpf5","featured":false,"name":"1.20.1-81-forge","version_number":"1.20.1-81-forge","changelog":"https://github.com/VazkiiMods/Patchouli/releases/tag/release-1.20.1-81","changelog_url":null,"date_published":"2023-07-11T01:49:34.292807Z","downloads":16174,"version_type":"release","files":[{"hashes":{"sha1":"ac962914225ec045431b9c12618e296ca9cb3e22","sha512":"fa1bb3843b147c6048d26095e79da110372f073436448b5ea36caedee28831d6262164e731f8c06ceced1766e555523c7f3b689f1a1c90e7082355e50ea9ab1d"},"url":"https://cdn.modrinth.com/data/nU0bVIaL/versions/YodpuIBJ/Patchouli-1.20.1-81-FORGE.jar","filename":"Patchouli-1.20.1-81-FORGE.jar","primary":true,"size":637092,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"72JcM90m","user":{"id":"wlfGXpf5","username":"williewillus","name":"","avatar_url":"https://avatars.githubusercontent.com/u/2015032?v=4","bio":"Violet Moon member // Former ProjectE and Twilight Forest contributor","created":"2021-12-23T03:09:28.025799Z","role":"developer"},"role":"Maintainer","ordering":0},{"team_id":"72JcM90m","user":{"id":"kRXgk5E1","username":"Vazkii","name":"Vasco Lavos","avatar_url":"https://avatars.githubusercontent.com/u/1794735?v=4","bio":"holy hell","created":"2022-11-13T03:09:41.900759Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"patchouli-1.20.1-81-forge.jar"},"mods\\TerraFirmaCraft-Forge-1.20.1-3921-indev.jar":{"sha512":"af3dd3cab962880cdf9cd4225a7fa7b7b3a52d4260e9a64c183b709eb1ad3819f52fc061e82cf1b0e0c44aecb4687c42c427f996050226de2abab4212dd15efc","disabled":false,"metadata":{"type":"inferred","title":"TerraFirmaCraft","description":"TerraFirmaCraft - The Next Generation","authors":["AlcatrazEscapee"],"version":"${file.jarVersion}","icon":null,"project_type":"mod"},"file_name":"TerraFirmaCraft-Forge-1.20.1-3921-indev.jar"},"mods\\voicechat-forge-1.20.1-2.4.24.jar":{"sha512":"46c9022fd1d04c7aed45f61e92192761237668ec371f74eab9c620d3fd4b0c2c6693382f74747118b0a9a6eaffd0cf05d977e680c77647bf12e49374a3d3ed26","disabled":false,"metadata":{"type":"modrinth","project":{"id":"9eGKb6K1","slug":"simple-voice-chat","project_type":"mod","team":"O9wOHL2n","title":"Simple Voice Chat","description":"A working voice chat in Minecraft!","body":"[Modrinth](https://modrinth.com/mod/simple-voice-chat)\n|\n[CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/simple-voice-chat)\n|\n[CurseForge Bukkit](https://legacy.curseforge.com/minecraft/bukkit-plugins/simple-voice-chat)\n|\n[Spigot](https://www.spigotmc.org/resources/simple-voice-chat.93738/)\n|\n[Hangar](https://hangar.papermc.io/henkelmax/SimpleVoiceChat)\n|\n[Discord](https://discord.gg/4dH2zwTmyX)\n|\n[Wiki](https://modrepo.de/minecraft/voicechat/wiki)\n|\n[FAQ](https://modrepo.de/minecraft/voicechat/faq)\n|\n[Credits](https://modrepo.de/minecraft/voicechat/credits)\n|\n[API](https://modrepo.de/minecraft/voicechat/api)\n\n# Simple Voice Chat\n\nA proximity voice chat for Minecraft.\nYou can choose between push to talk (PTT) or voice activation.\nThe default PTT key is `CAPS LOCK`, but it can be changed in the key bind settings.\nYou can access the voice chat settings by pressing the `V` key.\n\nThere is a variety of [addons](https://modrepo.de/minecraft/voicechat/addons) that offer additional features and functionalities.\n\n⚠️ **NOTE** This mod requires special setup on the server in order to work.\nPlease read the [wiki](https://modrepo.de/minecraft/voicechat/wiki/setup) for more information.\n\n

\n \n \n \n
\n Please join the Discord if you have questions!\n

\n\n## Downloads\n\n- [Fabric](https://modrinth.com/mod/simple-voice-chat/versions?l=fabric)\n- [Forge](https://modrinth.com/mod/simple-voice-chat/versions?l=forge)\n- [Bukkit/Spigot/Paper](https://modrinth.com/plugin/simple-voice-chat/versions?l=bukkit)\n- [Quilt](https://modrinth.com/mod/simple-voice-chat/versions?l=quilt)\n\n## Features\n\n- Push to talk\n- Voice activation\n- Proximity voice chat\n- Password protected group chats\n- [Opus codec](https://opus-codec.org/)\n- [RNNoise](https://jmvalin.ca/demo/rnnoise/) recurrent neural network noise suppression\n- OpenAL audio\n- Cross compatibility between Fabric, Forge, Quilt, Bukkit, Spigot and Paper\n- Compatibility with [ModMenu](https://modrinth.com/mod/modmenu) (Use [ClothConfig](https://modrinth.com/mod/cloth-config) for a better configuration UI)\n- Configurable push to talk key\n- Microphone test playback\n- Configurable voice distance\n- Whispering\n- Individual player volume adjustment\n- Microphone amplification\n- 3D sound\n- AES encryption\n- Audio recording with separate audio tracks\n- A powerful [API](https://modrepo.de/minecraft/voicechat/api)\n- Many [addons](https://modrepo.de/minecraft/voicechat/addons)\n\n## Icons\n\n| Icon | Description |\n|:------------------------------------:|-------------------------------------------------------|\n| ![](https://i.imgur.com/FZD3ohs.png) | You are talking |\n| ![](https://i.imgur.com/BJt2YAL.png) | You are whispering |\n| ![](https://i.imgur.com/lmN6ydy.png) | Player is talking |\n| ![](https://i.imgur.com/Felj73b.png) | Player is whispering |\n| ![](https://i.imgur.com/dI3pfmA.png) | Microphone muted |\n| ![](https://i.imgur.com/MZRBqra.png) | Voice chat disabled |\n| ![](https://i.imgur.com/Lv3K6tC.png) | Voice chat not connected
Voice chat not installed |\n\n## The GUI\n\nYou can open the voice chat GUI by pressing the `V` key.\nThis allows you to open the settings, group chats, mute yourself, disable the voice chat, start/stop a recording and hide all icons.\n\n![](https://i.imgur.com/TCCHTl8.png)\n\n### Group Chats\n\nGroup chats allow you to talk to players that are not in your vicinity.\nTo open the group chat interface, either press the group button in the voice chat GUI or just press the `G` key.\n\nTo create a new group, just type a name in the text field and press the button next to it.\n\n![](https://i.imgur.com/FihRdNd.png)\n\nCreating or joining a group will bring you into the group chat interface.\nYou will also see the heads of the group members in the top left corner of your screen.\nTalking players will be outlined.\nYou can disable these icons by pressing the third button from the left.\n\n![](https://i.imgur.com/ZVSfBms.png)\n\nPlayers that are not in a group will see a group icon next to your head, indicating that they can't talk to you.\n\nYou can invite players to your group chat by entering the command `/voicechat invite `.\n\n### Settings\n\nYou can access the voice chat GUI by pressing the `V` key and pressing the settings button.\n\nThis menu offers the ability to change the general voice chat volume and your microphone amplification.\nIn addition, there is the possibility to specify the recording and playback device.\n\nBy clicking the 'Enable microphone testing' button, you can hear your own voice and adjust the activation level of the voice activation.\n\n![](https://i.imgur.com/TMyfSYU.png)\n\n## Important Notes\n\nYou need to open a port on the server. This is port `24454` `UDP` by default.\nWithout opening this port, the voice chat will not work.\nThis port can be changed in the server config.\nMore information [here](https://modrepo.de/minecraft/voicechat/wiki/setup).\n\nThe voice chat is encrypted, but we don't guarantee the security of it. Use at your own risk!\n","published":"2021-11-15T12:29:48.239701Z","updated":"2023-09-24T20:20:48.733977Z","client_side":"required","server_side":"required","downloads":1271079,"followers":1543,"categories":["adventure","social","utility"],"additional_categories":[],"game_versions":["1.12","1.12.1","1.12.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre1","1.19.3-pre2","1.19.3-pre3","1.19.3-rc1","1.19.3-rc2","1.19.3-rc3","1.19.4","1.19.4-pre1","1.19.4-pre2","1.19.4-pre3","1.19.4-pre4","1.19.4-rc1","1.19.4-rc2","1.19.4-rc3","1.20","1.20.1","1.20.1-rc1","1.20.2","1.20.2-pre1","1.20.2-pre2","1.20.2-pre3","1.20.2-pre4","1.20.2-rc1","1.20.2-rc2","1.20-pre1","1.20-pre2","1.20-pre4","1.20-pre5","1.20-pre6","1.20-pre7","1.20-rc1","1.8.8","22w42a","22w43a","22w44a","22w45a","22w46a","23w03a","23w04a","23w05a","23w06a","23w07a","23w12a","23w13a","23w13a_or_b","23w14a","23w16a","23w17a","23w18a","23w31a","23w32a","23w33a","23w35a"],"loaders":["bukkit","fabric","folia","forge","neoforge","paper","purpur","quilt","spigot"],"versions":["a68GgwWQ","qInLVpvP","2zfnzZPY","wVje7BCE","MMUXNTu0","kTM5W4Ag","fZkeN3KH","1WB7OGks","Cm5WTwqx","XP3Bvpzv","tlFeShEJ","jOlCnu4M","TMkd5WzZ","odFQGz4w","T8l1OaYB","FZfL7ig6","fXmAp76W","hh4g4mKY","jmNzVeLO","U7Scsh27","PhXefJEH","gRQxhLvr","pannDqQc","tDZ6gDdx","rrAtbsCT","Brx8x8sM","X2lcpNhr","CLl9TgUB","4rJygbyA","Wxj02pl9","9ikmZlYA","gV5TIXIa","CpvbTOtM","PvkbYcIF","d7T14Tld","1yG5JvAW","MaMD1XsY","rK8oQ5DH","5h38xx72","y3larVdV","ehZIh1Ur","d6SM3x61","Ny6LsenR","qGcqJoZi","i69mQMFt","JVlRIMll","dKesVxbi","xelIljay","KLTwj7j5","j7zdEFNs","Tc13aa1k","lAcRGOqp","Ebl40ByV","gLcdThmV","4FSXoNdw","kNjVFvrc","1zh1c83J","IIkTgEDQ","QrUaxZbx","zoVkz695","5YGB8EXl","Dx9saNOi","a1JfCFeZ","WgC0RZyi","tJs1pCAe","PFWwJYb4","4vhaRbZY","CWARkdoN","EsaU9qNJ","CKAUyFW8","ulDJfFjs","E5I4SEkB","eki3bjBL","1taN8mtn","L8YMHkDF","hqYkJouV","lUupmzCM","pEAtFXcF","fG2bd9n4","NHvskD59","bvn32K93","8FnHIJFC","dLiDM0lJ","yvk07Bon","pXnrstYm","sGgXhfj1","84ZAgGYc","6pB886Fc","M9oAh7Eb","Qml1Pazg","ONqhNvFV","wAmpZM9i","K9L3zI9Q","DvXMvWl5","cyxUtFO0","v3VN5xUF","Kopnu9rV","HBcg3TCO","ro1EsDdu","oB6gIWFK","GV71RAeH","SQYWxG4C","CJbhWcNb","JM0Yoxf1","PxV3LYWO","Zxg01Ntl","yK5wjxta","6btNfccz","HqjP2Bbn","gZbmZByU","AM5URYtk","YaXUNzvW","6WN5Da3b","2xj30YIy","EE0zCb5T","p2R6ZqGr","Kcy8yEI4","n1gKBKPO","Te3uIlqL","60B3AcxF","ZP6qiEjn","lDHYuM3N","aexvigxs","k9r73UWv","A17UahWn","BEvTrY9e","LLie01CD","kgqcsEsP","3WnJrRnM","a9unuqCm","RfnrBZZv","jwuLS0Qo","oMfVwdpJ","Fpd7DvhG","jzGURoFS","KJH1Kopc","xauunnuc","4PPUe1g4","FH5q9OOA","yZKwB9Uk","OXquKrKw","jf2a6Do2","rChHxkYz","ZNrhuMhy","o2YbI7Eh","RLROdgHH","BMU3cVKu","ehaQfYVq","5eBdTWg0","cc3pVY3v","yS8N6ZXU","Sl3Qxmgq","7sh4S67C","dSvLJfDB","V8LgaSMa","D7EUjCLk","XbjoKXZL","uPYkQjz6","f0P4bZqy","6XM36i44","rzn7VSfZ","FfNNbqQl","OMvgIpOW","W2SOQdSE","vImdshfE","n3yumyfQ","qTJMu1nO","OCVs4QEi","it0IwF9X","8UVLLM3j","o6xb6x8K","uclNuaZW","WhXaFAsr","JPqNJyqX","AughfLs8","SODKaewA","G2n2Uh26","76qKtyVc","tI9r1Feb","zNkLYq77","gIrTvVIN","iMZws6dS","wZAOmVzE","mKtQOwNx","t8Zd0mB7","3xQLT4qs","TKuQl5lC","YYvdKo5g","WIdr8BMZ","LWhUMA80","UWBnMOdJ","73TONy6p","z2pdbeXj","DgCmCcR2","r0bEB9bH","YDyvBSgX","Z0zw6DbV","q8RCkspv","axEYT5yb","yrPoNnzk","wdoJlCs9","YDtVeNJa","t2zgo1BQ","sUW93e6W","CTkQBuJA","MumXv4My","6ka7bwQl","70xt82Cg","msTfI0hl","vxfPIHfK","YylpTIB0","bnjunHiE","b1WfQy20","5H7d0zQx","zpNigQfT","7qrrec4L","MHNf6pCB","ArZv6rfj","AlWuf8dT","lTip8vnK","9tklldDR","UfgzEmws","Gq2vvxEQ","nuX9d6FG","zYmxGCnD","NHK9sHfg","gYNo1tNg","Ah35LEGu","pOkzmGFM","U1Vescrh","biMq6xQS","kv8wz0jF","iUyOJeE8","WP9iegfO","4GhVHo5T","DNa7kVop","7LRIPiMa","viCJCqZv","MX7Yn79q","29hpXpbb","n9Ao3xPL","XMEDNUPv","siIJbE1D","b6S00j1H","UB5iCt2X","LUlnMGpJ","E01R5OUv","6JRNpY4e","sT5w7chq","ZcfjF5uv","2ph1vecE","w7dOBEZE","KaRM88jt","1KKOEm9o","6bzpUJBu","vYvRzHN5","dMQdzlOS","fTEOY9VF","otwl7qXB","lVSbBjMi","ox285ZhT","SF82yFVY","U83jm5A8","KjLXBqA1","lQ4N6SsU","6NQfDOZD","dg9OwkXs","brgbbuit","UUAbOrCd","skCygDOW","CFGhmFHL","wdtUgD3K","rdGdxpQY","tHZnuSqg","IO0J0SyU","60r69pVR","aQuivvbY","kgY7bUhW","1rSOa2Gv","tbjFoMlx","7wGDl2Nx","scXfSMOr","qwotpGek","5cpjIAIR","pL5dJUeC","ptROztOk","C5D3EkJ3","tiRhnaPg","3SPazklI","CcFrXpuc","BKhaMSiT","WbnJljlf","zeQI28Jn","MACFDfHW","EQQ3Ph49","tKTondTV","SZoow7rI","gzHxTKVj","zkU37cwD","oSEJKnkf","AQsy0EUP","RoW4tOsW","pckcaIc7","Abxhdnho","8qH8zrW4","DKEL9dyW","pC5s0RWz","3VWKOSFu","iAvubgWc","ls6ocxEY","QLSIXo6R","fivMY7Af","Mxrmv1Xk","JHjRBhoO","DzGQQDGK","vATBDANH","xxJgE8BO","6QJ2Scod","xaRcck19","uP9DiSyf","FfcvJn55","Yu92rO6C","HrYAgigy","qykDrhK5","GZy8xHZ3","UuVA043m","MDCC4LZk","S2GYwyxz","b0IrtlnW","1LACBzUs","UYbbcDF6","JQk4ao6v","HAm24DLp","gO5PQY6T","rgVUDkxC","xFPpmf5h","rGRvflN5","Qmkb5A4H","WQ88Rmwr","ySYmTWo3","I6mI6OeN","dmhT5CQ9","hYbqAX4q","az1VwwY3","Ph4M8vVr","YRYYChqz","IkSiL6sa","TV7wMBxT","2toRsysM","wPPCSxad","OyZEX5US","WKqADSbi","i69klTVZ","IixaA11c","GtXbv3fS","tm5PfK02","3HsSGC4Z","MOk6hMMV","Xjx8vmTA","jkq7IAd0","7ZStwdm3","XnDKmly0","eaRwKftF","KJqSzy6C","b8NlnipH","lRjwWNrZ","CkDZXpT5","qhzHCrFC","xTvjbKVQ","sXVAHHIX","rlzo7cSj","p42wypXT","JJreUQxb","bMLoS5Mo","owhezF5z","3goOBS45","IoPPwlWY","ZS9OpzpA","3jJ8TP32","qEbbgFv7","wRg0zbnj","TYN8vsX7","RiTcqFq1","9ywUTZCY","OwrHEVME","oPag3cau","VWj4mtlX","TZO9lzmQ","B7yp7Poi","3822Azin","uXSXSZ1x","HiK9NLR3","mWTCEsku","mwmOj2QM","ombkAocf","OUSOhED6","T5CAxN79","zVAME2Wi","Z7NcKuzh","54K52aKi","YVel1eJv","mefkGHbh","Nuy8uAoD","rqueStfn","c56FcBhh","SxY1yz0e","y86mBB9Q","5flypNDx","QnLA4Mth","vtdjcCIU","KSTZBh0m","UhOSj8YO","cG4us59N","DrQb2Dfe","BMvJ5Qij","OHcPJLxx","3kEZgjSi","GzAyrZXM","iTWGNq1f","cfDknKIG","yh5f4ab6","Gb3oogZ1","WZhhHrS2","Uz7xdv91","QYiX4ujO","lEbdoWzs","QyUqET2M","LeXgP9NY","Oens5iLT","vlChJdYK","4QjOprSY","mMLThJB4","jUmV6CUo","t3KSz0GR","4AkwmP43","Jptf1ShM","BwOgEOYb","J1yrmPaY","S8jxARyk","gJec6R5o","FOfLz4Ep","cYjYpKGC","gK22RPE7","l4XYwRVE","NgQGSkFK","rl7n26wi","r4ywm48l","yPATojcE","TdHOL96o","xxt6H6KG","kQbP3Ntm","zVYTKHob","hAzS4wts","cJ9WIFrs","YEck4uvP","RjLBB4W0","xWmSU7Cb","jb6aYgp4","SWoX2OjP","7ZESpDhQ","GtqlRNA6","uodzVP0q","qJfOuVGT","5a7i8QEr","KVaxwhTC","W7NBwWf5","xWcncKQz","eiJUDzAN","vF8PaXo7","26YAuFPw","AoZlvvq9","xziqzVYu","f3rnMOAy","amTR8cRa","W7pHC6Tv","rFULgZ7N","sOptr2y7","Pi2VjFQ5","7ehAhBvg","BwM77UUZ","qEuAqWJ1","Y4NYu36X","jphEzHkO","WtKXrhHF","DCgHdBA4","jU3Pdjxu","ClJ8ePwh","RrQPT8BM","k9Ul3POY","B5mLEftb","JBDfN50k","TcZ1PseK","8qYOTxSB","VBMJO9nu","j4GVfwQJ","nXp0c0sg","HO06NfqM","ySymCfib","euRdXW5s","8TlfrkMW","STRb9oNt","oKF5f5d0","yMrqIxSf","TsqprTYm","mXxzQU0R","EsVMkcwf","irPymVPG","udz7t3g8","ujSd5u2t","CiQgNe77","8O1ND9Jp","bsmAtyO5","5rA3zbip","4tPcxHOz","yaVPRjpO","XYlD8SRa","Le59p93E","8p57zcI1","R5zXJCs0","qcUaOg8o","8N08H5xj","76xU6eJC","rvrqlnYk","dEK382Rd","FtVXuDsk","d8QNQ2Vp","FVNRwn9x","pcCWPjsP","AZEjdMNf","wptu1MGi","MvyfJGkJ","hwrEwyqz","DDIPxnvp","t9SnWp3c","FDlFuUB3","KfLUPw8c","rhyi0Cjc","BbRUumLF","WrFgEpcp","zXJMBiOx","Qchb21r1","kwQsd5VZ","3gecV8fy","pIRkCOfp","Ihkr0yY5","tafpUkms","ywSc3s7d","ebnUNEuh","naJ4vlr8","QJcM3LM5","25SsDyKn","MgnttvBl","lCmSWcb0","woqyZ58j","3jtpOfqw","u3pVBlpU","vxnXPyv3","58Q1qKSL","Wx0Y2Wnu","3qoYyqsH","vK65MH8C","XRqD00T7","F0fr1NK5","wRnC4Uns","mAt2QkGd","fr9VIjNd","TVPv3vP8","FsFSudAc","T6i3YrNP","RDAzGbOa","QOsWvofn","jYO3nm3f","iT77zmK1","dHPXG5gw","bh8xHlmx","mnPw5bVV","qvF3bePa","PTdXZ57S","6PS1DeZj","6c5KrUSy","gmmCP0pN","Ui1sbJws","5B8Z7NsA","EviEHIbm","sfpdoozI","qkyAwUvq","OJZ2B2bD","EzFdvYsm","7KZTu3M9","psqUqr7v","qFnXTNzp","iHJvsreb","OqIy8fbF","HBiYMFjK","Cg4gISvx","OrMldSxN","5h6GRvG8","yupsEpOA","KwXPXlKI","CK4RVIdK","THndFk3u","2RUDX4l4","7KHZT0R3","64z2lZ3l","iY819UAN","dO9m00za","VsmjwBJV","IgIPdC3s","UFMaQn3E","s0hyOBK4","J5wijpnf","lK15nYA1","7v1XcYPa","TSFNdLC8","rfrxsAs7","iSLcTOCF","tZjNePSI","QTST0vVl","A1gphHYM","m8XUTn3b","iDfWQ0RL","5ju0QwkS","F6C1eSce","a5jrAzZU","D7lsb5A9","sISiDZrg","IKy08zNO","Uvz4QEyH","7BULlG3T","ySvcLNyJ","meGDAtS4","7tmySRgX","e7SAI8ft","YE8ZYXzn","ANMmd67g","bt4jIuhK","mdlBwGRT","1GwCydAY","A4upJcrb","UoKokQ0M","tDrJWkR0","gdb9hVFn","w6WCaPXi","6xlIIRmD","zdrGcCqo","D2J7dxIg","Tp7S2xoX","tYfD3g3o","rQYbR55Y","PI9EDhw6","p2rNDpgX","We4peEIE","4uJpormM","en9vUl48","Rk8nVCvN","9fnBn5IS","Fs99wEBs","YOw7LkVY","i6lTNpQ1","RHPocErC","qaycOrGH","lthaNSLn","CNcIm5Wr","HDbhxCmD","ucPZ0Zlk","iUJ8oxVy","jN03ENCf","G8Bv6OzK","dapDQlTE","J3KRgkVf","knsfNNIv","8irIYM7N","ikZuGWq0","3ROXtbhz","H008xHjt","DSCLNFj2","K8KbB4RV","PO7Rxyzv","FKGoeLU7","q4kyt2ar","wEYnMTdq","AhiFqewG","64MFHaO0","yoeKmXgR","MqeOVVBh","Oii0nmW7","KkvQ0hT9","Am7Afd8l","RTqTi9PB","3mhxktnw","2HcUazLU","drVzG6Y7","DL9zt8gd","aP9bMoEp","x5FBiwpj","NeHultSS","MdwR0Apf","dswLMQFh","MfYQHsh5","USwSNzvD","S0yCxhX1","TXUmE6ZX","FpmzQfDe","9orHeOej","AM14i2i2","CfpYmP4m","TjqDTzEK","ey8TpeYB","bUK4wGH1","yLJuTvmb","jbogbvo0","DQJZgdiw","LebD31bM","qCGtO8JL","zzUou8ba","mV8egSe8","LdWVn5DX","GDBE959Y","K4anOZDD","NSBUNV8T","iLW9xtDt","weK40RkB","DGaZGpgQ","neTrprWE","gnDq69th","nvYdhgWh","e8QBwL9w","sl3abGMn","1YWIncP3","Cx3uX8pP","IDUCmhud","tZTt8hCb","qVwE54Aj","uuNvBToj","MVLWMmUC","5l1I2ZdM","tky50fgb","CFTGxpFO","LZtCLt9H","rnJBUTRy","EUUaZi0Q","KYOlfxQE","j8BAwBBZ","sqGXwxqX","j5PAbjOX","CIHjKfWf","kAK9E7QN","Uf3QfIZH","93LMTU4c","Uiuhm7sz","kkt7Uxwc","O8E9ZJBS","8UibxwNc","6wbks5k5","UfARzPwD","cHcysdnb","CfI06SBh","GjcXqUeQ","biMOGa64","VNVkvAKo","lLJKfb9A","rPNrdRQo","Ro5u8uo5","aWSzugT7","7LGuplN1","B9QRbi6Q","g1awVxcy","p5w6UGA4","ZFo0osSd","zBxORBK3","oyhmybAh","3WNKLSnn","qXreT2fw","2v4Uri99","mQQfBb0o","NrdrBFYe","i9NQz1UV","UvNS1o3v","WXbt8VVQ","YGyDrs0e","Aig2mCto","gVR6ZQ4f","PPychWbD","PoZjqqMr","CFMtkkBh","VcR6SbJV","mgOOw5zH","ab6bHZR8","m3ugvpRg","FjBN5sII","PGAUelxG","WUiHSEAH","zSmmBSbD","GvczqHHe","qbGHOSjZ","MiAYJiJt","TQtV2Hra","BCZ57c57","Do5N35jN","CcCBYmhs","TUgD9o7P","FjGaPqwu","zzlybUhh","18HpRSWL","Sb5dImaz","nvm1m4LA","oyRdxb5n","huNbvkqI","75zYsfAY","odbH5CFR","a9my0yXs","C3gxM8X5","FNTU3zAX","St1xia24","rylPu5v2","N4h1IGZi","NDzYNOfz","pB8Nl4qg","lkr6TMKJ","nU1g281T","fJ9KY0Tk","2kKtcihL","gpYetBhj","FNwUxKKk","gVzhpwQT","CoiHbVKg","DV40IhyY","Z476sQw8","l29Co1Hm","5IjR1VjG","YbSh78z5","RTxKgvdN","JPayrNdN","CAN09s9P","yzY9p5uF","hunCDvaY","fVWT82jY","745uSYQo","Mbd1E3E4","l9IZD4MC","hkfVkE6i","CgMj10S7","AS39IH8k","fLbilXcL","kAllSTb9","Ht3Mrttx","7QE4atCG","hN0G7nAd","PDw3aEDr","jWQBVSa9","oQFPIo9S","dt5G0wtV","6VI6RMTR","rpBFgFO1","5MrR3gHW","Kb55Hvro","dNRC0H37","4v00OeoB","v7g8Q49W","fLUfwENW","D3Y1LHUW","IkbruGCS","Cc42yGJW","bnWaNTxJ","f27HCJfc","z6cYGtZ8","Io5bEHIb","hqwxeAU3","6kP3jszz","pBGz0fqU","a0ysguQP","DBfQn0Oj","hPR4sv1C","Xyw6PHf6","iWH7JeNb","mJdiP8GK","HdikOXpS","uD5zqeKK","e2EgP3uU","j9Q3wDUN","jFOhuDpk","VdJ4Av3h","6eRD1b1Q","Jm3soSTV","66lsZXXX","9bFQBfVz","rfjl31Cj","8KveguYv","ZMnGTC7v","rlXXuf8h","x8GixcU6","W0lrQCZo","IKrqdUEr","r4EGh5Bi","johBN2Vm","Vu0JowCH","RXGM6dBM","KNawhkuj","llVXxYy6","HXunw52L","89FOc1th","q25Eqzhm","rS1kA1jm","FgOiUVzh","z9OFKGnW","Ssz634rO","CZ94DD0g","oDridzfo","tjMpfUw5","c4QUFiaC","gXdrsnMx","CxC7bmmO","6ywPA9w8","zgplU6Cs","WvHElfx1","gTPmzBpA","eIFr5DsE","tW5vWb3F","P2LpxINP","8U9mliwb","KShVfeIj","v2JDwI9x","Kb3Eh1Vr","GEEJMVal","16njRIqG","yye8LI8e","puAazJAw","9grwiEC0","gGuBemZd","psIKOtP4","8hVm9IdZ","XNFjCYms","a3lFY9O0","X0sRsHwa","TFeDdCUJ","2ZayNCih","EyCPoDxa","SdzjNq8X","fU9nVRZ1","V4oempyh","1Tg47pyQ","1jJLOiZo","iM9oebu1","WPO7zjtx","3nRnNUOS","cUVDeuGU","mjPRLrLD","NlfV5vp6","s23igyR8","m3n7XFzH","lFvcH4tY","wgegBogi","tXwhJeN3","LD6eqSjr","lXmfKcJK","3FIyp0gn","qDL8MSFE","fq7Hdwqb","9VTjPCrX","psxCAXkj","EFvZPNWu","WloCHo7S","k6h898TE","YsBCWxk7","E9rZgsW6","AJEN4laF","oTcMpI1F","n0I3acG5","wtbtoLhs","lmOGB7cb","OdVX12L2","MqhEFIaR","GcPWXYJq","qz3BVEUT","95rAIMBh","noUSyNmW","uMiLkRmf","tsjBnFaF","v31bq2O7","RObPBOyE","jhOHFVFZ","25HKRtBI","2MSQmYqW","LOHvKcvY","4D6BZo5m","VydlQQeV","orbqD2kh","YLxyHdWT","bkrJJrW3","ZHDPwzAe","QagkQI5X","8dIe7NyZ","1SmsqHW3","zLeWrjv8","Bw8GoX30","ayUVHd8o","KmJdeFgs","fMiI6qBM","E325Fv09","5yezR6pF","7g14XpHB","4zTbXdL0","41pJoAm3","E9DXnCT8","4rKGtleq","PHK1X3Xc","1Ta3sruj","pErOQ8zI","e2WaF9K8","CrJoAIg8","ynyJ5qq2","sckft84h","gZnjiRtQ","7ZW8m1a6","SB7O3BG5","OvhnD2bZ","3JiuAMvh","TLALmfny","kxcsWZCy","A6xTBa8c","jHTNBrq3","NxKOKNgH","xuDkR90d","qxXE1v3L","Ba0Z7JcX","5lcQH6Ox","lmONnbGl","sX9gItaD","iZzgLAFj","kMyYv1np","EDqQK2Bn","aMdkwahp","Dn1Ar4Um","vQpsjR7L","LMqUKE0H","WBCH04ad","RPApHaDy","EOgv8FZ1","AksP3yMy","KDmDQlQG","oruiCHvC","B6mDcgZ2","dkFdqBHH","OgQPLSvZ","h4W6V7ng","aGLy1gy5","JQMKdk9p","B80K1sK3","7HbFuEwV","QWOzJf9o","BNDuJR7G","WbxLYgSW","kpYr7akq","lnHzo18v","fL9zVA5k","jWwlS0Ae","GQHZbdj8","S9HEO7xa","lATOf68H","ucK1wjNV","MCFsM5VO","CTxElFLQ","OBeNsrg0","KUGGkxQe","BPLYpp8u","Nt2pzNuH","3IDlWyOe","RCwirlGx","O0tSM3cj","aIVDadRg","MjtI3KV4","DTSq8b11","SWlA9ZGy","ZwevDUVF","GDb7Z2mp","HfppZUUX","OEdMPnQz","QQ2pfidM","WcsL0jgz","TZiD4gbi","lKGyYu6S","RXxZHMAW","QOTzX0HV","CYwWgMiY","Vc8gzrS2","GAPgmEyP","10ygOlhl","XHWxM3fw","qPnBD99O","5Zjrtwhl","CFPoOzWW","D4coGZJq","jNEmhqH7","FJxglTu4","mhqkrfFa","hjzg6oiA","J30uUCaK","Sa4g788y","3PTVF1wd","DGcr0eOk","7pRUzAIK","sc2BBBoZ","FUEdZIPi","iO4m5PLU","fUb9N4ZI","9nCKKdft","pO0sk4z2","EAWNGmgG","hwNa4mFL","I92gJvt9","BGrsrYeA","9K63pYwA","b1LqbTTf","KdXov2Pb","HlqH3h2v","v9ZWmwso","h0edb0O5","hfemmEgs","WmmTP1kb","Pv469h8Z","3F6tiGg8","NOKiOW4q","hc2m1WQ6","haux9k7x","nT77HxXK","2j5ph3Pz","vkBZANSG","tKINhHsw","b6EbL1fA","jqbvEUBm","i11VsLvj","2446TGUZ","6JmHqUp9","oKKBLQfr","QSJyjpeG","RrjNtN7P","P6Np9f5M","kmTbM7Oj","6RT8dQdY","ia7HXWz1","59cemCjh","AMhZJa50","cpGsggtq","ZI8OBIBy","KoVdHCnf","E4EnO4Gs","rrp71BLc","FNESHgGq","h176XxBD","9x9tcJS4","4hE7XyBa","NT1uHlh4","Gs6m5jZd","uEYUVRo3","QKmqM5mV","2UKoLNUH","ASv4k3Br","vnCMHABF","QKFGOJUD","5w5NJzCx","7GWzu2ik","onVH7UO9","PJU7PUGE","9SotZNms","p3JAhQkS","IWLirCJ4","HpbGly1U","cgPK1BnP","FodMeJBb","uEvVLusv","onLhjj6q","krETAxFV","XXnKUaMw","svgkfGtz","K1v8xBfy","97E7LfoL","Q9HPHw6L","9g8UForQ","X4MaUU1U","bBJKsRrs","siN5Etnl","wuAPWWPA","DB81KuvO","LfGyOyJ5","2PSG3Ptd","RugUWN67","QaRAXasa","bcEqNDOG","a5HtJfzX","hwbpO0WZ","997ggVwm","svPPpbQ2","sYq079bm","BOM7GPGs","Xotohi09","9UTSA0xJ","ykUiGiXd","Cx0R0y5l","x3PT2flq","4h8IkH9T","snMK4mWV","WsNv27xH","dh8OHbHy","YagyycJq","Y6Lp4xPN","LLXEcoAV","tfDBpe85","vIqwbekb","LPe075dU","NkZguN8n","6NLGnqdb","y0kOOv3w","NHxxG1DC","UdGl7jqC","avAdpOhr","MUpjzK7t","rhiEm2Wc","vxqH7eU5","EX0d5uwR","dYnrrVyT","RzFHk0WW","LKXveeun","GQVfEepq","XldzO6mM","yFp8iIYz","pBoKyquO","JFu6SM7X","rcd2eEe9","mGVFrJAx","GZCpbcyL","SciXH9dB","IxTNImqb","bWVa6698","fT7I56F1","9iDVyHeO","nseoHIqe","Cwkd5wBU","bjiqAfUp","pnIGcZL5","qASNS3BJ","bvCjrdcB","ZO80xMG3","YADIoEZ8","cud7Dp0h","Nzq9hm0h","FXEC67Kf","1OCJWb2P","7LC2hpt1","FCmQV35I","hGHIRD8U","qGSDZYUu","7upudrLq","tndX4rxY","JBuELDZK","JLVwBfqi","mWWIM6j2","7aoFHeZK","JCIvqSzw","mAnLSJyl","VgL33dWp","artaImf9","uBJPw66b","aS3Vm5KV","PTnXEzwa","mZfta0kq","S2yFtAOp","R8TUCsZ7","I3t0998G","UIvURho8","DVrkeg0R","m6dLuagE","QYAPmZyH","VGpoF80L","2LUm2Kaa","EM9eC1Kp","K95RbSbU","euJJhoTs","cz56YIkx","osHean0g","miWStu4G","q3F5v1H3","Wq1967bc","ITZFwWkY","Ak6PxhpG","LeAYbpLY","w4N3jbW8","ZntqzMlZ","PbqLHgq4","OFLUu1Vk","hwkRmEEg","P7uRt7gB","jhgkhS8n","tSR3xUV2","bKxV67dC","krgjx3p1","jwE52Xf0","gqmtyrB2","H7gbaWdG","LRZcMYoL","Lsrm7sW1","eEexAAZf","JP18P49o","qEzrn3Pc","5Dl3MmWc","rPGUskmU","QMs0zUxl","sLTlTljP","amJPikc3","KDAdZwJh","eRZ0ENZR","GE397Cr9","sIjavVzz","emeMXunl","Mnk2EYTk","y6Za5pt9","iAiVKHh8","1ON0czTj","nQlNYJmQ","vNdZtn73","bH98pKVE","loSMVTwS","fK3wSsgG","T4za6MXl","SgmCfFme","QAPwm5rr","OmJwcG0z","vY6k7GI2","Y9wS4uFf","NW4LGxTy","z0SSEbL9","35gDG8zC","tQ176d8H","4V0kSwX9","tZq1GMpi","CH1jYu2U","zESHDhRM","vLqdAtXI","eRaq1KMf","2B8M6mXM","qQGt70lg","Yd7Eth2O","PDs2qJG1","XgylkKVL","mUlCYxGN","DhTnc2RT","euAtnGaR","ey99a2no","QAyAaK5h","pp7LQGPB","pHNfnwoE","RkNHWpEd","7mOyt3px","MhmOpLbi","fjDiImrD","99cJdybq","wpFA4oAg","WDLFDlJU","I0UEW6B0","pvFFpi0L","L0XWijmX","BmL6whvZ","t4U3OaJH","fLdbjW6H","dLY0sQr0","LSio64KU","1N7I9nAd","jttRj5Ud","jJ1on38m","wOV0dhIV","ONzzsgh9","FQ7VYFV6","w3De1D4Z","EMdKgXle","QdTpdJCJ","mWiCXxGO","6D9aAV8M","ilRhAQF6","MmKN6xyO","XPw1Pi7O","flY0vop0","VFit45xH","DCU9Zvdi","uRVWyfZe","YiRdLVIl","8c6nCoFx","bbgtX9q5","WQJpGbVb","GDuoJ9ZO","1PcC2vw4","QNbrbfu0","V8UvxUr5","PtLnSEgN","nuPjouXh","QDadlf45","BkoRXAs8","SGJhnOJI","5T8Ptkdi","4kxxKlSi","OgJeiBxw","J19as8zJ","HwWGr5KV","Pp4nlMap","HE98enGg","FrbZK2lQ","wVsdWkR1","UXs4sihV","rPh7s4pr","ZlrgTz87","sDrVxQQX","aqYkyKYT","s1QhVDIk","cgHFloaM","Nc9kJWyt","zujCP702","wGI0D9fk","wMbmiYWE","vZwHaHMz","AYzguATT","uEwx8qHX","1MMZMWd1","uoLRkZMU","CtR6D6ZY","qdU0n4ez","1qN4Fsha","yo7QZZxX","zMaUfGqd","pkVUXWw4","2qj4E4oX","uiOxQZGj","bgoyJA4k","Wp00WXKK","UQtABvTX","sim2dpjD","30naV1zz","i3LmCtmQ","y4rraJLN","lBtQcbt8","tll2jjMo","3DmQYAJL","ucxL6EqV","bYmIHdsG","8hlaFvMy","VeMaV9PT","7zIB5LVU","yYZm0VRD","OBqUyGnh"],"icon_url":"https://cdn.modrinth.com/data/9eGKb6K1/icon.png"},"version":{"id":"zujCP702","project_id":"9eGKb6K1","author_id":"mqxuCPbU","featured":false,"name":"Simple Voice Chat 1.20.1-2.4.24","version_number":"forge-1.20.1-2.4.24","changelog":"- Fixed Simplified Chinese translation\n- Added debug overlay\n- Fixed audio issues when having packet loss\n- Fixed audio issues when receiving packets out of order\n- Improved debug logging\n- Fixed error when disconnecting while audio is playing\n","changelog_url":null,"date_published":"2023-08-28T17:30:35.061754Z","downloads":6970,"version_type":"release","files":[{"hashes":{"sha512":"46c9022fd1d04c7aed45f61e92192761237668ec371f74eab9c620d3fd4b0c2c6693382f74747118b0a9a6eaffd0cf05d977e680c77647bf12e49374a3d3ed26","sha1":"ad593ba6f6695942659bbca76e33559f6a257a31"},"url":"https://cdn.modrinth.com/data/9eGKb6K1/versions/zujCP702/voicechat-forge-1.20.1-2.4.24.jar","filename":"voicechat-forge-1.20.1-2.4.24.jar","primary":true,"size":7650531,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"9s6osm5g","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"O9wOHL2n","user":{"id":"mqxuCPbU","username":"henkelmax","name":"Max Henkel","avatar_url":"https://avatars.githubusercontent.com/u/13237524?v=4","bio":null,"created":"2021-06-20T06:44:48.036761Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"O9wOHL2n","user":{"id":"8aZhF0JA","username":"BreadLoaf","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/36360408?v=4","bio":null,"created":"2021-07-02T22:47:21.491087Z","role":"developer"},"role":"Developer","ordering":0},{"team_id":"O9wOHL2n","user":{"id":"31j7L936","username":"Stridey","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/19396085?v=4","bio":null,"created":"2022-05-01T15:49:45.517346Z","role":"developer"},"role":"Artist","ordering":0}],"update_version":{"id":"8hlaFvMy","project_id":"9eGKb6K1","author_id":"mqxuCPbU","featured":false,"name":"Simple Voice Chat 1.20.1-2.4.25","version_number":"forge-1.20.1-2.4.25","changelog":"- Added join group by name command\n- Fixed compatibility with Forward-Forge-Client-Reset-Packet\n- Fixed error spam when shutting down server\n","changelog_url":null,"date_published":"2023-09-24T20:17:09.597401Z","downloads":1967,"version_type":"release","files":[{"hashes":{"sha1":"b7383482914dcbb512602c44fe8ae4ea2ec95fe1","sha512":"7e0c526b654f5cd8970cf63fe26879c01053a105bd8d0bfd6f21a7f25c1a8666b61237225017ab521c3184f6fe167f6ae871739e91d33e8b8985bf51b0e61e0f"},"url":"https://cdn.modrinth.com/data/9eGKb6K1/versions/8hlaFvMy/voicechat-forge-1.20.1-2.4.25.jar","filename":"voicechat-forge-1.20.1-2.4.25.jar","primary":true,"size":7653198,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"9s6osm5g","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"incompatible":true},"file_name":"voicechat-forge-1.20.1-2.4.24.jar"},"mods\\soundphysics-forge-1.20.1-1.2.1.jar":{"sha512":"78057647c823dfa7b1e6496b1b116b584c1aac3164c31b102dc04bababb2d5581e09c4dc2779472193de339a2c1f3b95760d71fb8cc25340829b49e7485830d1","disabled":false,"metadata":{"type":"modrinth","project":{"id":"qyVF9oeo","slug":"sound-physics-remastered","project_type":"mod","team":"qdzNnAmS","title":"Sound Physics Remastered","description":"A Minecraft mod that provides realistic sound attenuation, reverberation, and absorption through blocks.","body":"# Sound Physics Remastered\n\n> This is a fork of [Sound Physics Fabric](https://github.com/vlad2305m/Sound-Physics-Fabric) by [vlad2305m](https://github.com/vlad2305m) which is a fork of [Sound Physics](https://github.com/sonicether/Sound-Physics) by [Sonic Ether](https://github.com/sonicether).\n\nA Minecraft mod that provides realistic sound attenuation, reverberation, and absorption through blocks.\n\nOptimized for the use with [Simple Voice Chat](https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat) 2.X.X.\n\n\n### Requirements\nThis mod does not require any dependencies, but it is recommended to use the following:\n\n**Fabric**\n\n- [ModMenu](https://www.curseforge.com/minecraft/mc-mods/modmenu)\n- [ClothConfig](https://www.curseforge.com/minecraft/mc-mods/cloth-config)\n\n**Forge**\n\n- [ClothConfig](https://www.curseforge.com/minecraft/mc-mods/cloth-config-forge)\n\n---\n\n### Changes to the Original Mod\n\n**Improvements**\n\n- Improved sound processing performance by a factor of 10\n- Optimized for [Simple Voice Chat](https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat)\n- Ported the mod to Forge\n- Improved configuration UI\n- Made Cloth Config optional\n- Tweaked default config values\n- Added reflectivity to the config GUI\n- Added occlusion variation\n- Added block occlusion factor config\n- Added debug sound bounce rendering\n- Added debug sound occlusion rendering\n\n**Bugfixes**\n\n- Fixed sounds not bouncing more than once\n- Fixed sound bouncing using an excessive amount of performance, despite not working at all\n- Fixed direction evaluation not taking sound source and primary bounces into account\n- Fixed sound allowance not working for `/playsound` command\n- Fixed unmapped field names in the reflectivity config\n- Fixed sound processing using player position instead of camera position","published":"2022-06-23T14:36:52.813391Z","updated":"2023-08-25T13:40:09.453910Z","client_side":"required","server_side":"optional","downloads":288622,"followers":1408,"categories":["adventure","utility"],"additional_categories":[],"game_versions":["1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["tbyD9fqo","CK4lQQ9O","x9IWXNJ1","SYSMCMTq","kZQoJLcW","ExqJDhfb","MBlFcMKc","xZ9UodxE","jRobOtd6","eZELi5uU","dKCe780W","6XE3ynnM","TuOjqGZ4","xVwTOdDC","qZS1UvUq","NxBIvRrx","btiLehDH","7IdNS4GK","TVhi1tt5","kDnIIyrT","weUdAUDs","a37ONsXw","X5StGhDe","5cW4koqn","14Ps1Jzh","MAkKuumS","znriWuAi","RWvuXxi3","ccEQbQJ3","JHXFUvDT","mFMJ9c9z","GBrc5892","swW70Uzh","ej3KHCh4","74oofD7s","34AzinYF","ZQ358klw","8DVONifo","MsRCg9vD","M8HvAuai","nBLV4bCJ","UlywtXTw","dGldKfFi","ouJkPcmR","tA2eeq37","5kLP4E16","L9IFjX01","xXUcyQrd","lNfifytA","op41PVog","ImG6hq12","vugO7mNF","qj6Fhfgl","b6C2l51o","MZG4uxm4","vCR4KOzC","BiJaNUOc","jFi9wAm9","wSSDI9Rg","gAP9590c","e0jDon7B","tFcSgMDe","piYsWHSx","TEiP8U4g","oVxOW2yg","qnzq20sO","tw5iAjtN","ZEMrXhx7","ouODHxQ8","7P98uY0M","bKhTczPg","I2nXZGRy","OOw4wyHN","67Uq017p"],"icon_url":"https://cdn.modrinth.com/data/qyVF9oeo/798fbfae58ec95ad51f3e1d522b43227306c326c.png"},"version":{"id":"OOw4wyHN","project_id":"qyVF9oeo","author_id":"mqxuCPbU","featured":false,"name":"[FORGE][1.20.1] Sound Physics Remastered 1.20.1-1.2.1","version_number":"forge-1.20.1-1.2.1","changelog":"- Fixed crash on servers\n","changelog_url":null,"date_published":"2023-08-25T13:39:41.010776Z","downloads":4026,"version_type":"alpha","files":[{"hashes":{"sha512":"78057647c823dfa7b1e6496b1b116b584c1aac3164c31b102dc04bababb2d5581e09c4dc2779472193de339a2c1f3b95760d71fb8cc25340829b49e7485830d1","sha1":"a9557e8b0c2479f4124277ed837025e0112fdb92"},"url":"https://cdn.modrinth.com/data/qyVF9oeo/versions/OOw4wyHN/soundphysics-forge-1.20.1-1.2.1.jar","filename":"soundphysics-forge-1.20.1-1.2.1.jar","primary":true,"size":156873,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"9eGKb6K1","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"9s6osm5g","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"qdzNnAmS","user":{"id":"mqxuCPbU","username":"henkelmax","name":"Max Henkel","avatar_url":"https://avatars.githubusercontent.com/u/13237524?v=4","bio":null,"created":"2021-06-20T06:44:48.036761Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"soundphysics-forge-1.20.1-1.2.1.jar"},"mods\\jei-1.20.1-forge-15.2.0.27.jar":{"sha512":"9e94d5d909f37bdc06d18873c5df34daec4ab74a5cb3814fe23d63fe8398b0585d997677905e0a6caf993f3239543049f75d8f911f4159fff416ff84331d480a","disabled":false,"metadata":{"type":"modrinth","project":{"id":"u6dRKJwZ","slug":"jei","project_type":"mod","team":"H2zAm1Kt","title":"Just Enough Items","description":"JEI - View Items and Recipes","body":"# Just Enough Items\nJEI is an item and recipe viewing mod for Minecraft, built from the ground up for stability and performance.\n\n![JEI Recipe GUI](https://cdn.modrinth.com/data/u6dRKJwZ/images/ee0ea4051573264d2b4edb53f9d4e634faa11f21.png)\n\n## Controls\n\n### Inventory:\n*(Minecraft Options -> Controls)*\n\nShow **R**ecipes: *Hover over item + R* \nShow **U**ses: *Hover over item + U* \nToggle Item List **O**verlay: *Control + O* \n\n### Item List:\nShow Recipes: *Click Item or type R* \nShow Uses: *Right-Click Item or type U* \nNext/Previous page: *Scroll Wheel* \n\n### Search:\nSelect Search Bar: *Click or Control + F* \nClear Search: *Right Click* \nPrevious Search: *Up Arrow * \nSearch by Mod Name: *Type @ in front of a word (@thaum)* \nMultiple terms work together *(wand @thaum)* \n\nExclude search terms: *Type - in front of a word (@thaum -wand)* \n\nSearch terms that have spaces in them: *Type \"\" around the words (\"two words\")*\n\n### Recipe View:\nNext/Previous page: *Scroll Wheel* \nShow all Recipes: *Click the recipe category's name* \nMove items into crafting area: *Click the [+] button. Shift-Click to move multiple sets of items.* \n\n
\nView advanced controls\n\n### Advanced Search:\nSearch by Tooltip Only: *Type # in front of a word* \nSearch by OreDict name: *Type $ in front of a word* \nSearch by Creative Tab: *Type % in front of a word* \nMultiple Searches: *Separate terms with | characters, like \"wrench|hammer\"* \n\n### With Cheat Mode Active:\nGet a full stack of Items: *Click Item* \nGet one Item: *Right-Click Item* \nDelete Item: *Drop an Item into the Item List* \n\n### With Item List Edit Mode Active: \n*(These controls are shown in-game on the item tooltip)*\n\nHide Item: *Control-Click Item* \nHide Items and Sub-Items: *Control-Right-Click Item* \nHide all Items from a mod: *Control-Shift-Click Item*\n\n
\n\n## FAQ\n### Can I include JEI in my mod pack?\nOf course!\n\n### Can JEI run client-only, or with a vanilla server?\nYes, with some features disabled:\n- The \"Move items into crafting area\" [+] buttons.\n- Cheating in items that have lots of NBT data.\n- Deleting items.\n\n### Where can I find the ___ feature from NEI?\n\n[The chart here shows which mods support each feature.](https://docs.google.com/spreadsheets/d/1NEWZjKvWB-SibY1BXc1zoYkK7AhjMMBZess9wMy--6w/edit#gid=0)\n\n### I have an issue / bug / crash / report / request, where can I send it?\n[JEI Github Issues Page](https://github.com/mezz/JustEnoughItems/issues)\n\n## Support\n[Become a patron on Patreon](https://www.patreon.com/mezz)","published":"2023-01-27T05:19:03.821699Z","updated":"2023-09-24T21:27:43.658047Z","client_side":"required","server_side":"optional","downloads":373391,"followers":765,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.10","1.10.2","1.11","1.11.2","1.12","1.12.1","1.12.2","1.13.2","1.14.2","1.14.3","1.14.4","1.15.1","1.15.2","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.8","1.8.8","1.8.9","1.9","1.9.4"],"loaders":["fabric","forge"],"versions":["6QsZu0uX","vddb9IRK","OVe9dyBJ","3ejA11GM","qKnM5pVe","gpjhQ3Zu","PiSUF4VW","ncEE6r1H","85UZZXZe","971wponi","LZWS3nvb","VJouNQwg","djhxtBGb","fE3iesnY","ZEnNPdH9","5sH8sAhG","O6p3WH9E","ixCur6un","HStB0V3w","3IxUFvQD","3kM1ubIv","sH5rGNRc","75fa8Sn1","t5Kyzdn8","zCSFAyki","fmo3QBJD","y3JtdWY2","dw0hAkOV","RGfBHRed","QhGtXrPt","ZaqzdCAV","ipvO9rVR","FOGtceSJ","bMGyArLn","DEt3Xzzc","4g4FFT7K","bP4Zixz2","q87Alexs","aODxpC0g","l4ejVRvD","EOyOaHS6","PjDF8rN8","BnU3Pek7","7ptsxo3m","44C8KIQG","WxVr2N6m","noQMP2vg","Rk40Oewy","qF5wAhaF","gKx28huk","u8WOPvco","WxCwbDRB","if2HqYaS","ZJHZBAsl","Jat1mJdM","tf0xkdm8","YCyceAPD","AZea1kon","S7Ynl4ee","UjB6NUbz","AEumxvYI","9ltW1k7t","COwRqXou","hc5FfeJi","jPEaAMYh","xi4BgzYZ","DNF88dfr","a38nfrYD","ec0Y4mun","QgaaJnt7","jvSMoeMO","cdHYhbPX","w6fpSAaw","VDbBe5hM","Wv4kF6Zm","tT53ulpk","NY2sGWgd","jqyqFvG1","5qY9968h","5f605EHB","42WmFJOD","HdXRqIIC","REqq6tTJ","pCdKFclU","kdrhVo2x","FZ8oQA3B","FyEPTTTB","c31ADEAB","FZl4g2dC","bfezw35J","JZaKgwZK","UebODZvW","9dJBituw","RUT1n3qz","7tfMfjGD","KMjCAxiH","JpmTcJGN","EUSIlxsV","UjonCtDo","NtAmjCAM","Y9yyRYTM","OlZFTYXv","1qCHfuO9","Oarq5sGS","UV5MMCuY","IuVwdwOC","kFuD1Gz7","ekQac9hy","kxAgS5G2","mcFhxyWS","5WyLUEBw","ROFXmMEj","RzwsUzXc","tOBHoIbZ","eBCI8fPU","upXU99Zn","8oDBr8BZ","c8MdBbyv","8A5wo5Mz","Y3kTriuV","ZSQFvJYr","FmN9hx0a","EvWVIXEL","eZaQLUKr","VydGujwQ","86TCecyO","6OYsLxVr","iAEb1YPj","bJJjJJ9L","Ne8MjRCx","Cn4fICl5","jWBG2UYT","MPl1Y3vX","dZqoQJmc","UyITwSfW","xNOCMN6F","eMQqHaEl","VJL3zf1f","Y7lrn3JZ","6dD1kVGR","EaYdYtZx","VdrFvDMM","idYI1lxS","INoP03TU","RAtTx4ic","j80wbOMg","ps02DHX4","1GZBGClF","D2uOJtFt","zqxb40Y7","ZApUnqOO","4w4affZq","cdZsXk1b","2Y2BPMcy","5sq5cg1M","IkOZLHyu","zS8KBEOS","pcJlZDUc","G4XOSKl6","ERRL7l73","YIrg6UrE","svhhqeE7","enuGDv6D","hC05dIZX","gInhckja","etKTnoPu","tQr8jfIU","wjsxbU0x","y8ZRUI5i","xAAQsbvu","y738rZ5k","zeVrmpvP","RGBlX47H","LCWHprGl","F0LWZEqx","inDNvU32","JRwb6FzX","KeNnd9mP","EE23rUNm","rbjiLk8N","w5NBWxUf","NVPfvHQV","xB1fddxL","jAZALIc9","lgfCyccA","NkcmWkjj","ovK9vDXZ","zy4VO1Qj","ssXBvuwm","XaoWk5j5","zCYfzD1N","D5jYu6Tb","qlzCvbxg","WLYOG4Q0","MH2wwfDT","9z3jfW7r","oF8VoLti","xamdDSuC","ApgwO37z","T8xT1Piy","TgNSCvp9","9ttGt1LA","gB6eZIn2","2vebLdaz","wTKUeLXy","mk2vRPJP","UNoWOQAt","JERalwjv","UaR6oCq2","mfCz0M8i","oAjCLsEY","scxaLoE5","kgsV4BzE","EKenR1Wq","FvBymUsB","8hpGILSB","Mam2dOxs","Ycolgs09","Ksyps35A","iaQEd9xh","9rVoTIif","1XwN4s7V","Y6wIW2Sd","qi4CEOWE","ioahqlSG","f6290pCX","TWGoBtEU","4lwdGsFR","49JP4OAX","ZJfhRMPL","UshruK3Y","hJmElE3C","BEG5pCUY","MrIAJbKN","kQ5Ze7OT","Q7FoKZYW","gCf0GPKA","7MYzTvsf","g51cSSaM","MDsypZ7T","di7nZp7g","n0hvCcH2","OOCssA5u","uc1RXar5","ZvjBWW8m","jFTx0nMX","ZD1MXOVs","N0loP1J4","JtNUpLk1","T9reJ0gv","AKcZl6Fn","kkZvUoVY","S8q2YckO","V0EpSQow","lkuYvti1","SM96zdkN","UXLjfs7P","fjKpVVHx","cVZ0MO4w","7rBa86cD","pZnzpJAQ","2yBtSzRc","yKJepHjk","xOYLKOlo","9WZo5MAg","n0rPNhWU","dzFPVDGd","O6XzFPDi","M58K2eBP","2qMXcepu","ofDwFDaL","xlZS802f","IsuAX32E","OSlIF4dE","ZU0Y8sXr","r4TqQNJ7","eqBwUM0h","7yTR7JSi","2AfgdiRf","sqokihlN","WmaMf31x","n6biLACr","DqvZ8wJI","lImKSKss","DCgbaems","4CXMkun1","Y00MXjf2","tVIKjfse","uXlZz5SQ","S3H92iIr","jMQrZMdx","qcPhFLk0","2VVrGtfL","AtbpeIYL","fAtUZyd5","tqoHySkU","KzFW16jx","2whQOvCo","AJqQgRCF","i5LhlJRc","IVWaJ41H","fGOeNVB8","YSQD46Wt","Y4OlPVWp","i2IdocPT","EILwujq2","VKniCVQ6","7bq8aXVP","fhTtcPDe","Q6h011ST","XAICSXwk","29tzHqg2","nR96LqIM","hgC5ypxM","VQyZn5iX","Ja0Uijw9","PfZwFO0z","h9vdk1QR","nTr3nOm7","zbHgKNYq","Ie915g1B","k0yFJSSY","YRBSUeZU","sozo3baf","AnNfULiw","AlnMIQzz","cjNrXGWk","xghi0iwE","TxFIj7fe","a1LvIpcA","iIYInCHS","uAIa1PBc","Unx1eNnA","ftOHT4fV","We5qshOz","qwD8GOZo","jvrLjXMt","o7xnBJug","r3XBhq2X","MKoS2shO","EH2s4IqW","Fa7Qe214","6QBzWkHO","VPQVcs7c","xUEVENNN","VLntC18E","RfX9tFj0","nSazlYo6","3MEIwXQ4","ypJCZ3BJ","JTuBKmgH","ZZGSysXe","AXktlL00","ShnW30Rg","e6suJ00N","C9JFb9in","7PBVhF2r","pghMZzP9","nu8VeuuP","VnLnitip","pXQk1BFV","rXNNU3Tl","2RcWdG7H","3JNuF1dZ","L1BZgyfm","2hbjvQOt","NyXxzrbw","2XaZHDLp","U9lR9mfI","wctWXmqK","BpRpPbNy","V42iqSf1","4Z6I0uJB","1QwhThmq","RitgNTUv","ZTTxbxqN","HbEvMXpP","6WMtOmF5","q9Dm7UnY","BvAzYKwA","pBF6Gzvd","9ZxYoa1g","2Q9RXXvU","8J3VITov","o3GraPsb","bRjepS12","B51W8Bay","JJ4r4Mfj","hdmGbP4l","YMsM2JdD","T63278Hk","QsOyyl0n","jQe1aCoz","Ov9EFnEP","1Z8zFcPX","GJBrPaew","V2HsZEXW","NsR7HSB9","6uDcuW1u","7uUZmbU3","nLDBza3j","9FSJKo3P","2zG1S0ph","U82HSgXV","PY3Lq1Yh","rsYhriFi","u94mQep3","iK2Iwah4","ENpsocxb","lCtHXKYb","h5NlGl3w","jOgPHMhz","uKxGXSXv","dS4qrAdM","TFl4smur","AvQkhM7h","e1g9MwrS","ecAXPXcx","Idvyz2MC","kRZAZpkj","Ey7wkXzJ","xTkWWZiI","X6omuhOd","RADeO04u","oZI61Dyu","pQfH6gO2","2c638FNM","fsXFgvo6","YDqRU4Vs","hIpJGixG","ObC8cb6L","wnCGkghb","4SwVPLuc","kHkosSfv","2zTTJjhi","GKxrSuxq","7yck5RO7","DZ2oynXd","QpsuIxAg","6nYS9IBT","CMEHFQr4","bfqLpnHg","F4OcHgnI","7xy81Lff","yhQka4oE","lkr37jXa","ifpyRInV","UHOnES0i","fEL6R9R8","JIhGg5Ed","3iwIxml7","4C94cun5","fzRDCPqh","41AVxwo5","kmlLLGSl","2TcBz4hE","mpCo3Qkv","tFe0bORq","XE9NophO","UzTlxVjH","6siTxB6E","oay6x5p0","CliLhZsR","tsHjtGmC","w2ty1Pvc","9yVloBkq","gstgwHJm","pQ5kmerL","b7H6cBRF","csXI3SzR","BMm17PCW","KaDU3mW3","3Q58ElGy","YZdkvmVN","BOqQZ2XH","czBTbGnA","Hx93ajjf","RQ45eFSa","qSr25weG","QsyhIFzP","diz2ZpQT","6aDgbIOK","jFevkGmb","81X1ut7D","JVfl2JKi","D2EmNSwH","QzCN2sqk","3NFLyeGD","aCS0AwDM","Q8ZsRNDg","OzMyHNRf","bWh2C7yf","dlBBrmUl","5p9huQid","LcZZ4RSJ","MncxbRpx","SqczrVMH","x0QbGxiM","nT4ZZUNZ","ddaEUz0Y","tqmqWCND","e9Uoh5tW","gRFKQq9U","7KKHsBvJ","67CpZolw","6RXvSRoY","WgEQQvWl","q5UJHoIM","HqC8ffuV","DxF04z6O","JNgVDuc8","R2w3RV8e","EpzlwtBL","1mvokYOU","1Z632DTt","zEdEXTKm","DqINKDgf","KxY2G48H","hki8H1JL","RZace9rY","J4ZluW4N","BYb1EBSs","HBQFz9k0","R88XJROB","5uPfrTTC","yccWrox2","GrF41Iry","Vus6KLPm","bmJZd8jg","7u7gwhiv","FsI0uxnk","7UzQdpc1","KY2hSVfN","fyLzB6zb","uxygBcTt","eO1GZe6I","zZqfyCcQ","XWuClje2","4bVoEiBO","fIVdHGnB","EGlDWMxZ","kuLrzkyH","eQwcxK3V","WD5VioMe","VF3K3qO6","4UpZHqvm","Uv0pxSst","ki2ZuEpv","sTeG1Zjn","Xm7XETTC","g9BY7MLt","WREVMlhW","bMOVCo32","2ecNKTuM","YGnCqODj","L9azsEOk","96o5RpLP","IVO8GCiN","FZIbBMQg","U1DQDduU","syTAQ83b","yJfVHfyE","R8J75t84","20nq1kex","l76f3IWd","3Q5Xzx5d","ge5G79ih","vBcctFTo","cvGAn8Gv","msPUAAAN","K7diPSVC","OjiYocnk","iJnCxT9R","tb0OUHn9","awPQGOv0","hgwkmKgP","UaElluJ1","uZS3rdO6","qNHn3HOe","zuPDkWOB","4uIMWqWe","DR2WcXH9","ARTzzFeq","b13C8a4L","aFJ7qFZS","5nourJFL","lWnV3kK7","CyFNyFB8","pDir5hhu","rdxSD1Oq","Nhnlx1OT","gKDlEcND","OB0DdfgL","g5ktA74P","kjx8HSqV","KYBcRLrz","C8diLaa5","Rz0zlmfI","91z6erit","yf2P10Ge","aOpbOsdS","Q9bTNE9O","lCwLASEu","X08bjPPJ","NyQsdSYR","KQxuQzdb","M6uvW6Ma","VDQbH5O7","Csmhlzet","LM8edefa","8jlLQ8gj","8WGUp5qS","omvNB6TR","HOvPiKx1","8CaRFRl1","Xj8V8b3F","pGhbW1s8","hhMMfzcQ","xyCifuk4","sj6rqzK3","elgKKQUa","OiF6Xsd9","cRI6jvJU","aM3v2laQ","Rf3mIcN8","Wb1Yo1OL","L03zbPJj","GfXOq1SS","A3IN88yU","39oD4WfY","qeBCVPk4","eo29oZSe","Jytxbk3Y","IzNdTQKI","ad973pMV","52p8oTx1","7eK1K8AS","MdqjNOzR","YaMmfYQh","8JI4wXRi","omyZE3mm","I8MLZ0Rl","H6KMEybZ","XUxNf9vA","wmWdy0Rw","BknWwRbA","vbecIkhy","DkKEESc0","zm2RvKVQ","w00PILi1","qxFj8jsC","Euz7KpzA","bMDUOOPe","bs90Qpap","DVD4fsoI","F6rkxS2a","1n22VZMO","wm3fpjSW","zH0VtC4H","gVQcAZHp","Oq2HmpFK","3gBaWzNn","UC2i5OSm","NsMsYcA4","VDqnQWQ4","j6ZUU381","yjrMpuqc","ezuktekI","ZKfsA8cc","WxUJO28g","jlJxdYPq","6oEshh0b","vYQUoBXc","s3JQo4Ej","yKpMvb2C","zny0yHFs","6yF0Vfmo","8fLOWGFs","rmx4cylD","OeVeEOde","15gc0sCM","m8yKnWCj","oz3Cn9l3","mT1mMAe7","BTYhuLkl","ND253lie","K9fEY8Cd","78pCTkLF","XKVBgoqD","di6NC6pW","JcFVw4TM","QrDZZNj0","xDh52z9i","8xalaiUE","GHM8qrL6","HWUXyHAT","iSWrePts","Vn0Gj2Au","cpK7Jo4W","ooLfNZL7","32HzslLi","pbeWbPEi","JvCZwNlq","EjFAeAIw","ciDTLXtB","SK3idyUW","tNNFKuT2","ZglJgirV","m1M3VNkM","5ldB4WSe","1SB3iYxY","RyzQURND","WBmXr97U","v0efaBRF","M9Adt44w","IAMFV877","RDVR7QLO","K2uFRxeF","NDZXz2E9","sPerriK0","cxdaADIU","fjShRhcN","g3fYVU8v","ZeVia5j0","4JOv70Rh","YbcXCAx5","xMLqJl0y","UFlcRunt","gWflZ22O","nxa3bSVY","WGjI3d6Y","T5QDTFb9","WVk1qt4C","he3y2Qva","IKt1Udj0","j6XZ4sq5","hU4OKp54","wiWI2J1V","YJN5Q3tA","ndTYsgcW","aOAIQkp2","cx78VW5A","hDsOqHd4","yl6Y5MiH","rtjmI1xz","DVaHmuX1","UoFhMo8o","hFlLwUBy","YEPxYEtg","9fYJitHH","W9wcTiP0","UMsu1W1J","Lzxmj0rM","MdfiQQKd","Bmg3ySNO","ssez1hQ2","CxtjtSQi","aM6DOLI8","KoPomDOx","bovZc77S","rbwGt6wU","9WLUcwrV","NFshgc51","lFBqJ8Hc","gwQETmgV","qMfbG9Nk","gRu8M0P6","gBEb2OQf","h1YiuWHh","jFFDHJpZ","zLapnRnN","PNG1nRWr","2o62E5Td","njepWG0M","jzn0bjty","ZATl4I3q","ZwITsjL9","vaGHDvru","exHmGper","y7omevbw","WrDsMyL6","ykTCAuxM","xqq4ooRG","beKD5Ry3","ur0w32Xy","Cl6WE7RA","wA1fdRFj","lZZI667Z","Ri2cPuWG","QJuTvep2","RnWEIiwe","nUguaYWW","CUVHPPjp","M7M0yEsK","9NRQnk4y","YnmTeMt3","Lajs7CNN","BOD6LFZ1","fJbtDGS1","PclP6p2d","cW7GIZSX","ZmIU1Wo4","2CNuKic4","ryaxn9Kc","MDefxU0d","bGdv09TF","CrdWyeZw","txoVvn6s","MrD6AVur","4kojwFe1","g0EkPlst","tNEVhwid","Gajo5TQ4","WOZCZK2l","U3GmsnD7","AnU2GkIW","pLkiJEt5","892aafrE","nsqVicRc","eQAtIENW","18Y6mA6Q","il7Onj1Q","9dkhPV7z","K45XDbcn","dk5pB7w5","mIJy0WVq","FAuVnkXG","F3BTPYyB","oBF8c2kH","H3gcE79A","HogXAAA5","WtszdsBj","T3bHi9st","FIwviNDV","iRHE9itQ","FBlG8ZOs","UXaNqDMn","XC01BTja","ReRJTsgB","fJ2K6iGh","IMpOrx6B","8L1o9wef","uNEp4Qwv","m8lqc9Hn","J2PaGhq5","6bzt1ho6","vwMyavhx","9LpzqxbY","OvnGYD6r","J2KPDHzz","tj2zmV2L","ELqvgP9s","vIdO812K","S8UPlA8v","bnyYIJkO","JmXnFlLN","Yeu28G03","SWxfstTZ","klaZBSJf","xm50tjl0","bUYCjv93","V1SDvG76","6ZYkw4k4","QyIiLlGS","hZmiFZvJ","iBNmA42D","4Lsq0xKY","8BsOVSa8","4Ffxmtno","fmMwpkzJ","vVzdBpKl","hrGXJ2xW","BWuGH1v2","p4VqBI4C","HHSOHmYG","FSgHLosR","cEkAp4P4","QUXYROao","oyjxTYwb","iIegp4tn","hNm6ZFHz","UzKCVoYF","MidHk9Yi","P2S0ae2r","FuCzftld","ysjUVYNL","PxncueKp","iKYoHbsC","Xv1EV5uu","88SP9adL","gbFPx5DJ","cStbeJfG","cbUPFMIa","MKI0kht4","dYFNQ8TJ","1Ke07Kz1","nNq7As4P","sRto5aNc","1TMKkS2w","L9QkVJCV","F3pmZfZa","IujzpcRq","WKZYIGBX","tXyIvcSK","YFURX1uH","XrhIWwqS","6TwOVGwP","xZcmyK2f","sHnL7S7h","GJP8W1BO","toviFT8A","NPNaG8n5","rgrekUZW","M3wSyA5v","EF0cajUf","ko5DFj34","EzIdnoLP","Ebex84SP","RHbm97lL","IPXi4DNG","TiQC6p3C","SfNh6psW","wCODlFmX","fmLpzTEE","6WkEvpwv","jfG38KmG","OIO9T8uT","Q2iCDEZD","b2WuAwQM","t4K93NNO","i5Werzq2","OuK0fSjH","k7Cs4xuv","HIqTyQbt","DgocaFb4","eeGcu6ms","WBsvFfqc","vc1aNlft","kkd9LVzL","eqDU4qpz","3h6iNpLb","QU0GhsVd","YNIS0pf5","hlDyrs1R","rqAxjXHV","2FqdsETs","ZRZTXH7S","Oo2ZCQvL","XJEE5jh8","I5NF7TS8","lHQ8bdRP","YwQFA0cA","pGd1f6ua","zWMOePKF","YwrF5Iup","2OfV8Rdc","OiQ3h3GD","3qY1PxDG","84qrg5qQ","OK7CsCU0","CHoxOwin","3rKqgfHT","X3Gcyd8G","AWDc1gvo","8tuMuqCU","kNyDlH5e","hwiX3QEW","h9bgGdAZ","Jt9QTTKS","3Aj7ReXQ","fYYbW8p6","TGyXvhmf","B0iYTaYZ","Lq5JsIzy","qCC482Fi","ZfAeHBku","M7qEEO4o","eAnWfUwn","kDh98POF","P00ZIfi4","XQ64EIh7","RSb2efqB","IHKGhPTs","vE4m1TOJ","wFZEKApy","QNPtWGjc","Trl9C44l","24Px4lWg","YKouKfRn","ZpKzCeqd","APbSozCK","N7XhQIxm","7fGlHdtS","RrVdYau9","5PNRBAQg","CYAPPj1y","NOWE7iU4","MbNNbfPe","KmvOFVsq","e64hPbFe","2YsaDC32","D3ajEOlZ","uo1T3LZe","p3coBH5M","UVEgiwwd","MzYyCvGj","ZIlCP6py","JmDRMOih","or53SppR","BevivaZt","nkwtquY9","pZtammcO","BpsxvDSk","v0Rcv2tq","AdUnjPZV","ntGyeXeI","du2YSd3n","YyoC89Sf","T1Orvh7H","WN9ted1c","sKhbpWOM","k6euk42v","dJp49Sed","xIHMyf2w","7EPM4jah","itiKrENg","GJoGpfc7","zBPhKjKF","jGXoaPDY","U0VUUPFa","tzZ9FuFi","OmSRkdue","9kvIMFoE","MfnjhPwY","sxpG3k2h","sDUCT4FZ","OI8T01aP","CTU4Tw8P","pIc0G8fV","F3NL7H6G","MGo8i9B0","BiSpYBZK","EJfSyADk","ugxf8fQh","t8RKO7Qp","RlLEaBRf","41LPMfOZ","eSxCvnJJ","A4fxWbGN","iQFJeUiD","NKqwwMtn","ANW2QrY2","u4GtERjS","ylniemwA","sqKHEGEd","x1tJy0wF","kuVUe0bb","XfUmEXQH","ScDfWKOd","qwgwqIB2","uxp1wFdH","hJZfZnOK","AOe9gMIj","W50ap5Xq","GzOhXg20","KzAqQHqh","A4juSP00","Hd2Kdtg8","qNCz0qsG","pgwQf6hP","ABGaRYD8","alK8Y0CN","rN5uxwV4","Ub0CdJKl","Q4KKmmaj","jTf7i3kP","LKn4jdQ5","pXZEQXxn","SrnsBqCw","IYwq4ihT","zEbWRtBH","h135cBlv","Ze5rRbtE","HxBB0D6d","UFlEKR24","s0hfE5pD","kdAHbEPk","v5q5c6pI","UagUhC36","UWv9kDXP","wretcptO","exv9rzG9","56y8XLEL","5OPWStD4","py7MNwSD","Z9hpZuiO","C5MNAnyW","KZS4tDaP","SgbwJgxl","7BOmECkr","yCtelD9P","fbiFV1oW","fcwFnzik","CTklEuex","MJvCCuQI","RDpSf3lQ","IXyKgHzi","5fC89Wfg","wnJkNAYP","32Omv1WW","f7b9Jnvk","XY1wZ2iE","tx9ryx1b","4o9roYZs","qgZFDrtm","pXpftyDd","EviN3vr6","Q3swpSWx","86dofjKJ","bQbzgoA4","JiL4lC6t","MmwBFKdo","fhpZ1ZU0","W0qVDPfI","qSZi35Rm","W0ZrkNZL","yICSVtZ6","pkE5Xei5","ZutmWrpn","CYS9UQlJ","U3KckkgS","7iPukfyj","Dudz7I4x","XGGw9Vvz","6sLEHsmY","r5K7JNWo","VspUxsw4","rH9XFtRr","rzwAVWyB","WwvAWnwD","5Rpx4puz","IZL2URWU","KIiHyimG","pETlq4dj","5sqlmqOH","iR8LiDZQ","HE4aDAc0","2bVezdSP","t3s8W7uo","kxM3T9xl","KxjM9m5U","xsuGg1kD","gGQrrkP0","taHSX8Kg","xERKU3jN","lTFrnWhL","9Rh0nxv5","XhKKvBW3","EBlTMfSq","Kj6JhjPZ","Puh7Jcoh","f63U1S98","TZe7MoGh","IYuSlU93","mAkICB3g","XYJr4Ytt","v5PtYPG3","PYT1qfqF","Fk1ha5l9","c8AmcZ29","1Z8NMxe4","N9EKokrL","fprY4V2j","te62Rqrn","s4ZMXbOk","g0KdTGiA","odbHZNst","QdLvswVO","s48OTOkE","CwVG5D8C","cmzVHzOA","25AtC5WI","hiQYMzv2","dSiFNTsO","JA0mwg9h","2ubCoFng","39iAuvix","l8GgAR4E","mbMklOw5","saKpQOBe","kSyQxS41","X3DAWP1I","MjvElQAh","TThlc5MZ","opG3j70F","PjDM0HvM","a1dWxOIG","XEMr2V1s","NVuQhfP5","k3W3h9cO","R66lZwmk","Z1a7T8w7","p3M3zmfX","9HFanffl","MZotuhKO","YqoqYWho","rJ7tY0Pe","3EDaZMKV","Fq2JkIID","dGZUi2bk","7XeozzXK","CPWL2YRh","AkM5kTHW","ZTmWKvWe","OwLzmRCT","nvOKQX9c","aZBGWVaf","5pH4bwbe","wkV8rbmX","R2uS5zEG","ZHr1PES7","5qV2HQVC","RD6kyOfZ","37xyrL48","y9uUdcsH","oTMwUxXi","774OF61H","tos7M6GH","yzBZNSoq","qwpdB05i","Vd4BObXb","whRvGOjh","zQma1DIp","HOsKluvO","Bu4KaYcI","cLgzOj3I","7K5aWy38","8ksVdKCZ","reWdyTow","3tEbNRwh","J5TcglXt","UztoqNbN","yvp3bGz8","EK3thIGW","oeMKGhJv","6x3i4iWT","1QQSXiX4","yB6suElf","3tf7rDl6","UK6dpXaR","okOmUagw","U3nhwLfY","CbRhGbwb","PruHo00z","zlPhGgXT","qfIyLbxx","Gns2Kx3v","m1IXgVhk","piKxGyzy","oANvaGke","K3VXH3xw","6CFibYwP","oZ6EipJG","n1kUlV5B","FVcrIQ3r","YrlVCBeR","blqthf7S","QXyKClNO","jbLJ1XHE","w9E83eHq","nWDSFh4h","IQfHtvjM","YF1W8gDG","Sd6qLoaW","jR1i2Nr4","DCOmkFkI","IOZbZgGX","G2oIhpEs","F8RIUFLt","cNizrVlx","yc8vxlPo","EsmoHhwj","HVQr8Jb6","aVZJ3vwP","mdt0gPHv","LtQU8iFW","sWTRf9vO","V15O8eRe","Xm2cDzcV","k28ssuCs","HcRMup33","9NQy7dDu","YSd5kTQH","zSZUp818","rI26q9Va","vCZt6b4g","cMkeQhEx","YnRrj5NP","X8DaKaKx","DN8UuG0u","VRuENfne","3PIHVGDl","a5YYKSBp","tAICPxzR","LWCraTDi","azIxUQzm","8nNvyvoj","cHK3f0ff","8y6r09NZ","YWrLRDfT","HtjsxDMk","fGcPFvGp","IzKw43Im","6GacpaRH","lmd52V0r","jJWgyPE4","VqQZ89xG","VITeVPRH","w1FFwG13","wo9XtX1D","5AzKjak0","qMHEoNl6","ADoHlnnw","6ImKQVtc","lIRFslED","HU1FUi8s","7Qec2BlS","aYLp1Bp3"],"icon_url":"https://cdn.modrinth.com/data/u6dRKJwZ/565c44deeac2a38cbb6c600b5e002fac59572b88.png"},"version":{"id":"HU1FUi8s","project_id":"u6dRKJwZ","author_id":"nMXRSbhF","featured":false,"name":"15.2.0.27 for Forge 1.20.1","version_number":"15.2.0.27","changelog":" * [Fix copying recipe id so that it doesn't just copy the first one displayed](https://github.com/mezz/JustEnoughItems/commit/eecef8ae335701b97a6918e20b4dd87966a46dfa) - mezz\n","changelog_url":null,"date_published":"2023-08-19T21:54:23.784277Z","downloads":24337,"version_type":"beta","files":[{"hashes":{"sha1":"a565f2e31fc2bbe6f297a4ca25241cbfd704ef6b","sha512":"9e94d5d909f37bdc06d18873c5df34daec4ab74a5cb3814fe23d63fe8398b0585d997677905e0a6caf993f3239543049f75d8f911f4159fff416ff84331d480a"},"url":"https://cdn.modrinth.com/data/u6dRKJwZ/versions/HU1FUi8s/jei-1.20.1-forge-15.2.0.27.jar","filename":"jei-1.20.1-forge-15.2.0.27.jar","primary":true,"size":1112891,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"H2zAm1Kt","user":{"id":"nMXRSbhF","username":"mezz","name":"James Mitchell","avatar_url":"https://avatars.githubusercontent.com/u/916092?v=4","bio":null,"created":"2023-01-27T04:34:43.036413Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"jei-1.20.1-forge-15.2.0.27.jar"},"mods\\clienttweaks-forge-1.20-11.1.0.jar":{"sha512":"5995788c20ae1c9e24f68a2ff7479841b2d0dbb1a299f25ad2208ae54b4bcb3ab1b3a22403139c31470240877f42eba113d8c7b9e704831e8df63c35179d6dbc","disabled":false,"metadata":{"type":"modrinth","project":{"id":"vPNqo58Q","slug":"client-tweaks","project_type":"mod","team":"z3R7bsM3","title":"Client Tweaks","description":"There, I fixed Minecraft for you. Various optional tweaks to improve Minecraft Quality of Life. ","body":"

\n \n \"Requires \n \n \"\"\n \n \"Become \n \n \"\" \n \n \"Follow\n \n \n \"Join\n \n

\n\n![](https://blay09.net/files/brand/clienttweaks.png)\n\nGood news everyone, I've found the secrets to fixing your Minecraft experience. I've bundled them in this mod.\n\nThis mod adds a bunch of optional tweaks to improve the Quality of Life during gameplay. Tweaks can be individually enabled or disabled and configured. Many of the tweaks are disabled by default, so make sure to enable the features you want for the most bestest experience possible.\n\n## Features\n\n### No Offhand Torch With Block\nThis option will refuse to place a torch if you're holding a block in your main hand. Because there's no way you intended to place a torch in that case. Something was just standing in the way of the spot you wanted to place that block in but the torch was fitting since it's smaller. Fixed it for ya.\n\n### No Offhand Torch With Empty Hand\nYou know that feeling when you're tired, try to open the chest but misclicked the block next to it? And of course you still had a torch in your offhand. And of course it placed it. And now you have to break it again. Ugh. This option only allows torches to be placed when your main hand is not empty. This can be enabled additionally to the above.\n\n### Offhand Torch With Tools Only\nThis is the option I consider best, but it changes vanilla behaviour too much to be the default. This will only allow placing torches from the offhand when you're holding a tool. No more accidental torch placement, ever again.\n\n### Do Not Use Last Torch\nThis option is useful when using dynamic lights such as OptiFine. The last torch in your offhand will not be placeable, so you always have a light to carry around with you secured.\n\n### Hide Own Effect Particles\nThis option will make your own potion effect particles a lot less obtrusive for your client. Other players will see them normally. No more annoying particles blocking your view.\n\n### Hide Offhand Item\nWill prevent the item in your offhand from rendering, in case you hate seeing the torch you're carrying on the left. This can be toggled by a keybind too, in case you only hate seeing your offhand item sometimes.\n\n### Hide Shield Unless Holding Weapon\nWill prevent shields from being rendered in your offhand unless you're holding a weapon. Specifically, it needs to be a sword or an axe with an attack damage value greater than 1.5 hearts. No, that wooden stick you're holding isn't a weapon.\n\n### Auto Climb Ladder\nI often make really long ladders down to my mine, and it's a pain having to hold down a key the whole time while climbing back up. With this tweak on, you will continue to climb upwards as long as you look upwards while on a ladder. That means you can type in chat and do other things without instantly falling back down and losing all of your progress on the long journey.\n\n### Disable Potion Shift\nPrevents the inventory from being shifted to the right when potion effects are active. You probably never noticed because NEI did it in 1.7.10 and now Quark does it in 1.10.2 and then there's also a mod called No Potion Shift that does it, but in case you have none of these, you now have this!\n\n### Toggle Off Step Assist\nThere's people who hate step assist, but sometimes those step-assist granting items add some other cool perks that we want. So this option lets you disable the step-assist part only. With optional keybind to toggle.\n\n### Master Volume Slider in Options Screen\nYes, the new volume settings screen is cool. But couldn't you have kept the Master Volume slider on the main settings screen as well? After years of research I have concluded that you can, so I added it back. Saved you a click.\n\n### Music Volume Slider in Options Screen\nMade up user studies have shown that the average player will much more frequently want to turn off the music than change the master volume, so our team of highly experienced quantum programmers have also brought the music slider back to the main settings screen\n\n![](https://blay09.net/files/brand/clienttweaks_settings.png)","published":"2022-06-14T18:20:46.900416Z","updated":"2023-09-27T06:47:04.151958Z","client_side":"required","server_side":"unsupported","downloads":71292,"followers":175,"categories":["game-mechanics","utility"],"additional_categories":[],"game_versions":["1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge"],"versions":["T0tustVF","SoUkWRKx","fK62VmwY","IjPL1T1N","Mz7eeTEe","gN1XVFx6","rlQ7mQes","Fhy3pE8g","fxUm9n5z","C46Y48g4","EmDsfaiv","almeE46g","FKfK6YfH","onfW0a04","ofJ9s6y0","iM86WEvk","L3su862e","kiZkKw4d","3zMCvvSv","7Zzx91AW","gUwtFfmz","x2nEWOgf","OranQBcj","uSdTs5qr"],"icon_url":"https://cdn.modrinth.com/data/vPNqo58Q/78a0ae61d366c770fd2c19dab595a045a2d0c106.png"},"version":{"id":"7Zzx91AW","project_id":"vPNqo58Q","author_id":"WE4nCeiO","featured":false,"name":"11.1.0+forge-1.20","version_number":"11.1.0+forge-1.20","changelog":"- Updated to Minecraft 1.20","changelog_url":null,"date_published":"2023-09-14T10:30:27.975695Z","downloads":174,"version_type":"release","files":[{"hashes":{"sha512":"5995788c20ae1c9e24f68a2ff7479841b2d0dbb1a299f25ad2208ae54b4bcb3ab1b3a22403139c31470240877f42eba113d8c7b9e704831e8df63c35179d6dbc","sha1":"f46ab635dfb286443581a24d2162b4ab442dbf83"},"url":"https://cdn.modrinth.com/data/vPNqo58Q/versions/7Zzx91AW/clienttweaks-forge-1.20-11.1.0.jar","filename":"clienttweaks-forge-1.20-11.1.0.jar","primary":true,"size":131209,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"MBAkmtvl","file_name":null,"dependency_type":"required"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"z3R7bsM3","user":{"id":"WE4nCeiO","username":"BlayTheNinth","name":"BlayTheNinth","avatar_url":"https://avatars.githubusercontent.com/u/1933180?v=4","bio":null,"created":"2022-02-28T14:04:06.205061Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"clienttweaks-forge-1.20-11.1.0.jar"},"mods\\invhud.forge.1.20.1-3.4.18.jar":{"sha512":"54548c0a91c2a0051c6284720d11e0824ee80087b2694dede6dc30af9d5c63ae3531a28872eb0b43293bb320ca52ef0cbf27792bc753e0c9ad0c870b62679e53","disabled":false,"metadata":{"type":"inferred","title":"Inventory HUD+(Forge edition)","description":"This mod will show you\n\nyour inventory while playing.\n\nEnjoy!\n","authors":["DmitryLovin"],"version":"${file.jarVersion}","icon":"C:\\Users\\Dmitry\\AppData\\Roaming\\com.modrinth.theseus\\caches\\icons\\171a3b50a35b1821addd2984996d5fb21d47f194.png","project_type":"mod"},"file_name":"invhud.forge.1.20.1-3.4.18.jar"},"mods\\ftb-quests-forge-2001.1.3.jar":{"sha512":"00a749fac08accc5c790a3fdf74ba8ea9e638240770dedf438eab19e672a9e8a9927e9159f7c86a50b38224e5afba70defd907a43ed2ba3d7444f2641041abff","disabled":false,"metadata":{"type":"inferred","title":"FTB Quests","description":"Lets you easily create and play with quests\n","authors":["LatvianModder"],"version":"2001.1.3","icon":null,"project_type":"mod"},"file_name":"ftb-quests-forge-2001.1.3.jar"},"mods\\balm-forge-1.20-7.1.1.jar":{"sha512":"4ebfdae0b02888eb5aca57ff1e1b6d0400a80290171509546bdb527e8f37f60a0e95750544db9b8a01f46af1fe96c508009f2b0252da82fa7ad55886cc8515d5","disabled":false,"metadata":{"type":"modrinth","project":{"id":"MBAkmtvl","slug":"balm","project_type":"mod","team":"c1tw4qzj","title":"Balm","description":"Abstraction Layer (but not really)™ for Blay's multiplatform mods","body":"

\"Become \"\" \"Follow \"Join \"\"

\n\n## What is this?\n\nAbstraction Layer (but not really)™ for Blay's multiplatform mods. This is a library mod, it does not add anything on its own.\n\nI do not recommend other modders to build on this as I will ruthlessly break backwards-compatibility as needed for my mods.\n\nNote that this is not a magic solution for running Forge and Fabric mods together, it's only a library my mods will depend on to make publishing for both versions easier.\n\n## Why is this?\n\nI can't just switch to Fabric and abandon all existing Forge users, but I also don't want to miss a Fabric train if there is one.\n\nTrying a port for fun showed that most of the platform-specific things can easily be hidden away from the actual mod code which doesn't have to care about modloader backends, which should hopefully make it much easier to support both mods at the same time.\n\nThere's other libraries that do the same thing, but given the amount of mods I maintain I don't want to put all my money on one boat only to deal with headaches once those other mods stop being supported.\n\n## How does this?\n\nIt just wraps all platform-specific code behind a unified API (in the simplest way possible, there is no magic involved) and provides superclasses to use in cases where platform-specific methods are added to Vanilla classes.\n\nIt also adds a simple network system (similar to Forge's) and a config layer with sync support. For Fabric it depends on Cloth Config, for Forge it will use the default Forge config system in the backend.\n\n## Who is this?\n\nHi, I'm Blay and my Twitter is at [@BlayTheNinth](https://twitter.com/BlayTheNinth).","published":"2022-06-14T18:11:16.556742Z","updated":"2023-09-27T06:42:10.712952Z","client_side":"required","server_side":"required","downloads":247107,"followers":359,"categories":["library"],"additional_categories":[],"game_versions":["1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge"],"versions":["yIf5KdB1","C0Q1coDV","OxgGZ2zM","DIjNWWDQ","3FaeA4B3","pLCLIILr","KHoU8dQ1","U6WiexwY","KGco8pn9","3gG05xht","yCm0MvD8","bv4c7vz6","HaskpkVN","rLFLPShY","vtPaYjej","jLBnf4l1","i5Q1d7Pr","TQMftlzA","ZI4feWbU","SLR7Xv0p","AhzvhBQj","oqGuqpwK","DENsCzBf","nErKcTp9","xAQtenTo","1pxcbuZv","840UhUoL","9XoBRgjV","6X6csbpx","nFs2ZvOR","NhlpDRNn","zq3nXKQW","TbFmWuAA","O2nbMbp5","C60k8eYK","XYqAzGqP","XNus763a","qUWyGBdD","RAATKbAN","uATqqu4e","lRKNKP0w","ONL5pq9r","FDkt1ohj","o7IqP6Td","DAOUt1Jg","VYTPVkW0","RXK9iX99","wiayzjLV","rbUpGzGA","i8CwYuCi","I5betUED","NRF4uKO7","c1GjX2k1","Zq0Ko2UQ","d7a0S3hj","l551HLmO","BLkvfQ2x","CO57SmJl","ffUlrjOr","jdk8u9nq","x70MCuv3","sBs7NeXN","BJ0Uk3Di","fFosgnEu","qHXzOzUv","YL5MVHnr"],"icon_url":"https://cdn.modrinth.com/data/MBAkmtvl/icon.png"},"version":{"id":"CO57SmJl","project_id":"MBAkmtvl","author_id":"WE4nCeiO","featured":false,"name":"7.1.1+forge-1.20","version_number":"7.1.1+forge-1.20","changelog":"- Added context-aware keybindings support for Fabric\n- Added support for Amecs key modifiers, mainly to allow configurable bindings in Inventory Essentials\n- Added limited support for multiple key modifiers within supported mods (mainly Inventory Essentials)","changelog_url":null,"date_published":"2023-09-14T15:30:25.728341Z","downloads":491,"version_type":"release","files":[{"hashes":{"sha1":"aa342c486f290a26ba2c160e152037379a5a7842","sha512":"4ebfdae0b02888eb5aca57ff1e1b6d0400a80290171509546bdb527e8f37f60a0e95750544db9b8a01f46af1fe96c508009f2b0252da82fa7ad55886cc8515d5"},"url":"https://cdn.modrinth.com/data/MBAkmtvl/versions/CO57SmJl/balm-forge-1.20-7.1.1.jar","filename":"balm-forge-1.20-7.1.1.jar","primary":true,"size":338760,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"c1tw4qzj","user":{"id":"WE4nCeiO","username":"BlayTheNinth","name":"BlayTheNinth","avatar_url":"https://avatars.githubusercontent.com/u/1933180?v=4","bio":null,"created":"2022-02-28T14:04:06.205061Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"fFosgnEu","project_id":"MBAkmtvl","author_id":"WE4nCeiO","featured":false,"name":"7.1.4+forge-1.20.1","version_number":"7.1.4+forge-1.20.1","changelog":"- **Hotfix:** Fixed Crafting Tweaks keybindings preventing others from working on Fabric if Amecs is not installed\n- Hotfix: Fixed Inventory Essentials keybindings preventing others from working on Fabric if Amecs is not installed\n- Hotfix: Fixed crash on world creation when used with Essentials\n- Added context-aware keybindings support for Fabric\n- Added support for Amecs key modifiers, mainly to allow configurable bindings in Inventory Essentials\n- Added limited support for multiple key modifiers within supported mods (mainly Inventory Essentials)","changelog_url":null,"date_published":"2023-09-18T06:59:38.442163Z","downloads":5654,"version_type":"release","files":[{"hashes":{"sha512":"1858edcc3fc2b94069cd119a6a767eb6403ad227d0207c15126cecec66dae98d7adac316026665352e05759ba2d56c0cf98e4b3a0315cf482f891b5600e36e8b","sha1":"3fa93026c20415026911da7864951b232984e5fd"},"url":"https://cdn.modrinth.com/data/MBAkmtvl/versions/fFosgnEu/balm-forge-1.20.1-7.1.4.jar","filename":"balm-forge-1.20.1-7.1.4.jar","primary":true,"size":339738,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"balm-forge-1.20-7.1.1.jar"},"mods\\open-parties-and-claims-forge-1.20.1-0.19.3.jar":{"sha512":"6b117f50a88cd87dd03e37b0c660b7e4353a59093a59c0b2d34de0d7b692a00fe91ca0a86e9cdbb46304ad0a06bc7a34007939d7ae2107bc84d61acc3f692773","disabled":false,"metadata":{"type":"modrinth","project":{"id":"gF3BGWvG","slug":"open-parties-and-claims","project_type":"mod","team":"Byd3DEt2","title":"Open Parties and Claims","description":"Adds the ability to claim chunks and make player parties, integrates with Xaero's Minimap and World Map","body":"_**The mod is currently in Beta!**_\n\nThis mod adds the ability to claim and to forceload world chunks, as well as create and manage player parties. It also gives server owners powerful controls over their players' usage of the mod's features.\n\nThe mod's API allows other mods or plugins to easily interact with the parties and the chunk claims, both on the server and the client side. The mod already integrates with [Xaero's Minimap](https://modrinth.com/mod/xaeros-minimap) and [World Map](https://modrinth.com/mod/xaeros-world-map) mods. Make sure to update them to the latest versions.\n\nThe API of the mod allows the implementation of player permission systems to be used by the mod for some permission nodes (e.g. for having rank-based claim limits), with Prometheus, FTB Ranks, LuckPerms and the Forge/Fabric permission APIs having built-in support. It also allows the implementation of party systems to be used by claims alongside or instead of the default party system, with Argonauts and FTB Teams having built-in support. The default party system or claims can be disabled completely in the main config file.\n\n## Commands:\n/openpac ... - player config commands\n\n/openpac-claims ... - everything claim-related\n\n/openpac-parties ... - everything party-related\n\n/opm - shortcut for the party chat\n\n## Key Bindings:\n' - open the mod UI. Can be changed in the controls menu.\n\n## Configs:\n[world directory]/serverconfig/openpartiesandclaims-server.toml - the main mod config. Make sure to shut down the server before editing it, or the server might overwrite all your changes.\n\n[world directory]/serverconfig/openpartiesandclaims-... - some global \"player configs\", although all of them can be accessed in game through the UI\n\n## FAQ\n### 1) How do I configure the mod on my server?\nThe mod is mainly configured through the main config file at _[world directory]/serverconfig/openpartiesandclaims-server.toml_, while the server isn't running. Server claim, expired claim and wilderness configs, as well as the default player config, can be edited by OPs in-game with the UI (check your key bindings). Normal players can configure their own player config with the same UI. If the mod isn't installed on the client side, then you can use the player config chat commands instead.\n\n### 2) How do I use this mod as a regular player?\nMost things related to claims can be accessed with the in-game UI (check your key bindings). If you have the Xaero's World Map mod installed, you can view and edit your claims on the map screen as well, by right-clicking on the map or dragging with the right mouse button to make a selection. You can also use chat commands to make/edit claims. Parties can only be created and managed through chat commands at the moment.\n\n### 3) Why are some options greyed out in my player config?\nThe server admin/owner can configure with the main config file option _playerConfigurablePlayerConfigOptions_ which specific options players have access to. Everything else uses the value in the default player config.\n\n### 4) How do I disable all protection on my server?\nIn the server claim, expired claim and wilderness configs, as well as the default player config, disable the main protection option. Next, edit the config file _[world directory]/serverconfig/openpartiesandclaims-server.toml_, while the server isn't running. Remove the main option _claims.protectClaimedChunks_ from _playerConfigurablePlayerConfigOptions_.\n\n## Supported Mods:\nA lot of (usually smaller) mods should be supported by the claimed chunk protection automatically. Some mods go above and beyond with the mechanics they add to the game or modify, in which case chunk protection is not guaranteed and should be manually added, either to this mod or with an additional one. Feel free to leave suggestions on the [issue tracker](https://github.com/thexaero/open-parties-and-claims/issues) for the mods that you'd like to be supported. Please make sure that they are not already by testing it and provide an example of chunk griefing one can achieve with the mod.\n\nExplicitly supported mods:\n\n* (Since b0.8.0) Create - built into the Forge version, but requires [an extension](https://modrinth.com/mod/opac-fabric-create-support) when used on Fabric/Quilt","published":"2022-06-24T17:33:07.453448Z","updated":"2023-10-03T07:45:33.793046Z","client_side":"optional","server_side":"required","downloads":185344,"followers":223,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.1","1.19.1-pre1","1.19.1-pre2","1.19.1-pre3","1.19.1-pre4","1.19.1-pre5","1.19.1-pre6","1.19.1-rc1","1.19.1-rc2","1.19.1-rc3","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20-rc1"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["tX3k1DRn","ORXa0wBN","l7BCQxRB","FPr3685J","iEwwNIsC","96LHrgeP","umKiMAIm","Fo2rqg0F","2phV1WYq","moPkduww","5Hjw7VdR","S1vvLOPB","dur3DOd1","qhfLrk5i","VO6StXY3","G8XFEn5q","oVyi6uj8","D4TFG51Q","kFX1CRBQ","EUOLOC1K","Hgt74kNS","SNPsWniH","eP4xLb8Y","KtNhjks0","vgQ83BhU","tWVTZL5p","CdEFeidM","LaR72bov","bsNqBFCx","eTtOH5U4","zSTE1f4P","qxHxsOGu","ssTqK7Jw","bu4t6OcM","g2i4Dx4T","KfVVhxqs","sUksUOtq","KTHqGNbG","U0GNswdm","uVWckxek","AmQSbxVJ","fKjuhE68","S4PWOoLg","VNYBNzx8","exLDKM3A","ItlqQv7w","ESKjdZlT","uQRz1Mut","z7hSxldr","UOAKucfE","Nv0JiAEg","L7XnAndm","gqS4QW1f","jPx0dfGF","RI0XxF2c","UJ4Z1eqL","mF5PQsXH","Fb4tNUpX","WBffnchU","f53nAlSf","krKnn5tg","lYvqw9GP","xsYEJy4w","HiVX36Vw","MZ8Dh3IX","1GZC5xo9","2LDH3PBg","YQCutM7U","qGMMsiZG","rWuIU957","kalje9U4","yMqCew1F","uLCOmMV9","gQXwWUX8","as9L1X8A","nScgo9rU","SPswsNhl","qT8TtWml","k60QRAS3","Ecd9N0FP","XYwI6E9v","m60j710C","GSEng1SD","Kph5fND2","PKlMrI2y","kYX6CZLc","PvNo2wCu","FR9pt8eE","tsWGipbd","2oQWv0Vl","oni7nt2e","FDMYNe4C","pOPvTBH0","FLm0qfiC","ggdqSkFw","UPdxmNPV","JG10mu9E","QAH7yEkq","SXZNcoFm","KuKObiqC","kLrAu9f4","Xyh1CIVC","asT9gPuZ","5eN2dNCv","jX5FjllI","wwyfiEad","yQ8XJhIZ","xZzL2vM0","Xsl2fmXx","NJWbFEz2","qDxrAWq6","ENQWZwx4","K0FvMQtt","sKn93hUU","nkq6bPMK","oIWXACLX","mZuNjgYd","Blpaelj8","oSeIoZzg","dj1RzxEG","gAcmwta8","EDsbDuj1","RuCNPsuj","djMlxuhz","6nMV8KeC","a2NInpTk","wT5ruJco","M4KvNgtt","FgnV3gGW","12IIUfD0","6npJnj9E","CQAO0lza","lHvCbN27","nKyiLDbE","w06zQqIs","ClQoaZFU","jca0BGSz","KzfkJLJW","2h1bPfsQ","jRx9h4e9","yyT9cTtR","gTORH223","w9lw3Jrb","DZ14t1rG","dykxTODe","wvbmcJdH","xUcK62i9","uZ5YYEHF","Al4jRLC7","lZaKUIiy","6LhvDx0d","X0OYG6Pi","LiDBDrbN","YPwvyXh0","BWNt91K5","hz4h1wtp","LGfyJXOl","10dqPSi3","nmYBkFIK","aRtxpRGi","Cw2ipSll","ZrTPxHuW","IloKnOh3","kLVS7Evp","z9cSOCpC","dVLiVqBm","pWEBWYnl","BoP2lwXv","wNoaEsN9","ixFphUFj","q0LpFCOB","f7Zgi80n","IUg3Fdv5","TfPWJMcQ","emQDnbRZ","jZvBp0Fl","NjFUljQp","22IDAkKp","Rfoxgtqm","5B7pGOIG","74BzV4fy","jPRB7QJJ","2n999xGP","6eV0or8N","3kpnWwZu","xBBoxjeH","Bq08GKkk","ELNqqrDr","RWa7fyls","i69rJ4ij","8dKjJmmN","MQzeojkw","JFWvhXgg","UOqasDcY","3KNpJY18","S52j4pNs","J745yPZE","789QK8OR","koI0WGmO","XGT1XN9H","pifME2Vg","PinSnEAM","gdGuKDIx","d9ETThqw","xNdVr15d","pzzYRdFg","tjGNJnka","kP604slC","QOe3zMq7","lhwADxeQ","yuaFs5Vs","fOtRKYTw","4z8jFBOk","k5aItINr","F1v9h4uP","4hEqb8Zb","8yazLz0T","FoSo10yx","cS8Zsp1O","nI2d536R","SGp0PNDH","S8D2XDRk","ifTOmNm4"],"icon_url":"https://cdn.modrinth.com/data/gF3BGWvG/410c5443b268912b11709e7d03dd9ec3fda38ea5.png"},"version":{"id":"yuaFs5Vs","project_id":"gF3BGWvG","author_id":"ANNqL3WC","featured":false,"name":"b0.19.3","version_number":"forge-1.20.1-0.19.3","changelog":"- Removed Patreon capes.","changelog_url":null,"date_published":"2023-08-07T10:36:29.162557Z","downloads":6105,"version_type":"beta","files":[{"hashes":{"sha1":"a9ec63cf7d7e422e9c27a45ec5df4963290b2b71","sha512":"6b117f50a88cd87dd03e37b0c660b7e4353a59093a59c0b2d34de0d7b692a00fe91ca0a86e9cdbb46304ad0a06bc7a34007939d7ae2107bc84d61acc3f692773"},"url":"https://cdn.modrinth.com/data/gF3BGWvG/versions/yuaFs5Vs/open-parties-and-claims-forge-1.20.1-0.19.3.jar","filename":"open-parties-and-claims-forge-1.20.1-0.19.3.jar","primary":true,"size":1216180,"file_type":null},{"hashes":{"sha512":"1ac1c9ff19f8519454f1254303977098c12337812cf4f3085608f708ab6584c7f729360e72f68c58894ce327c75e9e116e2e58c0eee71dd69b9b54df13f17b70","sha1":"0101295d820152d99361795456234f2289b6f5af"},"url":"https://cdn.modrinth.com/data/gF3BGWvG/versions/yuaFs5Vs/open-parties-and-claims-forge-1.20.1-0.19.3-sources.jar","filename":"open-parties-and-claims-forge-1.20.1-0.19.3-sources.jar","primary":false,"size":791384,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"Byd3DEt2","user":{"id":"ANNqL3WC","username":"thexaero","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/8463785?v=4","bio":null,"created":"2022-05-24T09:15:18.047820Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"SGp0PNDH","project_id":"gF3BGWvG","author_id":"ANNqL3WC","featured":false,"name":"b0.20.0","version_number":"forge-1.20.1-0.20.0","changelog":"* Fixed protected player death loot merging with other item stacks.\n* Added protection from landing projectiles spawninig mobs.\n* Fixed client side not being actually optional.","changelog_url":null,"date_published":"2023-10-03T07:44:28.506261Z","downloads":35,"version_type":"beta","files":[{"hashes":{"sha1":"0b34fc7a29528a87a769bd5518f4075de1014f1a","sha512":"934fbbd0abfe2c77ee928d54880ce9ed71b6945770278438d305b4697ce2ce9092e8a218c003ade4bce8b0552b47c4b231eb90ece0d9d989f19fd05d6f98505a"},"url":"https://cdn.modrinth.com/data/gF3BGWvG/versions/SGp0PNDH/open-parties-and-claims-forge-1.20.1-0.20.0.jar","filename":"open-parties-and-claims-forge-1.20.1-0.20.0.jar","primary":true,"size":1218185,"file_type":null},{"hashes":{"sha1":"6ff43608a7fe2e5e31bb67344052e79670f2b5f9","sha512":"bb285c8508b438daed78a32f24221b5c1be85a1e8d56a5f1e60814a3f8011ebd719921824a956685bfa63fa7de97148a96ab0bbfd019ca895ce6ceb7b6e7eb94"},"url":"https://cdn.modrinth.com/data/gF3BGWvG/versions/SGp0PNDH/open-parties-and-claims-forge-1.20.1-0.20.0-sources.jar","filename":"open-parties-and-claims-forge-1.20.1-0.20.0-sources.jar","primary":false,"size":792951,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"incompatible":true},"file_name":"open-parties-and-claims-forge-1.20.1-0.19.3.jar"},"mods\\ftb-teams-forge-2001.1.4.jar":{"sha512":"97354b9cf2d990b7990d4d62c110786bebed65827e94d82ed1b050e26132faa1d0469e82669f48a60d906355c00a849cbce7e4df02985efe126a7279e0e88a60","disabled":false,"metadata":{"type":"inferred","title":"FTB Teams","description":"FTB Teams adds ability to create your own teams that can be used for quests etc.\n","authors":["FTB Team"],"version":"2001.1.4","icon":null,"project_type":"mod"},"file_name":"ftb-teams-forge-2001.1.4.jar"},"mods\\resourcefullib-forge-1.20.1-2.1.11.jar":{"sha512":"9749c7404e34d5b6585f4031f39d9b3a534663b4182b3567b054485995b60e59a8952ff28cda4ee654516764526ca63f3072d92e2976096bcbfdd70de09ca5b5","disabled":false,"metadata":{"type":"modrinth","project":{"id":"G1hIVOrD","slug":"resourceful-lib","project_type":"mod","team":"sbhau9BZ","title":"Resourceful Lib","description":"Resourceful Lib","body":"\n\n
Resourceful Lib is a modding library that contains valuable utilities and APIs developed by Team Resourceful.
\n
At the time of writing this, there are a few mods using this library, they include Resourceful Bees, Highlight, Ad Astra!, Vitalize, and many more!
\n\n
    \n
  • 📺 GL Scissor API
  • \n
  • 📝 Stateful and History Screen Manager
  • \n
  • 📠 Codecs for predicates, tags, recipes, sets, and random collections
  • \n
  • 🎨 Color API
  • \n
  • 🌐 Cross Platform Networking
  • \n
  • 📲 Codec Recipes
  • \n
  • 📁 Json File Utils
  • \n
  • 💾 Memory Resource and Data Packs
  • \n
  • 🎲 Random Collection/List
  • \n
  • ⌛ Scheduling API
  • \n
  • 🌎 Web Utilities
  • \n
  • 📑 YABN (Yet Another Binary Notation) is a compressed binary format of JSON to allow for small transfer sizes of JSON objects
  • \n
  • 📐 Highlight API (Custom Selection boxes that are not bound to cubes)
  • \n
\n\n","published":"2022-09-02T15:50:16.129999Z","updated":"2023-09-06T16:19:48.832606Z","client_side":"required","server_side":"required","downloads":107959,"followers":161,"categories":["library"],"additional_categories":[],"game_versions":["1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20-pre6"],"loaders":["fabric","forge","neoforge"],"versions":["G3lV8OVP","jLKGuA57","RGM87ZcE","3NarDN4b","311DNGtu","Dg7CZBnx","6XSBA0uT","7sMDujih","OeRBpKmZ","6mp5KYqE","Kt1uwyB9","CR3s1Q9E","7bt4Sfbf","Tm7cdAK9","SO6H8hCU","mHc7yjij","xLDDsRYc","M8d4atFa","pGZM1u27","WoJVEX8A","DtRLheCF","9bpCfetJ","TnolgSJP","l33ODpNh","oq4kr2ex","RIdAGTWP","rj4oIJ3c","we15ILm4","2uoDWVVu","zOnmzwki","VdgtVVWP","mxiPijSw","tNPUniqQ","7wv4Al4f","A1zeEXXD","KX0scagm","DGKrjwc2","fE4lranp","NbjC25Oq","1oI6soZD","46J1q5G9","CwKjCizK","76HAQLRn","gePIBNWu","l8HjPc29","kZXnyZkD","ow7IIdXY","KK93aN9X","k94OHkZD","tIBkUaKa","5gAcCZfI","K1JcKyP0","2ejFhzAD","3vR0JfHW","9Tqxu7BJ","vT6jM3KI","5MMm9Jcy","K25DsBQf","detwJ5tL","cP8TrTlq","9ttMchjr","pJVkjEuy","Osgglpas","lcqayFqh","S6iVht7K","9lVbDpOY","lmvJ0Hcp","T1LHD2MS","Km7wGxHM","BSonoRxL","xeUwwWis"],"icon_url":"https://cdn.modrinth.com/data/G1hIVOrD/a4023bf3e8a1e5d10b714b2dbb5e01873568f8c9.png"},"version":{"id":"BSonoRxL","project_id":"G1hIVOrD","author_id":"VTfgLJ1p","featured":true,"name":"[Forge] Resourceful Lib 2.1.11","version_number":"2.1.11","changelog":"# -----{ 2.1.11 }-----\n\nAdded ability to set random and get total to WeightedCollection, should allow for more deterministic responses\nAdded Fabric-Loom-Remap to manifest file\n\n# -----{ 2.1.10 }-----\n\nAdded Fabric-Loom-Remap to manifest file\n\n# -----{ 2.1.9 }-----\n\nAdded component bytecodec and update bytecodec version.\nFixed server translations not pulling value properly.\n\n# -----{ 2.1.8 }-----\n\nFixed server translations not pulling value properly.\n\n# -----{ 2.1.7 }-----\n\nAdded more ByteCodec types\n\n# -----{ 2.1.6 }-----\n\nAdded new experimental ByteCodec packets\n\n# -----{ 2.1.5 }-----\n\nFix CME in creative tabs\n\n# -----{ 2.1.4 }-----\n\nAdd dataless packet handler, fix web responses not being correct in WebUtils\nAdd enumbuilder, fix fabric ingredients, add unsafe methods\n\n# -----{ 2.1.3 }-----\n\nAdd enumbuilder, fix fabric ingredients, add unsafe methods\n\n# -----{ 2.1.2 }-----\n\nAdd map tag and map collection methods for tags.\nAdd replace versions of tooltip set methods and add clear tooltip method.\nAdd mod file paths to mod info and add pretty gson.\nRegister ingredients properly on forge.\nAdd CursorWidget and allow for better cursor setting on base screens\nAdded NetworkChannel#canSendPlayerPackets and NetworkChannel now accept an 'optional' parameter to determine if connections should be refused if channel does not exist on the other side\n\n# -----{ 2.1.1 }-----\n\nAdded NetworkChannel#canSendPlayerPackets and NetworkChannel now accept an 'optional' parameter to determine if connections should be refused if channel does not exist on the other side\nBreaking change: changed IntContainerData#size to IntContainerData#getSize to fix conflict with yarn mappings\n\n# -----{ 2.1.0 }-----\n\nBreaking change: changed IntContainerData#size to IntContainerData#getSize to fix conflict with yarn mappings\nAdded ResourcefulCreativeTab#addContent for ability to add a dynamic amount of itemstacks\n\n# -----{ 2.0.8 }-----\n\nAdded ResourcefulCreativeTab#addContent for ability to add a dynamic amount of itemstacks\nAdded support for defining internal resource packs in mods.toml and fabric.mods.json\n\n# -----{ 2.0.7 }-----\n\nAdded support for defining internal resource packs in mods.toml and fabric.mods.json\n\n# -----{ 2.0.6 }-----\n\n\n\n# -----{ 2.0.5 }-----\n\n\n\n# -----{ 2.0.5 }-----\n\n- Full 1.20 release","changelog_url":null,"date_published":"2023-09-06T16:19:44.634412Z","downloads":6355,"version_type":"release","files":[{"hashes":{"sha1":"ff24e6e598a0290f33c7f30a932b2fdfbb6839ff","sha512":"9749c7404e34d5b6585f4031f39d9b3a534663b4182b3567b054485995b60e59a8952ff28cda4ee654516764526ca63f3072d92e2976096bcbfdd70de09ca5b5"},"url":"https://cdn.modrinth.com/data/G1hIVOrD/versions/BSonoRxL/resourcefullib-forge-1.20.1-2.1.11.jar","filename":"resourcefullib-forge-1.20.1-2.1.11.jar","primary":true,"size":371671,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"sbhau9BZ","user":{"id":"K86yjB3D","username":"ThatGravyBoat","name":"ThatGravyBoat","avatar_url":"https://avatars.githubusercontent.com/u/26934102?v=4","bio":"I create things","created":"2021-11-13T23:08:22.133720Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"sbhau9BZ","user":{"id":"VTfgLJ1p","username":"epic_oreo","name":"James Moore","avatar_url":"https://avatars.githubusercontent.com/u/291578?v=4","bio":"I like to play games and mess around on my computer. I am actively developing Resourceful Bees mod for Minecraft","created":"2022-09-09T06:31:04.158655Z","role":"developer"},"role":"Other Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"resourcefullib-forge-1.20.1-2.1.11.jar"},"mods\\ferritecore-6.0.0-forge.jar":{"sha512":"e78ddd02cca0a4553eb135dbb3ec6cbc59200dd23febf3491d112c47a0b7e9fe2b97f97a3d43bb44d69f1a10aad01143dcd84dc575dfa5a9eaa315a3ec182b37","disabled":false,"metadata":{"type":"modrinth","project":{"id":"uXXizFIs","slug":"ferrite-core","project_type":"mod","team":"2JhABx1f","title":"FerriteCore","description":"Memory usage optimizations","body":"This mod reduces the memory usage of Minecraft in a few different ways. A high-level technical description of the changes is available [here](https://github.com/malte0811/FerriteCore/blob/main/summary.md).\n\nThe amount of memory saved will depend on the pack. In version 2.5.9 of [All Of Fabric 3](https://www.curseforge.com/minecraft/modpacks/all-of-fabric-3) it reduces the RAM usage (heap size) from 1,792 MB to 984 MB. For comparison the same setup with Hydrogen instead of FerriteCore uses 1,335 MB. \nThese values were measured after generating a world with a fixed seed and waiting for two minutes.\nThe project picture is a cropped version of [this](https://commons.wikimedia.org/wiki/File:Magnetic-core_memory,_at_angle.jpg) picture.\n\n### FAQ\n\n#### Should I install this on the server or just on the client?\n\nSome optimizations are client-side only, but there are some rather high-impact optimizations that are relevant on the server too. So you should install it on both sides.\n\n#### Is this compatible with [other mod]?\n\nMost likely yes. The only exception is Hydrogen, which is compatible with all recent FerriteCore versions *on Minecraft versions where Hydrogen is officially released*. This means that 1.18+ builds are not compatible with Hydrogen, since it has been officially archived and won't receive any releases on these versions.","published":"2021-04-03T07:04:43.971189Z","updated":"2023-06-08T18:25:55.263079Z","client_side":"optional","server_side":"optional","downloads":1354529,"followers":3353,"categories":["optimization","utility"],"additional_categories":[],"game_versions":["1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["GeyB7u1y","Mc6hHgQU","hjsymojR","LG5zF5LP","5rLOvzfo","2XHUVaPQ","HjttFjoa","JQl5JoCm","oP38VFTJ","1FrNtQTK","OhmGV4Hp","c9p5gemS","FMdIAsIi","OhuTVpQH","776Z5oW9","AvWRJcqx","zkszypjI","7epbwkFg","xyl3NViI","fwozdl4o","fs07zE6w","6gwDuh90","3UkWIj4a","kwjHqfz7","CtXsUUz6","GHcKib6J","YrvjR5sX","RbR7EG8T","zI3uKvrU","l9p9zXTR","FCnCG6PS","ULSumfl4"],"icon_url":"https://cdn.modrinth.com/data/uXXizFIs/icon.jpg"},"version":{"id":"ULSumfl4","project_id":"uXXizFIs","author_id":"cXzLZ8YY","featured":true,"name":"6.0.0 (Forge)","version_number":"6.0.0-forge","changelog":"- Update to Minecraft 1.20","changelog_url":null,"date_published":"2023-06-08T18:26:31.366709Z","downloads":36277,"version_type":"release","files":[{"hashes":{"sha512":"e78ddd02cca0a4553eb135dbb3ec6cbc59200dd23febf3491d112c47a0b7e9fe2b97f97a3d43bb44d69f1a10aad01143dcd84dc575dfa5a9eaa315a3ec182b37","sha1":"5c090bf8e882c0ccb9dcdb4afe712fa430e03a02"},"url":"https://cdn.modrinth.com/data/uXXizFIs/versions/ULSumfl4/ferritecore-6.0.0-forge.jar","filename":"ferritecore-6.0.0-forge.jar","primary":true,"size":122786,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"2JhABx1f","user":{"id":"cXzLZ8YY","username":"malte0811","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/10406104?v=4","bio":null,"created":"2021-01-29T18:51:24.633575Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"ferritecore-6.0.0-forge.jar"},"mods\\ImmediatelyFast-1.2.3+1.20.1.jard":{"sha512":"86f1cb99e4fc0c8323677fd6c02bda1cdd76003aa66af485b04576ccd67086c9b372cd71e5510395bfe91a1c97299d1308ebded02da9e8af24db0e5a92f24315","disabled":false,"metadata":{"type":"modrinth","project":{"id":"5ZwdcRci","slug":"immediatelyfast","project_type":"mod","team":"wkdnKsNZ","title":"ImmediatelyFast","description":"Speed up immediate mode rendering in Minecraft","body":"
\n

ImmediatelyFast

\n \n \n \n \n\n
\n\n \n \n\n

ImmediatelyFast is an open source Minecraft mod which improves the immediate mode rendering performance of the client.\n
It is designed to be lightweight and compatible with other mods.

\n
\n\n## Optimizations\nImmediatelyFast generally optimizes all immediate mode rendering by using a custom buffer implementation which batches\ndraw calls and uploads data to the GPU in a more efficient way. \nThe following parts of the immediate mode rendering code are optimized:\n\n- Entities\n- Block entities\n- Particles\n- Text rendering\n- GUI/HUD\n- Immediate mode rendering of other mods (ImmersivePortals benefits a lot from this)\n\nIt also features targeted optimizations where vanilla rendering code is being changed in order to run faster. \nThe following parts of the rendering code are optimized with a more efficient implementation:\n\n- Map rendering\n- HUD rendering\n- Text rendering\n\n## Performance\nHere are some performance comparisons of areas the mod optimizes particularly well:\n\nIf other mods are listed in the table this means that this mod also optimizes that part of the game.\n\nTest Hardware: Ryzen 5 1600, 32GB DDR4, GTX 1060\n\nFPS Numbers were taken from external tools (in this case MSI Afterburner) and averaged over a couple of seconds. \nIf you decide to test this yourself keep in mind that ImmediatelyFast can only improve FPS in a scenario where your CPU\nis the bottleneck (Most likely the case if your GPU isn't ancient or you use very heavy shaders).\nSlower CPUs will benefit more from this mod than really fast CPUs.\n\n### Entity Rendering\nGenerally FPS should be around **2x higher** on busy servers. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with 1000 cows in a 3x3 box on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 16 FPS | 60 FPS | 3.75x |\n| Sodium | 21 FPS | 82 FPS | 3.90x |\n| Iris and Sodium | 60 FPS | 76 FPS | 1.27x |\n\n### Map Rendering\nGenerally FPS should be around **5x higher** when there are many maps on screen. [Tested using IF 1.1.1 on 1.19.3]\n\n_Tested on a fabric server with the [Image2Map](https://modrinth.com/mod/image2map) mod and around 930 maps on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 50 FPS | 310 FPS | 6.20x |\n| Sodium | 47 FPS | 320 FPS | 6.81x |\n\n### HUD Rendering\nGenerally FPS should be around **40% higher** in almost all scenarios. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with different HUD elements on screen (Scoreboard, Potion effect overlay, Bossbars, Filled Chat, Extra hearts, Full Hotbar)._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|---------------------|-------------------------|----------------------|-------------|\n| None | 250 FPS | 380 FPS | 1.52x |\n| Sodium | 335 FPS | 630 FPS | 1.88x |\n| Exordium and Sodium | 740 FPS | 840 FPS | 1.14x |\n\n### Text Rendering\nGenerally FPS should be around **2x higher** when there are many signs or holograms around you. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with 200 signs (Filled with text) on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 70 FPS | 125 FPS | 1.79x |\n| Sodium | 110 FPS | 300 FPS | 2.73x |\n\n### Block-Entity Rendering\nGenerally FPS should be around **20% higher** when there are many block entities around you. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with 400 chests on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 170 FPS | 205 FPS | 1.20x |\n| Sodium | 315 FPS | 410 FPS | 1.30x |\n\n## Compatibility\nImmediatelyFast is structured to interfere with mods as little as possible.\nIt should work fine with most if not all mods and modpacks.\n\nKnown incompatibilities:\n\n- OptiFabric / OptiFine\n\nIf you encounter any issues, please report them on the [Issue Tracker](https://github.com/RaphiMC/ImmediatelyFast/issues).\n\n## Developer API\nYou can read the latest version of the API docs [here](https://github.com/RaphiMC/ImmediatelyFast/blob/1.20/API_DOCS.md).\n\n## Partners\nYourKit supports open source projects with innovative and intelligent tools\nfor monitoring and profiling Java and .NET applications.\nYourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/),\n[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),\nand [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).\n\n[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)\n\n---\n\nKinetic Hosting offers extremely affordable deals on servers with very good hardware! If you'd like to cash in on the good deals click the image below and use code **RaphiMC** at checkout for 15% off your first month!\n\n[![Kinetic Hosting](https://cdn.discordapp.com/attachments/1060267870321393716/1060987925325688963/RaphiMC.png)](https://billing.kinetichosting.net/aff.php?aff=47)\n\nCredits to [sydist](https://github.com/sydist) for making the logo!\n","published":"2022-10-01T16:19:12.500476Z","updated":"2023-09-30T20:16:16.739251Z","client_side":"required","server_side":"unsupported","downloads":753071,"followers":1316,"categories":["optimization"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","quilt"],"versions":["ybGjtkj1","R8MXsvBe","56ly78y2","MXrToyOy","HjPptbpI","Lj7lpgeu","IihbNw9x","an4lUoZ0","1oWTStwD","f2Av82pv","slaIcF1K","Xc7f8wNQ","FcqoS76s","MK5xuarZ","vjevJCO1","IYnEX1ly","sTQ5rCbF","Ly9dRsAI","zkmYKBLC","zImGOGqD","A6GCxAD1","vA8NWTKD","VUTuPIlE","UDnjDzur","mo9q5fMn","M7dmS1xe","VoFPEhPL","EHbdx1pF","aWcTiEn8","K3zjbY4P","d6gX5lox","YVmLXIsi","q6hvGX5B","CdpFa9ts","izX4Zjnu","IpEJi0ih","D73h6MNI","4yVqQKQO","fnLm3B23","8IFFeKYy","fZkbywLp","Jci0UG9F","1OT6gCmX","cpgGVZDs","eiqdESrg","4IDo27OL","LEmCbzHA","aptjkgGB","15Hwli83","24BUZiRe","KjMKYa1K","2cEsJ6Ix","5arZz0qz","mGqxsY9X","VaRB1Uaj","m8P58epq","pQRqrmzs","FtHQIJZd","i5OWJDBj","xFmHwVvA","CG88v2FZ","XHrRgyGN","d4HBt40d","1BSUFszc","kQq0Qobv","h38wJYho","9RDk8aOc","4Y4VXGXE","fZa7YlyA","gAAnfzrT","LJYd35mB","hgQwRPhD","yhuSOfHc","Hh5as8hY","EANGsMsP","Tf6O7B9h","lPyP6Kcf","zKKDqwCd","nSd5x28T","xSKg5aqE","txcO4lNF","tpfQ6Vm5","I5zOy70w","ZhW5WW22","ADkpsbyz","9DJ47QhP","bHjLCRu6","dTZfskbw","YniADsYA","NJ17fqEK","BwkXA4tK","A7g0Ha7U","cswW9vJQ","e8XCF1RN","3jiSnSnx","mbeaDZtb"],"icon_url":"https://cdn.modrinth.com/data/5ZwdcRci/8335dd505094a79b4ad306935b10f724e2b76d8b.png"},"version":{"id":"bHjLCRu6","project_id":"5ZwdcRci","author_id":"XEedK03N","featured":false,"name":"ImmediatelyFast-1.2.3","version_number":"1.2.3+1.20.1","changelog":"* Fixed crash when AppleSkin is installed on Forge","changelog_url":null,"date_published":"2023-09-09T14:32:31.960191Z","downloads":19349,"version_type":"release","files":[{"hashes":{"sha512":"86f1cb99e4fc0c8323677fd6c02bda1cdd76003aa66af485b04576ccd67086c9b372cd71e5510395bfe91a1c97299d1308ebded02da9e8af24db0e5a92f24315","sha1":"229f50f333148f6f131fec59e600a0461e3acf06"},"url":"https://cdn.modrinth.com/data/5ZwdcRci/versions/bHjLCRu6/ImmediatelyFast-1.2.3%2B1.20.1.jar","filename":"ImmediatelyFast-1.2.3+1.20.1.jar","primary":true,"size":596411,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["fabric","forge","quilt"]},"members":[{"team_id":"wkdnKsNZ","user":{"id":"XEedK03N","username":"RaphiMC","name":"RK_01","avatar_url":"https://avatars.githubusercontent.com/u/50594595?v=4","bio":"Java Reverse Engineer, Minecraft Protocol Expert","created":"2022-07-26T23:24:22.689324Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"mbeaDZtb","project_id":"5ZwdcRci","author_id":"XEedK03N","featured":true,"name":"ImmediatelyFast-1.2.6","version_number":"1.2.6+1.20.2","changelog":"* Fixed rendering issues with Highlighter, ItemBorders and mods which use the Iceberg library\n* Fixed debug HUD text layering issues\n* Updated libraries (MixinExtras and Reflect)","changelog_url":null,"date_published":"2023-09-30T20:16:19.877247Z","downloads":7158,"version_type":"release","files":[{"hashes":{"sha512":"cbb1933e5c8ed4ba7749bb29dabb2edb40a15793e437ac59c2a63a421e309c887f1d9715424520ba1faf0ad211350eeb411f7c067c2c6ed2294ff9b621379940","sha1":"13b4fd8f0214d36a01b2c874f0f88c9ddb2dd556"},"url":"https://cdn.modrinth.com/data/5ZwdcRci/versions/mbeaDZtb/ImmediatelyFast-1.2.6%2B1.20.2.jar","filename":"ImmediatelyFast-1.2.6+1.20.2.jar","primary":true,"size":657143,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","quilt"]},"incompatible":true},"file_name":"ImmediatelyFast-1.2.3+1.20.1.jard"},"mods\\notenoughanimations-forge-1.6.4-mc1.20.jar":{"sha512":"32624b2a345d4f4d53b3bf7efc5680f43df09f95d497075fc6d61c806cbd056d76f48e51f05c7e60c4b01885c3239daecb0292616bf39a7d7e0de1d29a76dba8","disabled":false,"metadata":{"type":"modrinth","project":{"id":"MPCX6s5C","slug":"not-enough-animations","project_type":"mod","team":"Eayl8ao3","title":"Not Enough Animations","description":"Bringing first-person animations to the third-person","body":"# Not Enough Animations \n\nThis mod brings a lot of missing third-person animations from the first-person or modifies them to be better representative to how they should look like or look like in the first-person. This mod was created as an expansion for the [First-Person Mod](https://www.curseforge.com/minecraft/mc-mods/first-person-model), but works completely on its own and is fully vanilla/3rd party server compatible(since it's all just visual).\n\n[![Shockbyte](https://tr7zw.dev/img/shockbyte_black.png)](https://shockbyte.com/partner/tr7zw)\n\n### All features can be enabled/disabled individually in an ingame config screen! (Accessible via the ModList/ModMenu)\n\nAdded/fixed animations:\n\n- Eating/Drinking\n\n![](https://tr7zw.dev/nea/eating.png)\n![](https://tr7zw.dev/nea/drinking.png)\n\n- Maps(Yes you can see the map content if your client has been sent the map by holding it once/seeing it in an item frame)\n\n![](https://tr7zw.dev/nea/maps1.PNG)\n![](https://tr7zw.dev/nea/maps2.PNG)\n\n- Shield placement(you block where you look, not where the body is rotated to. So this will rotate the body with the head while blocking)\n\n![](https://tr7zw.dev/nea/shield.png)\n\n- Don't show items during two-handed animations(Hide the offhand item while using a bow/crossbow)\n\n![](https://tr7zw.dev/nea/twoHands.PNG)\n\n- Boat rowing(No longer sitting there and staring at the self-moving Paddles)\n\n![](https://tr7zw.dev/nea/boat.png)\n\n- Horses(at least act like you're holding the reins)\n\n![](https://tr7zw.dev/nea/horse.png)\n\n- Looking at a compass/clock(this one is actually more eye candy for the First-person Mod to make the compass better usable, but won't hurt outside of that, can be modified in the config file to extend to more items)\n\n![](https://tr7zw.dev/nea/compass.PNG)\n\n- Ladder/climbing animation\n\n![](https://tr7zw.dev/nea/ladder.gif)\n\n- Crawling animation, replacing the swimming one while out of water\n\n![](https://tr7zw.dev/nea/crawling.gif)\n\n- Smooth arm movement and transitions\n\n![](https://tr7zw.dev/nea/smootharms.gif)\n","published":"2022-05-25T10:21:03.610236Z","updated":"2023-09-22T17:33:34.481494Z","client_side":"required","server_side":"unsupported","downloads":676554,"followers":1611,"categories":["adventure","decoration"],"additional_categories":[],"game_versions":["1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge"],"versions":["ufNWfIaS","C44WSsJJ","Y0NYcd2Z","KTGfH3KC","CioYPb6W","K6cf9eax","LUGyS5vg","TGtlRlUI","74jIxq2r","KZmMUPjz","C4uW6hHV","kE3Ii6Ew","m0POSPSz","LxB5Tojq","2TKqy76Z","V5HfYVtW","KLXLxD01","XFJeh7MA","QWDLTMMa","6auoqhMp","PYPMsmjn","4QkMRJ1H"],"icon_url":"https://cdn.modrinth.com/data/MPCX6s5C/icon.png"},"version":{"id":"QWDLTMMa","project_id":"MPCX6s5C","author_id":"Qnt13hO8","featured":true,"name":"1.6.4-1.20 - Forge","version_number":"1.6.4-1.20","changelog":"Update to 1.20\r\n\r\n**Full Changelog**: https://github.com/tr7zw/NotEnoughAnimations/compare/1.6.4-1.19.4...1.6.4-1.20","changelog_url":null,"date_published":"2023-06-08T14:39:38.309627Z","downloads":29179,"version_type":"release","files":[{"hashes":{"sha1":"47099dc3b5c339ce918bd06523bae22f59c5c65a","sha512":"32624b2a345d4f4d53b3bf7efc5680f43df09f95d497075fc6d61c806cbd056d76f48e51f05c7e60c4b01885c3239daecb0292616bf39a7d7e0de1d29a76dba8"},"url":"https://cdn.modrinth.com/data/MPCX6s5C/versions/QWDLTMMa/notenoughanimations-forge-1.6.4-mc1.20.jar","filename":"notenoughanimations-forge-1.6.4-mc1.20.jar","primary":true,"size":411036,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"Eayl8ao3","user":{"id":"Qnt13hO8","username":"tr7zw","name":"tr7zw","avatar_url":"https://cdn.modrinth.com/user/Qnt13hO8/icon.png","bio":"https://tr7zw.dev/","created":"2022-05-04T13:41:52.033912Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"notenoughanimations-forge-1.6.4-mc1.20.jar"},"mods\\chat_heads-0.10.20-forge-1.20.jar":{"sha512":"b7063ea570de079165d4de89bff38d91a4e4e9095464cdfe2109dbd15e12b03f659fde160320054be46445ff67968a7323c104caaf590373829b36b2de3b39ca","disabled":false,"metadata":{"type":"modrinth","project":{"id":"Wb5oqrBJ","slug":"chat-heads","project_type":"mod","team":"pgudqXFi","title":"Chat Heads","description":"See who you're chatting with!","body":"
\nThis clientside mod adds player heads next to chat messages, as seen on the screenshot above.\nIt makes telling various people in chat apart a bit easier, and it looks *hella* nice.\n\nBased on a request from Hugman on the Fabric discord.\n\n[Cloth Config](https://modrinth.com/mod/cloth-config) (and [Mod Menu](https://modrinth.com/mod/modmenu) for Fabric) is needed to access the settings, but the mod works without it, using the default settings.\n \nNote: The default settings might not work on some servers. In this case try using the \"Heuristic only\" sender detection mode. Note that this might put wrong chat heads on some messages.","published":"2020-12-01T12:40:38.729598Z","updated":"2023-09-24T14:11:35.153455Z","client_side":"required","server_side":"unsupported","downloads":184455,"followers":1016,"categories":["decoration","social"],"additional_categories":[],"game_versions":["1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge"],"versions":["FKbySPXk","16AYFLM3","IF51k6SP","TfsFLOrp","zy17h2X4","KQgJvEVc","prqslqO7","zKCl1ATO","J6fPQxI2","ribRKcZ8","x4ZWVNIv","xNQFcC1a","IJpYPE7u","EixvFn8b","ycn4QPBX","7422MHc3","Xo2rrWKV","zlGYWEYS","RCDh56ju","y5Dj4iao","6nHdue15","dEpI8X1O","FJWLmVpY","UaDM8ogf","3jKrhMfX","NmmLuEN5","1JNqHcVd","NpM8ChOe","PFfunV48","Fz87Omkl","pZxrUj38","Vz0UneUJ","fUvp2u8c","6dLOyVGE","PeUwvpqi","no8IroUP","K3lM5N7x","R45ebQWD","iFYnpixb","Ibj4WvE6","uT22hbES","T8CfoCZb","n1YdSItp","JzUynwU6","l30hBf38","86beEkxB","KHUPmGyu","AgO6WgUz","Bp6ATMiR","K5ZmGywG","rxRxmHuN","PU7jIZC9","VW3S0UWb","kmo22ZKz","xUPoMano","AuLKVOJ1","FS4caYEp","z1knBSIX","dnQTwGvn","5FVM8MBd","a8B6Gddv","66zWaJzE","lPPl8s4t","5DNklSQc","vOWXNo2z","O0BvLKCE","1BCIlwsr","OgpKWK03","dP70Lezf","D6dgVTW0","Gu0GdJ0Y","ro03SDgE","kDlD3VU0","E24TwY67","NyV3oo5K","STxUpGFu","hpjqmEGF","FpIPlDKx","t35cSThu","Bp4CN4ql","4xZJD7vd","CJCClsCd","4ywifNER","NGFppVFK","ckwnNNSA","oDlkk1R7","hreiueZW","lkNcKxhD","TKeZAamO","OoezSqHh","R2RvO5UG","VltVfTJV","8AxwhTNq","9izzSxQ0","Lhwet5Ev","gzgdiHby","wM0H2fY5","UKq8ujMV"],"icon_url":"https://cdn.modrinth.com/data/Wb5oqrBJ/icon.png"},"version":{"id":"4xZJD7vd","project_id":"Wb5oqrBJ","author_id":"INxNlPeV","featured":false,"name":"0.10.20","version_number":"0.10.20","changelog":"add `be_by` Belarusian translation, thanks to Gazmanovich!","changelog_url":null,"date_published":"2023-08-10T09:03:59.203392Z","downloads":1948,"version_type":"release","files":[{"hashes":{"sha512":"b7063ea570de079165d4de89bff38d91a4e4e9095464cdfe2109dbd15e12b03f659fde160320054be46445ff67968a7323c104caaf590373829b36b2de3b39ca","sha1":"e9f6cfd72f9d2bb88b83e02269e93f191c199739"},"url":"https://cdn.modrinth.com/data/Wb5oqrBJ/versions/4xZJD7vd/chat_heads-0.10.20-forge-1.20.jar","filename":"chat_heads-0.10.20-forge-1.20.jar","primary":true,"size":51767,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"9s6osm5g","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"pgudqXFi","user":{"id":"INxNlPeV","username":"Fourmisain","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/8464472?v=4","bio":null,"created":"2021-01-24T22:05:23.378029Z","role":"developer"},"role":"Maintainer","ordering":0},{"team_id":"pgudqXFi","user":{"id":"sjzjRQSL","username":"dzwdz","name":null,"avatar_url":"https://avatars3.githubusercontent.com/u/21179077?v=4","bio":"former delusional java programmer","created":"2020-12-01T12:28:55.196157Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"Lhwet5Ev","project_id":"Wb5oqrBJ","author_id":"INxNlPeV","featured":false,"name":"0.10.22","version_number":"0.10.22","changelog":"allow server resource packs to disable Chat Heads via a `assets/chat_heads/disable` file \nthis is meant for compatibility with servers using custom fonts to add chat heads themselves","changelog_url":null,"date_published":"2023-09-24T14:10:41.778102Z","downloads":427,"version_type":"release","files":[{"hashes":{"sha512":"91caed16188036ebb84bd307aa8ea423faf99227539d79b81d8ebc715ea1a07b3664d8a9e2d354360c736269e05bd369565fd830fd7c95cf8060b2a77e8566da","sha1":"16d9414f9de21fcf9ce129e46e78685ade914a6a"},"url":"https://cdn.modrinth.com/data/Wb5oqrBJ/versions/Lhwet5Ev/chat_heads-0.10.22-forge-1.20.jar","filename":"chat_heads-0.10.22-forge-1.20.jar","primary":true,"size":52085,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"9s6osm5g","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"chat_heads-0.10.20-forge-1.20.jar"},"mods\\rhino-forge-2001.2.2-build.6.jar":{"sha512":"6be5434198a031bb060ed9d81b462f133c017341c33bd2cc79e4bc3869f7fd8ae2cf5200339b9f909babb45baef6700e420febc1b8330b0c64c3794f8a4b5fad","disabled":false,"metadata":{"type":"modrinth","project":{"id":"sk9knFPE","slug":"rhino","project_type":"mod","team":"zzKhfQN9","title":"Rhino","description":"A fork of Mozilla's Rhino library, modified for use in mods","body":"A fork of Mozilla's Rhino library, modified for use in mods. This library adds JavaScript engine Rhino that supports ES6 and doesn't depend on built-in Nashorn engine that got removed in Java 15.\n\n \n\nThis mod doesn't do anything on it's own, it's a library used by [KubeJS](https://modrinth.com/mod/kubejs).\n\n[![](https://kubejs.com/discord.png)](https://discord.gg/lat)","published":"2022-05-24T10:55:02.752080Z","updated":"2023-09-03T11:55:21.079464Z","client_side":"optional","server_side":"optional","downloads":22768,"followers":24,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.2","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["tvKw4stO","mkLXaVP4","9nOxKhZD","L93DX9JE","IGgMuhcx","TxJqYAQy","ayMmZeEm","GAnMlPyj","XHnNV9Q5","3gaqIhQ4","torEfDK1","TzuDY0hA","x03x5BR7","8Zo9Lc7Q","A6ZdBR7h","OcCUPm56","GsdT2QWq","MxTuO7W6","VBYN93Fl","DzVyaTra","IBVvZWb5","WhLMAlAG","bsrlks7Z","N59eFKIq","Q32ivykp","8dU2hkcu","lqNrgBQh","LeJNG881","7nlytiXr","5RVy11TO","BF7Q43Mc","jvqq7lUX","FWhq0g2w","NX25xYm2","PN90O3BT","Cr8aUCZp"],"icon_url":"https://cdn.modrinth.com/data/sk9knFPE/icon.png"},"version":{"id":"Cr8aUCZp","project_id":"sk9knFPE","author_id":"7tgPcl7v","featured":false,"name":"Rhino Forge 2001.2.2-build.6","version_number":"2001.2.2-build.6+forge","changelog":"","changelog_url":null,"date_published":"2023-09-03T11:55:21.842191Z","downloads":299,"version_type":"release","files":[{"hashes":{"sha1":"bf7196f66ccfc926f2943e6d16539c122b2f9a07","sha512":"6be5434198a031bb060ed9d81b462f133c017341c33bd2cc79e4bc3869f7fd8ae2cf5200339b9f909babb45baef6700e420febc1b8330b0c64c3794f8a4b5fad"},"url":"https://cdn.modrinth.com/data/sk9knFPE/versions/Cr8aUCZp/rhino-forge-2001.2.2-build.6.jar","filename":"rhino-forge-2001.2.2-build.6.jar","primary":true,"size":1794107,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"zzKhfQN9","user":{"id":"OQodw31Z","username":"MaxNeedsSnacks","name":"Max","avatar_url":"https://avatars3.githubusercontent.com/u/12750501?v=4","bio":null,"created":"2021-01-18T20:56:26.016118Z","role":"developer"},"role":"Member","ordering":0},{"team_id":"zzKhfQN9","user":{"id":"7tgPcl7v","username":"Lat","name":"Kristiāns Micītis","avatar_url":"https://avatars.githubusercontent.com/u/3844385?v=4","bio":"A Java developer, mostly working on Minecraft mods","created":"2021-02-17T12:10:09.597525Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"rhino-forge-2001.2.2-build.6.jar"},"mods\\CraftPresence-2.2.3+1.20.1.jar":{"sha512":"9bdf9cb580ed52b493ce4a72b08251ed7e2452457335c2a1191dda025938d7a66448d518c8c28f6c9518e46cb2ccb6856d5cff6ed232a57eabcd28d9fcf83305","disabled":false,"metadata":{"type":"modrinth","project":{"id":"DFqQfIBR","slug":"craftpresence","project_type":"mod","team":"G0fROR7V","title":"CraftPresence","description":"Completely Customize the way others see you play in Discord!","body":"# CraftPresence\n\nCompletely customize the way others see you play Minecraft via Discord's Rich Presence API & the DiscordIPC API\nby [jagrosh](https://github.com/jagrosh)!\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Crowdin](https://badges.crowdin.net/craftpresence/localized.svg)](https://crowdin.com/project/craftpresence)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e0667f7208b49ecab1a6affbfa6cbf7)](https://app.codacy.com/gl/CDAGaming/CraftPresence/dashboard?utm_source=gl&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)\n[![Pipeline Status](https://github.com/CDAGaming/CraftPresence-Mirror/actions/workflows/build.yml/badge.svg?branch=master)](https://gitlab.com/CDAGaming/CraftPresence/commits/master)\n\n[![CurseForge-Downloads](https://cf.way2muchnoise.eu/full_craftpresence_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/craftpresence)\n[![CurseForge-Availability](https://cf.way2muchnoise.eu/versions/craftpresence.svg)](https://www.curseforge.com/minecraft/mc-mods/craftpresence)\n\n[![Modrinth-Downloads](https://img.shields.io/modrinth/dt/DFqQfIBR)](https://modrinth.com/mod/craftpresence)\n[![Modrinth-Availability](https://img.shields.io/modrinth/game-versions/DFqQfIBR)](https://modrinth.com/mod/craftpresence)\n\n## General Notes\n\n* CraftPresence identifies as a **Client Side-only** mod\n * This means it **will not run** on the Server's side.\n * Fabric and Quilt mod loaders will simply ignore the\n mod, while other mod loaders may crash.\n* Some versions of CraftPresence for Minecraft 1.14.x and above require\n the [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)\n and the [Fabric mod loader](https://fabricmc.net/use/installer)\n* Some versions of CraftPresence for Minecraft 1.13.x require\n the [Rift API](https://www.curseforge.com/minecraft/mc-mods/rift)\n and the [Rift mod loader](https://github.com/DimensionalDevelopment/Rift/releases)\n* Versions of CraftPresence for Minecraft 1.1.0 and below\n require [Risugami's ModLoader](https://mcarchive.net/mods/modloader)\n\n## Features\n\nIn addition to having the ability to change your discord status from \"Playing Minecraft\",\nThis mod offers plenty of customization options to specify entirely how others see you play.\nFrom having your current biome show up, to which dimension your in, as well as which server you're in, and more.\nThe customization possibilities are limitless, with the only real limit being how creative you customize your display.\n\n### Launcher and Pack Integration Support\n\nCraftPresence will detect whether your Launch Directory contains:\n\n* A ATLauncher Instance (instance.json)\n* A valid Twitch/Overwolf/Curse/GDLauncher Manifest (manifest.json, minecraftinstance.json)\n* A MCUpdater Instance (instance.json)\n* A Modrinth Instance (profile.json)\n* A MultiMC Instance (instance.cfg)\n* A Technic installedPacks File (installedPacks)\n\nIf using any of these launchers, note the following:\n\n* Prior to v1.6.0, it'll put the packs name in your display as well as show its icon (when not in a\n server)\n* From v1.6.0 until v2.0.0, it'll instead parse the Pack's name into the `&PACK&` placeholder, that you can configure\n for\n usage in the RPC\n* In v2.0, the pack's info is instead parsed into the `pack.name` and `pack.icon` placeholders, that you can configure\n for\n usage in the RPC\n\nAs an example, this is how the mod will convert a pack's name to an iconKey:\n\nExample: `All the Mods 7` would parse as `allthemods7`\n\nNote: MultiMC natively has an Icon Key Property that is used instead of converting from the Pack's Display Name\n\n## Commands\n\nCraftPresence currently offers the following Commands:\n\nKeep in mind the following:\n\n* Commands must be prefixed by either `/craftpresence` or `/cp`\n* In v1.5.0 and above, these commands are only usable via the Commands Gui, found within the Config Gui\n\n___\n\n* `/cp compile \"[expr]\"` - Test the output of a placeholder expression, via Starscript\n* `/cp search (type:typeName, [searchTerm], all)` - Search for valid placeholders available to use with Rich Presence\n* `/cp reload` - Reloads mod data\n* `/cp request` - View Join Request Info\n* `/cp export` - View export commands for mod data\n* `/cp view` - Help command to display the commands available to view and control a variety of display data\n * `/cp view placeholders` - Displays all available placeholders for use in the RPC\n * `/cp view currentData` - Displays your Current RPC Data, in text form\n * `/cp view assets (custom | all)` - Displays all asset icon keys available to you\n * `/cp view dimensions` - Displays all Dimension Names available for use, requires `Show Current Dimension` to be\n enabled\n * `/cp view biomes` - Displays all Biome Names available for use, requires `Show Current Biome` to be enabled\n * `/cp view servers` - Displays all Server Addresses available for use, requires `Show Game State` to be enabled\n * `/cp view screens` - Displays all Gui Names available for use, if Per-Gui is enabled\n * `/cp view items` - Displays all Item Names available for use, if Per-Item is enabled\n * `/cp view entities` - Displays all Entity Names available for use, if Per-Entity is enabled\n* `/cp reboot` - Reboots the RPC\n* `/cp shutdown` - Shutdown the RPC (Can be turned on from `/cp reboot`)\n* `/cp (help | ?)` - Help Command to display the above commands and these explanations\n\n## KeyBinds\n\nCraftPresence currently contains the following KeyBinds:\n\nNotes:\n\n* In v1.5.5 up to v1.8.0, KeyBinds are now customized in the Accessibility Settings in the Config Gui, and not the\n normal controls menu\n* In v1.8.0 and above, KeyBinds can now be customized in either the dedicated menu in the Config Gui or the normal\n control menu on applicable versions\n\n___\n\n* `Open Config Gui` - KeyBind to open the CraftPresence Config Gui (Default: GRAVE/TILDE Key)\n\n## About Placeholders and Functions\n\nIn some configuration areas, CraftPresence provides some placeholders and functions to make things easier:\n\nKeep in mind the following:\n\n* In v2.0.0, placeholders have been rewritten to be compatible\n with [Starscript](https://github.com/MeteorDevelopment/starscript)\n * The older list of this section can be\n viewed [here](https://gitlab.com/CDAGaming/CraftPresence/-/wikis/Legacy-Placeholders-(v1.x))\n * All Placeholders, functions, and code expressions must be surrounded with curly brackets (Example: `{foo.bar}`)\n * In the event that you need to combine a placeholder with other data in a function argument, use the `getResult`\n function\n * Additional functions and standard variables are available\n within [StandardLib](https://github.com/MeteorDevelopment/starscript/wiki)\n\n___\n\n### Placeholder List\n\nThe following placeholders are available for use anywhere in CraftPresence:\n\n* General Placeholders:\n * `general.brand` - The Minecraft branding label\n * `general.icon` - The default display icon\n * `general.mods` - The amount of mods currently in your mods folder\n * `general.title` - The Minecraft title label\n * `general.version` - The Minecraft version label\n * `general.protocol` - The Minecraft version protocol label\n* Menu Event Placeholders (Loading and Main Menu):\n * `menu.message` - The main menu's display data, while applicable\n * `menu.icon` - The main menu's display icon, while applicable\n* Pack Placeholders:\n * `pack.name` - The currently detected pack's name\n * `pack.icon` - The currently detected pack's icon\n * `pack.type` - The currently detected pack's type\n* Player Placeholders:\n * `player.name` - Your username\n * `player.uuid.short` - Your UUID (Trimmed Format)\n * `player.uuid.full` - Your UUID (Full Format, if valid UUID)\n * `player.icon` - Your player head icon, while applicable\n * `player.position.x` - Your current in-game X position\n * `player.position.y` - Your current in-game Y position\n * `player.position.z` - Your current in-game Z position\n * `player.health.current` - Your current in-game health\n * `player.health.max` - Your current in-game maximum health\n* Gui Placeholders:\n * `screen.message` - The current Gui Screen's display data, while applicable\n * `screen.name` - The current Gui Screen name\n * `screen.icon` - The current Gui Screen icon\n * `screen.default.icon` - The default Gui Screen icon\n* Biome Placeholders:\n * `biome.message` - The current biome's display data, while in-game\n * `biome.name` - The current biome name\n * `biome.icon` - The current biome icon\n * `biome.default.icon` - The default biome icon\n* Dimension Placeholders:\n * `dimension.message` - The current dimension's display data, while in-game\n * `dimension.name` - The current dimension name\n * `dimension.icon` - The current dimension icon\n * `dimension.default.icon` - The default dimension icon\n* Entity Placeholders:\n * `entity.default.icon` - The default entity icon\n * `entity.target.message` - The currently targeted entity's display data, while applicable\n * `entity.target.name` - The currently targeted entity's name\n * `entity.target.icon` - The currently targeted entity's icon\n * `entity.riding.message` - The currently riding entity's display data, while applicable\n * `entity.riding.name` - The currently riding entity's name\n * `entity.riding.icon` - The currently riding entity's icon\n* World Placeholders:\n * `world.difficulty` - The current world's difficulty\n * `world.weather.name` - The current world's weather name\n * `world.name` - The name of the current world\n * `world.time.format_24` - The current world's in-game time (24-hour format)\n * `world.time.format_12` - The current world's in-game time (12-hour format)\n * `world.time.day` - The current world's in-game day count\n* Server Placeholders:\n * `server.message` - The current server's display data, while in-game\n * `server.icon` - The current server icon\n * `server.default.icon` - The default server icon\n * `server.players.current` - The server's current player count\n * `server.players.max` - The server's maximum player count\n * `server.address.full` - (MP) The raw current server address\n * `server.address.short` - (MP) The formatted current server address\n * `server.name` - (MP) The current server name\n * `server.motd.raw` - (MP) The current raw server motd\n* Item Placeholders:\n * `item.message.default` - The default item display data, while applicable\n * `item.message.holding` - The held item(s) display data, while applicable\n * `item.message.equipped` - The equipped item(s) display data, while applicable\n * `item.[slotId].name` - Current `slotId` item name\n * `item.[slotId].message` - Current `slotId` item message\n* Integration - Replay Mod:\n * `replaymod.time.current` - When in the Video Renderer, retrieves the `renderTimeTaken` field\n * `replaymod.time.remaining` - When in the Video Renderer, retrieves the `renderTimeLeft` field\n* Extra Placeholders (Advanced Usage):\n * `_general.instance` - The `Minecraft` Instance\n * `_general.player` - The `Minecraft` Player Instance\n * `_general.world` - The `Minecraft` World Instance\n * `_config.instance` - The Mod Config Instance\n * `_[moduleName].instance` - An instance of one of the modules CraftPresence has\n * Module Order: `biome, dimension, entity, item, screen, server, <...>`\n * `data.biome.instance` - An instance of the player's current biome\n * `data.biome.class` - The class object for the player's current biome\n * `data.dimension.instance` - An instance of the player's current dimension\n * `data.dimension.class` - The class object for the player's current dimension\n * `data.entity.target.instance` - An instance of the currently targeted entity\n * `data.entity.target.class` - The class object for the currently targeted entity\n * `data.entity.riding.instance` - An instance of the currently riding entity\n * `data.entity.riding.class` - The class object for the currently riding entity\n * `data.item.[slotId].instance` - An instance of the current `slotId`\n * `data.item.[slotId].class` - The class object for the current `slotId`\n * `data.screen.instance` - An instance of the current Gui Screen\n * `data.server.motd.line_[number]` - Retrieves a specific line of `server.motd.raw`\n * `data.[moduleName].time` - The timestamp at which a module has changed its primary state\n * Use `data.general.time` for the current RPC Starting Timestamp\n\n### Function List\n\nThe following functions are available for use anywhere in CraftPresence:\n\n* `asIcon(input, whitespaceIndex ?: '')` - Converts a String into a Valid and Acceptable Icon Format\n* `asIdentifier(target, formatToId ?: false, avoid ?: false)` - Converts an Identifier into a properly formatted and\n interpretable Name\n* `asProperWord(input, avoid ?: false, skipSymbolReplacement ?: false, caseCheckTimes ?: -1)` - Converts input into a\n Properly Readable String\n* `capitalizeWords(input, timesToCheck ?: -1)` - Capitalizes the words within a specified string\n* `convertTime(input, originalPattern, newPattern)` - Convert the specified string into the specified date format, if\n able\n* `convertTimeFormat(dateString, fromFormat, toFormat)` - Convert a Date String from one format to another format\n* `convertTimeZone(dateString, fromFormat, fromTimeZone, toTimeZone)` - Convert a Date String from one timezone to\n another timezone\n* `dateToEpoch(dateString, format, timeZone ?: null)` - Convert Date String to Epoch Timestamp in seconds\n* `epochToDate(dateString, format, timeZone ?: null)` - Convert Epoch Timestamp to Date String in the given format and\n timezone\n* `executeMethod(classToAccess=Object|String|Class, instance=Object, methodName=String, ...)` -\n Invokes the specified Method in the Target Class via Reflection\n* `format(input=String, args=Object...)` - Returns a formatted string using the specified format string and arguments\n* `formatAddress(input, returnPort ?: false)` - Formats an IP Address based on Input\n* `getArrayElement(content=Array, index)` - Retrieves the array element from the specified content, or null if unable\n* `getAsset(input)` - Retrieves the Specified DiscordAsset data from an Icon Key, if present\n* `getAssetId(input)` - Retrieves the Parsed Icon ID from the specified key, if present\n* `getAssetKey(input)` - Retrieves the Parsed Icon Key from the specified key, if present\n* `getAssetType(input)` - Retrieves the Parsed Image Type from the specified key, if present\n* `getAssetUrl(input)` - Retrieves the Parsed Image Url from the specified key, if present\n* `getClass(reference=Object|String)` - Attempt to retrieve a class object, via the string path or object reference\n* `getCurrentTime()` - Retrieve the current time, as an Instant\n* `getField(classToAccess=Object|String|Class, instance=Object, fieldName=String...)` - Retrieves the\n Specified Field(s) via Reflection\n* `getFields(classObj=Object|String|Class)` - Retrieve the available field names for a class object\n* `getFirst(args)` - Retrieve the first non-null string from the specified arguments, or return null\n* `getJsonElement(url|jsonString, path=Object...)` - Retrieves the json element from the specified content, or null if\n unable\n* `getMethods(classObj=Object|String|Class)` - Retrieve the available method names for a class object\n* `getNamespace(input)` - Retrieve the namespace portion of an Identifier-Style Object\n* `getNbt(data=Entity|ItemStack, path=String...)` - Attempt to retrieve the NBT Tag with the specified path\n* `getOrDefault(target, alternative ?: '')` - Retrieve the primary value if non-empty; Otherwise, use the secondary\n value\n* `getPath(input)` - Retrieve the path portion of an Identifier-Style Object\n* `getResult(input)` - Perform recursive conversion on the specified input\n* `hasAlphaNumeric(input)` - Whether the specified string contains alphanumeric characters\n* `hasField(classObj=Object|String|Class, fieldName)` - Retrieves whether the specified class contains the specified\n field name\n* `hasWhitespace(input)` - Whether the specified string contains whitespace characters\n* `isColor(input)` - Determines whether an inputted String classifies as a valid Color Code\n* `isCustomAsset(input)` - Determines if the Specified Icon Key is present under the Custom Assets List\n* `isUuid(input)` - Checks via Regex whether the specified String classifies as a valid Uuid\n* `isValidAsset(input)` - Determines if the Specified Icon Key is present under the Current Client ID\n* `isValidId(input)` - Determines if the specified Client ID is valid\n* `isWithinValue(value, min, max, contains_min ?: false, contains_max ?: false, check_sanity ?: true)` - Determines\n whether the specified value is within the specified range\n* `length(input)` - Returns the length of the specified string\n* `mcTranslate(input=String, args=Object...)` - Translates an Unlocalized String, based on the game translations\n retrieved for\n the current language\n* `minify(input, length)` - Reduces the Length of a String to the Specified Length\n* `nullOrEmpty(input, allowWhitespace ?: false)` - Determines whether a String classifies as NULL or EMPTY\n* `randomAsset()` - Attempts to retrieve a Random Icon Key from the available assets\n* `randomString(args)` - Retrieves a random element from the specified arguments, as a string\n* `removeRepeatWords(input)` - Removes Duplicated Words within an inputted String\n* `replace(input, matchCase ?: false, matchWholeWord ?: false, useRegex ?: true, data=[from, to]...)` - Replaces Data in\n a String\n* `split(input, regex, limit ?: 0)` - Splits this string around matches of the given regular expression\n* `stripColors(input)` - Strips Color and Formatting Codes from the inputted String\n* `timeFromEpoch(epochTime)` - Retrieve a Time Instant from the specified epoch time\n* `timeFromString(dateString, fromFormat, fromTimeZone ?: null)` - Format a Date String from one timezone and format\n into a valid Instant instance\n* `timeToEpoch(data)` - Gets the number of seconds from the Java Epoch, derived from specified args\n* `timeToString(date, toFormat, toTimeZone ?: null)` - Format a Date String using the specified timezone and format.\n* `toCamelCase(input)` - Converts a String into a Valid and Acceptable Camel-Case Format\n* `translate(input=String, args=Object...)` - Translates an Unlocalized String, based on the mod translations retrieved\n for\n the current language\n\n## Disclaimers & Additional Info\n\n### Minecraft Issues + Additional Build Info\n\nDespite best efforts, issues can occur due to the state of Mojang's Codebase.\n\nThese issues can hinder certain portions of the backend in addition to cause certain parts of the mod to not work.\n\nWith this in mind, please note the following:\n\n* **Minecraft 1.16 and above**\n * As more parts of the game become data-driven, modded data is no longer able to be automatically retrieved without\n first being in the world.\n * So far, Biome and Dimension Modules are effected by this change and only display default data, with extra data\n needing to be discovered first.\n* **Minecraft 1.15 and below**\n * `MC-112292`: When interacting with the `RenderUtils#drawItemStack` method, used in the v2 Item Renderer, blocks\n using certain renderers may fail to display properly.\n * Additionally, on 1.15.x exclusively, z-level issues may occur on Screens using this method\n* **Minecraft a1.1.2_01 and below**\n * On these versions, the Biome and Dimension Modules are **stubbed** with default data, due to the logic for these\n methods being missing (Having been initially implemented in Alpha 1.2.6)\n* **Miscellaneous Issues**\n * Due to obfuscation issues in earlier versions of Minecraft, the Biome and Dimension Modules may fail to\n auto-detect some necessary information.\n * As a fallback, the mod is also designed to add selectable Module Data when said biome/dimension is first\n discovered.\n * The \"Add New\" option found in some of the module lists can also be used to work around this issue.\n\nAdditionally, in select Minecraft Versions, the following config settings are effected:\n\n* `guiBackgroundColor` (`RenderUtils#DEFAULT_GUI_BACKGROUND`)\n * MC 1.6 and above: `minecraft:textures/gui/options_background.png`\n * MC 1.5.2 until a1.1.2_01: `/gui/background.png`\n * MC a1.1.2_01 and below: `/dirt.png`\n* `stripTranslationColors` (`ModUtils#IS_TEXT_COLORS_BLOCKED`)\n * This option is forcefully disabled on MC 1.1.0 and below due to various issues regarding TextColor usage,\n including possible crashes\n * This change is also auto-applied to existing configs trying to bypass this, unlike the background colors, since\n resource packs can re-implement those textures\n\n### Icon Requesting\n\nNot seeing an Icon you like or have a suggestion for an Icon to add/modify on the default Client ID?\n\nIf so, you can make a request on my [Issue Tracker](https://gitlab.com/CDAGaming/CraftPresence/issues/), with the\nfollowing requirements:\n\n* If adding an Icon from a dimension, specify the Mod's link that the dimension derives from\n * This is because specific Icon IDs must be used, which can be found by the mod or from checking your Logs/Chat\n after entering the dimension as CraftPresence will tell you the ID expected\n* An Icon of size between `512x512` and `1024x1024` to be used (Either minimum or recommended size for best quality)\n * Icons between these sizes can be used, but may not give a great final quality\n* If requesting an icon to be modified or removed from the Default Client ID, please specify a reason why\n * Mostly just so it can be logged why it was changed for future reference\n\nAdditionally, you can also create your own Set of Icons by\nfollowing [this guide](https://gitlab.com/CDAGaming/CraftPresence/-/wikis/Making-your-Own-Client-ID-+-Using-your-own-Images)\n\n### Support\n\nNeed some assistance with one of my mods or wish to provide feedback?\n\nI can be contacted via the following methods:\n\n* [Email](mailto:cstack2011@yahoo.com)\n* [CurseForge](https://www.curseforge.com/minecraft/mc-mods/craftpresence)\n* [Discord :: ![Discord Chat](https://img.shields.io/discord/455206084907368457.svg)](https://discord.com/invite/BdKkbpP)\n\nAdditionally, codebase documentation for this mod is\navailable [here](https://cdagaming.gitlab.io/craftpresence-documentation/) with further guides available\non [the wiki](https://gitlab.com/CDAGaming/CraftPresence/-/wikis/Home)\n\n#### Licensing\n\nThis Mod is under the MIT License as well as the Apache 2.0 License\n\nThis project makes usage of the following dependencies internally:\n\n* [Starscript](https://github.com/MeteorDevelopment/starscript)\n by [MeteorDevelopment](https://github.com/MeteorDevelopment) on v2.0 and above\n* [DiscordIPC API](https://github.com/jagrosh/DiscordIPC) by [jagrosh](https://github.com/jagrosh)\n * [JUnixSocket](https://github.com/kohlschutter/junixsocket) by [kohlschutter](https://github.com/kohlschutter)\n* [Google's Guava Api](https://github.com/google/guava) by [Google](https://github.com/google/) on v1.9.x and below\n* [Java Native Access (JNA) API](https://github.com/java-native-access/jna) on v1.5.x and below\n\n#### Discord Terms of Service\n\nAs with other RPC Mods, this Mod uses your in-game data to send display information to a 3rd party service (In this\nCase, Discord).\n\nThe terms of service relating to Creating a Discord ID for icons can be\nfound [here](https://discord.com/developers/docs/legal)\n\nThe terms of service for using Discord as a service can additionally be located [here](https://discord.com/new/terms)","published":"2022-08-08T16:27:11.909915Z","updated":"2023-09-21T19:42:46.462861Z","client_side":"required","server_side":"unsupported","downloads":267533,"followers":263,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.0","1.1","1.10.2","1.11.2","1.12.2","1.13.2","1.14","1.14.1","1.14.2","1.14.3","1.14.4","1.15","1.15.1","1.15.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.19.4-pre1","1.19.4-pre3","1.19.4-pre4","1.19.4-rc1","1.20","1.20.1","1.20.1-rc1","1.20.2","1.20.2-pre1","1.20.2-pre3","1.20.2-pre4","1.20-pre1","1.20-pre2","1.20-pre4","1.20-pre5","1.20-pre6","1.20-pre7","1.20-rc1","1.2.5","1.3.2","1.4.7","1.5.2","1.6.4","1.7.10","1.8.9","1.9.4","22w42a","22w43a","22w45a","22w46a","23w05a","23w12a","23w13a","23w13a_or_b","23w14a","23w16a","23w17a","23w18a","23w31a","23w32a","23w33a","23w35a","a1.1.2_01","a1.2.6","b1.1_02","b1.2_02","b1.3_01","b1.4_01","b1.5_01","b1.6.6","b1.7.3","b1.8.1"],"loaders":["fabric","forge","modloader","neoforge","quilt"],"versions":["VpNflvBF","hLPrvpv8","wOZrZCum","jF8P4JPs","iEep6RT7","kYS4B8DC","gpQQSyPS","mZ6TTfYC","l1Kzu0mX","EJMyfb8s","VV5RNtE2","FH9m8n0E","FCnXTX0J","ZRtWcUNP","6BbOjXru","hfzXLXjv","OPsAJ2bX","nikkDknW","ExHVPbDt","SzwgVdNN","ZCr8Pm0C","oux2XzrN","Piguy4Oz","VMdurHEc","fDks63lJ","gFcBOHOn","XchlnAYo","2UxisGgn","zPmrmHSI","KstIbp36","fXf536JR","cx3bBot0","CWHrIfnk","VNjYPQbG","PtSayOa4","YpYACp6V","sfRL7wki","TrWsLHx3","hMHOq3Vs","HEHLK1GX","V1kUHMi8","K2hCU67Q","IwgYwp1n","g339czRG","WokykWDg","MM5retiu","tQn7nJpl","rkojWxJf","qbx5PFc1","4IsABRjK","yMXnQHDs","q9EZdKmS","kL7LuJqC","fGXKkDOO","TfkgNSR0","Xp1Pe7tR","OKEimWPz","wCbwDNts","CUu7OlcC","KVEqIjAp","8oCO7cGz","5gMNYc6N","OTJ2FLp2","IYiC7z8e","MZrEULhl","qEZiQ40t","azF6IVtq","LyCiimvb","ooTfNG9i","7AeGZ7hY","m0K3e9du","so3U47MW","q7oiBnyH","edcJhPla","Wlnob8UI","FmksQXCB","hCXlCxom","BWHoc3zo","UzJ1vNDc","oMjPh3k1","GAOXVEBk","DpN1Yi53","CxUiyi5j","MGx2YwVI","li07Mi3T","WUargkyt","SQMbjRHK","31z3nZ0s","Wjk9f5tM","W7NlxvLm","mqgaqTCI","yujrhZow","qDE4iQwA","XNyujRBW","i34yDlSL","eUsktamg","s08SZjtZ","fhxvRXGl","Ncdf10sr","JfNs3RYf","jgLvti83","Qlv4JLvK","NxeLETxf","W7Rj3982","EWpRvyKa","QlHZo7N3","nTdhlaQY","r2I1dqD5","AU6191Sb","lP63UVFz","uCpPYHeX","8NK7qS9M","we94DGHo","9OTk13QJ","vH2n1tAg","jjeOJOY1","esRmDIik","IpyVPeg8","nUUEZdca","ClrV0v75","Ud1mUhLn","Oa8k9hUr","RxnrTPfO","1HZWFTyh","IHP6OlP0","PcRM8m86","EyxwbCTP","WdRdmKQa","R7GZkaW7","oHq57dXv","PsmXarrj","eR7vkxxh","psWLLBCw","AdjSK1jS","1WEyn3iv","8fx4czNU","r5qtvVKp","D7l5WSIT","lE9ahWG0","Kehju0Gj","LSgLr4Ti","J1c50ITq","ShfRgmaU","Kwae6nVT","nnwnaIsI","aLMErx7b","JAehYfN6","7fEyvytf","9mK5GVmT","k3HH2ROe","P7taXvFj","wgsOiUPN","zHTgVDJq","UF5iHYGq","zObdQ4bM","TMW0QFhy","7n3XckQ4","TjxTjipn","ho4yVqHo","CoVIJIaV","ab5XFp9j","we8B6G1u","WurIKCxW","kX3di7OL","2EB9AGLP","2dWouSOY","nSw9q9gq","8gHX5ghx","P97oiY9k","edNY9yF9","2nyqVrxw","6nRYJGHO","Jf6KD5DO","idT9nlfg","QNeWNwSP","igIIim3p","I6U0pXJ4","Ui0QlG8j","ZLO1bhim","1cUfz2Hv","PTsfAliD","ydpu3xjg","rBBtcGME","N3WIn2ML","faXAjX6d","p9EiUrrB","NnoHGgpV","Ruq3MXkh","6n6rTIJA","cKxG44TW","NNOa3itz","IMXu9u3m","cnA6E402","rNt7LchC","7CuymqIJ","r9qJkEDQ","QvF1tfYv","5LmnxTvi","vkak81e1","iiYRRMHn","ylhDM3sZ","z4ZnWLwF","5UK5ceD4","EXb7kBoK","PJHfu4gh","8diov5Id","JBuORBAd","PwE5ycKE","WFDaEusN","88qO2tXT","b6YKvNJL","h1WtNwMj","iJDojG5F","4yO1RG55","yDpvcRRH","Y6duhd4g","xXPWrE0m","ihx0CsuT","s8nl7y8c","gyFC6VdI","a9RUrFM2","jSmdT2fm","x95nWNW2","rWuvh2g1","yZ59KfUu","jP3ga7ZD","joemENxG","IJdonWxo","ziI0Bb5e","CvuOLhsV","SrG8Z6Gj","nTf6721U","5a8z1Xvk","JjblQfKn","SSx1wahr","ekLCe3Fz","wkmeKvyj","osKDHRgB","5b1OsfQ9","lcooxkXf","Eo7FxgvF","6Ckbf4Br","Sddr5bMJ","7uYjJytk","t5io8pR6","YD5QZHYY","iJmvJGeO","8QIflwdS","RpzOscht","GiLiehA7","qa7QJVYz","N1ikw1z0","6VPhVV0q","4OWwoYo7","OgVEqbPP","BwH6hJDG","dsYt9QxS","zxQWvoru","SJZSCmcB","UKN8rrzj","P4PA1h6m","5wKuajfh","ci5X3zwU","Frr9VYIl","zaQajj5A","4HPYSuUt","jevgt3Cm","6wvfqFxn","iwfQLFTg","fgqgaRg5","CUWrCIUg","2ZTL3PWK","Tg6m9hnI","knsEBfxO","b89qy8ty","jOpje5ro","nzpoA4Qp","dD4piLE3","U9lCwJid","N1lUufkw","PwTPQGb5","UllSlvkm","QBnhSl2T","mt1QrBww","VuRGlEU1","hXirpxFh","SmwoWpA5","JtKSzYWz","AxSpr33x","WeycySAj","BQPiuna3","fvFUELo3","OTbjLPra","ct1YTyup","3JkwPCEF","o2s855b1","aH740Kpw","I3QuM6Ta","7IlrTDUB","61Ckekoz","GXEHNQLK","PZu0yx8x","89xgCYXX","psdNd0Y7","XaT0Rjkb","JdEDf22R","TeDHRTcO","Mb4XL1Gj","8NMkZyAy","IIzUQQ5k","tzgyhMhj","d6L8Ynqz","HbOZ402e","AiTQ18GP","2DqgmXTG","qXff1qDu","vuBRqlb3","mBbgValk","stzYfDVm","57yL1bEq","AvWA4PjC","fesfoLuz","KYdvBy2C","axJg3rK3","FLSedp8O","epUA4Ijw","PgGdWlk6","QOQ0y2Mj","McOiXBNx","Oswz5Ghv","cDZGJdEZ","F6yAWzhU","m9KxhplA","O0TBtki3","Y4UNruVm","CwlYjBxD","XK0y3RZl","NzdfwB7g","4lJGzfjW","GUgoKlTz","kpHyvDKe","LLnjyRda","mz4r33lw","lk0goncm","V4lrOEWA","lGTWQZod","4rKSgm1i","2eGe9L6m","uNzZ66kj","d4asom56","pMuFBhEK","zxpIFSqP","UesOskdu","lSwAT73Q","4WLmc5NC","PG1DOGAy","2xcr1otY","O2z25xXL","PmLjOkhF","O538l9xL","QnGhJ4OP","5ljUESmD","2p4Z39ra","2XPn7odE","Y9RTCEOX","GJ7TjRWZ","W5Maxa2G","rIYL7Pyw","buhkqXSp","amlnM37Z","CQdKM19Y","U2GDw6bD","NiwDxKam","7Qiu69dY","NY4aR0X0","rv0r1Cge","48FYFmMC","SJr46o7P","sJNsvXZx","TAJ7lALn","1dUKdsU3","FtP7EUts","dHQYUq6s","GBg6KfqR","DvN4bmfb","y3VNh7jQ","7C5CvvMr","UTHM37Sf","1jwQf4vl","XwjT7M8Y","9uv1mPLM","3VMre1nb","1aptBmSU","1Rtsz8dW","EvXQwAOs","Fcwyusaq","wgJ0y4G5","UZVrKbcW","ENP4Oyf5","vlwW2RY3","KsylmBxp","Hp2f0Tlv","eUx3YsuO","A1QBjMfU","U6BNKCXh","M7D4AVYo","azz7D4zR","I881x6Op","SZncF2gH","c0yDdOod","hxHReL2j","42aQ2eer","iiZyNkzh","PHrPV7Ve","JhKL19vr","mvj0CdzR","SPHoLfg2","f3e2TF7e","uhlE9Veb","R7QVo7Lg","ikuF5qBZ","ENV28mR6","N34amFDU","gdqv54pO","BWC0ED5C","vrqoNEHo","GULcU94T","edh98AIn","aI3ZRmEq","kpho3Z6K","uHC2xTVk","uefJpu4Q","y4WdmYqr","PtyGVsfL","ROf78TAH","JnuM16Rf","yoEapi4j","yB5PH2Wk","3YOtfXcN","kvLpKNLd","IMt3Mr0L","vsoKyPer","HTh5xty0","LvpzkAGR","kKLTudJu","VNa0smMi","50GFQj7j","SauUfpQR","UNMfd3tH","1i6YYUTR","bBo3wquh","6QMVynMU","PWZr3DRQ","KFAQXVJJ","gwtQA3bd","kJHgj2SB","NDXONaXr","XhbeVYx9","lNoxPHDZ","4lBDoO09","GZFSDreV","bZBslLMo","UL2n5oOs","zGvtwx0a","pJyKmEeG","5RToStkq","m4ziQjfU","dhblh8hQ","UajR8SMB","QMkkeQy9","GTL1Scwe","zqaqLAQZ","cQoQWecu","4BicbjLd","mcTmPGwN","3veyuo7p","mPaBUK9K","gMDb2fA0","jMsoy7eq","kO0ElTIT","wkIVFxeI","CphgK5r3","r9PZ9UgL","wXp7lMk7","3NpRyrvy","Tu949WQA","6Pi8nkiA","HtS5TcBp","y21HS40X","sZ6HFwWg","MHf8kpI8","z8LrRHw8","3wg9Pkpg","VNeHA6l1","d1SOqu1a","WuMD1Qer","1HeXTLjN","LZk1Dmxr","rT37BzGV","MGchqFcs","HkJ2lDRu","IRVWpeCB","2P97qyIc","TPbL4VPX","SLPElgTs","d2uPcqvV","CWB30T7c","yE4cKkMf","QkTEo31P","5RnQeks1","CVdMaAUw","yYRxsYwS","P2odQSvS","JZtYbaRB","z0oIGweO","wFskxF3s","xDeYXzDE","kncEwUG5","TJszOCH4","6zQ9iPB1","ueII2Tzf","xpOSp38Z","yChcOeUw","yr8bLvTI","tU7f9WUt","CuHzf3Oc","zyB6H5Lt","sCwVyjd4","susdGK8y","TRZFOOrL","3jXOyJeW","DPngGylW","70tBIPgb","Xs87NiFh","qegPBnq6","rxyBQkM8","yVUIdANo","r1eafo7t","WKzPdXt7","Yp9c1PIW","jKjc5Dif","QbGRa2Ew","P6X0aOeM","uodntwZl","FO12eR1X","8JCsXiFM","in9MiuFS","a7JOUaqY","iv78wRcA","kdf4ZHcY","fdOpAGEX","sr3oIkcy","NvSIQme1","ZhNYnLNl","lhmJf2jK","p3zVlXrN","hD9jhijz","p3oQ7ajc","furFzB5R","JhFrJAC0","KlCJdWD1","g0ahGeUM","KIPSvZpk","JdSuGZ27","eFxvlrav","406VpSHy","AqEF8418","zt2C5BEw","qvu1Q2L0","C302LJtN","OCCaqih9","HHi4G1t4","TpJ8WCJK","PsrpdttZ","aUfK4MkH","FhNGlHCN","QSNclD5x","5RINMOiR","bJIf3mtG","Wiv7F6iH","eOZ75GHC","1HE3Wucx","xS4V5HFt","7KvLzQMn","ObnZtC4F","VbgEkw9o","Ri9hEciQ","3lDeuptN","aIVTC4TW","1GWzKRNI","PV8kU0HH","r8k3xBCe","vgxmJEKq","OF2mwzer","BAk3ivUT","14oWpynE","NHwQ8P62","RCXnZz6v","tWnoth9A","hNnn3O1h","hFL1Pzlc","DclkvLgM","Qy7zk2D4","90GKMpkM","j1ZLjlHZ","demjL6ZQ","D0eQOdt8","YAXPszvx","T32RctfR","yvzufXaH","myUAP2l0","QGPfBr2M","pz0SSV85","ksNBNPq9","9NL0ffgJ","y8HvamHU","PwApewN4","nwYVApBT","ltgziVQb","7wD3y9wI","nHo7LgKe","MErqEA9o","feQSZAcv","D5owu5eh","VvsLIT07","FZe0I0kW","6y22hyxU","ke8FKYlC","CcBs9bDq","TJWKp4Or","df8sJFW0","w0k2e6v5","iQZbqt1c","vC3ysOkF","gXvZE8mN","OLa3fXoa","oL4uS3CZ","Lsq4boAi","6ofYOmIV","6EkkXF5H","U2mSiU9U","2swbFP8A","OkriPQWc","tNUrYiN4","3DpnjuYn","Y5UDkw5l","96V0t9w6","Dith83EA","j3MnglJj","xjPzExIq","qjN2AGyi","G4DISaMG","pPsKBMMf","27U65nti","NcqSI88m","hG46eCQh","YYUspiNS","yoaLjnim","Dz6XpXC9","s9qBIIoy","kqjWrLid","tDkeY0Pm","WYfimXyg","P7K3rXVf","np2xZjmZ","91AD94gP","O4N8yFXm","LCpwypGP","MpuKDyWQ","PFnVYUa1","tjOr1363","bxNLWlBM","WUEVtNit","3gCODs5p","YX9Wwt72","qwuYnXeK","u8ZpXUcx","IDnIinMs","KKOi1ib3","yRiPPltl","Ar7xBUt9","2KIBsLWF","dR3DOBWt","hiU85cWJ","Cl3sTe4Z","20w6XYTQ","wKvydm3x","w5owPBBY","2p0LYzbL","1cU2obWw","rxgiH8AK","t2XCdHgV","BcJvhS5o","t8OuDijB","LXViiHTC","cjVj9DPY","jUN8NeEE","bG8FCe8i","F5Y5vEgf","IjFlxHpo","jSxztrF2","zbVpzQkH","WXKZoBy0","dOQL7KA6","atk7dhA4","Kb1HGG7O","QyQr3rIo","IjvVlYM1","8PFbZoqM","dBpg7sis","JvSmeW9j","pS9GYqsH","OjhtYn6f","qXzpy4Z8","OI2mav4L","g0WVjkoo","WM7dPW2V","ie4IuofF","mFk5zIjP","FLj2vqkr","8lTrEZkX","XQpLnrfN","L5cOdTSA","TlPFXqON","Qdx5UvmS","JCcblZCz","tn7aJrBP","GNAeC9qJ","xOwJnK5l","85Pfd4Tf","RkYMcIQz","Qa0Vh61J","iIjcAIXk","j3kc54rN","gXWbghF9","aDCUbEw8","PhagwXdK","Xz1qZ9ce","8tXxEJND","vWTIXhiC","j5ukap1L","GANSt04b","DhBJo8d2","KaBCZtuE","tX9Jut9i","Ps0QVU65","iXBVMFai","gIbbHc9j","CXjunG4u","cGFBAJmx","nb2jHeQS","jBWwuQni","u2NX3yR6","avNVsFXL","2EwpHMED","yAMp60pK","WvunRqyh","fjt1Dzkm","SOBejgz5","whRR06ZU","DOfyNyMy","xwABHBAi","N3o8W2C8","d9GiBmx0","H8IwPibR","KsrQjWtz","vlI758Ve","9ywiFRz1","sNz9jIOz","vHXjnH9j","uZyXbq78","JgNdLoTb","ppIwefOQ","xFb69mRm","BkSUunUf","KQD9I3HH","tqhfyA3i","eQ36hLIj","z4BVM0sH","QRIAP15P","ZuLLCs0v","ZWaNOuTK","DB4TnmK9","5ddkdbzU","Q8RXuDjN","V9NY7xjX","WaQPwhGB","reTOOkhz","W4KMC4Gq","bsO7krPV","Amnw2hwb","DuI59Wz9","kd1MoalM","myWh2tFT","Q8uyZKRN","4omTHFfX","WYckIuGk","fUlAkP2n","iEPAA3u0","oPQnGEMM","aJsiHIUl","qCJQkLbb","HXAXDGGx","gKYHc2Xe","ZOymkCB6","xlPSVjNv","pp3TCnJx","F2fCX6e5","7EZIK9vp","qjQKS8gy","u63g15yp","oFZSOFhp","ODvQGpwB","KcEPXTuf","qx0Lpkqi","14WsPrxK","600kEY87","7WnvnLMH","tiZIBR7P","VSWWJnWN","KdWLW1uS","YkytTOHZ","YW2q6BFm","Nvej6Dzf","5xcyzuzn","NWgCh7vI","6849liKo","wxQ1zB18","hwxytoki","S1SlMz0e","i3OrYWiZ","qiNGzEE4","npWUeoNz","UKJOunyw","FRHvycx8","bfTxrGLE","7ukqufno","pSRwFMfc","GFLhE6xy","9ZQA5dkw","NZc9qHsC","fqxmiXci","wInnY4Kk","PAyJKD1r","WH5EsWqo","Zady0QGX","otyGtU7z","n0Y8RoAU","Pi1uE6Id","QTJ92j13","CbdGVYnr","BKza9pBa","5E7wq7uc","dgPIppXD","dQMpdUcX","sxFknU8O","Ee2N1ElJ","ohySVGTy","nLQ4pTKx","A0i4WIGt","dMruKlDS","QLZPBWTc","4TkOf0ps","CUlFpwX4","Epdg3JSE","yEMcZUPT","7LxPV1JS","IZjR8Z5u","Nar1nKpg","VB1M0vxr","X2Iulku3","6hCVnGHi","XVrKLzio","uzyTWqVm","yFN7woW4","xZfDvtY1","hXRtAsJ9","jFEdZXdX","IzCY2dnQ","GxQe09Bt","gnvHA2QU","4N0ZCQjm","z7NI8VAS","hUqCGgGs","9FCbm5hp","JqU4N3WQ","meU3ece2","zThnzqIt","Gq24liLg","sfCKA33s","LvR3iHns","wtvajmxR","Geci5ONE","68dkvIq9","UPt2GNfG","7YZMc1VE","7xOmVCqn","YmoyhKbk","KZYJ336e","l4uR8qbO","zLhAv3yc","wCrGviWf","7NdWl30Z","HRZA9lC8","1EqgKmxL","IArx6MiG","jUsfTtZ3","wjMDcNkY","PBKpA99j","73s0OHZR","AosKEpa2","rBC02bW5","hQz9P0hv","lfUW4eTg","Q7ma6skl","qfkrrumO","qU8a07bQ","XCaCrqqY","zdtBrlqO","53vsmRpZ","1gZrHPeU","CuXYUc2Q","hijT9Dr8","8YpuDAmA","B2SbMf7j","JPScgJR9","cdSlOdqB","vt4wu7Sy","AAfZF2or","jt8CLd4l","xRbCKUlS","1SsACHLb","Cn7T6RAq","8S9fZRSX","nXHgUjGu","n0B25y9D","Mm1apiSZ","hJmEFXW3","6ccX7rtb","xdV81iis","WSA6SRJH","suBcy23S","rZbQ93OT","KEAaxCHg","dKLstAE6","1j4G0KnA","NETyDt2m","P0Pmzj7L","Xok0m7tR","PZTvAGbE","4WWTirjE","5X9nl91U","BjaUtLM0","g3tSkrVZ","BQl0NjaA","WVDbqeU5","jIi47I0V","VOd1gSN9","E8YFOJxi","P5xiCeCE","Y4ZMmtb8","nT731IIV"],"icon_url":"https://cdn.modrinth.com/data/DFqQfIBR/icon.png"},"version":{"id":"nXHgUjGu","project_id":"DFqQfIBR","author_id":"99RdWNq1","featured":false,"name":"CraftPresence v2.2.3 (1.20.1)","version_number":"2.2.3+1.20.1","changelog":"# CraftPresence Changes\n\n## v2.2.3 (09/14/2023)\n\n_A Detailed Changelog from the last release is\navailable [here](https://gitlab.com/CDAGaming/CraftPresence/-/compare/release%2Fv2.2.2...release%2Fv2.2.3)_\n\nSee the Mod Description or [README](https://gitlab.com/CDAGaming/CraftPresence) for more info regarding the mod.\n\n### Fixes\n\n* Backend: Fixed exceptions in `FileUtils#filesInDir` that were not being ignored correctly\n * This was previously resolved in v2.2.2 for BTA 1.7.7.0_02\n * BTAs 1.7.7.0_01 build does not contain this fix\n\n___\n\n### More Information\n\n#### Known Issues\n\nDespite configuration compatibility being ensured between v1.8.x/v1.9.x and v2.0,\ncaution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or\nadded/iterated upon between releases.\n\nThe following known issues are present in this build:\n\n* On certain MC versions, Scrolling while in a Scroll List drawing `ItemStack`'s may cause GUI distortions\n* Text with colors do not retain those colors if that text moves to a newline in the CraftPresence UIs\n* The HypherionMC Config Layer (To Convert a Simple RPC config to CraftPresence) contains the following known issues:\n * Placeholders related to the realm event are currently unimplemented and parse as `{''}`.\n\n#### Snapshot Build Info\n\nSome Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.\n\nAny Snapshot Build released will be marked as **ALPHA** to match its Snapshot Status depending on tests done before\nrelease\nand issues found.\n\nSnapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted\nas so if this is the case with the `-Staging` label.\n","changelog_url":null,"date_published":"2023-09-14T16:00:22.152540Z","downloads":2252,"version_type":"release","files":[{"hashes":{"sha512":"9bdf9cb580ed52b493ce4a72b08251ed7e2452457335c2a1191dda025938d7a66448d518c8c28f6c9518e46cb2ccb6856d5cff6ed232a57eabcd28d9fcf83305","sha1":"b70fbb395b708a24e4036acf3cfa4858c3389358"},"url":"https://cdn.modrinth.com/data/DFqQfIBR/versions/nXHgUjGu/CraftPresence-2.2.3%2B1.20.1.jar","filename":"CraftPresence-2.2.3+1.20.1.jar","primary":true,"size":2372076,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["fabric","forge","neoforge","quilt"]},"members":[{"team_id":"G0fROR7V","user":{"id":"99RdWNq1","username":"CDAGaming","name":null,"avatar_url":"https://avatars3.githubusercontent.com/u/16328918?v=4","bio":null,"created":"2020-12-18T23:20:16.531539Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"CraftPresence-2.2.3+1.20.1.jar"},"mods\\starlight-1.1.2+forge.1cda73c.jard":{"sha512":"cc89c6b2dd0db709586028c7732a57a3e6184f19cc2b98b25964c720c3ab434031e62de23e0dab022575d637b5e4a34b5813164d32ec356d56588da400e7d026","disabled":false,"metadata":{"type":"modrinth","project":{"id":"iRfIGC1s","slug":"starlight-forge","project_type":"mod","team":"st6zzqkJ","title":"Starlight (Forge)","description":"Rewrites the light engine to fix lighting performance and lighting errors","body":"Starlight\n==================\nForge mod for rewriting the light engine to fix lighting performance and lighting errors.\n\nMinecraft 1.20 Light engine changes\n------------------\nPlease see: https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c\nTL;DR\nMojang improved upon their own light engine using the same performance critical designs from Starlight. As a result, they have closed the performance gap, obsoleting Starlight on the client side.\n\nCompatibility\n------------------\nStarlight can be installed either on the dedicated server or client. It is _not_ required to be installed on both sides.\nIf you have Starlight on the server, clients can use Vanilla/Phosphor/Starlight to connect. Likewise, if you have Starlight on \nthe client, you can connect to Vanilla/Phosphor/Starlight servers.\n\nStarlight cannot be installed _with_ Phosphor, they are completely incompatible. \nBrowsing through [Starlight's Issue Tracker](https://github.com/PaperMC/Starlight/issues \"Starlight's Issue Tracker\") will show\nfurther mod incompatibilities. Starlight is a rather destructive light engine rewrite, so it should be \nexpected to break mods more often.\n\nPurpose\n------------------\nStarlight was developed for higher scale dedicated servers, as they suffered performance problems due to how ungodly slow the\nlight engine was. The only solution was to create an extremely invasive mod which rewrote the entire light engine.\nI ported the mod to fabric so that I can update it during snapshots, and decided that publishing it for \nall users, especially client users, would be beneficial. However, it does have the downside of being an invasive mod:\nBeing invasive didn't affect higher scale servers because they run on Bukkit.\n\nFurther reading on the technical details of how Starlight achieves its performance \ncan be read here: [TECHNICAL_DETAILS.md](https://github.com/PaperMC/Starlight/blob/fabric/TECHNICAL_DETAILS.md \"TECHNICAL_DETAILS.md\")\n\nPerformance for 1.20:\n------------------\nHere are a few graphs showing performance in 2 areas on: Block editing at high y-levels, and normal block light updates:\n\n~~Light engine time chunk generation Graph~~ has been removed as a benchmark as it is invalid for 1.20. Starlight and Vanilla are close enough on 1.20 that\nthis test is also useless.\n![Block update at height graph](https://i.imgur.com/ZQx7Ek0.png \"Block update at height graph\")\n![Simple glowstone block update](https://i.imgur.com/MrA2PQk.png \"Simple glowstone block update\")\n\nPerformance for 1.19.4 and below:\n------------------\nHere are a few graphs showing performance in 3 critical areas: Chunk generation, Block editing at high y-levels, and normal block light updates:\n\n![Light engine time chunk generation Graph](https://i.imgur.com/5aI8Eaf.png \"Light engine time chunk generation Graph\")\n![Block update at height graph](https://i.imgur.com/kKtbe9y.png \"Block update at height graph\")\n![Simple glowstone block update](https://i.imgur.com/yCNK602.png \"Simple glowstone block update\")","published":"2021-09-12T18:30:52.613317Z","updated":"2023-07-08T06:10:53.576572Z","client_side":"optional","server_side":"optional","downloads":56113,"followers":135,"categories":["optimization"],"additional_categories":[],"game_versions":["1.17.1","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.20","1.20.1"],"loaders":["forge"],"versions":["RcAkwRce","QDfK5kGC","6n1Cz7ld","5aMZMK7v","eUgPCLKt","cNa0vkNj"],"icon_url":"https://cdn.modrinth.com//data/iRfIGC1s/icon.png"},"version":{"id":"cNa0vkNj","project_id":"iRfIGC1s","author_id":"fYyU5YhM","featured":true,"name":"Starlight 1.1.2 1.20 - 1.20.1 (Forge)","version_number":"1.1.2+1.20","changelog":"Update to 1.20","changelog_url":null,"date_published":"2023-07-08T06:10:54.244596Z","downloads":7057,"version_type":"release","files":[{"hashes":{"sha512":"cc89c6b2dd0db709586028c7732a57a3e6184f19cc2b98b25964c720c3ab434031e62de23e0dab022575d637b5e4a34b5813164d32ec356d56588da400e7d026","sha1":"a915880c7834a0b0f9f300f0e3053deaa9a3205a"},"url":"https://cdn.modrinth.com/data/iRfIGC1s/versions/cNa0vkNj/starlight-1.1.2%2Bforge.1cda73c.jar","filename":"starlight-1.1.2+forge.1cda73c.jar","primary":true,"size":110583,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"st6zzqkJ","user":{"id":"fYyU5YhM","username":"spottedleaf","name":"Spottedleaf","avatar_url":"https://avatars.githubusercontent.com/u/6100722?v=4","bio":null,"created":"2021-08-29T13:50:25.716250Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"starlight-1.1.2+forge.1cda73c.jard"},"mods\\appliedenergistics2-forge-15.0.11.jar":{"sha512":"2b47f03016abcbcc099293e51208cff8348334e04e4c91052152320108923713015ef20eab88f0d0c9b25874f851863f5b8463ca512810d7034cb87f17bfebb5","disabled":false,"metadata":{"type":"modrinth","project":{"id":"XxWD5pD3","slug":"ae2","project_type":"mod","team":"CqWdb4w5","title":"Applied Energistics 2","description":"AE2: A popular automation and storage mod","body":"Applied Energistics 2 (AE2) is a comprehensive mod for Minecraft that introduces a unique approach to in-game inventory management. It presents a tech-based, futuristic theme, centered around the concept of using energy and technology to convert matter into energy and vice versa. Please come visit our [homepage](https://appliedenergistics.github.io/) or chat with us on [Discord](https://discord.gg/Zd6t9ka7ne).\n\n![image of subnetworks from the guidebook](https://guide-assets.appliedenergistics.org/minecraft-1.20.1/ae2/ae2-mechanics/subnetworks_scene1.njRxulYCJ84v.png)\n\nKey features of the mod include:\n\n**Storage Systems**: AE2 revolutionizes storage in Minecraft. The mod adds a network-based digital storage system, where items and blocks are stored as energy in a digital form within a network of connected devices. This allows for compact storage solutions and easy access to your items.\n\n**Auto-Crafting**: Another significant feature of AE2 is its automatic crafting capabilities. Players can set up patterns and recipes which the system can automatically craft on demand. This greatly streamlines bulk and complex crafting processes, saving time and effort.\n\n**Networking and Channels**: AE2 adds a whole new level of strategy to your Minecraft builds with its networking and channel system. Devices connected to the same network can communicate and interact with each other, and the channel system limits the number of devices that can be connected to a single cable, adding a layer of planning and organization to your builds.\n\n**Spatial Storage**: This feature allows players to store entire regions of space within a spatial storage cell. Essentially, you can take a chunk of the world, including all blocks, items, and entities within, and store it digitally to be released later.\n\n**Unique Resources**: AE2 introduces several new resources and materials for crafting its technological components, such as Certus Quartz, Fluix Crystals, and Inscribers. Many of these new materials come with their own decorative blocks to spice up your builds.\n\nAE2 is known for the complexity and depth it adds to Minecraft's tech gameplay, encouraging players to create, optimize, and manage large-scale, efficient systems. It is a fantastic mod for those who love to automate processes and manage resources efficiently.","published":"2021-12-14T11:50:43.324146Z","updated":"2023-10-01T17:24:34.574101Z","client_side":"required","server_side":"required","downloads":167357,"followers":335,"categories":["storage","technology","utility"],"additional_categories":[],"game_versions":["1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.20.1"],"loaders":["fabric","forge","neoforge"],"versions":["OqkivEmV","DZZbZnbH","cLm6eoS7","Bf4qfsQf","6AN4WLgf","n6ctl28A","ePPHPjw7","EkIUZgzp","uWZo3axN","kOb7LSAK","pRtKJO4l","2TIYWbvo","aUAC5DXB","mlkfFOT9","Q6LSGEqw","f0cVzJbq","xKkeaqkM","2OY506tW","LmtoNQhm","Ieppgyii","XSv7aCzj","7rSpITeE","Z32dIodF","fMM2pwnM","Woty8glY","NFcpTG3k","W5IItIBw","xDGpy4Qn","ByV6cOMZ","nZG3f7mn","697yLiPU","fjroW9SS","BF8g0TZ3","sWmGENVC","qosXJAjq","OiY2lfg0","3FuIT2JI","5KhL4WhW","RWto5Lhw","wHN8x90L","sm5CvPw0","oMLKu1Ze","nuYdiTZB","oLeqpmhw","mV6fTxoi","kOcIph1U","HJrR1zgA","JSwFZQ02","aR5tGCcS","s3g4KtWI","enxs5scj","9WXP1AHX","mv6YbdV3","7Gq3qbtw","bD9ZXRfC","7UmbOb4g","WVYkyvRH","bpkm2yMw","C5nwXELu","ZaNpnMCh","OFBWYrp4","PvPdRUHX","PDkmB4UV","zkC0WSUn","Z6jnGDF9","5xa1OSzf","5EyIPVWA","XVFb5sJ7","WzDBx3u7","YNFx3Hjn","nrq8eC4Q","6VmOchNB","9XtLETKp","hCIvVRgg","RFmdcgz3","vrdekdmw","Z8OKgUoh","P4SHVMac","25KjhlGv","S3K8G49B","6qQEQmM8","36EMfB3q","DZd4yQe4","c3zEVaQ8","wYymrhE4","8HeKobcP","yz68xU3j","pcHc3tZs","MrXpPIvo","aszqg0Wn","WAh5HPC8","RgkwNSjT","62yssi1E","A5FUIGjh","q5TQ3zgd","9P35YnKN","ix3GcoBP","RJnK9Ovj","MoGLgJK1","t3aUE6HS","7NWAte1m","PWdOzVug","HQd68kb6","lp2vAcHP","c0KKkf1Z","zhr2jXaL","9evKVcVd","MPdVG6oo","COSdQAoF","TBVf9h2p","CKA0xF7f","GL3uhBGD","brl6VeNy","TMEAMYIx","g7uJnOOS","sALiGsl3","yIupDKor","oAGWsu3M","JRLfd73N","UAuf0uiD","3Mvq6QHo","L6VGYHd3","y5W8KGqT","xGjt6qMm","sOqmy2ww","COba8tGt","8C4WbuoI","NX3fAZif","DsTIvcA1","Tw8kyhfI","NHcKcc8c","Xc1WEGPd","1HKx8M9v","qf2Yz73T","8HEK7sk8","ijZQY1Rd","xzP4cydc","a5pC6xdL","QalOLGBM","RpMpf7zi","Zrp3c9yN","7vB6vk2v","7ACUdipn","Sz6f1zJd","qfpQmwll","lePuKDdy","TKhjxSIB","oS3Ga2mY","7j0MvcB1","IcREcVDb","Mdn0ka1O","AxEi5RIz","b13bPfeM","rLjoLUTF","wGIGpPsQ","tifFqBKk","W4efZESl","lThI0ayT","qBbqV301","l3tOwBzj","LxjXwNSj","Bj8oQseU","IWm9cQdw","CkK2zzkf","xUoHYNEg","5cb16tgY","HAKkYcmv","1kT0YXJf"],"icon_url":"https://cdn.modrinth.com/data/XxWD5pD3/icon.png"},"version":{"id":"5cb16tgY","project_id":"XxWD5pD3","author_id":"3HAu37Rl","featured":false,"name":"AE2 15.0.11 [NEOFORGE]","version_number":"15.0.11","changelog":"## What's Changed\r\n* Implement unfocusing by clicking outside of text-fields in AE screens by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7373\r\n* Fix open wireless/portable cell hotkeys by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7375\r\n\r\n**Full Changelog**: https://github.com/AppliedEnergistics/Applied-Energistics-2/compare/forge/v15.0.10...forge/v15.0.11","changelog_url":null,"date_published":"2023-09-03T16:03:43.031231Z","downloads":4290,"version_type":"release","files":[{"hashes":{"sha1":"5eee709ab9a3eff81aa138fec08bd9b03408036b","sha512":"2b47f03016abcbcc099293e51208cff8348334e04e4c91052152320108923713015ef20eab88f0d0c9b25874f851863f5b8463ca512810d7034cb87f17bfebb5"},"url":"https://cdn.modrinth.com/data/XxWD5pD3/versions/5cb16tgY/appliedenergistics2-forge-15.0.11.jar","filename":"appliedenergistics2-forge-15.0.11.jar","primary":true,"size":9752211,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"2O5VFWs7","file_name":null,"dependency_type":"incompatible"},{"version_id":null,"project_id":"6AQIaxuO","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"Eyw0UxEx","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"nfn13YXA","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"nvQzSEkH","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"CqWdb4w5","user":{"id":"twx512Yz","username":"Technici4n","name":"Technici4n","avatar_url":"https://avatars.githubusercontent.com/u/13494793?v=4","bio":"Bruno Ploumhans","created":"2021-01-27T10:04:26.396343Z","role":"developer"},"role":"Member","ordering":0},{"team_id":"CqWdb4w5","user":{"id":"3HAu37Rl","username":"shartte","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/1261399?v=4","bio":null,"created":"2021-12-14T11:46:56.103698Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"1kT0YXJf","project_id":"XxWD5pD3","author_id":"3HAu37Rl","featured":true,"name":"AE2 15.0.12 [NEOFORGE]","version_number":"15.0.12","changelog":"## What's Changed\r\n* Added nether quartz and certus quartz tool tiers to the Forge tier registry (sorted between iron&diamond)\r\n* Fixed potential dupe with formation planes if another mod cancels the created item entity event, but wants to consume the item otherwise\r\n* Fix itemstacks only ever dropping once as result of an entropy manipuator recipe. by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7389\r\n* Fix certus quartz cluster waterlogging by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7388\r\n* Add in-game guide recipe (beyond initial method to obtain) by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7384\r\n* Fix saving of internal network energy buffer and make it scale with network size by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7406\r\n* Add Manifest attribute to enable remapping of the API artifact on Fabric/Loom by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7407\r\n* Fix typo in README.md by @Mithi83 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7408\r\n* Fix transporting entities back from spatial cells if those cells are not chunk loaded by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7410\r\n* Switch P2P to only signal neighbor updates for the side they're facing by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7411\r\n* Allow colour applicator to remove colour from glass/terracotta by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7392\r\n* Bump color applicator storage to 4k bytes, harmonizing it with portable cells by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7412\r\n* Update Minecraft Wiki links to new domain by @Spongecade in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7422\r\n* Remove AE2 crafting recipes for daylight detector and comparator by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7383\r\n* Add StorageCell method to prevent recursive storage of non-empty cells other than IBasicCellItem by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7377\r\n* Gave Matter Cannon unique view/held model positions by @coyo-t in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7352\r\n* Hide AE2 developer tools from creative tab unless enabled in config by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7385\r\n* Add = operator to crafting amount screen to only craft whats needed to reach a certain stored amount by @62832 in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7382\r\n* Updated Crowdin Translations by @github-actions in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7374\r\n\r\n## New Contributors\r\n* @Mithi83 made their first contribution in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7408\r\n* @Spongecade made their first contribution in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7422\r\n* @coyo-t made their first contribution in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/7352\r\n\r\n**Full Changelog**: https://github.com/AppliedEnergistics/Applied-Energistics-2/compare/fabric/v15.0.11...fabric/v15.0.12","changelog_url":null,"date_published":"2023-10-01T17:24:41.047373Z","downloads":441,"version_type":"release","files":[{"hashes":{"sha1":"c7bcd2b580b26bb7f554eec4f620f1541ee40e72","sha512":"ba2ec50de7edb15311b577a653d96c553e48ec6365828c10ae6a5c409df46b9c43c633743bf1db1c243101da8bf29a0505eb483909bc8007714020a024ae8af8"},"url":"https://cdn.modrinth.com/data/XxWD5pD3/versions/1kT0YXJf/appliedenergistics2-forge-15.0.12.jar","filename":"appliedenergistics2-forge-15.0.12.jar","primary":true,"size":9763242,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"2O5VFWs7","file_name":null,"dependency_type":"incompatible"},{"version_id":null,"project_id":"6AQIaxuO","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"Eyw0UxEx","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"nfn13YXA","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"nvQzSEkH","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"incompatible":true},"file_name":"appliedenergistics2-forge-15.0.11.jar"},"mods\\ad_astra-forge-1.20.1-1.15.3.jar":{"sha512":"9bd4f337af927332ee85e3efaf1722547377565c6dcb973f0f38b7fbcacce0ebf1307dab3e766621dd85d9ccef1149a8e18ff7d4dbb57e979abd25966f01b77b","disabled":false,"metadata":{"type":"modrinth","project":{"id":"3ufwT9JF","slug":"ad-astra","project_type":"mod","team":"9rFssj5U","title":"Ad Astra","description":"Live long and prosper, Ad Astra!","body":"
\n\n## Ad Astra\n\n[![Requires Resourceful Lib](https://cdn.discordapp.com/attachments/1073717602880327761/1073717942014972034/RLib_vector.svg)](http://modrinth.com/mod/resourceful-lib)\n[![Requires Resourceful Config](https://cdn.discordapp.com/attachments/1073717602880327761/1073717981118480535/RConfig_vector.svg)](http://modrinth.com/mod/resourceful-config)\n[![Requires Botarium](https://cdn.discordapp.com/attachments/1073717602880327761/1090775450437046392/Requires_Botarium_vector.svg)](http://modrinth.com/mod/botarium)\n\n[![Made by Terrarium](https://cdn.discordapp.com/attachments/1073717602880327761/1073718144910233691/Terrarium_vector.svg)](https://discord.terrarium.earth)\n[![CurseForge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/ad-astra)\n[![Incompatible with Optifine](https://cdn.discordapp.com/attachments/1073717602880327761/1090845180745240576/optifine_vector.svg)](https://lambdaurora.dev/optifine_alternatives)\n
\n\n### 📖About 📖\n\n
\n
\n\nAd Astra! (translation: \"To the Stars!\") is a space mod for Fabric and Forge with a focus on technology, travel and\nexploration. We've got everything you need to become an astronaut: rockets, space suits, space stations and machines.\nWhy not take a stroll on the Moon? Build a self-sustaining bunker on Mars? Go mining on Venus? The entire Solar System,\nbetter yet, Milky Way, is at your disposal!\n\n- Five celestial bodies: The Moon, Mars, Venus, Mercury and Glacio, in two different solar systems. Each planet\n expresses a distinctive flair, with specific mobs and unique materials.\n- Vehicles: Four rocket tiers for interplanetary travel and a rover for traversing the rough, alien terrain ahead.\n- Technology: Standard processing machines and generators, along with oxygen generation and distribution, fuel refining,\n water pumping, cable, fluid pipes and a rocket workbench.\n- Building: Spruce up your builds with over 250 building blocks, ranging from planet-specific bricks and stones to space\n station deco and metal plating.\n- An in-game guidebook, explaining everything you need to progress and prosper in Ad Astra!\n\n
\n
\n\n[![Use code \"Terrarium\" for 25% off at BisectHosting](https://cdn.discordapp.com/attachments/1073717602880327761/1094750562794348585/BisectHosting_Banner_vector.svg)](http://bisecthosting.com/terrarium)\n\n
\n\n\n### Socials\n\n[![youtube-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/youtube-plural_vector.svg)](https://youtube.terrarium.earth)\n[![twitch-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/twitch-plural_vector.svg)](https://www.twitch.tv/terrariumearth)\n[![twitter-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/twitter-plural_vector.svg)](https://twitter.terrarium.earth)\n[![kofi-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/donate/kofi-plural_vector.svg)](https://kofi.terrarium.earth)\n[![discord-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/discord-plural_vector.svg)](https://discord.terrarium.earth)\n[![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/modrinth_vector.svg)](https://modrinth.com/user/Terrarium)\n[![curseforge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/curseforge_vector.svg)](https://www.curseforge.com/members/terrariumearth/projects)\n---\n\n### Check Out our Other Projects\n\"Handcrafted\"\n\"Chipped\"\n\"Ad\n\"Tempad\"\n\"Colorful\n\n\"Lil\n\"Vitalize\"\n\"Spirit\"\n\"Reaper\"\n\"Experience\n
","published":"2022-06-19T11:54:58.354097Z","updated":"2023-09-29T17:01:16.400461Z","client_side":"required","server_side":"required","downloads":118833,"followers":507,"categories":["adventure","technology","worldgen"],"additional_categories":["equipment","food","mobs","transportation"],"game_versions":["1.18.2","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["fabric","forge","neoforge"],"versions":["tSm8mJ5H","1jF2Fajp","gSh656wW","fG52dOcS","fzC9pnwK","OoVaj9um","gAbBtEnb","J3U3uIby","xiV8O2n8","jqvmkZYG","m4m4CDqy","7hefnmc3","oWfcn1z0","tOjHdzUN","IDME4AA4","zlbE6Kdi","ssqEbfB6","gcofsxt9","vYg6grVl","I3cBSQZH","Zq6gLFLU","H35PWK5Y","zwTZFWaN","euBX2spq","MbvFLPDw","mqonv1gZ","jfMTwiRc","CT6oT5N6","utSjX4oy","bWrhyxBs","WHj5U8rh","sH2Z1w7t","uaV4AIKA","MqDuY0zd","OoGkna2J","xjAHTBxF","BP01H1fl","mVO5JjEP","wpCnfHJi","4z5fHbiT","wIHj6TIK","TmYWWueC","S4zZGF0X","pwTMzOhq","nNKKrHvH","kqYofdSU","y9kMFcxZ","ivXGCoYc","E9DBRAIT","b6EvGqdw","QwkZZe7b","d0pgjYp4","nn3WaZMm","PKV3freY","6bUDeqhI","QfGTTKEm","AEOl4qWM","apaMnBDD","8WPZ1i4p","lsWkbtEH","GVf0Dxrn","gM81Pe3g","4LDV3zx8","TQ4C1n5D","bUcnEPYc","JM91Sn4b","ZKEZUh2e","RohrE1G4","zXU0zDes","jswyrySh","ScU88U8s","TA1s5rP6","IfdLtruQ","9rCTue8e","DruFc2hK","AUgYW5MG"],"icon_url":"https://cdn.modrinth.com/data/3ufwT9JF/2a15f23b7ffa2d50fc6ae1c42029a728ce3e2847.jpeg"},"version":{"id":"9rCTue8e","project_id":"3ufwT9JF","author_id":"6ZoP9xY8","featured":false,"name":"1.15.3","version_number":"1.15.3","changelog":"","changelog_url":null,"date_published":"2023-07-29T21:11:04.074420Z","downloads":13879,"version_type":"release","files":[{"hashes":{"sha1":"6a0a99f549dfc3146a2bfffb941ebb3fe640339c","sha512":"9bd4f337af927332ee85e3efaf1722547377565c6dcb973f0f38b7fbcacce0ebf1307dab3e766621dd85d9ccef1149a8e18ff7d4dbb57e979abd25966f01b77b"},"url":"https://cdn.modrinth.com/data/3ufwT9JF/versions/9rCTue8e/ad_astra-forge-1.20.1-1.15.3.jar","filename":"ad_astra-forge-1.20.1-1.15.3.jar","primary":true,"size":10353704,"file_type":null}],"dependencies":[{"version_id":"sRN61sQh","project_id":"2u6LRnMa","file_name":null,"dependency_type":"required"},{"version_id":"9lVbDpOY","project_id":"G1hIVOrD","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"M1953qlQ","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"nU0bVIaL","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"nfn13YXA","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"9rFssj5U","user":{"id":"6ZoP9xY8","username":"Terrarium","name":"grimb.o","avatar_url":"https://cdn.modrinth.com/user/6ZoP9xY8/845ab3625ed09a90b58b4ec6089c92d8e459ca09.png","bio":"A studio making mods and modpacks for our flourishing community <3","created":"2022-05-26T17:00:33.119516Z","role":"developer"},"role":"Studio","ordering":0},{"team_id":"9rFssj5U","user":{"id":"mL6r9Xal","username":"CodexAdrian","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/83074853?v=4","bio":"Lead Mod Developer for Terrarium, Member of Team AOF","created":"2021-06-20T23:21:52.365757Z","role":"admin"},"role":"Dev & Huge Loser","ordering":0},{"team_id":"9rFssj5U","user":{"id":"cA1RRKvv","username":"Facundo46","name":null,"avatar_url":"https://cdn.modrinth.com/user/cA1RRKvv/8498cd7695a07b60e4a3013910a8f4f1470e02e0.png","bio":"Hi","created":"2022-11-13T16:26:27.318251Z","role":"developer"},"role":"Artist","ordering":0},{"team_id":"9rFssj5U","user":{"id":"MSGxgv6Q","username":"AlexNijjar","name":"Alex Nijjar","avatar_url":"https://avatars.githubusercontent.com/u/61668546?v=4","bio":"making things and yeah","created":"2021-08-17T06:09:22.317161Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"9rFssj5U","user":{"id":"lM3xW2Bx","username":"fizziy","name":"Jack Zeiler","avatar_url":"https://cdn.modrinth.com/user/lM3xW2Bx/b60074b7cf3140d49f47eeee9e22f54d905b49df.png","bio":"An artist and aspiring coder","created":"2023-04-03T03:56:27.227443Z","role":"developer"},"role":"Artist","ordering":0},{"team_id":"9rFssj5U","user":{"id":"K86yjB3D","username":"ThatGravyBoat","name":"ThatGravyBoat","avatar_url":"https://avatars.githubusercontent.com/u/26934102?v=4","bio":"I create things","created":"2021-11-13T23:08:22.133720Z","role":"developer"},"role":"Dev & Loser","ordering":0},{"team_id":"9rFssj5U","user":{"id":"5VmrWs3P","username":"Kekie6","name":"Kekie6","avatar_url":"https://avatars.githubusercontent.com/u/79649631?v=4","bio":null,"created":"2022-05-26T17:07:49.643834Z","role":"developer"},"role":"Artist","ordering":0}],"update_version":{"id":"AUgYW5MG","project_id":"3ufwT9JF","author_id":"6ZoP9xY8","featured":false,"name":"1.15.4","version_number":"1.15.4","changelog":"","changelog_url":null,"date_published":"2023-09-29T17:01:18.479416Z","downloads":853,"version_type":"release","files":[{"hashes":{"sha512":"4eaea6d6e4699fb9c7a84a9c6207693780fa032a308e4fafd6d60b81e1e4f5782f35e2a2ae1bb4c924bd931a3c942126b94011ef09cc9c7a19cc63f69fa56d7f","sha1":"3730a4fafb3f2432226ee195f133ac39949519f6"},"url":"https://cdn.modrinth.com/data/3ufwT9JF/versions/AUgYW5MG/ad_astra-forge-1.20.1-1.15.4.jar","filename":"ad_astra-forge-1.20.1-1.15.4.jar","primary":true,"size":10354890,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"2u6LRnMa","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"G1hIVOrD","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"M1953qlQ","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"nU0bVIaL","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"nfn13YXA","file_name":null,"dependency_type":"optional"},{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"ad_astra-forge-1.20.1-1.15.3.jar"},"mods\\Ksyxis-Forge1.17-1.1.jard":{"sha512":"8f5a4bf6f6da288961b8bbfceccfcb95e7a08c00114ec6e39510db8a1722d2105c822860d224c4b29202fe0de3e1338c2d46c8a32ee422fc6c198672fecc0829","disabled":false,"metadata":{"type":"modrinth","project":{"id":"2ecVyZ49","slug":"ksyxis","project_type":"mod","team":"dgnbkbrG","title":"Ksyxis","description":"Speed up the loading of your world.","body":"Speed up your world loading by not loading nearby chunks every time.\n\n*WARNING: This mod may be unstable and incompatible with some mods.*\n### How.\nVanilla Minecraft loads 21x21 (441) chunks every time you load a world. This mod disables this feature.\n### It does not work.\nThe effect may not be noticeable on high-end PCs. This mod is designed primarily for low-end devices. There's [a video](https://www.youtube.com/watch?v=PXWdDoVU1C4) through.\n###### Note: You need to install [MixinBootstrap](https://github.com/LXGaming/MixinBootstrap/releases) if you're using Forge 1.14.4.","published":"2021-10-16T22:17:54.245733Z","updated":"2021-10-24T12:22:05.693191Z","client_side":"optional","server_side":"optional","downloads":68857,"followers":286,"categories":["optimization","utility","worldgen"],"additional_categories":["management"],"game_versions":["1.14","1.14.1","1.14.1-pre1","1.14.1-pre2","1.14.2","1.14.2-pre1","1.14.2-pre2","1.14.2-pre3","1.14.2-pre4","1.14.3","1.14.3-pre1","1.14.3-pre2","1.14.3-pre3","1.14.3-pre4","1.14.4","1.14.4-pre1","1.14.4-pre2","1.14.4-pre3","1.14.4-pre4","1.14.4-pre5","1.14.4-pre6","1.14.4-pre7","1.15","1.15.1","1.15.1-pre1","1.15.2","1.15.2-pre1","1.15.2-pre2","1.15-pre1","1.15-pre2","1.15-pre3","1.15-pre4","1.15-pre5","1.15-pre6","1.15-pre7","1.16","1.16.1","1.16.2","1.16.2-pre1","1.16.2-pre2","1.16.2-pre3","1.16.2-rc1","1.16.2-rc2","1.16.3","1.16.3-rc1","1.16.4","1.16.4-pre1","1.16.4-pre2","1.16.4-rc1","1.16.5","1.16.5-rc1","1.16-pre1","1.16-pre2","1.16-pre3","1.16-pre4","1.16-pre5","1.16-pre6","1.16-pre7","1.16-pre8","1.16-rc1","1.17","1.17.1","1.17.1-pre1","1.17.1-pre2","1.17.1-pre3","1.17.1-rc1","1.17.1-rc2","1.17-pre1","1.17-pre2","1.17-pre3","1.17-pre4","1.17-pre5","1.17-rc1","1.17-rc2","1.18","1.18.1","1.18.1-pre1","1.18.1-rc1","1.18.1-rc2","1.18.1-rc3","1.18.2","1.18.2-pre1","1.18.2-pre2","1.18.2-pre3","1.18.2-rc1","1.18-pre1","1.18-pre2","1.18-pre3","1.18-pre4","1.18-pre5","1.18-pre6","1.18-pre7","1.18-pre8","1.18-rc1","1.18-rc2","1.18-rc3","1.18-rc4","1.19","1.19.1","1.19.1-pre1","1.19.1-pre2","1.19.1-pre3","1.19.1-pre4","1.19.1-pre5","1.19.1-pre6","1.19.1-rc1","1.19.1-rc2","1.19.1-rc3","1.19.2","1.19.2-rc1","1.19.2-rc2","1.19.3","1.19.3-pre1","1.19.3-pre2","1.19.3-pre3","1.19.3-rc1","1.19.3-rc2","1.19.3-rc3","1.19.4","1.19.4-pre1","1.19.4-pre2","1.19.4-pre3","1.19.4-pre4","1.19.4-rc1","1.19.4-rc2","1.19.4-rc3","1.19-pre1","1.19-pre2","1.19-pre3","1.19-pre4","1.19-pre5","1.19-rc1","1.19-rc2","1.20","1.20.1","1.20.1-rc1","1.20-pre1","1.20-pre2","1.20-pre3","1.20-pre4","1.20-pre5","1.20-pre6","1.20-pre7","1.20-rc1","19w34a","19w35a","19w36a","19w37a","19w38a","19w38b","19w39a","19w40a","19w41a","19w42a","19w44a","19w45a","19w45b","19w46a","19w46b","20w06a","20w07a","20w08a","20w09a","20w10a","20w11a","20w12a","20w13a","20w13b","20w14a","20w14infinite","20w15a","20w16a","20w17a","20w18a","20w19a","20w20a","20w20b","20w21a","20w22a","20w27a","20w28a","20w29a","20w30a","20w45a","20w46a","20w48a","20w49a","20w51a","21w03a","21w05a","21w05b","21w06a","21w07a","21w08a","21w08b","21w10a","21w11a","21w13a","21w14a","21w15a","21w16a","21w17a","21w18a","21w19a","21w20a","21w37a","21w38a","21w39a","21w40a","21w41a","21w42a","21w43a","21w44a","22w03a","22w05a","22w06a","22w07a","22w11a","22w12a","22w13a","22w13oneblockatatime","22w14a","22w15a","22w16a","22w16b","22w17a","22w18a","22w19a","22w24a","22w42a","22w43a","22w44a","22w45a","22w46a","23w03a","23w04a","23w05a","23w06a","23w07a","23w12a","23w13a","23w13a_or_b","23w14a","23w16a","23w17a","23w18a"],"loaders":["fabric","forge","quilt"],"versions":["T0Bym3Zk","FsjKfArq","6upT4ffn","Ww07ze0G","ZR63N1i2","uEeD9JQx"],"icon_url":"https://cdn.modrinth.com/data/2ecVyZ49/icon.png"},"version":{"id":"ZR63N1i2","project_id":"2ecVyZ49","author_id":"7nbTzIvd","featured":false,"name":"Ksyxis-Forge1.17thru1.20.1-1.1","version_number":"1.1-fo1.17","changelog":"- Fixed [#1](https://github.com/VidTuGit/Ksyxis/issues/1)\n- Fixed [#2](https://github.com/VidTuGit/Ksyxis/issues/2)","changelog_url":null,"date_published":"2021-10-24T12:20:48.281945Z","downloads":9316,"version_type":"release","files":[{"hashes":{"sha1":"15de04d92b32e1a62be953afeb25231cd36c954b","sha512":"8f5a4bf6f6da288961b8bbfceccfcb95e7a08c00114ec6e39510db8a1722d2105c822860d224c4b29202fe0de3e1338c2d46c8a32ee422fc6c198672fecc0829"},"url":"https://cdn.modrinth.com/data/2ecVyZ49/versions/1.1-fo1.17/Ksyxis-Forge1.17-1.1.jar","filename":"Ksyxis-Forge1.17-1.1.jar","primary":true,"size":9147,"file_type":null}],"dependencies":[],"game_versions":["1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"dgnbkbrG","user":{"id":"7nbTzIvd","username":"VidTu","name":"VidTu","avatar_url":"https://avatars.githubusercontent.com/u/60929459?v=4","bio":null,"created":"2021-04-20T13:21:48.008122Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"Ksyxis-Forge1.17-1.1.jard"},"mods\\XaerosWorldMap_1.34.1_Forge_1.20.jar":{"sha512":"e712a8a9182769d40b6dfee48b19ee2bf415266d82bf7bea55c7728152bbf714ea76488efa3d31ef6e366365cb526cf8210fd892f768b1f2f710fec7add60d41","disabled":false,"metadata":{"type":"modrinth","project":{"id":"NcUtCpym","slug":"xaeros-world-map","project_type":"mod","team":"QWyiT27S","title":"Xaero's World Map","description":"Adds a full screen world map which shows you what you have explored in the world. Works great together with Xaero's Minimap.","body":"

\n

Xaero's World Map mod adds a self-writing fullscreen map to your Minecraft client. Works as a separate mod but is a lot better with Xaero's Minimap. The reason why it's available separately is to keep Xaero's Minimap as light-weight as possible. This mod is mostly client-sided. Installing it on the server side is optional for some additional features like world identification.

\n

The mod is still in development! Please report any bugs that you encounter or otherwise they probably won't get fixed. 

\n

Make sure your world is optimized (Singleplayer - Edit - Optimize World) for the Minecraft version you're playing (repeat after every Minecraft update). It takes A LOT longer to generate singleplayer maps from unoptimized world saves.

\n\n### Follow me on Mastodon (Twitter alternative)? mas.to/@xaero96\n\n### Support me on Patreon? patreon.com/xaero96\n\n

Thank you!

\n\n### Features\n\n
    \n
  • A self-writing world map (as opposed to manual paper maps). You can create multiple maps on the same server address and switch between them either manually or automatically.
  • \n
  • Works in Singleplayer, Multiplayer and on Realms.
  • \n
  • Intuitive interface. Open the map screen by pressing M. Move the map around with your mouse and zoom in/out using the mouse wheel, similar to Google Maps. All relevant controls are listed in a tooltip on the map screen and you can customize a lot of them.
  • \n
  • Optional automatic multiple world detection on servers.
  • \n
  • Displays chunk claims and ally players from the Open Parties and Claims mod. Lets you claim or forceload chunks directly from the map.
  • \n
  • Resource pack support. Changing the resource packs causes the whole world map to regenerate.
  • \n
  • Cave dimensions support (for example the Nether).
  • \n
  • Optional vanilla maps mode, which makes the world map look like the vanilla paper maps.
  • \n
  • Terrain shading customization.
  • \n
  • \"Footsteps\" that show you your most recent path taken.
  • \n
  • Settings that can help improve the performance of the mod when necessary. Although in most cases the mod should perform great by default.
  • \n
  • Xaero's Minimap integration. The minimap mod will display chunks provided by the world map. The world map mod will display waypoints from the Xaero's Minimap mod. Also works with the Better PVP mod. You can create, edit and teleport to the waypoints without leaving the map interface.
  • \n
  • Potion effects to control the usage of the world map for the players on your server/map. The following potion effects exist as of writing this: xaeroworldmap:no_world_map. The effects are of the neutral type by default, but you can also specify a harmful type by appending _harmful to the end of the effect ID, for example xaeroworldmap:no_world_map_harmful.
  • \n
  • Since version 1.14.0 of the mod, you can open an on-map waypoint menu by clicking the icon in the bottom right corner of the map screen. In the waypoint menu, you can see a list of all your map waypoints from the rendered sets, interact with them with the mouse cursor, filter them by name in a text field. The menu also lets you toggle the visibility of disabled waypoints, toggle rendering all sets and change the current waypoint set. Hovering over the waypoints in the menu also acts as hovering over them on the map: they are highlighted on the map and you can use the right-click or hover controls to interact with them.
  • \n
  • An option to export a map as a PNG image file. The mod tries to export the whole map, so it might not work, if the map is millions of blocks in length. I'm planning to give more options for exporting the map in the future!
  • \n
  • Option to limit your map access by binding it to an item required in your hotbar or to be equipped. For example, add mapItemId:minecraft:compass anywhere in the config file to bind it to the compass item. This way the map will not work unless you have the compass in your hotbar or equipped. 
  • \n
\n

Get Xaero's Minimap

\n\n## FAQ\n\n### How do I restore pre 1.30 update Nether maps in multiplayer to be displayed in the \"full\" cave mode type?\n\n

First, exit the server and locate the Minecraft game directory that you're using to play on the server. In the game directory, go into XaeroWorldMap/Multiplayer_[server_address]/DIM-1/[map_folder]. If such doesn't exist already, create a folder called \"caves\", without the quotation marks, and go into it. Inside the caves folder, create a folder called \"-2147483648\", without the quotation marks, if such doesn't exist already. Go back into the folder that contains the \"caves\" folder and move all \".zip\" files to the caves/-2147483648 folder. Feel free to delete the cache folders or also move them with the \".zip\" files.

\n\n### How do I set up cave mode to behave like it used to pre 1.30 before cave mode was introduced?\n\n

You can fully achieve this only when using the normal version of the minimap or no minimap at all. The fair-play version of the minimap now disables world map cave mode in the Nether and you can't toggle that, so it won't be exactly like it used to be.

\n

If you have Nether map data from before 1.30, please start by moving it in the correct folder as explained under \"How do I restore pre 1.30 update Nether maps in multiplayer to be displayed in the \"full\" cave mode type?\" on this page.
After you're done with that, join a world/server and open the world map settings. Locate \"Default Cave Mode Type\" and set it to OFF and then set \"Legible Cave Maps\" to ON. Next, open the world map screen and click the cave icon in the bottom left of the screen. In the menu that opens, set the \"Cave Mode Top Y\" to absolutely any number. If you are in the overworld, set the \"Cave Mode Type\" to OFF. When you are in the Nether later, set \"Cave Mode Type\" to Full. The cave mode type is stored per dimension, so you can set it to Full for any nether-like dimension and keep it on OFF for anything else. You can also switch between displaying below and above bedrock roof by toggling it.

\n\n### Why does right-click teleportation not work for me?\n\nThe mod sends a chat command to teleport you to specific coordinates, which is _/tp @s x y z_ by default, so appropriate permission is necessary. The vanilla /tp command requires OP status (cheats enabled) but it's possible to have separate permissions for commands on a non-vanilla server with certain plugins installed. The used command can be changed in the world map settings with \"Map Teleport Command\". Non-vanilla teleportation commands often don't support the selectors such as @s, so you might have to remove it from the configured command. There is also an option called \"Player Teleport Command\" which is used when you right click tracked players (e.g. your party from Open Parties and Claims). Teleportation to waypoints uses its own setting in the minimap mod. You can read about it on the minimap description page under FAQ.\n\n### How do I discover the map without manually walking?\n\n

In singleplayer, the map is loaded directly from the world save. This means that you can pregenerate the world using whatever tools you prefer, relog and use the \"Reload Regions\" option in the world map settings to fix any conflicts in the map cache. In multiplayer, there is no official way to do that. Copying cache from a singleplayer map will not work.

\n\n### Why are multiple worlds on the same server address/IP using and writing to the same map?\n\n

This mod lets you have multiple maps on the same server address. You can freely switch between maps and create new ones at any time. Map overwriting can be prevented by choosing the right \"Map Selection\" mode for the type of server that you are playing on. Map selection is done in a special menu by clicking the bottom left icon on the world map screen (if the menu isn't open by default). In the menu you can switch between Manual, World Spawn and Single modes and select/create maps by using the top-center dropdown menu. If you hover over the Map Selection option, you can read everything you need to know about each map selection mode, including Server mode. World Spawn mode is the equivalent of what was used by the world map pre 1.6. So you don't have to downgrade the mod to still use it. Server mode is the best option for most cases because the server automatically controls your map selection based on server-side level IDs. It requires the mod to be installed on the server side. If changing the map selection mode switches your map to an empty one, you can always rebind the map that you want to be used by selecting it from the dropdown menu and confirming. 

\n\n### Why does the world map ask for confirmation?\n\n

A single server address can have multiple overworlds, nethers etc. It can be due to multiple sub-servers or just multiple world saves, for example a \"Lobby\" world and a \"Game\" world. Different worlds don't have any unique identifiers on the client side, which makes it impossible to reliably differentiate between them. Because of this, the world map mod lets you have multiple world maps for each dimension on the same server address. In older mod versions, by default, map selection is Manual, which means that you are asked to confirm which map to use every time you switch dimensions/worlds/sub-servers. You can also choose one of the 2 automatic modes. Map selection is done in a special menu by clicking the bottom left icon on the world map screen (if the menu isn't open by default). In the menu you can switch between Manual, World Spawn and Single modes and select/create maps by using the top-center dropdown menu. If you hover over the Map Selection option, you can read everything you need to know about each map selection mode, including Server mode. World Spawn mode is the equivalent of what was used by the world map pre 1.6. So you don't have to downgrade the mod to still use it. Server mode is the best option for most cases because the server automatically controls your map selection based on server-side level IDs. It requires the mod to be installed on the server side. If changing the map selection mode switches your map to an empty one, you can always rebind the map that you want to be used by selecting it from the dropdown menu and confirming. 

\n\n### Why can't I see my minimap waypoints on a server after the installation of the world map?\n\n

Your currently confirmed map affects which waypoints sub-world in the minimap mod is considered automatic. This allows each created map to have separate waypoints data. At any point in time, you can select and view any non-automatic waypoints sub-world by going to the waypoints menu (press U) and selecting it from top-right dropdown menu. You can make any sub-world automatic for your currently confirmed map by selecting Options -> Make Sub-World Auto.

\n\n### Why has my world map \"reset\" for a specific server?\n\n

Do not panic. It's almost certainly not actually deleted. Old world map versions use a world spawn-based system to separate a server into multiple maps. This system often breaks because of servers adding custom functionality to the vanilla compass item by sending fake world spawn coordinates to your game client. Make sure you update the mod to the latest version. There are now multiple map selection modes you can choose between, Manual being the default one. You can now view any world map you have on the current server address. Click the bottom left icon on the world map to open the map selection menu, if it's not open by default. The top center dropdown menu allows you to select existing or create new world maps. You can hover over the map selection mode setting (bottom left) to read about how each mode works. Server mode is the best option for most cases because the server controls your map selection based on server-side level IDs. It requires the mod to be installed on the server side. Manual mode is the safest alternative and should work on every other server. There are also 2 additional automatic map selection modes when Server mode isn't an option. Read more about them in the tooltip of the setting.

\n

Old map is not in the map menu? This can mean 2 things: the server address has changed or the dimension IDs have changed.

\n

Let's start with the dimension ID change. Each dimension on the server has a separate directory in the game directory -> XaeroWorldMap directory. Please backup the XaeroWorldMap directory before you begin doing anything with it. In older mod versions, the dimension directory name contains the server address and the dimension key, for example XaeroWorldMap/Multiplayer_127.0.0.1_DIM1. In newer versions the dimension directory is a sub-directory, so something like XaeroWorldMap/Multiplayer_127.0.0.1/DIM1. For compatibility reasons, default overworld, nether and the end dimensions are named null, DIM-1 and DIM1. Other dimensions should have their name be based on the original dimension ID, for example Multiplayer_127.0.0.1/minecraft$overworld_creative. In 1.16+, you can see your current dimension ID on the F3 screen ingame to figure out which directory is meant for which dimension (for example \"minecraft:overworld\"). Please exit to the game title screen or close the game before editing files/directories.
Each dimension directory contains sub-directories, one for each map that you have in the dimension (for example mw$default or mw-4,0,-4) as well as a file named dimension_config.txt that contains the actual display names of the maps. You can use the file to help you find a specific map directory that you want. Moving/copying a map directory between dimension directories should move/copy it between dimensions. You can give it a name later ingame. The most common case would be something like moving a map from /null to /minecraft$overworld_survival. It is needed when a 1.16+ server starts using a unique dimension ID for each sub-world.

\n

For server address changes, you would first have to remove all directories inside game directory -> XaeroWorldMap that contain the new server address. There is usually only 1 such directory if you are using the latest mod version. Please backup the whole XaeroWorldMap directory before you do that. Also, exit the game at least to the title screen. Then you would have to rename each old server address directory (in XaeroWorldMap) to the new address, replacing ONLY the address part.

\n

Message me or leave a comment if you have questions!

\n

Here's the old explanation if you can't update the mod to 1.6.1 or newer:

\n
\n

Do not panic. It's almost certainly not actually deleted (this has never happened as far as I know). It's likely caused by a server plugin changing the behavior of the vanilla compass item and interfering with the mod's \"multiworld\" detection. In most such cases the compass item points to your bed instead of the global spawn point. Sleeping in the right bed again should bring everything back for you if sleeping in another one was the cause of the map \"resetting\".
If the map \"reset\" because of a new plugin being added (and if removing it is not an option for you), then here's how you can restore your map (and hope the plugin doesn't do it again):

\n

Make sure Minecraft is NOT RUNNING.

\n

1. Go to the game directory

\n

2. Go to the XaeroWorldMap directory

\n

3. Find directories that represent the dimensions you have visited on the server. These directories contain the address of the server in their name. The one that ends with _null is the overworld, _dim-1 is Nether etc.

\n

4. Open the overworld directory (_null).

\n

5. You should see multiple directories that start with mw.

\n

6. Find the one that is the biggest in file size. Copy the name of it somewhere so you don't lose it.

\n

7. Now find the newest mw directory (likely the emptiest or just check the creation date). Move this directory somewhere else. Don't delete it just yet.

\n

8. Rename the directory from step 6 to the name of the backed up directory from step 7.

\n

9. Open Minecraft and test if the overworld world map is back.

\n

10. If it's not, exit Minecraft and restore the old name of the directory that you have renamed + restore the backed up folder. Reread all the steps to make sure you're doing everything right.
If overworld is now fixed, proceed to step 11.

\n

11. Rename and backup the directories with the same names as overworld for every other dimension that you'd like to restore.

\n

Contact me if you have questions!

\n
\n\n### Why have my waypoints not restored after restoring the map?\n\n

Please read the \"Why are my waypoints no longer shown for a specific server?\" section on the minimap description page. It should cover most cases. Contact me, if it doesn't help.

\n

You are allowed to make videos using this mod.

\n

Using it in your modpacks is allowed with the following conditions:

\n
    \n
  • Only monetization of the modpack through CurseForge or Modrinth is allowed (which includes sponsored links/banners in your modpack description), unless I have given you written permission to monetize it elsewhere. Feel free to private message me about it. I'm more likely to give you permission than not.
  • \n
  • If the modpack is distributed outside of CurseForge and Modrinth, then you must credit me by providing an easily accessible link to one of my official pages for the mod, to the users outside of CurseForge and Modrinth. 
  • \n
  • The name and/or description of the modpack must not be easily confused with the names/descriptions of my mods.
  • \n
  • If I have given you written permission to monetize the modpack outside of CurseForge and Modrinth, then, if I request you to, you must remove monetization outside of CurseForge and Modrinth. 
  • \n
","published":"2023-04-22T09:32:10.659737Z","updated":"2023-09-25T09:17:39.892748Z","client_side":"required","server_side":"optional","downloads":406993,"followers":1230,"categories":["adventure","transportation","utility"],"additional_categories":[],"game_versions":["1.12.2","1.14.4","1.15.2","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20-rc1","1.7.10","1.8.9"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["sjR1qU6w","5uRQHkZl","WxlvhTaW","XVjzdnhG","rvZ5A3tX","8jDTpHjY","SEkYCdVo","XAQBPZpW","EDmj5NvH","wSGK3o4I","xTm3FQw4","gyPsXrJn","p3dZW7fr","zjxfdYdF","g3VW8AT2","PrBF6EyY","gkVIeUFw","tfnnfyhI","wVJY9O6J","j8XCNctd","WHjpeO1f","KK99goJD","eIXI4OHk","qYCKTHyZ","6YRIXrfW","iRRYeaXC","OWbYG8pN","vhY17uSv","Tfe1ecMx","Hwoxn6jb","YSvtDiDJ","F5Gr1zAz","UsAkUS2z","nTYOCaJr","GnQS252L","UWmPDmNV","9eIlzDjA","f4lwNpJy","jugM0Ovw","qPxvfkdp","JPclNzVu","tsUJqXDi","lobkeTkB","lSgnePcA","vaunHDVN","yTrargyD","4tuhFGgl","kIscoBGn","U63RC8MZ","pMIMCf1G","UuHzKSkv","maJOw1H4","zmckWzCk","tgCUTXi6","vhVUuszi","YuRNFnq7","IYdHD4ew","E41Rgx07","2CLZEyLl","JVLFrAlD","xrQzeBh0","AuVUfdfe","LKz8LFts","pt74IfTL","16lBdJRZ","tpVsp7bd","oOy5ndJf","S9UoAZsm","rCAbt1s2","uB3mOur8","S8ykUljl","7jQ7gDOY","yCMEGaHO","ulDBKKjw","owGOq3Vv","qSeRup3d","k2nQBeEG","ka6W06WC","ZmnidKjr","9YZGdfjd","L7CkxPe9","wFjQVyYW","dkhcYs7u","SgTgAga6","L388v7RA","KWRX7go3","tCkajzyq","jZqjpEV5","l7jJ8edR","3nAnz7eN","u81MmI6X","ZZRvmbyH","ikX4JmdG","mIAzcHM5","jSmDzqpB","tT8MXEmG","WGbmlzYS","J5hmblFo","QWYwBuvt","WiGXwduw","3fqf56PV","lKakfRVC","rIiXRyJC","KWSdBt0q","bkG41Vbj","yQ4ly7jG","st6Yi8FJ","TKPBR9FG","zWRFHFoD","8THHR0Ih","IbQ6bv6m","UmvLwPCn","hZzMR1av","5VvnuOEf","BEDFycdT","FKfWhnDZ","1CrVR9hT","JGA2cBTv","ZRTN6l4r","4uIcYzMT","X8DXecL3","lxyt26N7","F8rp5v60","svlAeqb1","DaJpdk7q","FX41W6zb","G0OJfwAN","m1xFZhrl","rdajsfZG","d44dMHzw","YdjlQoKs","RBZYvZJ4","zQO1LQVm","h3VxD6Wb","wgv5h06j","haB4dNPc","rxl7TQQN","VSR9iCm0","cHNqHQ7K","H401c3Kn","o5C0YrDg","vyF7iBYu","4qJUjLux","ky1LwLZC","nWD5LilR","UK6zITLD","GnVgI8Tc","x3Hz1Rw3","IO0epD4H","6fAtl7y7","VTlrn9zn","1sOYFhej","LYmDkdJa","9AvZZulC","9TpOEnGQ","RTD3td7Z","EbUwI0Ci","VigDSi15","MPK4lZDY","LRc3Y10v","hpfgHHVi","zf7etcWk","AY8nPexE","UsGIMJ2a","ya5ZYXkT","Ewl9bPOE","IcOoY3Fd","meEp9J6P","Gt36xu4p","4PJpJJKj","9MHP5TQr","FdU3tGYq","s3sEjbJu","oaiGf0Cu","cADC7mM3","yR1boAvN","sGllzk9n","KIkNJRts","MXSnuNhR","B7LODzZb","BwjsEkNB","meCK7hiK","LAQjDJ8V","qBDuRkrp","qwwKbodF","BiotZhgQ","d4huXt8W","fqMxbyZW","barq59Fe","X7q6wKAa","LhxmKjwV","jd9dVlUv","bXAJZFnX","zspa7tIH","L8dZ06qE","ZXboExuA","8T5rJSHX","brFplhUj","uUljlh4i","hGDx5zLv","sxZdfXgX","L8OA3xGI","KNjZUbV2","6SwHv13Z","uiSJusOM"],"icon_url":"https://cdn.modrinth.com/data/NcUtCpym/80eb00784e250b99fb1789da35869387d14d5637.png"},"version":{"id":"KNjZUbV2","project_id":"NcUtCpym","author_id":"ANNqL3WC","featured":false,"name":"1.34.1","version_number":"1.34.1_Forge_1.20","changelog":"

Read changelogs

","changelog_url":null,"date_published":"2023-09-12T16:14:07.313933Z","downloads":8676,"version_type":"release","files":[{"hashes":{"sha512":"e712a8a9182769d40b6dfee48b19ee2bf415266d82bf7bea55c7728152bbf714ea76488efa3d31ef6e366365cb526cf8210fd892f768b1f2f710fec7add60d41","sha1":"f272b0d285355170eae3a86a645e299e0e7cd42a"},"url":"https://cdn.modrinth.com/data/NcUtCpym/versions/KNjZUbV2/XaerosWorldMap_1.34.1_Forge_1.20.jar","filename":"XaerosWorldMap_1.34.1_Forge_1.20.jar","primary":true,"size":824876,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"gF3BGWvG","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"QWyiT27S","user":{"id":"ANNqL3WC","username":"thexaero","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/8463785?v=4","bio":null,"created":"2022-05-24T09:15:18.047820Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"XaerosWorldMap_1.34.1_Forge_1.20.jar"},"mods\\BetterF3-7.0.1-Forge-1.20.1.jar":{"sha512":"24e9895e8ca9016a48bbb07f2367304fc71321f70cd78f86d090b096a49bf260b442cefb20bfb15bc42d30089a81c46a0121269b325273bc474d035670bb68bb","disabled":false,"metadata":{"type":"modrinth","project":{"id":"8shC1gFX","slug":"betterf3","project_type":"mod","team":"uWJ0gwSz","title":"BetterF3","description":"BetterF3 is a mod that replaces Minecraft's original debug HUD with a highly customizable, more human-readable HUD.","body":"# BetterF3 \n![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square)\n\n#### BetterF3 is a mod that replaces Minecraft's original debug HUD with a highly customizable, more human-readable HUD. You can customize colors, position, add spacings, and more.\n\n#### Dependencies\n\nFabric\n* Optionally: [ModMenu](https://modrinth.com/mod/modmenu) to access the options menu\n* Included: [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config) to use F3 + M\n\nForge\n* Highly Recommended: [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config) to use F3 + M\n\n#### Features\nEach line is part of a Module, you can:\n* Change the colors of each module\n* Change the position of each module\n* Add and delete modules, as well as add spacings between them\n* Disable individual lines of a module, or disable the whole module\n* Add a shadow to the text rendered (Activated by default)\n* Change the color of the background behind all lines\n* Animations for opening/closing (with configurable speeds)\n\n#### Translations\nThis mod has been translated into multiple languages. Add or update your own language on [Crowdin](https://crowdin.com/project/betterf3)\n\n#### Development Builds\nThe latest builds can be found [here](https://github.com/TreyRuffy/BetterF3/actions/).\n\n#### Configuration\nDownloading [Cloth Config](https://www.curseforge.com/minecraft/mc-mods/cloth-config) allows you to press F3 + M in game to edit the F3 menu.\n##### \n\n#### Screenshots and Videos\n\n![Image](https://raw.githubusercontent.com/TreyRuffy/BetterF3/architectury/1.19/docs/readme/readme-image.png)\n![GIF](https://github.com/TreyRuffy/BetterF3/blob/architectury/1.19/docs/readme/readme-gif-image.gif?raw=true)\n\n[Video by AntVenom](https://www.youtube.com/watch?v=jbkivpOujXI&t=568s)
\n[Video by Boodlyneck](https://www.youtube.com/watch?v=5lcZ853-jkA&t=349s)\n\n#### Thanks to [@Nirewen](https://github.com/nirewen) for the icon.\n\n### Post any issues on the [GitHub Issues tab](https://github.com/TreyRuffy/BetterF3/issues)","published":"2021-09-20T05:42:23.778430Z","updated":"2023-07-13T04:22:05.628019Z","client_side":"required","server_side":"unsupported","downloads":778759,"followers":2878,"categories":["utility"],"additional_categories":[],"game_versions":["1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.1-pre1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre2","1.19.4","1.19-rc1","1.19-rc2","1.20","1.20.1","22w42a"],"loaders":["fabric","forge","quilt"],"versions":["w841lXuC","1eRzbEj6","FGUXrYM8","hfizyzjF","yHMun8ED","u4bJ71r8","c8vyvGaW","bW0Ng49J","Uv4tFOgl","EWqUNavR","EZ6qfsTX","H4zjxa7k","4SrIvqKy","N2TDuUIv","5G2kahYC","YkAPYBjH","P6E28y68","DWvTzfFJ","k6xmp8cg","KNbHopYR","GwlU7rpA","qUyRV6XT","QIXtqgTu","RbNy07Bx","MTPw9hV7","C3hGuqnK","nuKBXZDI","83hxArpY","jFVjbyGK","vZ9QjDs5","cEflCp0r","up8zocIz","HX9I690G","NwdpRyuN","FtJ0KSLo","3Ed94XFJ"],"icon_url":"https://cdn.modrinth.com//data/8shC1gFX/icon.png"},"version":{"id":"3Ed94XFJ","project_id":"8shC1gFX","author_id":"8ffpigk3","featured":false,"name":"BetterF3 Forge v7.0.1 (1.20/1.20.1)","version_number":"7.0.1","changelog":"## BetterF3 v7.0.1 for Minecraft 1.20/1.20.1\nPublished 2023-07-13\n\n### Added\n* 1.20(.1) support for Fabric and Forge\n\nFull Changelog: [`v7.0.0...v7.0.1`](https://github.com/TreyRuffy/BetterF3/compare/v7.0.0...v7.0.1)","changelog_url":null,"date_published":"2023-07-13T04:22:08.273145Z","downloads":30547,"version_type":"release","files":[{"hashes":{"sha1":"3a422b2a055ddbe7d1ca7d5ca4b6a3280ff94a4b","sha512":"24e9895e8ca9016a48bbb07f2367304fc71321f70cd78f86d090b096a49bf260b442cefb20bfb15bc42d30089a81c46a0121269b325273bc474d035670bb68bb"},"url":"https://cdn.modrinth.com/data/8shC1gFX/versions/3Ed94XFJ/BetterF3-7.0.1-Forge-1.20.1.jar","filename":"BetterF3-7.0.1-Forge-1.20.1.jar","primary":true,"size":456795,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"9s6osm5g","file_name":null,"dependency_type":"required"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"uWJ0gwSz","user":{"id":"4myOoEuu","username":"cominixo","name":null,"avatar_url":"https://avatars0.githubusercontent.com/u/22600756?v=4","bio":null,"created":"2020-11-14T13:24:34.688681Z","role":"developer"},"role":"","ordering":0},{"team_id":"uWJ0gwSz","user":{"id":"8ffpigk3","username":"treyruffy","name":"TreyRuffy","avatar_url":"https://avatars.githubusercontent.com/u/17056969?v=4","bio":"19 | he/him | idk what im doin","created":"2021-07-11T04:52:42.640876Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"BetterF3-7.0.1-Forge-1.20.1.jar"},"mods\\cloth-config-11.1.106-forge.jar":{"sha512":"f48397e041df04bfd8c333cf282e6eeb076e38248aa8518ee7289859becf7037bbf00582cf7e6593e28eeaf74a44737438f100af666a83619b5d066389e70f49","disabled":false,"metadata":{"type":"modrinth","project":{"id":"9s6osm5g","slug":"cloth-config","project_type":"mod","team":"z9omIQMN","title":"Cloth Config API","description":"Configuration Library for Minecraft Mods","body":"[\"\"](https://discord.gg/Vs9AVkxjYY) [\"\"](https://www.patreon.com/shedaniel)\n\nCloth Config API is a config screen api.\n\n### Developers Wiki\n[https://shedaniel.gitbook.io/cloth-config/](https://shedaniel.gitbook.io/cloth-config/)\n\nNeed a server to play with friends? Or don't know how to setup one? Just rent a server that is already configured!\n\n[\"\"](https://www.bisecthosting.com/)\n\nClick on the picture above, select plan (at least 4 GB), use my code **shedaniel** to get **25% off** your first month and enjoy playing with your friends!\n\n![](https://i.imgur.com/AkpzyeC.png)","published":"2022-04-21T10:29:41.555173Z","updated":"2023-09-22T06:11:39.308159Z","client_side":"optional","server_side":"optional","downloads":2285527,"followers":3129,"categories":["library"],"additional_categories":[],"game_versions":["1.14","1.14.1","1.14.2","1.14.3","1.14.4","1.15","1.15.1","1.15.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre2","1.19.4","1.19.4-pre1","1.20","1.20.1","1.20.2","1.20-pre6","22w43a","23w13a_or_b","23w31a"],"loaders":["fabric","forge"],"versions":["2E04stZn","vcrZcwvb","dhr1Royh","FtlBFpp0","tR748cRj","D7tEkaAc","mJwBHBVB","wqFP5baC","HvviXJZV","vb3noRwi","6vFGWMar","63NArvT8","re60xAev","hcuWsP3M","DmOAoTTg","d1D40LRO","gb0cZ2Qp","GH6kNTCk","31tLmbMI","KiKLKNrl","wOP2dCdL","CsdOwOro","ehzvjLXC","XInqR7zc","FPWqEBEx","c4kFw2we","hg9bSXT3","VazGdWq6","JaKvOQIz","Q0bdszKc","GcaDCWXk","gPqHXnrg","iYo4XV1L","szXeTOs6","EXrxCjl6","Fw7B2c97","72Wj1Wri","IVxgEGfU","M3yxljrZ","VYURtAAK","QXKLvmdz","6XGTNEII","X8YuGurB","XqZIxbLN","dVpHBgHi","y0kQixP8","aAaLEVNM","oIHJeqqQ","CXaMuU8e","xMTUxQCV","i0ExoqTD","BLMp2TRt","ZbWG3eJW","w2VZSLTf","o9dFD9SO","8AMPotFw","EUyHCmUW","mhFzbEwE","Sqf2NXVd","s7VTKfLA","JoLgnJ0G","YR0cy5Ll","EuWT3qek","LnfolBYb","IbAdAuBo"],"icon_url":"https://cdn.modrinth.com/data/9s6osm5g/icon.png"},"version":{"id":"JoLgnJ0G","project_id":"9s6osm5g","author_id":"1Hsaf75m","featured":false,"name":"[Forge 1.20(.1)] v11.1.106","version_number":"11.1.106+forge","changelog":"","changelog_url":null,"date_published":"2023-07-09T14:05:10.273534Z","downloads":111040,"version_type":"release","files":[{"hashes":{"sha1":"b6f17b52c469c5ca27c9e90abdb0ecc0be16149d","sha512":"f48397e041df04bfd8c333cf282e6eeb076e38248aa8518ee7289859becf7037bbf00582cf7e6593e28eeaf74a44737438f100af666a83619b5d066389e70f49"},"url":"https://cdn.modrinth.com/data/9s6osm5g/versions/JoLgnJ0G/cloth-config-11.1.106-forge.jar","filename":"cloth-config-11.1.106-forge.jar","primary":true,"size":1168375,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"z9omIQMN","user":{"id":"1Hsaf75m","username":"shedaniel","name":null,"avatar_url":"https://avatars2.githubusercontent.com/u/34910653?v=4","bio":"yes hello world i code java","created":"2020-10-26T15:37:45.882173Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"IbAdAuBo","project_id":"9s6osm5g","author_id":"1Hsaf75m","featured":false,"name":"[LexForge 1.20.2] v12.0.109","version_number":"12.0.109+forge","changelog":"","changelog_url":null,"date_published":"2023-09-22T06:11:46.270412Z","downloads":13690,"version_type":"release","files":[{"hashes":{"sha1":"e2d0dabdb7cc7a504b42a5b38c768678a928bf36","sha512":"64db755476259d5c4ec6a1ebe844287e1c7e3934a2819a63669c5483780193c81cede40f127c3000a7e594f7f4319d044e1f5b01721e0b6e803ba448a1dc7400"},"url":"https://cdn.modrinth.com/data/9s6osm5g/versions/IbAdAuBo/cloth-config-12.0.109-forge.jar","filename":"cloth-config-12.0.109-forge.jar","primary":true,"size":1168694,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"cloth-config-11.1.106-forge.jar"},"mods\\CreativeCore_FORGE_v2.10.34_mc1.20.1.jar":{"sha512":"dece1428a5087b48ba3fce023e729585d02cf34b196554d97fa6ee63e7140a3bd5e373bbce8aa5fb8106aac50568232a17b2468a5dffc4ce12bddd0996094a99","disabled":false,"metadata":{"type":"modrinth","project":{"id":"OsZiaDHq","slug":"creativecore","project_type":"mod","team":"FvoHe2qM","title":"CreativeCore","description":"A core mod","body":"Nothing else than a simple core mod required by most of CreativeMD's mods.\n\n**Features**\n* Gui-Api\n* Config System (/cmdconfig or /cmdclientconfig)\n* Packet system (supports splitted packets)\n* Event system (by N247s)\n* Ingredients\n* Fake world\n\nI know everybody hates core mods, because it is an additional file you have to download, but it speeds up my progress. Over the years, I've created tones of useful methods and ways to achieve something. Now i can put all of it in CreativeCore and use it for all of my mods.\n\nLooking for a server to play with your friends. Our sponsor got you covered:\n\n[\n](https://bisecthosting.com/teamcreative)\n\nUse the promo code teamcreative to get 25% off the first month on any of the gaming servers!\n\n[](https://www.patreon.com/creativemd)","published":"2021-08-17T09:10:08.972681Z","updated":"2023-10-02T17:00:16.976715Z","client_side":"required","server_side":"optional","downloads":209480,"followers":476,"categories":["library"],"additional_categories":[],"game_versions":["1.12.2","1.16.5","1.17.1","1.18.1","1.18.2","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","neoforge"],"versions":["KQPGT13V","fV0nS6Hk","L9bEkcLq","Ut2oEist","Gtn66Aqe","BPf7DxkS","HXLfaO1w","GDD2swja","TOzFSAAH","THwrApyJ","T13Y5nnJ","83XzFjou","1AZhMXe7","6F8vqRhT","aoAZXkqx","NBWDWypC","eQufNu9G","AWyxmFgr","SKxhUs2I","xvWt9K90","qWKs9GSV","EedSY5Xu","khRcoGPl","DIBiWudq","nRJSPUNF","nm6yLGRw","JFyuzapJ","ug21xEGt","kwUXLQPI","Kwi2M0y8","F7Y6iM8c","YZCT4v9j","CzQzXAu0","tJeTcXuL","ts6gasiY","jQhcsIZs","OxSfDFIZ","qzcyyZEL","OJK97rFo","4eXUvr6G","cShf5aSJ","dEwpO45X","V9RNcrBX","29bs38V6","JY5JEBvP","VCCVSkwk","QLwVzqCy","NQQnmBuq"],"icon_url":"https://cdn.modrinth.com/data/OsZiaDHq/icon.png"},"version":{"id":"dEwpO45X","project_id":"OsZiaDHq","author_id":"YTAyzo4h","featured":false,"name":"2.10.34","version_number":"2.10.34","changelog":"Changed parameter in GuiDialogHandler.openDialog\nRenamed NormalPlane to NormalPlaneF\nAdded NormalPlaneD\n","changelog_url":null,"date_published":"2023-08-09T18:19:40.209610Z","downloads":19424,"version_type":"release","files":[{"hashes":{"sha1":"e45173de50bf94dbb9bb8f09112675df7e49e6bc","sha512":"dece1428a5087b48ba3fce023e729585d02cf34b196554d97fa6ee63e7140a3bd5e373bbce8aa5fb8106aac50568232a17b2468a5dffc4ce12bddd0996094a99"},"url":"https://cdn.modrinth.com/data/OsZiaDHq/versions/dEwpO45X/CreativeCore_FORGE_v2.10.34_mc1.20.1.jar","filename":"CreativeCore_FORGE_v2.10.34_mc1.20.1.jar","primary":true,"size":1033308,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"FvoHe2qM","user":{"id":"YTAyzo4h","username":"creativemd","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/1353495?v=4","bio":"Dreamer, naive and sometimes brainless. Trying to follow Jesus!","created":"2021-08-17T08:45:46.565667Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"29bs38V6","project_id":"OsZiaDHq","author_id":"YTAyzo4h","featured":true,"name":"2.11.1","version_number":"2.11.1","changelog":"Added ToggleableConfig\n","changelog_url":null,"date_published":"2023-09-21T16:58:08.301024Z","downloads":4033,"version_type":"release","files":[{"hashes":{"sha1":"9d74b714628021877c5cd8e60dbe05283f2fdfca","sha512":"dcb5af52fcf935a9ca201797a0704e0f682fb79038a553f202e6c50ae1bc435f2f626169dc5f39c764a456a4e6a95aabe02c6f3495312d84b3680ea0c3291d50"},"url":"https://cdn.modrinth.com/data/OsZiaDHq/versions/29bs38V6/CreativeCore_FORGE_v2.11.1_mc1.20.1.jar","filename":"CreativeCore_FORGE_v2.11.1_mc1.20.1.jar","primary":true,"size":1063440,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"incompatible":true},"file_name":"CreativeCore_FORGE_v2.10.34_mc1.20.1.jar"},"mods\\Fastload-Reforged-mc1.20.1-3.4.0.jard":{"sha512":"b8be6ed0bef707c7c34d84049eb68313a5c787f6e9c9a88fb94daed6bccfedc6c181a1fca431f53b6e8ac03c7baf7653414b5a5792cab6b500c6d66502489431","disabled":false,"metadata":{"type":"modrinth","project":{"id":"kCpssoSb","slug":"fastload","project_type":"mod","team":"MGCy93QI","title":"Fastload","description":"Modifies how worlds are loaded to speed up loading times.","body":"# NOTICE!!!!!!\nI (StockiesLad) have quit modding again. This will explain the absence of updates. Why again? It's just not fun anymore and I am always worried about once again being embedded in annoying discord drama that somehow manages to suck every bit of enjoyment out of modding. There hasn't been anyone willing to step up and take over development and that's partly my fault. This notice is months late. If you enjoy fastload and intend to maintain it, just contact me on discord for a discussion. Please keep in mind that I won't respond quickly because I don't really use discord much at all anymore. Thank you for taking your time to read this!\n\n# Short explanation\nFastload is a *relatively* simple mod that changes some crucial parts of world loading to speed it up.\n\n# Environments\n- Client (Optional)\n- Server (Optional)\n\n# Credits\n- StockiesLad (Owner)\n- JoostMSoftware (Co-Owner)\n- AbdElAziz333 (Forge)\n- VidTu (Ksyxis (Idea))\n- kennytv (Forcecloseloadingscreen (Code))\n\n# Features\n- 441 Pre-generator: Entirely yanks it to sync chunk generation with chunk rendering.\n- Loading Screens: Cancellable (Configurable)\n- Rendering: Pre-rendering Phase (Configurable)\n\n# Suggested With\n- C2ME: Optimises chunk generation.\n- Sodium: Optimises chunk rendering.\n\n# Explanation\nThe 441 chunk loading engine is pretty much what the name is. The reason for it being 441 chunks is that\nit generates chunks in a 10 chunk radius as a square. So multiply that by 2, add 1 (because you are standing\non a chunk) and square it. Fastload removes this *feature* as it is a huge waste of time. Instead, it will\nonly load 1 chunk (the spawn chunk) and loads the rest of the spawn region during early rendering.\n\nAlong with that, it also replaces some of the loading screens with its own implementation. This pretty much\nallows rendering to begin immediately instead of it being halted until the player spawn packet is received.\n\n# Links\n- Modrinth: https://modrinth.com/mod/fastload\n- Curseforge: https://www.curseforge.com/minecraft/mc-mods/fastload\n- Discord: https://discord.gg/fMSnenNSXM\n\n","published":"2022-06-04T16:09:02.891982Z","updated":"2023-08-15T12:36:53.077035Z","client_side":"optional","server_side":"optional","downloads":538829,"followers":1023,"categories":["optimization","worldgen"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","23w12a","23w13a","23w13a_or_b","23w14a","23w16a"],"loaders":["fabric","forge","quilt"],"versions":["OAv8CrM0","hR5aj90D","Lbph3YVy","nkXCDjTX","CVP8s8T3","tFMofdbs","3j5R1tqr","opd0zx0e","iiKA1DWl","DVbkQeRT","bAEd4DsW","PjaIK1Vp","tAJHf9G7","wIStpaL0","8J8D4v6o","1wIMDix7","BnPn5A62","f4sYhmcE","meWCSzii","DJkYeZd5","1f1DA0KB","QNff3l3l","QlIwIIh9","C2LwOzJk","1uyZI4Sv","FKmzXNtY","K88McHch","DQlQxhhM","qIDVvUbg","nAfxWveV","MmygcB2M","zNe7bwry","Tv3wOvtj","ksl46t40","qkR1zzal","dKaZj3NX","bxgfNPxE","LtO049ip","RWontocM","tMBTPH4j","rGmamzE5","gdXi90uO","Dsgo7CSj","2Yda0wxa","pPHZxvSq","mBNst1pT","NHYFVTEV","WyunD6Js","N1SrNeBH","IpZXHH55","rxKwFSer","ZlGXwJvh","TQqs51tn","DadZpSjE","tMPV3Kkg","ZF0uERgW","FpDn2R2L","gIRDVsr1","a5IjqNvz","DlCLRU3a","WU1it2AO","FU50wLzH","DhZ4Ja4S","Y0vyVBp6","suyTpHDo","gO58JOqR","K9vr5fdy","OQyAqgWH","AWGFfzNY","Jy0nBwT7","n2GBDiY8","YvKzIdFE","lbg7lLOP","XzqjhWvy","GCH0zDV1","cOIVKLwU","FswsA1ru","pDTCLzgm","s3zsS0HW","tykaPrWr","ILYiaB6n","jbjSMJqM","JpRTQ4PR","vD6ndABa","WryJ0FUZ","FcFh2FAO","PB8AbQO3","BwDnLgzN","OxwM6hRt","u4FVRRGd","ys9T20o4","47qpvpOP","P17HkM27","9Kgnmrza","3cboK7gk","HDvAnQIw","Z8CqLDDO","nHeyxX0A","fbLmfqa5","ka9OYmub","5caSj7kt"],"icon_url":"https://cdn.modrinth.com/data/kCpssoSb/47742fe96d19cdad9a3eb6a73bd9c7c1547fb4ad.png"},"version":{"id":"5caSj7kt","project_id":"kCpssoSb","author_id":"3AXCrCqA","featured":false,"name":"Fastload 3.4.0 for MC 1.20.1","version_number":"mc1.20.1-3.4.0","changelog":"bump version.","changelog_url":null,"date_published":"2023-08-15T12:36:55.631401Z","downloads":8842,"version_type":"release","files":[{"hashes":{"sha1":"27d58f123951e0404c94caf16ff9b96b442f371c","sha512":"b8be6ed0bef707c7c34d84049eb68313a5c787f6e9c9a88fb94daed6bccfedc6c181a1fca431f53b6e8ac03c7baf7653414b5a5792cab6b500c6d66502489431"},"url":"https://cdn.modrinth.com/data/kCpssoSb/versions/5caSj7kt/Fastload-Reforged-mc1.20.1-3.4.0.jar","filename":"Fastload-Reforged-mc1.20.1-3.4.0.jar","primary":true,"size":66989,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"MGCy93QI","user":{"id":"3AXCrCqA","username":"AbdElAziz","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/89092953?v=4","bio":"I love all people","created":"2022-05-27T22:49:23.800376Z","role":"developer"},"role":"Contributor","ordering":0},{"team_id":"MGCy93QI","user":{"id":"6RqzXTwc","username":"StockiesLad","name":"Fluffy Bumblebee","avatar_url":"https://avatars.githubusercontent.com/u/60066663?v=4","bio":"A lad from stockies mate.","created":"2022-06-04T16:04:13.709905Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"MGCy93QI","user":{"id":"GIn4UWLW","username":"JoostMSoftware","name":"Joost","avatar_url":"https://avatars.githubusercontent.com/u/80041873?v=4","bio":"I'm a student Software Engineer that codes websites and mods for games. ","created":"2022-06-04T15:56:54.106893Z","role":"developer"},"role":"Co-owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"Fastload-Reforged-mc1.20.1-3.4.0.jard"},"mods\\item-filters-forge-2001.1.0-build.55.jar":{"sha512":"91ee9aadb099cd82245ce3a0b41689a7fc39a77b97d27e6537606a179043ff9e37d441769030bba3cce97f63f0793dcd6e6748dc088fb577c1f07ef843ec1731","disabled":false,"metadata":{"type":"inferred","title":"Item Filters","description":"Adds Item Filters that can be used in other mods to filter multiple items in devices\n","authors":["LatvianModder"],"version":"2001.1.0-build.55","icon":null,"project_type":"mod"},"file_name":"item-filters-forge-2001.1.0-build.55.jar"},"mods\\architectury-9.1.12-forge.jar":{"sha512":"601931a281d2968c52433d6ae967f75aee655c118626a84e114bd6a6ed5fd8134df8bf379ff88d217b2befc953fc4ab55c8cd0d622b1186a9598c0080a400ded","disabled":false,"metadata":{"type":"modrinth","project":{"id":"lhGA9TYQ","slug":"architectury-api","project_type":"mod","team":"72qgsq9X","title":"Architectury API","description":"An intermediary api aimed to ease developing multiplatform mods.","body":"# Architectury API\n\nTalk to us on [Discord](https://discord.gg/C2RdJDpRBP)!\n\nAn intermediary api aimed to ease developing multiplatform mods.\n\n### What is Architectury API\n\nArchitectury API is an api to abstract calls to fabric api and forge api as both loader has different implementations of\nwhat can be perceived as the same thing.\n\nArchitectury API updates regularly, with new hooks and features. Currently contains over **90** events hooks, networking\nabstraction, loader calls abstraction, game registry abstraction and an easy to use @ExpectPlatform annotation (Only\nworks on static methods).\n\n### Do I really need this API?\n\nArchitectury API is only one part of the architectury ecosystem, **Architectury Plugin** is the gradle plugin enabling\nall this multiplatform actions.\n\nArchitectury API is optional for projects built on architectury, you may create your architectury project with just\nArchitectury Plugin.\n\n### Advantages of Architectury\n\n- Open sourced\n- Less boilerplate for your multiplatform mod\n\n### Getting started with making multiplatform mods\n\nArchitectury Loom: https://github.com/architectury/architectury-loom (a fork of Fabric Loom adding multiplatform development capabilities)\n\nGradle Plugin: https://github.com/architectury/architectury-plugin (includes Architectury Injectables, for the `@ExpectPlatform` annotation)\n\nExample Mod: https://github.com/architectury/architectury-example-mod (a discontinued example mod using Architectury, if possible, use the templates instead)\n\nMod Templates: https://github.com/architectury/architectury-templates (a set of templates to get started using the Architectury toolchain)\n\n### Example: Usage of @ExpectPlatform\n![Exmaple of the @ExpectPlatform annotation, part of Architectury Injectables](https://camo.githubusercontent.com/78c68766affb70fbd88f9806e0e95f78765ec339448d7102065f2942be2b3215/68747470733a2f2f6d656469612e646973636f72646170702e6e65742f6174746163686d656e74732f3538363138363230323738313138383130382f3737363432383831343330393738353632302f756e6b6e6f776e2e706e673f77696474683d31313931266865696768743d343339)\n\n### Credits\n\nIn certain older versions, this library used to bundle typetools; you can find its license [here](https://github.com/jhalterman/typetools/blob/master/LICENSE.txt \"\")","published":"2020-11-16T10:40:17.116288Z","updated":"2023-09-26T02:57:12.071584Z","client_side":"optional","server_side":"optional","downloads":1215065,"followers":1524,"categories":["library"],"additional_categories":[],"game_versions":["1.16.5","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre2","1.19.4","1.19.4-pre3","1.19-pre1","1.20","1.20.1","1.20.2","1.20.2-pre1","1.20.2-pre2","1.20.2-pre4","1.20-pre1","1.20-pre5","22w42a","22w43a","22w44a","23w03a","23w13a","23w13a_or_b","23w18a","23w31a","23w32a","23w33a","23w35a"],"loaders":["fabric","forge","quilt"],"versions":["37aObfvM","gyNUAhlG","7mmmFMxV","5KJz05dn","sqJXhMX9","y6rBiuLE","Vato9b7P","2AmdiW2X","YLbgW3at","iKqu0dIa","qFpMNY9p","JD5CZqrY","Uw4OUIpO","468H7PSo","xUSAkGXZ","yekAuTSi","kuKyhx4a","puJaYNe6","G6roBkfe","vhKOfGGy","JKUpiAOI","BO9pG04t","RRYxZ2Ss","LOJZqt02","PNRrEweK","ol14cqSs","6rv0zlku","99woqoda","uwTqwrar","k2CSXNeY","TytFoW0P","BrPyk75r","nEcl9mv3","z3PYgL8v","k5Vk58yE","mjtvukk4","dQVFn0lZ","mpqJwBvP","2nlsuqT0","OcSwv7Bd","PnEz49HI","oNHPgHOo","7tOt6yBe","kgP2KvTa","syUiA6EY","Hf0Bau1j","4EmMThpo","J78onBNb","4QsePUaY","DrzwF8io","M2TFuKCj","LkkGgJ54","Abuha336","hVpjPVqq","ZTaMrj4V","d9yizwYu","cRQNpVkN","iSSjXP6I","e5A7iji0","QbVhURET","QdSI5Jqt","TfrGiL2j","fgbaICgI","4ExwBLcT","Vx9peY9q","LLWnlbqB","AqHbhvJG","D9WJXiDA","I0bwxQis","fmyLcSUR","fuvw3iT3","BDGIzrTW","m9TL0O0B","XNSp0pec","Vfjfgr3q","H2eskN4C","MJMK72lb","CQS8sEfa","DDO8yQYm","RvJHT8eh","A6mEgIbA","mYz4gdHP","99U08qrM","l5BQFxY6","yayVtVT2","lbZY1Knw","SvFEBbXa","juDpYJd0","JzXLfsj6","aNnwGOML","HINkYiBY","nq5xHPXL","76Z4FAQ0","BCLEdiJm","GCR7RG35","JCUL4KKt","Qg9loogH","foPbHoIn","TZRm0P23","ZrvfXtKK","yaTUjhVv","xjWpId6m","cH9PCvfY","rJ54rLqX","FkwCidMg","Dlcr87N4","hFLxuJ0N","KE5bu0Vd","tXIP7YPz","MSHtHE4s","iIYfuRMT","i6EVpCCY","lvNmFud9","PbE00gCi","MGP3b9Aq","d5oFBHkM","umK9Amrq","ejJFmhZW","PEKDmPIQ","ZZxvV3Kl","9yZyQCYh","4QgrcQn8","sylbo6YH","JD6EmQHI","Hl08ZTHo","wkQeBjBR","dcM46wLr","SaBmdMXf","WFvj4t0k","Z7iWDzqB","s1gmP0Q3","1eob8ZdG","uhEeGdaK","41RubmTw","2xqs1Y6b","v3rn2fDT","wafgwqUm","xXsDyf0B","alc70oBu","GEBcq08y","1hOCMZsg","VwpnDGLt","ketja3QP","sGPVpzLh","9VVWBhOe","YiYBpQpv","OrdDd9xt","YxX289mS","I0TW1RGi","BmkZHo8Y","tJBAMkGO","7vxxSNtV","XZrvAVVY","SWry8g5q","6hcOpiuA","Kwuu4O4w","tJGqxo3S","LjNaLvHD","97NYBivp","gP2XH9Oe","gcCtfIqf","MDMnIYXn","fHBKIXLG","lh8TNghT","XXGqoxBe","ppDF7bGm","Xb48U4dI","oGBEjb15","NtVaa36c","jHxM99iS","ZBfefNWq","a9f986RP","XV72M5Gg","w5Kw8FAN","Z6666f4P","ScYnvqdx","Zw57dVyl","j5zDzQqi","o069zrDa","DIw2YTZ2","H3InwdRP","aQu6FcPv","HoIJp48v","ns7Xs1B6","eIZS4sYy","62fhHjWH","cysqWrDN","OFLHUcGo","NxbWyaxs","lReYANwU","7zJ2DJuN","jSGDiM9H","QNVGxVoq","7SbYSIdC","TWylwR7P","ON7CwM6M","6bcAfgt2","8y4xVR6z","8tNf9Wq9","5VA4z5O5","Xisp7QmU","Sbew3kXe","gyJ7kDpb","Ock52JGW","94pDo4Mg","NyIvjlpf","UWacXu6I","cSMWX5mK","msOhmxZv","tN1jacer","cv151FBM","RbSwgJzj"],"icon_url":"https://cdn.modrinth.com/data/lhGA9TYQ/icon.png"},"version":{"id":"gyJ7kDpb","project_id":"lhGA9TYQ","author_id":"OQodw31Z","featured":false,"name":"[Forge 1.20(.1)] v9.1.12","version_number":"9.1.12+forge","changelog":"## Architectury v9.1.12 for 1.20(.1)\nUpdated at **2023-07-25 02:56**.\n[Click here for changelog](https://www.github.com/architectury/architectury/commits/1.20)\n- Fix #423","changelog_url":null,"date_published":"2023-07-25T02:56:38.816300Z","downloads":49645,"version_type":"release","files":[{"hashes":{"sha512":"601931a281d2968c52433d6ae967f75aee655c118626a84e114bd6a6ed5fd8134df8bf379ff88d217b2befc953fc4ab55c8cd0d622b1186a9598c0080a400ded","sha1":"49fc332e52027845caaa0098289dc9059b8eb010"},"url":"https://cdn.modrinth.com/data/lhGA9TYQ/versions/gyJ7kDpb/architectury-9.1.12-forge.jar","filename":"architectury-9.1.12-forge.jar","primary":true,"size":567579,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"72qgsq9X","user":{"id":"OQodw31Z","username":"MaxNeedsSnacks","name":"Max","avatar_url":"https://avatars3.githubusercontent.com/u/12750501?v=4","bio":null,"created":"2021-01-18T20:56:26.016118Z","role":"developer"},"role":"Author","ordering":0},{"team_id":"72qgsq9X","user":{"id":"5vnjU0nQ","username":"Juuz","name":null,"avatar_url":"https://avatars0.githubusercontent.com/u/6596629?v=4","bio":null,"created":"2020-10-30T09:59:52.307285Z","role":"developer"},"role":"Toolchain Maintainer","ordering":0},{"team_id":"72qgsq9X","user":{"id":"1Hsaf75m","username":"shedaniel","name":null,"avatar_url":"https://avatars2.githubusercontent.com/u/34910653?v=4","bio":"yes hello world i code java","created":"2020-10-26T15:37:45.882173Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"architectury-9.1.12-forge.jar"},"mods\\create-1.20.1-0.5.1.d.jar":{"sha512":"0d5079f139cdb298f804a1eba0956be7c14481295accab51903c9984dd261ef4425e1dec1b072f2e93435b05951c39fe4d603ecd6688191dbf0aedf7d0ea4291","disabled":false,"metadata":{"type":"modrinth","project":{"id":"LNytGWDc","slug":"create","project_type":"mod","team":"yyROG8qL","title":"Create","description":"Aesthetic Technology that empowers the Player","body":"

 

\n

\n

 

\n\n## Installation Requirements\n\n

\n

This version of Create runs on Minecraft Forge only.
You can find the version compatible with the Fabric ecosystem here.
As of 0.5.1, Flywheel no longer has to be installed separately.

\n

 

\n\n## Our Patrons\n\nKyrinon · niraami · Pongo Sapiens · BananaIguana · Viriss · Trakinson · OldShadowHand · rancorasaurous · bonemill · AcidKat · J W. · KnyteGaming · Michael H. · DerpTime · Calibur · lujoBoy · _Kilburn · CyanSoup · Romblood · lurker · MrOxiMoron · idlesn0w · jonas · WaldFlo · PieKing1215 · Gabriel M. · Rogue · Dannnis · No One · Pixus · Spammy · nwmqpa · Herth G. · LyrenF · Hiabst · CapitaineCat0 · Tugu · squishie · Sunlis · Theishiopian · Thor7O · Bootstrap22 · Marksmen · Yuri · Zanthros · Lubey · lola_lela · LesserFlame · millatime21 · bagofsquirrels · ZizouMunoz · sensual kazoo · Red_Stalker · vesperdem · rtwishon · Authmind · Halcyon_Daze · Jean Machine · CottonHeads · chimericdream · Gyro · Jehrendil · Slaser360 · Myra G. · jpc · LaserLemons · Trent · Konclan · Neko_Fear · Miner of 8 bits · ToastedToast · hazmodan · Jost V. · Jink · IllegalEagle · Guybrush · Requios · TotalTechGeek · zaknirahc · tomd1969 · VirenRunner · Guilherme R. · Serkan Y. · Silviuz · Jester · Kyle · Niv · Artem B. · Fredster · azurecrab5 · End_Rage · Lombbm · Jason C. · FeeelinBlu · Michael M. · Lorkhajn · tater · Spencer G. · J40climb · schnabeltierr · 501warhead · Captain S. · Chewy · Lenny · The-Nerdy-Birdy · Laton · RickieGamer · Bugord · WalnutBeet · KlokworkKro · HenTyHoB · Elynn T. · Xavyrr · CuriousTorvald · El-Ahrairah · CycloneDusk · John N. · JustinGamesTV · GopherAtl · EEFKenC · WolgLarutan · FabiotheTurtle · samiamthelaw · Quacky · Joshua C. · zercookie · Shijidaru · Drazden · BudderedToast · Kivister · Mat Holliday · Quentin P. · Mikester777 · Timotheo · Le Chatissier · Big Jim · saebyn · OffBy0x01 · Gerricane · waila12 · Camilo S. · PicanteBeef · Eric M. · Geo! · readytoeatapricots · Seelenmagnet · FenriX · Black Dragon · MiC · MicrosoftExcel · WindMagi · Cameron S. · StarsintheSky · Deliqene · DECRYPT. · Alexei G. · Alexis Girard d. · z-Tau\n

 

\n\n## About\n\n

Welcome to Create, a mod offering a variety of tools and blocks for Building, Decoration and Aesthetic Automation.

\n

The added elements of tech are designed to leave as many design choices to the player as possible. With Create, the game isn't played inside a bunch of UIs, it challenges you to setup contraptions of animated components working together in many possible arrangements.

\n

Create's visual in-game documentation called 'Ponder' will guide you though all added mechanics and gadgets.

\n

Important: In order to be able to see all recipes required in Create, consider installing JEI. The vanilla recipe book will not be able to guide you through the experience by itself.

\n

 

\n

\n

 

\n\n## Development\n\n

Find out about supported versions and what's currently in the works in this dedicated wiki page.

\n

 

\n\n### Developers\n\n

simibubi, Jozufozu, Pepper, Zelophed, gamez7, Grimmauld, Snownee

\n\n### Artists\n\n

Kryppers, voxel_dani, LeastReality, vectorwing

\n\n### Contributors\n\n

tterrag, evanthebruce, D'Arcy Olla, Kayla

\n\n

 

\n\n## Localization\nLocalizations are kindly submitted from our community on CrowdIn. You can find our project here.\n\n

 

","published":"2022-07-07T21:24:43.018879Z","updated":"2023-09-22T09:09:28.476348Z","client_side":"required","server_side":"required","downloads":199406,"followers":691,"categories":["decoration","technology","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19.2","1.20.1"],"loaders":["forge"],"versions":["5qZVd4uA","6IophzXm","agqHZOAO","w5UlhTtV","xRw8XV1l","DfnKjc7G","IsdIyd4f","DI8s7Siu","679bk5la","8u9atQ9x","74qMainw","7wAE1EBf","iRckjniU","1Nb1UGA5","8LczbIGv","4awoSQJV","BnkUJVhl","6ZQIjBQo","PTHAyfx7","2aUVdjOe","gjvACune","tIhVl7AP","ZyOnhaSB","BzindULC","F8INqv9w"],"icon_url":"https://cdn.modrinth.com/data/LNytGWDc/icon.png"},"version":{"id":"tIhVl7AP","project_id":"LNytGWDc","author_id":"Ud4jzpdg","featured":false,"name":"Create 1.20.1 0.5.1.d","version_number":"1.20.1-0.5.1.d","changelog":"## Create 0.5.1d\n\n- Fixed crash when colliding with mechanical belts on recent forge versions","changelog_url":null,"date_published":"2023-07-05T10:14:08.098317Z","downloads":88529,"version_type":"release","files":[{"hashes":{"sha512":"0d5079f139cdb298f804a1eba0956be7c14481295accab51903c9984dd261ef4425e1dec1b072f2e93435b05951c39fe4d603ecd6688191dbf0aedf7d0ea4291","sha1":"26c3f76dbba950b58c63044ae6717d0d33fa0f01"},"url":"https://cdn.modrinth.com/data/LNytGWDc/versions/tIhVl7AP/create-1.20.1-0.5.1.d.jar","filename":"create-1.20.1-0.5.1.d.jar","primary":true,"size":14789680,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"yyROG8qL","user":{"id":"Ud4jzpdg","username":"simibubi","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/31564874?v=4","bio":null,"created":"2022-07-07T19:36:11.027713Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"F8INqv9w","project_id":"LNytGWDc","author_id":"Ud4jzpdg","featured":false,"name":"Create 1.20.1 0.5.1.e","version_number":"1.20.1-0.5.1.e","changelog":"- Addons can now more easily register custom fan processing types\n- Added tags to allow controlling which blocks and fluids act as catalysts for certain fan processing types\n- Fixed unlit campfires providing boiler heat\n- Fixed crash when applying trapdoors to copycat panels\n- Added tag to prevent specific vanilla recipe types from integrating with create\n- Rollers no longer break blocks adjacent to blocks tagged #minecraft:portals\n- Added safety checks for active rollers passing through a portal\n- Fixed rollers in fill mode consuming blocks from a train without placing any\n- Changed lava diving advancement from hidden to challenge, as it is an actual intended player ability since 0.5.1\n- Changed title of speed controller advancement\n- Funnels, Chutes and other Create components should now perform a little better when used with large vaults\n- Added support of other packet size optimisation mods: connectivity and Packet Fixer (KostromDan)\n- Spectators can no longer interact with Super Glue and Valve Handles (attackeight)\n- Fixed Elevator Contraptions sometimes powering multiple contacts upon arrival (laxadeR)\n- Fixed Deployers not able to interact with blocks using block-like items (NovaStarter)\n- Integrate new modded wood types with create: Environmental, Atmospheric, Infernal Expansion, Good Ending, Biome Makeover (Tempystral)\n- Addons can now specify custom behaviour when pipe fluids collide (Notenoughmail)\n- Localisation updates from CrowdIn\n- 1.19, 1.20: Trains can now travel to the Aether\n- 1.20: Fixed some blocks incorrectly treated as non solid\n- 1.20: Fixed crash when other mods query creative tabs server side\n- 1.20: Integrate new vanilla wood types with create (attackeight)\n- 1.20 (Flywheel): Fixed compatibility with Starlight\n- 1.20 (Flywheel): Fixed compatibility with Embeddium","changelog_url":null,"date_published":"2023-09-22T09:09:32.376384Z","downloads":6701,"version_type":"release","files":[{"hashes":{"sha512":"8cf77d36573e6b94e707b5b3f17a96d718a7c9de54b2566ce74e17ebcb0ccef07bf8a40f2bd932293ac9a50959c120f7b8af4c6e662c55d88c0e9779d35c1986","sha1":"fafc19bfdbb786d452bc3c2219d09081b70226bf"},"url":"https://cdn.modrinth.com/data/LNytGWDc/versions/F8INqv9w/create-1.20.1-0.5.1.e.jar","filename":"create-1.20.1-0.5.1.e.jar","primary":true,"size":14928080,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"create-1.20.1-0.5.1.d.jar"},"mods\\botarium-forge-1.20.1-2.2.0.jar":{"sha512":"b81461c37a51b84dcd2de1b26dc4fa43c939e9b13073c76e779158d1310b3a30c56a248308b8e7e0c61053d8f1f1fcafdd49084f780a72c503e3f28ef6c4349a","disabled":false,"metadata":{"type":"modrinth","project":{"id":"2u6LRnMa","slug":"botarium","project_type":"mod","team":"UfQrnW3D","title":"Botarium","description":"A crossplatform API for devs that makes transfer and storage of items, fluids and energy easier, as well as some other helpful things","body":"
\n\n## Botarium\n\n[![Made by Terrarium](https://cdn.discordapp.com/attachments/1073717602880327761/1073718144910233691/Terrarium_vector.svg)](https://discord.terrarium.earth)\n[![curseforge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/botarium)\n---\n\n### 📖 About 📖\n\nBotarium is a simple open source API that makes modding on Forge and Fabric easier for devs looking to make tech mods! More specifically, it should help in the creation of blocks and items that hold items, fluids and energy and has a rudimentary transfer api that allows you to interact with other forge and fabric containers.\n\nIt also has a variety of utilities, such as a fluid registration api, general registration api, and cross platform api\n\n---\n\n[![Use code \"Terrarium\" for 25% off at BisectHosting](https://cdn.discordapp.com/attachments/1073717602880327761/1094750562794348585/BisectHosting_Banner_vector.svg)](http://bisecthosting.com/terrarium)\n\n---\n\n### Socials\n\n[![youtube-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/youtube-plural_vector.svg)](https://youtube.terrarium.earth)\n[![twitch-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/twitch-plural_vector.svg)](https://www.twitch.tv/terrariumearth)\n[![twitter-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/twitter-plural_vector.svg)](https://twitter.terrarium.earth)\n[![kofi-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/donate/kofi-plural_vector.svg)](https://kofi.terrarium.earth)\n[![discord-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/social/discord-plural_vector.svg)](https://discord.terrarium.earth)\n[![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/modrinth_vector.svg)](https://modrinth.com/user/Terrarium)\n[![curseforge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/curseforge_vector.svg)](https://www.curseforge.com/members/terrariumearth/projects)\n---\n\n### Check Out our Other Projects\n\"Handcrafted\"\n\"Chipped\"\n\"Ad\n\"Tempad\"\n\"Colorful\n\n\"Lil\n\"Vitalize\"\n\"Spirit\"\n\"Reaper\"\n\"Experience\n
","published":"2022-11-14T16:57:28.293227Z","updated":"2023-07-30T11:48:23.842934Z","client_side":"required","server_side":"required","downloads":48420,"followers":59,"categories":["library"],"additional_categories":["storage","technology","utility"],"game_versions":["1.18.2","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["fabric","forge"],"versions":["oxrzyh0Q","bqAXfAn7","RJrojWLM","wdtsceOJ","bLbv78rS","xOZxDDRs","MJvBRUsi","u7oOeeWm","uBWe6LCs","e0SWPKSy","QJN99sLm","aycOjnEC","ug2UtVUo","LhRbwlAR","vFRw8sIH","ZUuLmCWS","ljUwVxDn","VibsgUla","bT1vv4r7","xJWCmdyF","jSBrIWOE","FauNRBdN","SGU6kdwx","SmCay2Ti","2V9BLVs9","ARPkqhAA","gaO0RRE6","XZKl4K02","Geus4pFy","oSrobFFt","68GuPIir","tcZxm5SG","81wUktdl","K3YJQheO","oUdhCaCg","W2Cpszcu","pMF0vSby","cTLYvv5B","MQZwXyNL","WQsGLmIm","7cbTAVu7","FcY39Wh0","9FoeclDH","wvz5iRrD","YgOh7n9M","sRN61sQh"],"icon_url":"https://cdn.modrinth.com/data/2u6LRnMa/31d70002f565c2ae1b2901667f3fb9f553281594.png"},"version":{"id":"sRN61sQh","project_id":"2u6LRnMa","author_id":"6ZoP9xY8","featured":false,"name":"2.2.0","version_number":"2.2.0","changelog":"New and improved Fluid and Energy API for transfering fluids and energy\nNew lookup API for registering fluid and energy containers onto blocks and items","changelog_url":null,"date_published":"2023-07-30T11:48:24.583109Z","downloads":4813,"version_type":"release","files":[{"hashes":{"sha1":"6444145d4c89755c218d907a19177b72be9baa7f","sha512":"b81461c37a51b84dcd2de1b26dc4fa43c939e9b13073c76e779158d1310b3a30c56a248308b8e7e0c61053d8f1f1fcafdd49084f780a72c503e3f28ef6c4349a"},"url":"https://cdn.modrinth.com/data/2u6LRnMa/versions/sRN61sQh/botarium-forge-1.20.1-2.2.0.jar","filename":"botarium-forge-1.20.1-2.2.0.jar","primary":true,"size":140559,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"UfQrnW3D","user":{"id":"6ZoP9xY8","username":"Terrarium","name":"grimb.o","avatar_url":"https://cdn.modrinth.com/user/6ZoP9xY8/845ab3625ed09a90b58b4ec6089c92d8e459ca09.png","bio":"A studio making mods and modpacks for our flourishing community <3","created":"2022-05-26T17:00:33.119516Z","role":"developer"},"role":"Member","ordering":0},{"team_id":"UfQrnW3D","user":{"id":"mL6r9Xal","username":"CodexAdrian","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/83074853?v=4","bio":"Lead Mod Developer for Terrarium, Member of Team AOF","created":"2021-06-20T23:21:52.365757Z","role":"admin"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"botarium-forge-1.20.1-2.2.0.jar"},"mods\\resourcefulconfig-forge-1.20.1-2.1.0.jar":{"sha512":"873979366dc5fea5681390d31491d92148742bc3744e9d935b8d2d7c630a834da92eef2365a88c910d92c309f806e35683d12dbdc923147268b79cfaf1fd3683","disabled":false,"metadata":{"type":"modrinth","project":{"id":"M1953qlQ","slug":"resourceful-config","project_type":"mod","team":"HZyf49is","title":"Resourceful Config","description":"Resourceful Config is a mod that allows for developers to make cross-platform configs","body":"\n\n
We make cross-platform configuration easy peezy!
\n
On forge, we use the official forge config system to make hot reloading possible.
\n
and on Fabric we use JSONC because they don't have a system.
\n
As of 1.20 we no longer use Forge's official system as it breaks quite easily.
\n
We also have a cool lit UI for the youngsters to enjoy because they lazy and stuff.
We also have a web interface for servers or clients if they want to use, more info here
\n\"This\n\n","published":"2022-11-28T01:11:50.632330Z","updated":"2023-08-05T04:55:20.560908Z","client_side":"required","server_side":"required","downloads":67299,"followers":92,"categories":["library"],"additional_categories":[],"game_versions":["1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["fabric","forge"],"versions":["1sMRhcfE","CJ1EQWAX","AmKXTTvt","HLTIErHD","CC4DR9Ew","AT8w6BOY","ey867PKW","yaKkGeBn","geCYkuUf","uyEnPWwc","EbmW7KYO","ImsXyeAn","bodqKeZo","Jz5eewAo","hGInwt7S","OHgqw2cM","bpexXO5r","EDFKAsEd","SSywkHD2","QUCEXsuZ","JrjaKFMB","eQYA6EPm","vQZXd8C8","Mk4JvsHk","qKRFSQCB","Z9VrRna2","Gv8qpOL7","CDqoVuzU","yEcynctB","zrSzjHIt","6k0hdREk","TIzyR4bY","n3yQ9KKD","JXU6RJAv","iktUkXe8","nVDWZ9N7"],"icon_url":"https://cdn.modrinth.com/data/M1953qlQ/2e0da928f67bd804ee4ef8205b747439f713f5bd.png"},"version":{"id":"iktUkXe8","project_id":"M1953qlQ","author_id":"VTfgLJ1p","featured":true,"name":"[Forge] Resourceful Config 2.1.0","version_number":"2.1.0","changelog":"Fix primitive arrays creating an exception with casting to object arrays ([#10](https://github.com/Team-Resourceful/Resouceful-Config/pull/10)) - Drullkus ","changelog_url":null,"date_published":"2023-08-05T04:55:17.045290Z","downloads":5614,"version_type":"release","files":[{"hashes":{"sha512":"873979366dc5fea5681390d31491d92148742bc3744e9d935b8d2d7c630a834da92eef2365a88c910d92c309f806e35683d12dbdc923147268b79cfaf1fd3683","sha1":"2708d4cf085b3b8a1fd0dc6212969fdb65c93457"},"url":"https://cdn.modrinth.com/data/M1953qlQ/versions/iktUkXe8/resourcefulconfig-forge-1.20.1-2.1.0.jar","filename":"resourcefulconfig-forge-1.20.1-2.1.0.jar","primary":true,"size":129306,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"HZyf49is","user":{"id":"K86yjB3D","username":"ThatGravyBoat","name":"ThatGravyBoat","avatar_url":"https://avatars.githubusercontent.com/u/26934102?v=4","bio":"I create things","created":"2021-11-13T23:08:22.133720Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"HZyf49is","user":{"id":"VTfgLJ1p","username":"epic_oreo","name":"James Moore","avatar_url":"https://avatars.githubusercontent.com/u/291578?v=4","bio":"I like to play games and mess around on my computer. I am actively developing Resourceful Bees mod for Minecraft","created":"2022-09-09T06:31:04.158655Z","role":"developer"},"role":"Co-Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"resourcefulconfig-forge-1.20.1-2.1.0.jar"},"mods\\Jade-1.20.1-forge-11.5.1.jar":{"sha512":"485076c77c038016424fd33ed7571b066be3fe677a11ab18e4ab86abcfd08a938059a853cb1c28de35b0a331c95f9808f45c738937af209c78e2bbe1ddaffd41","disabled":false,"metadata":{"type":"modrinth","project":{"id":"nvQzSEkH","slug":"jade","project_type":"mod","team":"UadxHcYS","title":"Jade 🔍","description":"Shows information about what you are looking at. (Hwyla/Waila fork for Minecraft 1.16+)","body":"# Jade 🔍\n\n
\n\nJade is the information HUD mod - Hwyla/Waila for modern Minecraft versions. Designed for better user experience and API.\n\nJade can be installed only on the client side. But many features require Jade on the server side. (item storage, horse stats, bees in beehive...)\n\n**For mod integration, try Jade Addons: [Forge](https://modrinth.com/mod/jade-addons-forge) [Fabric](https://modrinth.com/mod/jade-addons-fabric)**\n\n### Keys (default):\n\n - Keypad 0: Open configuration screen\n - Keypad 1: Toggle overlay\n - Keypad 2: Toggle liquid display\n - Keypad 3: Show recipes (Requires JEI)\n - Keypad 4: Show uses (Requires JEI)\n - Keypad 5: Narrate target\n\n### Notable changes compared to Hwyla:\n\n - API re-design\n - More vanilla addons\n - Higher configurability\n - Better accessibility\n","published":"2021-09-18T08:14:16.544897Z","updated":"2023-09-25T15:17:07.249484Z","client_side":"optional","server_side":"optional","downloads":207957,"followers":733,"categories":["utility"],"additional_categories":["library"],"game_versions":["1.16.4","1.16.5","1.17.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20.2-pre2","1.20.2-pre3","1.20.2-pre4","1.20-pre1","1.20-rc1","23w31a","23w32a","23w33a"],"loaders":["fabric","forge","quilt"],"versions":["q4ZaJMOV","okzqmJFR","O39MFDEw","8DsBPWqM","z8VJxqga","9GFhyVbZ","Nt1CVXe1","SZ31HOeG","5Fxr8pEV","NVeL7bLQ","vgkS7FsN","PEUxgEMw","w0i23DFm","i73JWEGw","oUfYzPSq","cFq5o17s","uVdWPdsM","ZASePpsm","tLH7cjnK","ada2ALjB","JSi5dyS2","uaCBZukC","HIL9jJQF","LmXOtmIi","AncyVLy5","ru21sPo2","xk54zw9v","EgZGElBL","cTMLt7UP","bhyR7YNm","BWdNl4EE","nTS7zONb","aYg0KAo5","KuAs1UBn","6LbXMvIy","XVLI5QsX","MOFr6hcb","qIHOeHzS","Vh3wXVs6","MSJGBHIo","5HiwJ7Se","aS8nBmNK","IIpnN0Qf","lcQiLHVM","kd04zQ7y","ujkXpLkl","F5BnRKSt","xQcxjdfW","C9KywtGd","4bCqgRsR","H3ou3KBw","D1aUQmSl","rVfNqnx6","vFMaIupn","YaELNGeC","2zfdBx1K","u3ts4cHu","P36LnXE0","rTAmf6cM","YtsKFrlw","oeEzN4Af","3vOfkZtg","2iRQrBk4","Vw8iMb7Y","rBcIqjdI","SlsObyHn","7ykNJqNq","o2sXK6XR","OPfSqApE","jyvjSF1Y"],"icon_url":"https://cdn.modrinth.com//data/nvQzSEkH/icon.png"},"version":{"id":"2iRQrBk4","project_id":"nvQzSEkH","author_id":"UxbEV316","featured":false,"name":"11.5.1","version_number":"11.5.1","changelog":"## 11.5.1\n- fix: duplicate mod name in item tooltip in creative inventory (#288)\n- feat: better text shadow\n- improve: narrate text in a progress\n- fix: cycle option value not being saved correctly\n- chore: move release type to gradle.properties\n- fix: bugs in the last commit\n- feat: item storage caching\n- Update lang/pt_br.json (#286)\n- fix: backport many bug fixes\n- feat: TTS toggle hint (#282)\n- feat: disappearing delay\n- chore: message format tip\n\n## 11.4.3\n\n- fix: Crash upon opening Mod Settings (#284)\n\n## 11.4.2\n\n- feat: tweaks to the custom theme\n\n## 11.4.1\n\n- fix: theme background image\n- gradle 8.1 & parchment\n- improve: tweaks to HorseStatsProvider\n- Update Horse Speed to correct value (#283)\n- improve: make text in progress element easier to see in light color scheme\n- improve: trim the value saved by slider option\n- feat: calibrated sculk sensor block input\n- improve: do not display pitch if the noteblock is not tunable\n- custom theme v2\n- update issue template\n- fix: mob spawner provider order\n- refactor: tooltip positioning\n- fix: NPE looking at fluid with no sprites (#281)\n- fix: oversights in health displaying\n- feat: Do not display Jade when there is a boss bar. (#276)\n- improve: change option entry order\n- unified publishing","changelog_url":null,"date_published":"2023-08-18T20:38:15.667404Z","downloads":6961,"version_type":"beta","files":[{"hashes":{"sha512":"485076c77c038016424fd33ed7571b066be3fe677a11ab18e4ab86abcfd08a938059a853cb1c28de35b0a331c95f9808f45c738937af209c78e2bbe1ddaffd41","sha1":"6a6c185219441aa76fc7e184c7d362058494c0ca"},"url":"https://cdn.modrinth.com/data/nvQzSEkH/versions/2iRQrBk4/Jade-1.20.1-forge-11.5.1.jar","filename":"Jade-1.20.1-forge-11.5.1.jar","primary":true,"size":512370,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"UadxHcYS","user":{"id":"UxbEV316","username":"Snownee","name":"Snownee","avatar_url":"https://avatars1.githubusercontent.com/u/16059084?v=4","bio":"💤","created":"2020-12-15T11:13:23.107685Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"jyvjSF1Y","project_id":"nvQzSEkH","author_id":"UxbEV316","featured":false,"name":"11.6.1","version_number":"11.6.1","changelog":"## 11.6.1\n- fix: Incorrect display of Zombie Villager conversion time (#308)\n- optimize imports\n- fix: status effect display (#303)\n- fix: mod name showing twice in some cases in JEI (#302)\n- improve: allow using custom container finder\n- fix: disable server data verification for replaced accessors\n- fix: crash in the last commit\n- fix: lingering server data\n- fix: bugs related to getting pick result\n- improve the latest PR\n- Improve painting tooltip (#300)\n- feat: option to always show harvest info\n- fix: mislocated breaking progress (workaround) (#295)\n- improve: do not show energy storage if capacity is 0\n- improve: make toasts last longer\n- feat: show fluid tank capacity while holding shift\n- feat: collecting items information\n- improve: item amount display\n\n## 11.5.1\n\n- fix: duplicate mod name in item tooltip in creative inventory (#288)\n- feat: better text shadow\n- improve: narrate text in a progress\n- fix: cycle option value not being saved correctly\n- chore: move release type to gradle.properties\n- fix: bugs in the last commit\n- feat: item storage caching\n- Update lang/pt_br.json (#286)\n- fix: backport many bug fixes\n- feat: TTS toggle hint (#282)\n- feat: disappearing delay\n- chore: message format tip\n\n## 11.4.3\n\n- fix: Crash upon opening Mod Settings (#284)\n\n## 11.4.2\n\n- feat: tweaks to the custom theme\n\n## 11.4.1\n\n- fix: theme background image\n- gradle 8.1 & parchment\n- improve: tweaks to HorseStatsProvider\n- Update Horse Speed to correct value (#283)\n- improve: make text in progress element easier to see in light color scheme\n- improve: trim the value saved by slider option\n- feat: calibrated sculk sensor block input\n- improve: do not display pitch if the noteblock is not tunable\n- custom theme v2\n- update issue template\n- fix: mob spawner provider order\n- refactor: tooltip positioning\n- fix: NPE looking at fluid with no sprites (#281)\n- fix: oversights in health displaying\n- feat: Do not display Jade when there is a boss bar. (#276)\n- improve: change option entry order\n- unified publishing","changelog_url":null,"date_published":"2023-09-25T15:17:09.878170Z","downloads":2095,"version_type":"release","files":[{"hashes":{"sha512":"2e12099dd5ecf5c5ca12474928528a738d1bf30a3de745bab701d4500c1ee35b941360f97c79e38b8ab2271ac552e523f23df522efe9f008467bf8bb06b33816","sha1":"0f46220518b12c05c08cfa8c93223501b8d27e0a"},"url":"https://cdn.modrinth.com/data/nvQzSEkH/versions/jyvjSF1Y/Jade-1.20.1-forge-11.6.1.jar","filename":"Jade-1.20.1-forge-11.6.1.jar","primary":true,"size":514898,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"Jade-1.20.1-forge-11.5.1.jar"},"mods\\embeddium-0.1.4+mc1.20.1.jard":{"sha512":"2f3890a5e467b956beb2672b4b8699d0400f51739ceed94b69c5640a849467377b47a40f5607aaa0b627fcdd76dcd4480fe28ab24b2e471eb97cfef212008aa7","disabled":false,"metadata":{"type":"modrinth","project":{"id":"sk9rgfiA","slug":"embeddium","project_type":"mod","team":"4VBpO7y2","title":"Embeddium","description":"A reliable fork of Sodium for Forge that focuses on compatibility","body":"# Embeddium\n\nEmbeddium is an unofficial fork of Sodium based off Rubidium, with additional changes and bugfixes to integrate it with the Forge modding\necosystem.\n\nEmbeddium is **not supported by CaffeineMC**. Do not report issues encountered with it to their bug tracker or in their Discord. I have my own [Discord server](https://discord.gg/rN9Y7caguP) for my mods if you would like to discuss, provide suggestions, etc.\n\n## Compatibility\n\nGenerally Embeddium should work out of the box with many more mods than Rubidium. However, given the scope of changes\nit makes to the renderer, it may have compatibility issues with some mods that use advanced rendering. Please open an\nissue if you experience problems. Some issues may require changes to be made in the other mod but it's good to have\nthem documented.\n\nThe [GitHub wiki page](https://github.com/embeddedt/embeddium/wiki/Compatibility#known-incompatibilities) has a somewhat-maintained list of known incompatibilities.\n\n**OptiFine is not supported** for obvious reasons.\n\n## Shaders\n\nFor now, please continue to use [Oculus](https://www.curseforge.com/minecraft/mc-mods/oculus) if you want shader support.\nNote that Oculus is somewhat buggy, and your experience will probably be more stable without it. I recommend removing\nOculus if you do not need shaders.\n\n## Credits\n\n* JellySquid & the CaffeineMC team, for making Sodium in the first place, without which this project would not be possible\n* Asek3, for the initial port to Forge\n* XFactHD, for providing a list of gamebreaking Rubidium issues to start this work off, and for testing early builds\n* Pepper, for their invaluable assistance with getting Forge lighting to work on Sodium 0.5\n\n## License\n\nPlease refer to the [LICENSE](https://github.com/embeddedt/embeddium/blob/16.x/forge/LICENSE) file. Embeddium is LGPL-3.0 but there is a very small amount of code from Forge that remains LGPL-2.1.\n","published":"2023-09-01T13:13:55.152605Z","updated":"2023-10-03T13:26:59.368783Z","client_side":"required","server_side":"unsupported","downloads":5585,"followers":48,"categories":["optimization"],"additional_categories":[],"game_versions":["1.16.5","1.18.2","1.19.2","1.20.1","1.20.2"],"loaders":["forge"],"versions":["OY3WMRon","hAX6sZDw","CaCf4EvP","DJkrzyL1","UIKYhj3g","D2QgOs8k","wgTSyLdT","n92q1xDm","x2iQDsSn","w5i6C5rA","VYx7wJuh","BPwa1a0f","Z0owWEPo","LRqPQ9p6","Z6YgHfkc","LNnaE3Iz","tWq5LNiQ","wnaKtTWg","Y6g88oF9","uTvFPy3X","FigmoyrV","i9i2KqZe","S3AHUNRv","HnjKDI0x","TSg0S1pd","GtJAZj8u","7bMjt6FE","WCVvIUCp","AlJbBh2q","PMhLaLp3","VbQKy5NM","YOtFUnuF","t4lyYHms","sYVignsY","ZvHYVZ7N","TUv35Xx2","dmm3qp7E","DjnG6mVQ","pGzt36pt","Qfu5Kd9O","1stNn0rY","T6fDsgmB","d1lm62ry","K3BLhFI2","XCpspd2X","BjKVjzzv","wyFtjfdq","xBcRMUbs"],"icon_url":"https://cdn.modrinth.com/data/sk9rgfiA/d072b86975d2193782912f0e9ec44fffc8c0f181.png"},"version":{"id":"LRqPQ9p6","project_id":"sk9rgfiA","author_id":"6bGskxLV","featured":false,"name":"[1.20.1] Embeddium 0.1.4","version_number":"0.1.4+mc1.20.1","changelog":"[Changelog not implemented yet.]","changelog_url":null,"date_published":"2023-09-09T00:36:02.361187Z","downloads":1316,"version_type":"release","files":[{"hashes":{"sha512":"2f3890a5e467b956beb2672b4b8699d0400f51739ceed94b69c5640a849467377b47a40f5607aaa0b627fcdd76dcd4480fe28ab24b2e471eb97cfef212008aa7","sha1":"2610722f25189e0ffea7f88d2ebc4a1b8ac3de90"},"url":"https://cdn.modrinth.com/data/sk9rgfiA/versions/LRqPQ9p6/embeddium-0.1.4%2Bmc1.20.1.jar","filename":"embeddium-0.1.4+mc1.20.1.jar","primary":true,"size":716375,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"4ZqxOvjD","file_name":null,"dependency_type":"incompatible"}],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"4VBpO7y2","user":{"id":"6bGskxLV","username":"embeddedt","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/42941056?v=4","bio":"Minecraft performance modder.","created":"2022-02-28T13:41:58.687703Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"4VBpO7y2","user":{"id":"TEZXhE2U","username":"jellysquid3","name":"JellySquid","avatar_url":"https://avatars0.githubusercontent.com/u/1363084?v=4","bio":"Professional idiot at day, maniac programmer by night.","created":"2021-01-03T00:49:18.373336Z","role":"developer"},"role":"Upstream Author","ordering":0},{"team_id":"4VBpO7y2","user":{"id":"OGBzw79h","username":"Asek3","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/64613894?v=4","bio":null,"created":"2022-07-02T09:26:04.535310Z","role":"developer"},"role":"Upstream Author","ordering":0}],"update_version":{"id":"xBcRMUbs","project_id":"sk9rgfiA","author_id":"6bGskxLV","featured":false,"name":"[1.20.1] Embeddium 0.1.15","version_number":"0.1.15+mc1.20.1","changelog":"https://github.com/embeddedt/embeddium/wiki/Changelog","changelog_url":null,"date_published":"2023-10-03T13:27:00.469397Z","downloads":69,"version_type":"release","files":[{"hashes":{"sha1":"596ba9e208b7847853ebb0654136f9ee7d003715","sha512":"cc278f2264ece790839a775a398b3dbfb1bd69bd4ab2f05bb21c1da03b47aea3221e27c322fdc886ff18635057d747ab76df24316c5c3151fd04da3faf0e363a"},"url":"https://cdn.modrinth.com/data/sk9rgfiA/versions/xBcRMUbs/embeddium-0.1.15%2Bmc1.20.1.jar","filename":"embeddium-0.1.15+mc1.20.1.jar","primary":true,"size":723780,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"4ZqxOvjD","file_name":null,"dependency_type":"incompatible"}],"game_versions":["1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"embeddium-0.1.4+mc1.20.1.jard"},"mods\\memoryleakfix-forge-1.17+-1.1.2.jard":{"sha512":"1ce40e3179b97187c829ff025b42782568b662b60586c89c1e180922e50a4e047ef7d0b0d36c3473b6d8ee6c5f656ba50fae7532b765a0368ca69b1d8498f251","disabled":false,"metadata":{"type":"modrinth","project":{"id":"NRjRiSSD","slug":"memoryleakfix","project_type":"mod","team":"PxfoVTFT","title":"Memory Leak Fix","description":"A mod that fixes random memory leaks for both the client and server","body":"# memoryLeakFix\n### A mod that fixes multiple memory leaks in Minecraft. Both server-side & client-side\n\nFor the best performance & memory usage, I recommend using this mod with:\n\n- [lithium-fabric](https://github.com/CaffeineMC/lithium-fabric) - The best general performance mod\n- [FerriteCore](https://github.com/malte0811/FerriteCore) - Memory usage optimizations \n\n## My other optimizations/fixes\n* [MoreCulling](https://modrinth.com/mod/moreculling) - Changes how blockstate culling is handled to improve performance\n* [Carpet-Fixes](https://modrinth.com/mod/carpet-fixes) - Largest Server-Side bug fixing mod\n* [Blanket](https://modrinth.com/mod/blanket) - Client-side tweaks/fixes\n* [RailOptimization](https://modrinth.com/mod/rail-optimization) - Make powered rails less laggy\n\n## More Info \n \nFeel free to contribute to the project! \nI'm also fine if you use this mod in your modpacks, just make sure to mention it. \n\nHowever I don't allow clients or other projects to merge this mod without permission, if you would like to use this mod in your client or another project please contact me. \n\n---\n\n\"Kinetic\n\n---","published":"2022-05-25T14:57:06.172838Z","updated":"2023-08-30T17:54:08.156310Z","client_side":"optional","server_side":"optional","downloads":874887,"followers":2269,"categories":["optimization"],"additional_categories":[],"game_versions":["1.14.4","1.15","1.15.1","1.15.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.1-pre1","1.18.1-rc1","1.18.1-rc2","1.18.1-rc3","1.18.2","1.18.2-pre1","1.18.2-pre2","1.18.2-pre3","1.18.2-rc1","1.18-pre1","1.18-pre2","1.18-pre3","1.18-pre4","1.18-pre5","1.18-pre6","1.18-pre7","1.18-pre8","1.18-rc1","1.18-rc2","1.18-rc3","1.18-rc4","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","21w37a","21w38a","21w39a","21w40a","21w41a","21w42a","21w43a","21w44a","22w03a","22w05a","22w06a","22w07a"],"loaders":["fabric","forge","quilt"],"versions":["XPnqFCe0","db1Qa6iF","NK8mmASH","uxqIlBiR","op83jsPA","bEzJ3d9Y","y1Kvwhgo","gPH2ZLuR","6WxBG7Wn","tXDxRppV","RZJVmohY","zmzNcLjP","Yw3hrc43","8vFow3y0","ju6d51G0","oZ1QFlkk","uvitUbpR","R4CYPhDX","S6zlvHPT","tlLtHh1w","fDYPSGrC","f12YQRLF","YtNQP5gX","UWqVNxls","xn2d7ltf","fn7KiVkh","PtXTwQt6","OiV4duYN","9UDEn8ja","lTJY9iYT","ES2a9WYG","gAsQptUE","nXoHagjH","FeW7TYVZ","7Pzm6RM2","s7Ked9u1","kQl1KJI6","kLyFtyv2","dGlflhb6","ojDQq9qm","AK7fR5Ja","IRQCDoh9"],"icon_url":"https://cdn.modrinth.com/data/NRjRiSSD/icon.png"},"version":{"id":"AK7fR5Ja","project_id":"NRjRiSSD","author_id":"PdtUuAh6","featured":true,"name":"MemoryLeakFix 1.1.2 [forge,1.17+]","version_number":"v1.1.2","changelog":"Fix crash with latest MixinExtras version","changelog_url":null,"date_published":"2023-08-30T17:54:09.725Z","downloads":17283,"version_type":"release","files":[{"hashes":{"sha1":"36b7e4aaea3814fac6428a628d3e18988b24f250","sha512":"1ce40e3179b97187c829ff025b42782568b662b60586c89c1e180922e50a4e047ef7d0b0d36c3473b6d8ee6c5f656ba50fae7532b765a0368ca69b1d8498f251"},"url":"https://cdn.modrinth.com/data/NRjRiSSD/versions/AK7fR5Ja/memoryleakfix-forge-1.17%2B-1.1.2.jar","filename":"memoryleakfix-forge-1.17+-1.1.2.jar","primary":true,"size":158689,"file_type":null},{"hashes":{"sha512":"708237dc1ac3d27ebb7425f59d98b62872d51db06b0103af03a75a3717a6c83ca57647ec05862b5715a1c6bc48fd287b46fcb4a03a1e778557a4d6cc8679ce71","sha1":"758c8c3d6d9b3d02f3b5a8be0b8bade8ef5314ce"},"url":"https://cdn.modrinth.com/data/NRjRiSSD/versions/AK7fR5Ja/memoryleakfix-forge-1.17%2B-1.1.2-dev-shadow.jar","filename":"memoryleakfix-forge-1.17+-1.1.2-dev-shadow.jar","primary":false,"size":151409,"file_type":null},{"hashes":{"sha512":"ec26f2c574024492ab3f00cb7bb9ce91f9fbd56fc3516f4d32537a61a55c49890a2b5ab98521e8864d62d240ce2093a686b0427f9c1201152e79742eb244f404","sha1":"8afb8613c9427b7d85ca5cee7ce400e3ec7ec952"},"url":"https://cdn.modrinth.com/data/NRjRiSSD/versions/AK7fR5Ja/memoryleakfix-forge-1.17%2B-1.1.2-sources.jar","filename":"memoryleakfix-forge-1.17+-1.1.2-sources.jar","primary":false,"size":28069,"file_type":null}],"dependencies":[],"game_versions":["1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"PxfoVTFT","user":{"id":"PdtUuAh6","username":"fxmorin","name":"FX-PR0CESS","avatar_url":"https://avatars.githubusercontent.com/u/28154542?v=4","bio":"Experienced programmer that can never get a minute of spare time","created":"2021-02-01T21:10:53.315774Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"PxfoVTFT","user":{"id":"2QxwGDcB","username":"KingContaria","name":"KingContaria","avatar_url":"https://avatars.githubusercontent.com/u/98704937?v=4","bio":"Minecraft Speedrunner and Mod Developer","created":"2022-07-10T10:31:10.144279Z","role":"developer"},"role":"Maintainer","ordering":0}],"update_version":null,"incompatible":true},"file_name":"memoryleakfix-forge-1.17+-1.1.2.jard"},"mods\\Xaeros_Minimap_23.8.0_Forge_1.20.jar":{"sha512":"2b007e071fce4d763a912cb8d3866585955fc487fdf037b7ac1e3a2b29987f700595653cd5ae38d828e2b17ddf4dc7b286a19ae9b9e7c405d03888ded196c8ae","disabled":false,"metadata":{"type":"modrinth","project":{"id":"1bokaNcj","slug":"xaeros-minimap","project_type":"mod","team":"9lteWJca","title":"Xaero's Minimap","description":"Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked.","body":"

\n

Unlike many other minimap mods, Xaero's minimap keeps the aesthetic of vanilla Minecraft, which helps it be a more seamless addition to the game. It is also the first rotating square minimap for Minecraft. Among a wide variety of customization settings, there is an option for a circle-shaped minimap and a separate setting for locking the minimap's rotation (using a direction arrow instead). The minimap can display the surrounding entities, including players, mobs and items, as dots with a custom color or as icons (usually heads). In addition to the default compass directions, you can place your own waypoints that are visible both on the minimap and in the game world. Waypoints help you find previously visited locations or reach specific coordinates, with optional teleportation. The minimap can display the surrounding blocks above ground and below ground (cave mode). These are just some of the features of the mod while there are many more. Please read the \"Minimap features\" section below for a more complete list. For the purposes of following multiplayer server rules, there are 2 mod editions, full and fair-play, the latter being designed for fair PVP. This mod is mostly client-sided. Installing it on the server side is optional for some additional features like world identification.

\n\n### Follow me on Mastodon (Twitter alternative)? mas.to/@xaero96\n\n### Support me on Patreon? patreon.com/xaero96\n\n

Thank you!

\n\n### Features\n\n
    \n
  • Look of vanilla Minecraft.
  • \n
  • Multiple minimap size options including automatic. 
  • \n
  • Multiple zoom options.
  • \n
  • Two minimap shape options: square or circle.
  • \n
  • Runs smoother than a lot of minimap mods.
  • \n
  • Can be placed anywhere on the screen using the \"Change Position\" setting/screen. You can even shift it by 1 pixel if you so wish. Can be useful when playing with other UI mods.
  • \n
  • 2 block color modes: Vanilla, which uses the colors of vanilla Minecraft maps and Accurate, which uses the colors of block textures and biomes. You can also enable biome colors for the Vanilla mode using a separate setting.
  • \n
  • A custom key binding (Z by default) to temporarily enlarge the minimap to take a better look around. All key bindings are in the vanilla controls menu. There are also settings for controlling the behavior of the minimap when it is enlarged, for example to center the minimap on the screen or to fully zoom out the minimap.
  • \n
  • Map shading customization with the \"Terrain Depth\" and \"Terrain Slopes\" settings.
  • \n
  • Compatible with Xaero's World Map. By default uses the map textures generated by the world map mod instead of generating its own. This improves performance when using both mods.
  • \n
  • Option to limit your minimap access by binding it to an item required in your hotbar or to be equipped. For example, add minimapItemId:minecraft:compass anywhere in the config file to bind it to the compass item. This way the minimap will not be displayed unless you have the compass in your hotbar or equipped.
  • \n
  • Potion effects to control the usage of the minimap or some of its features for the players on your server/map. The following potion effects exist as of writing this: xaerominimap:no_minimap, xaerominimap:no_entity_radar, xaerominimap:no_waypoints, xaerominimap:no_cave_maps. The effects are of the neutral type by default, but you can also specify a harmful type by appending _harmful to the end of the effect ID, for example xaerominimap:no_entity_radar_harmful.
  • \n
  • Translated to a lot of languages.
  • \n
  • Option to lock north to stop the minimap from rotating and instead display the direction of your character with an arrow.
  • \n
  • Works both above and under ground thanks to the automatic cave mode. Cave mode should also activate inside buildings. You can choose the size of the \"solid roof\" above you that the mod searches for to activate cave mode. Roof size 3x3 and above should prevent cave mode activation when standing under log blocks while cutting wood.
  • \n
  • Waypoints. Practically an infinite amount. Can be teleported to (permission for teleportation chat command needed). Waypoints are rendered in the game world and displayed on the minimap. You can hide all or specific waypoints. Press B to create a new waypoint. Press U to list all the waypoints. In the waypoints list, you can add/edit a single or multiple waypoints, sort them, view waypoints from other sub-worlds/dimensions and much more.
  • \n
  • Local and global waypoints. To clear the screen from unnecessary waypoints you can create local waypoints that, unlike global ones, are affected by the \"Max WP Draw Distance\" option. This enables you to set a single global waypoint for a large area/region and multiple local ones in the area/region. Only the global waypoints will be visible when you are beyond the maximum draw distance.
  • \n
  • Waypoint sets. You can organize your waypoints by sorting them into sets. Your current set can be quickly switched with a key binding. All key bindings are in the vanilla controls menu.
  • \n
  • Waypoint sharing. You can share your waypoints in the game chat with players on the server. This is done from the waypoints list (press U).
  • \n
  • Deathpoints. An automatic skull-shaped waypoint is created on each death. Old deathpoints are converted to regular waypoints, which you can disable using the \"Keep Old Deathpoints\" setting.
  • \n
  • Displays chunk claims and ally players from the Open Parties and Claims mod.
  • \n
  • Togglable chunk grid. The chunk grid shows you where block chunks begin and end. 
  • \n
  • Togglable slime chunks mode. The chunks where slimes can spawn are marked with a green overlay.
  • \n
  • Custom light overlay. You can setup a light overlay that will mark blocks with a custom color if they are within a custom light value range, which is block light from 0 to 7 by default. The default settings are meant for finding mob-spawnable blocks. You can use it for any purpose.
  • \n
  • Multi-world detection in multiplayer. If you install the minimap mod on the server side in addition to the client side, each server world should get a separate waypoints \"sub-world\". Otherwise a much less reliable world separation is used, which is based on the world spawnpoint. If you can't install the mod on the server side, it is recommended to turn off multi-world detection for servers that only have a single \"world\". You can do it through the Waypoints Menu (press U) -> Options screen.
  • \n
  • Displays mobs on the map as yellow dots. Hostile and friendly mobs can be colored differently. Can also be displayed as icons/heads. Check the \"Entity Radar\" settings.
  • \n
  • Displays players on the map as white dots or player heads. Can also be displayed as icons/heads. Check the \"Entity Radar\" settings.
  • \n
  • Displays items on the map as red dots. Check the \"Entity Radar\" settings.
  • \n
  • Displays all the other entities such as arrows and item frames as purple dots. Different types of entities can be disabled in the settings. Check the \"Entity Radar\" settings.
  • \n
  • Options for displaying entity names on the minimap in the \"Entity Radar\" settings.
  • \n
  • Zoom in and out key bindings (I and O by default) to efficiently change the zoom level to fit your preference or use case.
  • \n
  • Coordinates under the minimap.
  • \n
  • Current biome name under the minimap. Disabled by default and needs to be enabled in the mod settings (press Y).
  • \n
  • Light level under the minimap. Also disabled by default and needs to be enabled in the mod settings (press Y).
  • \n
  • Current game time under the minimap. Disabled by default. You can choose between the 12 hour and the 24 hour formats.
  • \n
  • Current camera angles under the minimap. Disabled by default.
  • \n
  • Setting to hide/unhide all waypoint coordinates from all UI screens. Can be useful for streams/videos.
  • \n
  • Setting to fully hide/unhide all mentions of server addresses in dropdown menus. The setting is set to \"Partial\" by default, which is probably good enough in most cases. 
  • \n
  • A LOT MORE SETTINGS. Too many to list them all here. Press Y in game to open the settings and take a look.
  • \n
  • 2 mod editions: full and fair-play. Full version does not have any limits. Fair-play version does not display any entities or cave maps which is more suitable for PVP against people who don't use a minimap.
  • \n
\n

Get fair-play edition

\n

Get Xaero's World Map

\n\n## FAQ\n\n### Why does waypoint teleportation not work for me?\n\n

There can be many reasons for this. The mod sends a chat command to teleport you to the waypoints, which is /tp @s x y z by default, so appropriate permission is necessary. The vanilla /tp command requires OP status (cheats enabled) but it's possible to have separate permissions for commands on a non-vanilla server with certain plugins installed. The used command can be changed in the minimap settings with the \"Default Teleport Command\" option or per server in the waypoints menu with the \"Teleport Chat Command\" option. Non-vanilla teleportation commands often don't support the selectors such as @s, so you might have to remove it from the configured command. Right-click teleportation on the world map uses its own setting for the command. You can read about it on the world map description page under FAQ.

\n

If the \"Teleport\" button is disabled, then it can also mean multiple things. The most common reason for this is manually using waypoints from a sub-world that isn't the \"auto\" one but still from the same dimension. If the \"auto\" sub-world isn't what is supposed to be automatically picked on a certain world, then select the correct sub-world and use \"Make Sub-world Auto\" in the waypoints menu Options. This will swap all waypoints data between the 2 sub-worlds and you'll be able to teleport to the waypoints, which are now in your \"auto\" sub-world.

\n

If the \"auto\" sub-world IS selected but the teleport button is still disabled, then it probably means that teleportation was manually disabled for the server/world. Check the teleportation option in the waypoints menu Options. If it's disabled, you can only enable it through the server-specific config file in the game directory -> XaeroWaypoints. I recommend exiting Minecraft before editing any config files. And make backups from time to time.

\n\n### Why are my waypoints no longer shown for a specific server?\n\n

Do not panic. It's almost certainly not actually deleted. If you use the world map mod and it has also reset, then please start by restoring it first before dealing with the waypoints. Read the \"Why has my world map \"reset\" for a specific server?\" section on the world map description page. Done with that? Please continue reading.

\n

Start by opening the full waypoint menu. Press U ingame to do so. Check the vanilla controls menu, if the U key doesn't work. Go through the sub-worlds listed in the top-right dropdown menu. All waypoint sub-worlds for the current server address should be there. If none of them have the right waypoints for the world/dimension that you are in, then the server address was likely changed. Find the old server address in the top-LEFT dropdown menu, select it and do Options -> Make World/Server Auto. You should now be able to find the correct sub-world in the top-right dropdown menu. If the right sub-world is already marked with (auto), which means that the sub-world is automatically selected for your current world/dimension, then you should be good to go. If the wrong sub-world is marked with (auto), then please continue reading.

\n

Using the world map mod?
One of the most common reasons for the wrong sub-world being automatically selected is the incorrect usage of the world map mod in multiplayer (since version 1.6). Make sure you select the correct map for your current world before confirming it. It affects which waypoints are being shown to you. The menu for map selection is on the world map screen, if you click the bottom left icon (unless it's open by default). Consider changing the map selection mode to one of the automatic ones, if it fits the server you're playing on. 

\n

Your currently confirmed map affects which waypoints sub-world in the minimap mod is considered automatic (auto). This allows each created map to have separate waypoints data. At any point in time, you can select and view any non-automatic waypoints sub-world by going to the waypoints menu (press U) and selecting it from top-right dropdown menu. You can make any sub-world automatic for your currently confirmed map by selecting Options -> Make Sub-World Auto.

\n

Not using the world map mod? 
The wrong sub-world being considered (auto) and therefore being automatically selected can be caused by a server plugin changing the behavior of the vanilla compass item and interfering with the mod's \"multiworld\" detection, if you have it enabled (disabled by default). In most such cases the compass item points to your bed instead of the global spawn point. Sleeping in the right bed again should bring everything back for you if sleeping in another one was the cause of the waypoints disappearing.
If this happened because of a new plugin being added (and if removing it is not an option for you), then here's how you can restore your waypoints:

\n

1. Find the right waypoints \"sub-world\" from the top-right dropdown menu in the waypoints screen, it's the one with the waypoints that you need in your current dimension. Perhaps start with overworld?

\n

2. Use Options -> Make sub-world auto. 

\n

3. Do the same for every dimension (enter the dimensions before doing it!).

\n

4. If it's a simple server with 1 world (no hub/lobby worlds, no minigame worlds, creative plot worlds etc), then also turn off \"Multiworld Detection\" in the same Options menu. You can turn it back on later if you ever need it.

Contact me if you have questions!

\n\n### How do I add my own entity icons or override the default ones?\n\n

First of all, make sure that you actually have the entity icons/heads enabled in the minimap settings -> Entity Radar Categories, whether you put it on \"Always\" or \"Player List\". Just make sure that you know how to display them. Those are the icons that this section is about.

\n

Starting from version 21.6.0 of the minimap mod you are able to override the default icons displayed for entities with your own sprites/images by making a resource pack (or including the required resources in your own mod). In addition to that, you are also able to add or improve entity type variants support (different variants of the same entity type having different icons) by creating a simple mod of your own or including some code in your existing mod. Although this is usually unnecessary for simpler multi-variant entity types (most entity types).
By default, the minimap mod renders all entity icons using the entity renderers/models bound to the entities. This supports all vanilla mobs and some simple bipedal/quadrupedal mobs whose models have easily identifiable head model parts (head, ears, nose etc). If the mod fails to do so, the colored dot is displayed instead.

\n

The relevant assets directory to the purpose of overriding the icons is /assets/xaerominimap/entity/icon/. You can find it inside the minimap mod's jar file and extract the contained files/folders for your reference. The jar contains an example file for overriding icons of a mod entity type /assets/xaerominimap/entity/icon/definition/example_mod/example_entity.json. The example file would corresponds to the entity type example_mod:example_entity, if such existed. Please read the comments in the file example_entity.json to learn about its structure, so that you are able to create your own icon definitions similar to it.
In addition to that, /assets/xaerominimap/entity/icon/definition/minecraft/ contains several example files for vanilla entity types that might require additional comments regarding the default entity type variants support. By default, entities have very simple variants support where the entity type variant ID is simply the entity's main texture resource location.
If you set the \"debugEntityVariantIds\" option in the minimap config file to true, then the variant IDs of newly encountered entities (variants) will be printed in the chat and the log/console.

\n

Starting from version 21.8.0 of the minimap mod you are also able to configure your own model-based rendering. Please read the comments in the example file /assets/xaerominimap/entity/icon/definition/example_mod/example_entity.json for all the information you need to know.

\n

Check out this awesome project by babybluetit, if you want to have a look at a real implementation of custom icons or actually use it: https://www.curseforge.com/minecraft/texture-packs/xaeros-minimap-modded-support

\n

You are allowed to make videos using this mod.

\n

Using it in your modpacks is allowed with the following conditions:

\n
    \n
  • Only monetization of the modpack through CurseForge or Modrinth is allowed (which includes sponsored links/banners in your modpack description), unless I have given you written permission to monetize it elsewhere. Feel free to private message me about it. I'm more likely to give you permission than not.
  • \n
  • If the modpack is distributed outside of CurseForge and Modrinth, then you must credit me by providing an easily accessible link to one of my official pages for the mod, to the users outside of CurseForge and Modrinth. 
  • \n
  • The name and/or description of the modpack must not be easily confused with the names/descriptions of my mods.
  • \n
  • If I have given you written permission to monetize the modpack outside of CurseForge and Modrinth, then, if I request you to, you must remove monetization outside of CurseForge and Modrinth. 
  • \n
","published":"2023-04-21T18:24:45.476148Z","updated":"2023-09-25T09:25:20.841376Z","client_side":"required","server_side":"optional","downloads":547300,"followers":1315,"categories":["adventure","transportation","utility"],"additional_categories":[],"game_versions":["1.12.2","1.14.4","1.15.2","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20-rc1","1.7.10","1.8.9"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["w0s3P0Nx","HuGurbB3","ppMU6Z2I","SNmmqZ9B","wE8jIGuh","lC4hcOVE","6L5cMZ7K","iQUItHJR","tRGwafW7","J6KCYRdU","Nt4iodmn","FojbYoas","9zye2qw4","avJ1VxJU","s1rhJMTE","vrnch5iH","PAMrhxeC","cNhlRiJY","uNO68A27","I664qbcT","yrLYxo0u","nWIJL7XJ","1x0ILsMp","DRBTqWWE","2gZQVfXc","35H5aTCN","bGXg9vXe","4COs5reF","4BuZ2uQi","OFJPST0Q","r1kfKLex","WH47LcDi","wA5lTfMy","xJzUbNoJ","2Xp2lrxP","F7ZxANQI","RcafQ7Hm","5pbtWSsW","p2jt44Nx","IawL7pJb","rf2B3xu0","tqv1PQZK","PUnRwXus","2Xt8KsYf","DT38adQd","cme3p1dr","OFJFnVZT","2BTN3DDS","VStrXzaa","r3BpxmG2","gSD7DNhQ","vgcVyWHv","mdPiXUS4","6X8lqJyo","H4mYaGQp","X7nLQ7Vm","86aZhRJ3","Ch6QAiVR","a0QkQMyN","5GPcMgHh","ieTNfGnv","egu9I4vr","CHTHmLXn","bAL4VcAg","wTJUalwO","KwzRNV0o","JuD8yGgV","lli7W8KF","eJ0U2ijV","XEps1Upt","lFb1C2ui","EJBTntJm","8muNL0Eh","1iUK4vVw","yy1WVYt7","I8fXehdE","ETOFR9KA","1He0X0cq","I4vGxgUB","R5gkCslm","f8q94zoX","E44kO4Xa","dRt8YraU","3jmomVhT","ldf3azl1","V5hZALQK","4lEWVPp0","rp2rMxJo","H5ELiTaK","LnGnN6Wm","2smSuVIC","azeMJ1nM","iRhAjU2h","2e46Lw1V","46F7j3df","MEbqZZxa","qGhznNXo","YF6eFmhz","Raw6uF1V","diZGjEgD","WoTkTZa5","AG8u4P63","DOuiRwGe","4XS19D9K","l7pg6bKQ","M2P91buq","dz3fTToz","LKcX5Que","8dkr2uqW","Y6EQTA41","ZmtSgdIA","pv0bLIS8","kwIKobDl","2aWIxg96","7KbZF7xU","aCayHbYL","CZrrD2vf","NIltAf6R","CZCW5zom","vgQK87ti","mMUiMak0","JYAeUegn","fpSneDSW","UZgjnzyW","nhS6BPLW","XoheiGPr","7GBpgdcp","QklpOPx8","k6hvQZGk","5KksSxbC","qAFan3b8","9PQASEAD","1DxAMjCv","EdIwMhwf","LuOoX5b5","9vbdtcnn","KLeKPSCh","vMFtYCEm","TqQhSjej","DKslEExY","CVGBi4C4","EXBvAXXM","qGikrMjV","Jwydpps9","yFuICfIq","CHk4H0Bw","EytiG0aH","nQa4eu8m","yl9LzW11","QkupKzGm","SsdxxNbE","c0ZBWCnU","rn68Zxxt","J4KB9Suy","o9iEPpKI","P2UKqqd2","esECrPVt","oRdEqadv","4cvJrYme","yKrSoQTt","Ie68N63H","gLEgj2uV","644M8I6I","PPs1kSo7","Bt2DgBPL","Z2BuSrd0","mvZkcCUb","ueOtwpPw","lRxWUH4F","dCIiF7eS","vm3OXacK","x97XdhEs","NGfHdh11","r0ifUzPT","NTlgkgDO","qpZABZB9","CrO6o2Gq","6nZxo7pH","kZlaB1qq","Tp2vkR4G","lpFAQyvg","hSI8GBsH","hc8VPxDG","ydk6E03s","u8l9S1fp","AmT4OYf4","A7IHy1G0","6ZIEdzSQ","3hSJkWEr","7NZfxwRb","ezD5IzmS","TF00occI","7mx0aK7e","HEGX7Lg2","bSNv6PnW","8P0dTQAF","smx9Eynx","NeHIOK7r","VPlixW52","uDyNs1Rr","VLWE8oE9","S4W2r6uR","KINy3pYV","3z7K7JQE","rtDIk66P","ILxXvII1","DJ4hdETP","MVife7I0","KIsPEFnz","wZnIKkhI","ZNyDeTuJ","fN0KKPHy","hcfNyGnJ","sxmTEQGI","XVz9D1gr","ytsMBpyZ","3HsB1GGt","iztrg4XH","ULgQMMkf","7v8Wi6tb","MWEMQfOX"],"icon_url":"https://cdn.modrinth.com/data/1bokaNcj/80eb00784e250b99fb1789da35869387d14d5637.png"},"version":{"id":"S4W2r6uR","project_id":"1bokaNcj","author_id":"ANNqL3WC","featured":false,"name":"23.8.0","version_number":"23.8.0_Forge_1.20","changelog":"

Read changelogs

","changelog_url":null,"date_published":"2023-09-12T16:22:51.607948Z","downloads":5965,"version_type":"release","files":[{"hashes":{"sha512":"2b007e071fce4d763a912cb8d3866585955fc487fdf037b7ac1e3a2b29987f700595653cd5ae38d828e2b17ddf4dc7b286a19ae9b9e7c405d03888ded196c8ae","sha1":"55ce6b5defe887d6d8b212263f68d06024b61806"},"url":"https://cdn.modrinth.com/data/1bokaNcj/versions/S4W2r6uR/Xaeros_Minimap_23.8.0_Forge_1.20.jar","filename":"Xaeros_Minimap_23.8.0_Forge_1.20.jar","primary":true,"size":1330817,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"gF3BGWvG","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"9lteWJca","user":{"id":"ANNqL3WC","username":"thexaero","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/8463785?v=4","bio":null,"created":"2022-05-24T09:15:18.047820Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"ULgQMMkf","project_id":"1bokaNcj","author_id":"ANNqL3WC","featured":false,"name":"23.8.2","version_number":"23.8.2_Forge_1.20","changelog":"

Read changelogs

","changelog_url":null,"date_published":"2023-09-25T09:24:38.381516Z","downloads":5042,"version_type":"release","files":[{"hashes":{"sha1":"b2371adb500feed1d1f72100d88a6031ec9684cd","sha512":"1b4c1f573e49d888fecafb581057f865de9190d58f11c5e3599b93b2f7f2c85a0e9fa693164fe49c5f42d06b84a82c4b2eee938e54972643e4453be02b6d4087"},"url":"https://cdn.modrinth.com/data/1bokaNcj/versions/ULgQMMkf/Xaeros_Minimap_23.8.2_Forge_1.20.jar","filename":"Xaeros_Minimap_23.8.2_Forge_1.20.jar","primary":true,"size":1330808,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"gF3BGWvG","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"incompatible":true},"file_name":"Xaeros_Minimap_23.8.0_Forge_1.20.jar"},"mods\\AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar":{"sha512":"19463a20d7b08443e1660e708117334385dc43598208586f5f3254183e53975c1e7b05bee2b780d6e293853daa555848e3443562eb56bfff2fa586b042ab9d13","disabled":false,"metadata":{"type":"modrinth","project":{"id":"fM515JnW","slug":"ambientsounds","project_type":"mod","team":"4RhBAs8B","title":"AmbientSounds","description":"#listentonature","body":"\n\n**Requires [CreativeCore](https://modrinth.com/mod/creativecore)**\n\nAdds a rich ambience to the minecraft world. It supports custom engines and works well with mods world gen mods.\n\nUse /cmdclientconfig to access the config menu.\n\nUse /ambient-debug to see which sounds are playing (especially provide this information if you run into any issues)\n\n[\n](https://bisecthosting.com/teamcreative)\n\nUse the promo code teamcreative to get 25% off the first month on any of the gaming servers!\n\n[](https://www.patreon.com/creativemd)","published":"2021-08-17T09:26:03.852346Z","updated":"2023-10-02T14:43:12.505039Z","client_side":"optional","server_side":"unsupported","downloads":404989,"followers":818,"categories":["decoration"],"additional_categories":[],"game_versions":["1.12.2","1.16.5","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","neoforge"],"versions":["BkXARkwZ","gFA6rBRh","2GbdNWGc","Sth6XBbQ","mDsLRr3N","lleFsB3J","e2gz3HUq","OsvzFd1y","yMtKbCEH","X8aI9NX6","eDgqY1Gy","dKw2Azzg","rOFJAh1B","SaQNGUEW","HzAe7PdZ","yNFnf8du","adl4Ncwv","gFtyQpNQ","pU05E7rb","oO7RFtWI","H0e9z1R6","73cNzWIl","FnnwJGsd","ZQN41zUK","D8qFUFSe","eB8o9LJz","OCSsOHGW","ppyL48by","NBW6NILj","S9iWVbEo","uQ9ET7hv","3AqrJrw1","OeOZOgyO","YT7FF3lB","nB0Tb6yU","LNo9BMgY","ohMKnW3z","UhavHRSW","Axhf30fN"],"icon_url":"https://cdn.modrinth.com/data/fM515JnW/icon.png"},"version":{"id":"UhavHRSW","project_id":"fM515JnW","author_id":"YTAyzo4h","featured":true,"name":"5.2.22","version_number":"5.2.22","changelog":"Fixed resetting sounds played when pausing the game\n","changelog_url":null,"date_published":"2023-08-15T20:50:15.931441Z","downloads":27588,"version_type":"release","files":[{"hashes":{"sha1":"4c9b15e47fb371f7f67d4119fe9a5b85b2e9a88e","sha512":"19463a20d7b08443e1660e708117334385dc43598208586f5f3254183e53975c1e7b05bee2b780d6e293853daa555848e3443562eb56bfff2fa586b042ab9d13"},"url":"https://cdn.modrinth.com/data/fM515JnW/versions/UhavHRSW/AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar","filename":"AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar","primary":true,"size":78550606,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"OsZiaDHq","file_name":null,"dependency_type":"required"}],"game_versions":["1.20","1.20.1","1.20.2"],"loaders":["forge","neoforge"]},"members":[{"team_id":"4RhBAs8B","user":{"id":"YTAyzo4h","username":"creativemd","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/1353495?v=4","bio":"Dreamer, naive and sometimes brainless. Trying to follow Jesus!","created":"2021-08-17T08:45:46.565667Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"AmbientSounds_FORGE_v5.2.22_mc1.20.1.jar"},"mods\\modernfix-forge-5.7.2+mc1.20.1.jard":{"sha512":"b67eee3405a4fa4bbed822853e2fa1c919f7d6bc1b91b69c23c5d61cea99d76b7fb16d411cf18ea8b3df4744c77a562dcf99e7d6097549daa0fa9b777f78d9c5","disabled":false,"metadata":{"type":"modrinth","project":{"id":"nmDcB62a","slug":"modernfix","project_type":"mod","team":"xw684WUq","title":"ModernFix","description":"All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!","body":"![Banner image](https://cdn-raw.modrinth.com/data/nmDcB62a/images/3c7be090404ebfed497b04aec8b4cd7cc1aac7ca.png)\n\n[![Donate](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular_vector.svg)](https://ko-fi.com/embeddedt)\n[![Available for Fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)](https://modrinth.com/mod/modernfix/versions?l=fabric)\n[![Available for Forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg)](https://modrinth.com/mod/modernfix/versions?l=forge)\n[![Join the Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/rN9Y7caguP)\n\nModernFix is an all-in-one mod that **improves performance, reduces memory usage, and fixes many bugs** in modern Minecraft versions (most versions including and above 1.16 are supported)\nwithout majorly compromising the game experience. Most Forge 1.16-1.19.2 modpacks will launch **roughly twice as fast** with ModernFix installed.\nIf some non-default options are enabled, it can even allow large modpacks like All The Mods 8 to run with **3GB or less of allocated memory**.\n\nModernFix is free, open-source software. All of the code is available on [the GitHub repository](https://github.com/embeddedt/ModernFix).\n\n## ⚙️ Technical summary\n\nWhat exactly does ModernFix do for your game? There are a lot of tweaks being made - too many to summarize here. However, here is a\nbrief summary of the general types of improvements being made:\n\n* Backports of bugfixes from newer versions of Minecraft and/or Forge, e.g. fixing\n[worlds breaking when you remove a dimension mod in 1.18](https://github.com/MinecraftForge/MinecraftForge/issues/8800).\n* Patches to mods that are no longer supported on a given Minecraft version, to improve the gameplay experience instead of requiring\nplayers to update.\n* Many optimizations & improvements to the game's launch process to significantly improve speed and reduce random concurrency crashes.\n* Additional debug tools to help modders and players determine the cause of some rare game crashes/freezes, instead of relying on a painful\nmod bisection process.\n* It's not enabled by default due to compatibility issues, but ModernFix includes functionality to [completely redesign the game's model loading system](https://github.com/embeddedt/ModernFix/wiki/Dynamic-Resources-FAQ), replacing it with a new,\ndynamic version that loads models on the fly. Model loading is one of the major performance regressions to modded Minecraft that\nhas been present since 1.8, and this new system alleviates nearly all of the downsides, bringing memory usage and loading times\nmore in line with how they were in 1.7.10.\n* Need to play the game with very little RAM allocated (e.g. 512MB or less)? [Now you can do that.](https://github.com/embeddedt/ModernFix/wiki/Ultra%E2%80%90Low-Memory-Footprint)\n\nIf you are technically savvy and looking for more details on each patch, I recommend reading the [Summary of Patches](https://github.com/embeddedt/ModernFix/wiki/Summary-of-Patches) wiki page.\n\n## 🐛 Where to go when something doesn't work\n\nPlease either report an issue on [GitHub](https://github.com/embeddedt/ModernFix), or join the [Discord](https://discord.gg/rN9Y7caguP) and ask in the `#modernfix-discussion` channel.\nBe sure to mention the Minecraft version, modloader, and ModernFix version you are using, as well as what other mods you have installed.\n\n## 🎁 How can I support this project?\n\nThere are two main ways you can help support the development of ModernFix:\n\n* Spread the word! Test ModernFix in modpacks and encourage them to include it.\n* If you feel generous, I do accept donations via [Ko-fi](https://ko-fi.com/embeddedt). Donating is not required (as ModernFix is free),\nbut every little bit helps. I work on ModernFix in my spare time, so any compensation I receive helps to sustain development.\n\n## ❓ What other mods should I use?\n\nThere are many performance mods available for Minecraft and I can't list them all here, but here are some essential mods, in my opinion:\n\n- On any version before 1.19.4 you should always have LazyDFU installed, as it eliminates the incredible lag caused by the DFU system.\n- On any version before 1.20 you should generally use Starlight unless it has a compatibility issue with your mods (which is quite rare).\nIt offers vastly improved lighting performance and can also fix FPS stutters when moving between chunks.\n- Always have FerriteCore installed, as Mojang's implementation of blockstates/models is laughably inefficient, and quickly\nconsumes RAM as soon as more content is added beyond what vanilla offers.\n- Install a mod like Shutup Experimental settings (before 1.19) or Yeetus Experimentus (1.19+). These mods will suppress the\npop-up screen about experimental game features, which otherwise causes the game to reload its resources twice.\n\nOn a related note: I do **not** recommend use of OptiFine in any modded scenario. It is closed-source, patches the game in a way that easily breaks\nForge and other mods, and significantly slows down game launching, often on the order of minutes. Please try Sodium (on Fabric) or Embeddium (on Forge) instead!\nUsing OptiFine with ModernFix is not officially supported, and may cause issues.\n\n## 🖥️ Need a server? Check out BisectHosting!\n\n\n[![Bisect Hosting banner](https://www.bisecthosting.com/partners/custom-banners/6b02ce11-5cf6-4e67-9a75-06474a46308a.webp)](https://bisecthosting.com/embeddedt)","published":"2023-04-16T20:56:18.092938Z","updated":"2023-09-30T14:37:11.377586Z","client_side":"optional","server_side":"optional","downloads":203587,"followers":465,"categories":["optimization","utility"],"additional_categories":[],"game_versions":["1.16.4","1.16.5","1.18.2","1.19.2","1.19.4","1.20","1.20.1","1.20.2","1.20.2-pre3","1.20.2-pre4","1.20.2-rc1","1.20.2-rc2","23w31a","23w32a","23w33a"],"loaders":["fabric","forge","neoforge"],"versions":["YmKitGGB","bakWifEu","lesun1xH","TLWpxXmE","tiJtC3Oq","RhqFUhKl","cRc8mTYR","tF5MXC99","YxjVHp6F","JoZVElr5","4D2n0P0v","yvUZHRTF","JC0k0BLU","aG83F2oq","wdlIqJM9","YvfHwxb6","DkR6UGcX","ovFOToAu","j79FcbOV","fPhurjKv","WNYg8TPD","8v4CKHNp","AR3lYRXy","V5JUXqmy","vHjPr4v0","yMD6AsFA","JofM3ehE","jTnRrN6H","ZD8n3OeB","XWyZT7uo","AvZe17Tl","5cOhMOWI","kGN22Ber","t4ArpHYs","JXUd23wE","qVu4O77q","McrIpooS","42k2MtHD","Qkwj2yjS","z5NtPX4A","Fn6lcgy4","pgncb4h9","GhEe98X3","kFuRlbS1","I24pbFOk","HfJUDwN3","90vs2FzN","T1YKIVCh","Qo4bxua4","HgJiOAQn","FfgHSOEU","uMIQRvh7","lF2pqrO8","CxL2MT5m","KuHaMmH1","SmZNSwfL","f7G7ygPr","3LgRU8Ie","1Mffj87M","2KYa5aqD","fqLJ9uB4","pKlyKViU","tr7cCUCK","CTaP4kW5","P6rbJql2","JVeaC9TI","Cs5lOKhd","p9S1UnOj","VbB4VqCo","qbRB2wZ2","fX8QihJW","ZopebhEU","hd1JuF4v","BTaK8vvw","euvIjfw2","WENf7fmL","RFtlfOIV","30XnUo00","e2wI0Dzg","KvbeSuS1","D2athySH","1gWqXFaX","AMJ0B4Bp","iO9FlOIm","G1VHm2Bd","DHw0yfjn","eff9HvKh","9MmJorda","k4BkxAU7","NtsxXDeZ","PKKqdqS8","DUroUjL7","CS1MpLrX","lJnMKe8e","TsXMK3TX","uzk1oBWH","blMuB0D8","JqdfKm8N","D1gtdBXw","WV8pFhUO","gRSAAIUU","NQFTTsi6","y4X4GM0C","jqteDlfX","buGrwsKZ","G5B0BoGA","oZJClBYn","QVSzLhRT","R7Eu2Fxe","btaNfyRK","z6cki1Hr","H7mnYOML","FDJCtlbz","e4ytl9KT","TsDx3td2","RMzc2zgT","zf548Phd","linysjCw","VaRd7XJ6","jiSgqiXH","V1smspgn","41RDuPe2","EZjY458j","cwTG6hyQ","I7WQ2bG5","wYFiI0CR","ad7TwMbL","1QLOTz4V","vXwiklcD","OFdWh7vx","uBReEWbz","zaaC7slX","9RlPyiaK","nVsxUgHx","p9vVa5yl","qlVWBKgU","v9uT5wj5","4ZIvpHca","PT1kduV3","gBP4wtrN","gMj6NTPn","lYUa4fZk","rJvkWL2n","c0IRQDNy","ZAuuntw4","eUxKumbO","F7WIWFs8","uOTQ9aSd","r1M11yfD","97pLchRn","gXrLEidK","kdOkBzuD","DybtrvoI","ZqhmgF0E","Drr9QiOX","WJnAag75","YMq1FhHc","51N1kQ5P","at0BBqZ8","Lbh7ndyf","T1T1ryiy","A7VJZ2sj","GJHB6P6y","GOlEdlgS","IMHeD2GV","XjunZE7n","6gM4GFBm","BmneBBYa","YvOjtot0","okrRsbRZ","owXH7FqO","PV5hrdhD","1NhyR6t8","sk9kFgqw","MqJb4736","Ixz7TNCN","cQ0TCwKQ","pZkNGdFz","jdCqC43M","3otSD6Ai","yviR2zX6","yRHXqAyS","xiu6MBJc","sZJM5bCM","ZCHErBQZ","9uRdxCNg","TE74NXUO","sBZ9FlQW","LMfdftzT","S2KHHn3O","XZZJ27Mx","9HGXIyEe","GANc4eZR","afRRm0EA","sWajyf3d","zDXxoYbt","5wGMan5g","ud3vvnM2","x3K80mPd","DDGA4vbS","BKutfSDf","WqyujHIn","synysXtc","xYsH89XA","5RzoQnZl","GPUrRuDK","HfUWwFQ6","Jw8xBmGc","NZQwlLgZ","YufYRxqH","GaLxviO2","orPjIEAx","R0xJ0sx8","FGNCOJKF","UxFGc28X","YDyqtNIH","ZdOokN06","gpXn0fGj","lCU44mLr","RPmoiZHT","pWraKWFy","jHaVrcbU","F35FyEva","WYn556RC","qomlktsB","Ggtcd6Lc","D8qeBfgE","uW4Lb1JW","RIRMMnjp","Ve0iT3SL","PtYPJcwF","4GPZ0uWs","PutKck7D","GLv15259","wYHO5U66","fJoMxOnN","nemKhyeF","8RyDnURg","Z9Nf1tw4","W2wYO1hK","CzIOJZ7D","YWxJmxJY","IDCtf2Pk","DZ7o2FaT","Sp3Y3R1p","YzYQ1W8W","tI8jU427","WmXK2piP","vQEyMOe0","edDrlUuk","70e4PROK","B26rDrrz","WNErDoy0","QlqkSEup","LeHETH9A","YRcPOXZH","cQh6zioW","PJlRMp4v","LJrDWFEH","nhQNNUHs","rigrXobp","jMVGsL8p","TJqCeI1u","xJbpSSiw","6GPongoq","ohh21bah","f1dYaEYt","TyzpVbn0","wz12hVLM","3NFLTjo5","2Gz3u7pY","qhD8hz8A","wS8BEj1H","lBQ3o7cT","9ca4pizA","zNxPnVZT","oqeQjBRP","Ypf2M9ta","XDyibw2U","RXtwG3lX","tNwzW4Bd","88ksqzbj","TtNOTwgu","NufUMuUS","LXlsO4Vo","5SKZ5Y5s","zny6etkd","YS6WlthK","GaKeTHbJ","oYMb8L0w","9R9LPE4L","16qY2NJU","SbLn3VXX","xedGgIRE","QpVWtj3q","v9acGUOX","7wRCZYa1","tlTrDouz","v2HWaHmC","RtHWz3X8","OxmgvWdr","ADyFF3WV"],"icon_url":"https://cdn.modrinth.com/data/nmDcB62a/e1d2433476995be1b1a94ff1afaf6167752274ae.png"},"version":{"id":"5SKZ5Y5s","project_id":"nmDcB62a","author_id":"6bGskxLV","featured":false,"name":"5.7.2+mc1.20.1","version_number":"5.7.2+mc1.20.1","changelog":"Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).\n\n## Changes since 5.7.1+1.20.1\n\n * [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt\n * [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt\n * [Allow Model Loading API to inject and load extra models](https://github.com/embeddedt/ModernFix/commit/eadb19d386df91d1be031db954d9457fe404aecf) - embeddedt\n * [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt\n * [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt\n * [Update Forge target to 47.1.3](https://github.com/embeddedt/ModernFix/commit/f7097ec3940edd8fdbabb7cb3a8107cad89801ee) - embeddedt\n","changelog_url":null,"date_published":"2023-08-29T19:36:46.617816Z","downloads":3428,"version_type":"release","files":[{"hashes":{"sha512":"b67eee3405a4fa4bbed822853e2fa1c919f7d6bc1b91b69c23c5d61cea99d76b7fb16d411cf18ea8b3df4744c77a562dcf99e7d6097549daa0fa9b777f78d9c5","sha1":"c387c723fdc83975e0b6303e6fb11eaec78e7f0a"},"url":"https://cdn.modrinth.com/data/nmDcB62a/versions/5SKZ5Y5s/modernfix-forge-5.7.2%2Bmc1.20.1.jar","filename":"modernfix-forge-5.7.2+mc1.20.1.jar","primary":true,"size":628676,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"xw684WUq","user":{"id":"6bGskxLV","username":"embeddedt","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/42941056?v=4","bio":"Minecraft performance modder.","created":"2022-02-28T13:41:58.687703Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"OxmgvWdr","project_id":"nmDcB62a","author_id":"6bGskxLV","featured":false,"name":"5.7.5+mc1.20.1","version_number":"5.7.5+mc1.20.1","changelog":"Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).\n\n## Changes since 5.7.4+1.20.1\n\n * [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt\n","changelog_url":null,"date_published":"2023-09-27T22:14:17.726089Z","downloads":1349,"version_type":"release","files":[{"hashes":{"sha1":"deb74928b316371130fcd911f9ce2b832529aee9","sha512":"e0b6da45b475af1502d023b21a34a7d53c0958ba8cf14fd92b791ca64c765970ee888f72dcf0aca85f884b74b9a846d131615e77be3fcc3b0b42fd69c30cdb22"},"url":"https://cdn.modrinth.com/data/nmDcB62a/versions/OxmgvWdr/modernfix-forge-5.7.5%2Bmc1.20.1.jar","filename":"modernfix-forge-5.7.5+mc1.20.1.jar","primary":true,"size":630230,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"modernfix-forge-5.7.2+mc1.20.1.jard"}},"modrinth_update_version":null} \ No newline at end of file +{"uuid":"9869d689-a371-4509-b6a7-9f5ebb4dc5d7","install_stage":"installed","path":"TFG 1.20.1","metadata":{"name":"TFG 1.20.1","icon":"C:\\Users\\Dmitry\\AppData\\Roaming\\com.modrinth.theseus\\caches\\icons\\5b2d98ca07d8ce5786b0cd3bc02bbf916942e726.png","groups":["TerraFirmaGreg Projects"],"game_version":"1.20.1","loader":"forge","loader_version":{"id":"1.20.1-47.1.3","url":"https://meta.modrinth.com/forge/v0/versions/1.20.1-forge-47.1.3.json","stable":false},"date_created":"2023-09-15T12:26:02.508395500Z","date_modified":"2023-10-12T13:33:15.569104200Z","last_played":"2023-10-12T13:59:15.170710800Z","submitted_time_played":0,"recent_time_played":17956},"java":{},"fullscreen":null,"projects":{"mods\\patchouli-1.20.1-81-forge.jar":{"sha512":"fa1bb3843b147c6048d26095e79da110372f073436448b5ea36caedee28831d6262164e731f8c06ceced1766e555523c7f3b689f1a1c90e7082355e50ea9ab1d","disabled":false,"metadata":{"type":"modrinth","project":{"id":"nU0bVIaL","slug":"patchouli","project_type":"mod","team":"72JcM90m","title":"Patchouli","description":"Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers","body":"[![](https://violetmoon.org/branding/vm0.png)](https://violetmoon.org)[![](https://violetmoon.org/branding/vm1.png)](https://patreon.com/vazkii)[![](https://violetmoon.org/branding/vm2.png)](https://twitter.com/vazkiimods)[![](https://violetmoon.org/branding/vm3.png)](https://discord.gg/vm)\n![](https://violetmoon.org/branding/hero/patchouli.png)\n\n---\n\n# About\n\n**Patchouli** is a mod that aims to provide easy to implement, data-driven documentation for minecraft modders and modpack makers alike.\n\nPatchouli's systems allow any modder or modpack maker to quickly create beautiful books full of user experience enhancing features. The user-facing feature set of the mod is designed in function of research done on what features people liked from Botania's Lexica Botania.\n\n---\n\n# Features\n\n* Data-driven content creation, no code required, you don't even need patchouli's code to build\n* In-game text preview\n* Rich text formatting system that supports macros\n* Advancement-driven content unlocking\n* Nested categories and bookmarkable entries for quick and easy navigation\n* Several ready-to-use page types like text, crafting and image pages\n* Multiblock visualization for easy building\n* Template system to create custom page types\n* Seamless integration with mods, with creative tab and pretending the book is from your mod\n* Custom visuals and sounds\n* Easily localizable for other languages\n* Tons of other user friendly features!\n\n---\n\n# Learn more about Patchouli today\n### Visit the **[Wiki](https://vazkiimods.github.io/Patchouli/)** to learn about how to use this in your mod or modpack\n\n---\n\n# Credits\n\nMassive shout out to the following people who helped this become a reality:\n\n* Drullkus for testing, providing some code, and the logo\n* Ellpeck for extensive testing and tons of help with fixing bugs\n* StanHebben, for extensive testing, lots of good feature requests, and also providing fair amount of code\n* wiiv, for creating the art I used \n\n---\n\n\n\n![](https://violetmoon.org/branding/support.png)\n[![](https://violetmoon.org/branding/patreon.png)](https://patreon.com/vazkii)[![](https://violetmoon.org/branding/store.png)](https://store.vazkii.net)\n[![](https://violetmoon.org/branding/ch.png)](https://violetmoon.org/creeperhost)","published":"2021-12-23T21:23:57.938115Z","updated":"2023-07-11T02:01:27.198623Z","client_side":"required","server_side":"required","downloads":209257,"followers":354,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.12.2","1.14.4","1.15.2","1.16.4","1.16.5","1.17.1","1.18.1","1.18.2","1.19","1.19.2","1.19.3","1.19.4","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["clOhZpKV","Bc62letg","YELVQSgP","I49wahSA","hOeuGyBc","AIocSIUP","7lEuKMXY","y5Iv4bvx","LLQZJV1E","bdOMmClI","OUi0L7mI","OfTGI9k6","lnWBMA5s","NfGlUTEX","YBbCmQdE","e8OPjNDT","b6yJCZbc","rgxH3b9S","pwPPKYN3","3nYm6JyE","oFXdEP6M","owlMYTOU","WZ0HMKHN","7hfShY6i","m3VnSBR9","9ocdD9Uo","OgM9g0zW","x2hqKA51","rJhsHi7U","expKhdK0","Dyqz3qo7","vCTStWON","VReLlKMv","yLlzynQ5","swxCEODj","4pBSxxGQ","8cbrvZZN","Ust5yPbd","1Cbhbli9","canbiioP","62ztr7HA","NorgAU8F","vU0HeQTe","uLqYYIHD","ajMDgDNM","VbKVW3Bi","PKvFvHeb","scPQNgN5","tzz6fEoj","YodpuIBJ","qXopWA1k","bxlh2STX"],"icon_url":"https://cdn.modrinth.com/data/nU0bVIaL/130922464c30a3a61eb493ce71d2502b23f29905.png"},"version":{"id":"YodpuIBJ","project_id":"nU0bVIaL","author_id":"wlfGXpf5","featured":false,"name":"1.20.1-81-forge","version_number":"1.20.1-81-forge","changelog":"https://github.com/VazkiiMods/Patchouli/releases/tag/release-1.20.1-81","changelog_url":null,"date_published":"2023-07-11T01:49:34.292807Z","downloads":18734,"version_type":"release","files":[{"hashes":{"sha512":"fa1bb3843b147c6048d26095e79da110372f073436448b5ea36caedee28831d6262164e731f8c06ceced1766e555523c7f3b689f1a1c90e7082355e50ea9ab1d","sha1":"ac962914225ec045431b9c12618e296ca9cb3e22"},"url":"https://cdn.modrinth.com/data/nU0bVIaL/versions/YodpuIBJ/Patchouli-1.20.1-81-FORGE.jar","filename":"Patchouli-1.20.1-81-FORGE.jar","primary":true,"size":637092,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"72JcM90m","user":{"id":"kRXgk5E1","username":"Vazkii","name":"Vasco Lavos","avatar_url":"https://avatars.githubusercontent.com/u/1794735?v=4","bio":"holy hell","created":"2022-11-13T03:09:41.900759Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"72JcM90m","user":{"id":"wlfGXpf5","username":"williewillus","name":"","avatar_url":"https://avatars.githubusercontent.com/u/2015032?v=4","bio":"Violet Moon member // Former ProjectE and Twilight Forest contributor","created":"2021-12-23T03:09:28.025799Z","role":"developer"},"role":"Maintainer","ordering":0}],"update_version":null,"incompatible":true},"file_name":"patchouli-1.20.1-81-forge.jar"},"mods\\XaerosWorldMap_1.34.1_Forge_1.20.jar":{"sha512":"e712a8a9182769d40b6dfee48b19ee2bf415266d82bf7bea55c7728152bbf714ea76488efa3d31ef6e366365cb526cf8210fd892f768b1f2f710fec7add60d41","disabled":false,"metadata":{"type":"modrinth","project":{"id":"NcUtCpym","slug":"xaeros-world-map","project_type":"mod","team":"QWyiT27S","title":"Xaero's World Map","description":"Adds a full screen world map which shows you what you have explored in the world. Works great together with Xaero's Minimap.","body":"

\n

Xaero's World Map mod adds a self-writing fullscreen map to your Minecraft client. Works as a separate mod but is a lot better with Xaero's Minimap. The reason why it's available separately is to keep Xaero's Minimap as light-weight as possible. This mod is mostly client-sided. Installing it on the server side is optional for some additional features like world identification.

\n

The mod is still in development! Please report any bugs that you encounter or otherwise they probably won't get fixed. 

\n

Make sure your world is optimized (Singleplayer - Edit - Optimize World) for the Minecraft version you're playing (repeat after every Minecraft update). It takes A LOT longer to generate singleplayer maps from unoptimized world saves.

\n\n### Follow me on Mastodon (Twitter alternative)? mas.to/@xaero96\n\n### Support me on Patreon? patreon.com/xaero96\n\n

Thank you!

\n\n### Features\n\n
    \n
  • A self-writing world map (as opposed to manual paper maps). You can create multiple maps on the same server address and switch between them either manually or automatically.
  • \n
  • Works in Singleplayer, Multiplayer and on Realms.
  • \n
  • Intuitive interface. Open the map screen by pressing M. Move the map around with your mouse and zoom in/out using the mouse wheel, similar to Google Maps. All relevant controls are listed in a tooltip on the map screen and you can customize a lot of them.
  • \n
  • Optional automatic multiple world detection on servers.
  • \n
  • Displays chunk claims and ally players from the Open Parties and Claims mod. Lets you claim or forceload chunks directly from the map.
  • \n
  • Resource pack support. Changing the resource packs causes the whole world map to regenerate.
  • \n
  • Cave dimensions support (for example the Nether).
  • \n
  • Optional vanilla maps mode, which makes the world map look like the vanilla paper maps.
  • \n
  • Terrain shading customization.
  • \n
  • \"Footsteps\" that show you your most recent path taken.
  • \n
  • Settings that can help improve the performance of the mod when necessary. Although in most cases the mod should perform great by default.
  • \n
  • Xaero's Minimap integration. The minimap mod will display chunks provided by the world map. The world map mod will display waypoints from the Xaero's Minimap mod. Also works with the Better PVP mod. You can create, edit and teleport to the waypoints without leaving the map interface.
  • \n
  • Potion effects to control the usage of the world map for the players on your server/map. The following potion effects exist as of writing this: xaeroworldmap:no_world_map. The effects are of the neutral type by default, but you can also specify a harmful type by appending _harmful to the end of the effect ID, for example xaeroworldmap:no_world_map_harmful.
  • \n
  • Since version 1.14.0 of the mod, you can open an on-map waypoint menu by clicking the icon in the bottom right corner of the map screen. In the waypoint menu, you can see a list of all your map waypoints from the rendered sets, interact with them with the mouse cursor, filter them by name in a text field. The menu also lets you toggle the visibility of disabled waypoints, toggle rendering all sets and change the current waypoint set. Hovering over the waypoints in the menu also acts as hovering over them on the map: they are highlighted on the map and you can use the right-click or hover controls to interact with them.
  • \n
  • An option to export a map as a PNG image file. The mod tries to export the whole map, so it might not work, if the map is millions of blocks in length. I'm planning to give more options for exporting the map in the future!
  • \n
  • Option to limit your map access by binding it to an item required in your hotbar or to be equipped. For example, add mapItemId:minecraft:compass anywhere in the config file to bind it to the compass item. This way the map will not work unless you have the compass in your hotbar or equipped. 
  • \n
\n

Get Xaero's Minimap

\n\n## FAQ\n\n### How do I restore pre 1.30 update Nether maps in multiplayer to be displayed in the \"full\" cave mode type?\n\n

First, exit the server and locate the Minecraft game directory that you're using to play on the server. In the game directory, go into XaeroWorldMap/Multiplayer_[server_address]/DIM-1/[map_folder]. If such doesn't exist already, create a folder called \"caves\", without the quotation marks, and go into it. Inside the caves folder, create a folder called \"-2147483648\", without the quotation marks, if such doesn't exist already. Go back into the folder that contains the \"caves\" folder and move all \".zip\" files to the caves/-2147483648 folder. Feel free to delete the cache folders or also move them with the \".zip\" files.

\n\n### How do I set up cave mode to behave like it used to pre 1.30 before cave mode was introduced?\n\n

You can fully achieve this only when using the normal version of the minimap or no minimap at all. The fair-play version of the minimap now disables world map cave mode in the Nether and you can't toggle that, so it won't be exactly like it used to be.

\n

If you have Nether map data from before 1.30, please start by moving it in the correct folder as explained under \"How do I restore pre 1.30 update Nether maps in multiplayer to be displayed in the \"full\" cave mode type?\" on this page.
After you're done with that, join a world/server and open the world map settings. Locate \"Default Cave Mode Type\" and set it to OFF and then set \"Legible Cave Maps\" to ON. Next, open the world map screen and click the cave icon in the bottom left of the screen. In the menu that opens, set the \"Cave Mode Top Y\" to absolutely any number. If you are in the overworld, set the \"Cave Mode Type\" to OFF. When you are in the Nether later, set \"Cave Mode Type\" to Full. The cave mode type is stored per dimension, so you can set it to Full for any nether-like dimension and keep it on OFF for anything else. You can also switch between displaying below and above bedrock roof by toggling it.

\n\n### Why does right-click teleportation not work for me?\n\nThe mod sends a chat command to teleport you to specific coordinates, which is _/tp @s x y z_ by default, so appropriate permission is necessary. The vanilla /tp command requires OP status (cheats enabled) but it's possible to have separate permissions for commands on a non-vanilla server with certain plugins installed. The used command can be changed in the world map settings with \"Map Teleport Command\". Non-vanilla teleportation commands often don't support the selectors such as @s, so you might have to remove it from the configured command. There is also an option called \"Player Teleport Command\" which is used when you right click tracked players (e.g. your party from Open Parties and Claims). Teleportation to waypoints uses its own setting in the minimap mod. You can read about it on the minimap description page under FAQ.\n\n### How do I discover the map without manually walking?\n\n

In singleplayer, the map is loaded directly from the world save. This means that you can pregenerate the world using whatever tools you prefer, relog and use the \"Reload Regions\" option in the world map settings to fix any conflicts in the map cache. In multiplayer, there is no official way to do that. Copying cache from a singleplayer map will not work.

\n\n### Why are multiple worlds on the same server address/IP using and writing to the same map?\n\n

This mod lets you have multiple maps on the same server address. You can freely switch between maps and create new ones at any time. Map overwriting can be prevented by choosing the right \"Map Selection\" mode for the type of server that you are playing on. Map selection is done in a special menu by clicking the bottom left icon on the world map screen (if the menu isn't open by default). In the menu you can switch between Manual, World Spawn and Single modes and select/create maps by using the top-center dropdown menu. If you hover over the Map Selection option, you can read everything you need to know about each map selection mode, including Server mode. World Spawn mode is the equivalent of what was used by the world map pre 1.6. So you don't have to downgrade the mod to still use it. Server mode is the best option for most cases because the server automatically controls your map selection based on server-side level IDs. It requires the mod to be installed on the server side. If changing the map selection mode switches your map to an empty one, you can always rebind the map that you want to be used by selecting it from the dropdown menu and confirming. 

\n\n### Why does the world map ask for confirmation?\n\n

A single server address can have multiple overworlds, nethers etc. It can be due to multiple sub-servers or just multiple world saves, for example a \"Lobby\" world and a \"Game\" world. Different worlds don't have any unique identifiers on the client side, which makes it impossible to reliably differentiate between them. Because of this, the world map mod lets you have multiple world maps for each dimension on the same server address. In older mod versions, by default, map selection is Manual, which means that you are asked to confirm which map to use every time you switch dimensions/worlds/sub-servers. You can also choose one of the 2 automatic modes. Map selection is done in a special menu by clicking the bottom left icon on the world map screen (if the menu isn't open by default). In the menu you can switch between Manual, World Spawn and Single modes and select/create maps by using the top-center dropdown menu. If you hover over the Map Selection option, you can read everything you need to know about each map selection mode, including Server mode. World Spawn mode is the equivalent of what was used by the world map pre 1.6. So you don't have to downgrade the mod to still use it. Server mode is the best option for most cases because the server automatically controls your map selection based on server-side level IDs. It requires the mod to be installed on the server side. If changing the map selection mode switches your map to an empty one, you can always rebind the map that you want to be used by selecting it from the dropdown menu and confirming. 

\n\n### Why can't I see my minimap waypoints on a server after the installation of the world map?\n\n

Your currently confirmed map affects which waypoints sub-world in the minimap mod is considered automatic. This allows each created map to have separate waypoints data. At any point in time, you can select and view any non-automatic waypoints sub-world by going to the waypoints menu (press U) and selecting it from top-right dropdown menu. You can make any sub-world automatic for your currently confirmed map by selecting Options -> Make Sub-World Auto.

\n\n### Why has my world map \"reset\" for a specific server?\n\n

Do not panic. It's almost certainly not actually deleted. Old world map versions use a world spawn-based system to separate a server into multiple maps. This system often breaks because of servers adding custom functionality to the vanilla compass item by sending fake world spawn coordinates to your game client. Make sure you update the mod to the latest version. There are now multiple map selection modes you can choose between, Manual being the default one. You can now view any world map you have on the current server address. Click the bottom left icon on the world map to open the map selection menu, if it's not open by default. The top center dropdown menu allows you to select existing or create new world maps. You can hover over the map selection mode setting (bottom left) to read about how each mode works. Server mode is the best option for most cases because the server controls your map selection based on server-side level IDs. It requires the mod to be installed on the server side. Manual mode is the safest alternative and should work on every other server. There are also 2 additional automatic map selection modes when Server mode isn't an option. Read more about them in the tooltip of the setting.

\n

Old map is not in the map menu? This can mean 2 things: the server address has changed or the dimension IDs have changed.

\n

Let's start with the dimension ID change. Each dimension on the server has a separate directory in the game directory -> XaeroWorldMap directory. Please backup the XaeroWorldMap directory before you begin doing anything with it. In older mod versions, the dimension directory name contains the server address and the dimension key, for example XaeroWorldMap/Multiplayer_127.0.0.1_DIM1. In newer versions the dimension directory is a sub-directory, so something like XaeroWorldMap/Multiplayer_127.0.0.1/DIM1. For compatibility reasons, default overworld, nether and the end dimensions are named null, DIM-1 and DIM1. Other dimensions should have their name be based on the original dimension ID, for example Multiplayer_127.0.0.1/minecraft$overworld_creative. In 1.16+, you can see your current dimension ID on the F3 screen ingame to figure out which directory is meant for which dimension (for example \"minecraft:overworld\"). Please exit to the game title screen or close the game before editing files/directories.
Each dimension directory contains sub-directories, one for each map that you have in the dimension (for example mw$default or mw-4,0,-4) as well as a file named dimension_config.txt that contains the actual display names of the maps. You can use the file to help you find a specific map directory that you want. Moving/copying a map directory between dimension directories should move/copy it between dimensions. You can give it a name later ingame. The most common case would be something like moving a map from /null to /minecraft$overworld_survival. It is needed when a 1.16+ server starts using a unique dimension ID for each sub-world.

\n

For server address changes, you would first have to remove all directories inside game directory -> XaeroWorldMap that contain the new server address. There is usually only 1 such directory if you are using the latest mod version. Please backup the whole XaeroWorldMap directory before you do that. Also, exit the game at least to the title screen. Then you would have to rename each old server address directory (in XaeroWorldMap) to the new address, replacing ONLY the address part.

\n

Message me or leave a comment if you have questions!

\n

Here's the old explanation if you can't update the mod to 1.6.1 or newer:

\n
\n

Do not panic. It's almost certainly not actually deleted (this has never happened as far as I know). It's likely caused by a server plugin changing the behavior of the vanilla compass item and interfering with the mod's \"multiworld\" detection. In most such cases the compass item points to your bed instead of the global spawn point. Sleeping in the right bed again should bring everything back for you if sleeping in another one was the cause of the map \"resetting\".
If the map \"reset\" because of a new plugin being added (and if removing it is not an option for you), then here's how you can restore your map (and hope the plugin doesn't do it again):

\n

Make sure Minecraft is NOT RUNNING.

\n

1. Go to the game directory

\n

2. Go to the XaeroWorldMap directory

\n

3. Find directories that represent the dimensions you have visited on the server. These directories contain the address of the server in their name. The one that ends with _null is the overworld, _dim-1 is Nether etc.

\n

4. Open the overworld directory (_null).

\n

5. You should see multiple directories that start with mw.

\n

6. Find the one that is the biggest in file size. Copy the name of it somewhere so you don't lose it.

\n

7. Now find the newest mw directory (likely the emptiest or just check the creation date). Move this directory somewhere else. Don't delete it just yet.

\n

8. Rename the directory from step 6 to the name of the backed up directory from step 7.

\n

9. Open Minecraft and test if the overworld world map is back.

\n

10. If it's not, exit Minecraft and restore the old name of the directory that you have renamed + restore the backed up folder. Reread all the steps to make sure you're doing everything right.
If overworld is now fixed, proceed to step 11.

\n

11. Rename and backup the directories with the same names as overworld for every other dimension that you'd like to restore.

\n

Contact me if you have questions!

\n
\n\n### Why have my waypoints not restored after restoring the map?\n\n

Please read the \"Why are my waypoints no longer shown for a specific server?\" section on the minimap description page. It should cover most cases. Contact me, if it doesn't help.

\n

You are allowed to make videos using this mod.

\n

Using it in your modpacks is allowed with the following conditions:

\n
    \n
  • Only monetization of the modpack through CurseForge or Modrinth is allowed (which includes sponsored links/banners in your modpack description), unless I have given you written permission to monetize it elsewhere. Feel free to private message me about it. I'm more likely to give you permission than not.
  • \n
  • If the modpack is distributed outside of CurseForge and Modrinth, then you must credit me by providing an easily accessible link to one of my official pages for the mod, to the users outside of CurseForge and Modrinth. 
  • \n
  • The name and/or description of the modpack must not be easily confused with the names/descriptions of my mods.
  • \n
  • If I have given you written permission to monetize the modpack outside of CurseForge and Modrinth, then, if I request you to, you must remove monetization outside of CurseForge and Modrinth. 
  • \n
","published":"2023-04-22T09:32:10.659737Z","updated":"2023-09-25T09:17:39.892748Z","client_side":"required","server_side":"optional","downloads":436624,"followers":1286,"categories":["adventure","transportation","utility"],"additional_categories":[],"game_versions":["1.12.2","1.14.4","1.15.2","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20-rc1","1.7.10","1.8.9"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["sjR1qU6w","5uRQHkZl","WxlvhTaW","XVjzdnhG","rvZ5A3tX","8jDTpHjY","SEkYCdVo","XAQBPZpW","EDmj5NvH","wSGK3o4I","xTm3FQw4","gyPsXrJn","p3dZW7fr","zjxfdYdF","g3VW8AT2","PrBF6EyY","gkVIeUFw","tfnnfyhI","wVJY9O6J","j8XCNctd","WHjpeO1f","KK99goJD","eIXI4OHk","qYCKTHyZ","6YRIXrfW","iRRYeaXC","OWbYG8pN","vhY17uSv","Tfe1ecMx","Hwoxn6jb","YSvtDiDJ","F5Gr1zAz","UsAkUS2z","nTYOCaJr","GnQS252L","UWmPDmNV","9eIlzDjA","f4lwNpJy","jugM0Ovw","qPxvfkdp","JPclNzVu","tsUJqXDi","lobkeTkB","lSgnePcA","vaunHDVN","yTrargyD","4tuhFGgl","kIscoBGn","U63RC8MZ","pMIMCf1G","UuHzKSkv","maJOw1H4","zmckWzCk","tgCUTXi6","vhVUuszi","YuRNFnq7","IYdHD4ew","E41Rgx07","2CLZEyLl","JVLFrAlD","xrQzeBh0","AuVUfdfe","LKz8LFts","pt74IfTL","16lBdJRZ","tpVsp7bd","oOy5ndJf","S9UoAZsm","rCAbt1s2","uB3mOur8","S8ykUljl","7jQ7gDOY","yCMEGaHO","ulDBKKjw","owGOq3Vv","qSeRup3d","k2nQBeEG","ka6W06WC","ZmnidKjr","9YZGdfjd","L7CkxPe9","wFjQVyYW","dkhcYs7u","SgTgAga6","L388v7RA","KWRX7go3","tCkajzyq","jZqjpEV5","l7jJ8edR","3nAnz7eN","u81MmI6X","ZZRvmbyH","ikX4JmdG","mIAzcHM5","jSmDzqpB","tT8MXEmG","WGbmlzYS","J5hmblFo","QWYwBuvt","WiGXwduw","3fqf56PV","lKakfRVC","rIiXRyJC","KWSdBt0q","bkG41Vbj","yQ4ly7jG","st6Yi8FJ","TKPBR9FG","zWRFHFoD","8THHR0Ih","IbQ6bv6m","UmvLwPCn","hZzMR1av","5VvnuOEf","BEDFycdT","FKfWhnDZ","1CrVR9hT","JGA2cBTv","ZRTN6l4r","4uIcYzMT","X8DXecL3","lxyt26N7","F8rp5v60","svlAeqb1","DaJpdk7q","FX41W6zb","G0OJfwAN","m1xFZhrl","rdajsfZG","d44dMHzw","YdjlQoKs","RBZYvZJ4","zQO1LQVm","h3VxD6Wb","wgv5h06j","haB4dNPc","rxl7TQQN","VSR9iCm0","cHNqHQ7K","H401c3Kn","o5C0YrDg","vyF7iBYu","4qJUjLux","ky1LwLZC","nWD5LilR","UK6zITLD","GnVgI8Tc","x3Hz1Rw3","IO0epD4H","6fAtl7y7","VTlrn9zn","1sOYFhej","LYmDkdJa","9AvZZulC","9TpOEnGQ","RTD3td7Z","EbUwI0Ci","VigDSi15","MPK4lZDY","LRc3Y10v","hpfgHHVi","zf7etcWk","AY8nPexE","UsGIMJ2a","ya5ZYXkT","Ewl9bPOE","IcOoY3Fd","meEp9J6P","Gt36xu4p","4PJpJJKj","9MHP5TQr","FdU3tGYq","s3sEjbJu","oaiGf0Cu","cADC7mM3","yR1boAvN","sGllzk9n","KIkNJRts","MXSnuNhR","B7LODzZb","BwjsEkNB","meCK7hiK","LAQjDJ8V","qBDuRkrp","qwwKbodF","BiotZhgQ","d4huXt8W","fqMxbyZW","barq59Fe","X7q6wKAa","LhxmKjwV","jd9dVlUv","bXAJZFnX","zspa7tIH","L8dZ06qE","ZXboExuA","8T5rJSHX","brFplhUj","uUljlh4i","hGDx5zLv","sxZdfXgX","L8OA3xGI","KNjZUbV2","6SwHv13Z","uiSJusOM"],"icon_url":"https://cdn.modrinth.com/data/NcUtCpym/80eb00784e250b99fb1789da35869387d14d5637.png"},"version":{"id":"KNjZUbV2","project_id":"NcUtCpym","author_id":"ANNqL3WC","featured":false,"name":"1.34.1","version_number":"1.34.1_Forge_1.20","changelog":"

Read changelogs

","changelog_url":null,"date_published":"2023-09-12T16:14:07.313933Z","downloads":12066,"version_type":"release","files":[{"hashes":{"sha512":"e712a8a9182769d40b6dfee48b19ee2bf415266d82bf7bea55c7728152bbf714ea76488efa3d31ef6e366365cb526cf8210fd892f768b1f2f710fec7add60d41","sha1":"f272b0d285355170eae3a86a645e299e0e7cd42a"},"url":"https://cdn.modrinth.com/data/NcUtCpym/versions/KNjZUbV2/XaerosWorldMap_1.34.1_Forge_1.20.jar","filename":"XaerosWorldMap_1.34.1_Forge_1.20.jar","primary":true,"size":824876,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"gF3BGWvG","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"QWyiT27S","user":{"id":"ANNqL3WC","username":"thexaero","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/8463785?v=4","bio":null,"created":"2022-05-24T09:15:18.047820Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"XaerosWorldMap_1.34.1_Forge_1.20.jar"},"mods\\create-1.20.1-0.5.1.d.jar":{"sha512":"0d5079f139cdb298f804a1eba0956be7c14481295accab51903c9984dd261ef4425e1dec1b072f2e93435b05951c39fe4d603ecd6688191dbf0aedf7d0ea4291","disabled":false,"metadata":{"type":"modrinth","project":{"id":"LNytGWDc","slug":"create","project_type":"mod","team":"yyROG8qL","title":"Create","description":"Aesthetic Technology that empowers the Player","body":"

 

\n

\n

 

\n\n## Installation Requirements\n\n

\n

This version of Create runs on Minecraft Forge only.
You can find the version compatible with the Fabric ecosystem here.
As of 0.5.1, Flywheel no longer has to be installed separately.

\n

 

\n\n## Our Patrons\n\nKyrinon · niraami · Pongo Sapiens · BananaIguana · Viriss · Trakinson · OldShadowHand · rancorasaurous · bonemill · AcidKat · J W. · KnyteGaming · Michael H. · DerpTime · Calibur · lujoBoy · _Kilburn · CyanSoup · Romblood · lurker · MrOxiMoron · idlesn0w · jonas · WaldFlo · PieKing1215 · Gabriel M. · Rogue · Dannnis · No One · Pixus · Spammy · nwmqpa · Herth G. · LyrenF · Hiabst · CapitaineCat0 · Tugu · squishie · Sunlis · Theishiopian · Thor7O · Bootstrap22 · Marksmen · Yuri · Zanthros · Lubey · lola_lela · LesserFlame · millatime21 · bagofsquirrels · ZizouMunoz · sensual kazoo · Red_Stalker · vesperdem · rtwishon · Authmind · Halcyon_Daze · Jean Machine · CottonHeads · chimericdream · Gyro · Jehrendil · Slaser360 · Myra G. · jpc · LaserLemons · Trent · Konclan · Neko_Fear · Miner of 8 bits · ToastedToast · hazmodan · Jost V. · Jink · IllegalEagle · Guybrush · Requios · TotalTechGeek · zaknirahc · tomd1969 · VirenRunner · Guilherme R. · Serkan Y. · Silviuz · Jester · Kyle · Niv · Artem B. · Fredster · azurecrab5 · End_Rage · Lombbm · Jason C. · FeeelinBlu · Michael M. · Lorkhajn · tater · Spencer G. · J40climb · schnabeltierr · 501warhead · Captain S. · Chewy · Lenny · The-Nerdy-Birdy · Laton · RickieGamer · Bugord · WalnutBeet · KlokworkKro · HenTyHoB · Elynn T. · Xavyrr · CuriousTorvald · El-Ahrairah · CycloneDusk · John N. · JustinGamesTV · GopherAtl · EEFKenC · WolgLarutan · FabiotheTurtle · samiamthelaw · Quacky · Joshua C. · zercookie · Shijidaru · Drazden · BudderedToast · Kivister · Mat Holliday · Quentin P. · Mikester777 · Timotheo · Le Chatissier · Big Jim · saebyn · OffBy0x01 · Gerricane · waila12 · Camilo S. · PicanteBeef · Eric M. · Geo! · readytoeatapricots · Seelenmagnet · FenriX · Black Dragon · MiC · MicrosoftExcel · WindMagi · Cameron S. · StarsintheSky · Deliqene · DECRYPT. · Alexei G. · Alexis Girard d. · z-Tau\n

 

\n\n## About\n\n

Welcome to Create, a mod offering a variety of tools and blocks for Building, Decoration and Aesthetic Automation.

\n

The added elements of tech are designed to leave as many design choices to the player as possible. With Create, the game isn't played inside a bunch of UIs, it challenges you to setup contraptions of animated components working together in many possible arrangements.

\n

Create's visual in-game documentation called 'Ponder' will guide you though all added mechanics and gadgets.

\n

Important: In order to be able to see all recipes required in Create, consider installing JEI. The vanilla recipe book will not be able to guide you through the experience by itself.

\n

 

\n

\n

 

\n\n## Development\n\n

Find out about supported versions and what's currently in the works in this dedicated wiki page.

\n

 

\n\n### Developers\n\n

simibubi, Jozufozu, Pepper, Zelophed, gamez7, Grimmauld, Snownee

\n\n### Artists\n\n

Kryppers, voxel_dani, LeastReality, vectorwing

\n\n### Contributors\n\n

tterrag, evanthebruce, D'Arcy Olla, Kayla

\n\n

 

\n\n## Localization\nLocalizations are kindly submitted from our community on CrowdIn. You can find our project here.\n\n

 

","published":"2022-07-07T21:24:43.018879Z","updated":"2023-09-22T09:09:28.476348Z","client_side":"required","server_side":"required","downloads":215269,"followers":721,"categories":["decoration","technology","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19.2","1.20.1"],"loaders":["forge"],"versions":["5qZVd4uA","6IophzXm","agqHZOAO","w5UlhTtV","xRw8XV1l","DfnKjc7G","IsdIyd4f","DI8s7Siu","679bk5la","8u9atQ9x","74qMainw","7wAE1EBf","iRckjniU","1Nb1UGA5","8LczbIGv","4awoSQJV","BnkUJVhl","6ZQIjBQo","PTHAyfx7","2aUVdjOe","gjvACune","tIhVl7AP","ZyOnhaSB","BzindULC","F8INqv9w"],"icon_url":"https://cdn.modrinth.com/data/LNytGWDc/icon.png"},"version":{"id":"tIhVl7AP","project_id":"LNytGWDc","author_id":"Ud4jzpdg","featured":false,"name":"Create 1.20.1 0.5.1.d","version_number":"1.20.1-0.5.1.d","changelog":"## Create 0.5.1d\n\n- Fixed crash when colliding with mechanical belts on recent forge versions","changelog_url":null,"date_published":"2023-07-05T10:14:08.098317Z","downloads":95436,"version_type":"release","files":[{"hashes":{"sha512":"0d5079f139cdb298f804a1eba0956be7c14481295accab51903c9984dd261ef4425e1dec1b072f2e93435b05951c39fe4d603ecd6688191dbf0aedf7d0ea4291","sha1":"26c3f76dbba950b58c63044ae6717d0d33fa0f01"},"url":"https://cdn.modrinth.com/data/LNytGWDc/versions/tIhVl7AP/create-1.20.1-0.5.1.d.jar","filename":"create-1.20.1-0.5.1.d.jar","primary":true,"size":14789680,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"yyROG8qL","user":{"id":"Ud4jzpdg","username":"simibubi","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/31564874?v=4","bio":null,"created":"2022-07-07T19:36:11.027713Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"F8INqv9w","project_id":"LNytGWDc","author_id":"Ud4jzpdg","featured":false,"name":"Create 1.20.1 0.5.1.e","version_number":"1.20.1-0.5.1.e","changelog":"- Addons can now more easily register custom fan processing types\n- Added tags to allow controlling which blocks and fluids act as catalysts for certain fan processing types\n- Fixed unlit campfires providing boiler heat\n- Fixed crash when applying trapdoors to copycat panels\n- Added tag to prevent specific vanilla recipe types from integrating with create\n- Rollers no longer break blocks adjacent to blocks tagged #minecraft:portals\n- Added safety checks for active rollers passing through a portal\n- Fixed rollers in fill mode consuming blocks from a train without placing any\n- Changed lava diving advancement from hidden to challenge, as it is an actual intended player ability since 0.5.1\n- Changed title of speed controller advancement\n- Funnels, Chutes and other Create components should now perform a little better when used with large vaults\n- Added support of other packet size optimisation mods: connectivity and Packet Fixer (KostromDan)\n- Spectators can no longer interact with Super Glue and Valve Handles (attackeight)\n- Fixed Elevator Contraptions sometimes powering multiple contacts upon arrival (laxadeR)\n- Fixed Deployers not able to interact with blocks using block-like items (NovaStarter)\n- Integrate new modded wood types with create: Environmental, Atmospheric, Infernal Expansion, Good Ending, Biome Makeover (Tempystral)\n- Addons can now specify custom behaviour when pipe fluids collide (Notenoughmail)\n- Localisation updates from CrowdIn\n- 1.19, 1.20: Trains can now travel to the Aether\n- 1.20: Fixed some blocks incorrectly treated as non solid\n- 1.20: Fixed crash when other mods query creative tabs server side\n- 1.20: Integrate new vanilla wood types with create (attackeight)\n- 1.20 (Flywheel): Fixed compatibility with Starlight\n- 1.20 (Flywheel): Fixed compatibility with Embeddium","changelog_url":null,"date_published":"2023-09-22T09:09:32.376384Z","downloads":11649,"version_type":"release","files":[{"hashes":{"sha512":"8cf77d36573e6b94e707b5b3f17a96d718a7c9de54b2566ce74e17ebcb0ccef07bf8a40f2bd932293ac9a50959c120f7b8af4c6e662c55d88c0e9779d35c1986","sha1":"fafc19bfdbb786d452bc3c2219d09081b70226bf"},"url":"https://cdn.modrinth.com/data/LNytGWDc/versions/F8INqv9w/create-1.20.1-0.5.1.e.jar","filename":"create-1.20.1-0.5.1.e.jar","primary":true,"size":14928080,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"create-1.20.1-0.5.1.d.jar"},"mods\\ImmediatelyFast-1.2.6+1.20.2.jar":{"sha512":"cbb1933e5c8ed4ba7749bb29dabb2edb40a15793e437ac59c2a63a421e309c887f1d9715424520ba1faf0ad211350eeb411f7c067c2c6ed2294ff9b621379940","disabled":false,"metadata":{"type":"modrinth","project":{"id":"5ZwdcRci","slug":"immediatelyfast","project_type":"mod","team":"wkdnKsNZ","title":"ImmediatelyFast","description":"Speed up immediate mode rendering in Minecraft","body":"
\n

ImmediatelyFast

\n \n \n \n \n\n
\n\n \n \n\n

ImmediatelyFast is an open source Minecraft mod which improves the immediate mode rendering performance of the client.\n
It is designed to be lightweight and compatible with other mods.

\n
\n\n## Optimizations\nImmediatelyFast generally optimizes all immediate mode rendering by using a custom buffer implementation which batches\ndraw calls and uploads data to the GPU in a more efficient way. \nThe following parts of the immediate mode rendering code are optimized:\n\n- Entities\n- Block entities\n- Particles\n- Text rendering\n- GUI/HUD\n- Immediate mode rendering of other mods (ImmersivePortals benefits a lot from this)\n\nIt also features targeted optimizations where vanilla rendering code is being changed in order to run faster. \nThe following parts of the rendering code are optimized with a more efficient implementation:\n\n- Map rendering\n- HUD rendering\n- Text rendering\n\n## Performance\nHere are some performance comparisons of areas the mod optimizes particularly well:\n\nIf other mods are listed in the table this means that this mod also optimizes that part of the game.\n\nTest Hardware: Ryzen 5 1600, 32GB DDR4, GTX 1060\n\nFPS Numbers were taken from external tools (in this case MSI Afterburner) and averaged over a couple of seconds. \nIf you decide to test this yourself keep in mind that ImmediatelyFast can only improve FPS in a scenario where your CPU\nis the bottleneck (Most likely the case if your GPU isn't ancient or you use very heavy shaders).\nSlower CPUs will benefit more from this mod than really fast CPUs.\n\n### Entity Rendering\nGenerally FPS should be around **2x higher** on busy servers. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with 1000 cows in a 3x3 box on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 16 FPS | 60 FPS | 3.75x |\n| Sodium | 21 FPS | 82 FPS | 3.90x |\n| Iris and Sodium | 60 FPS | 76 FPS | 1.27x |\n\n### Map Rendering\nGenerally FPS should be around **5x higher** when there are many maps on screen. [Tested using IF 1.1.1 on 1.19.3]\n\n_Tested on a fabric server with the [Image2Map](https://modrinth.com/mod/image2map) mod and around 930 maps on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 50 FPS | 310 FPS | 6.20x |\n| Sodium | 47 FPS | 320 FPS | 6.81x |\n\n### HUD Rendering\nGenerally FPS should be around **40% higher** in almost all scenarios. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with different HUD elements on screen (Scoreboard, Potion effect overlay, Bossbars, Filled Chat, Extra hearts, Full Hotbar)._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|---------------------|-------------------------|----------------------|-------------|\n| None | 250 FPS | 380 FPS | 1.52x |\n| Sodium | 335 FPS | 630 FPS | 1.88x |\n| Exordium and Sodium | 740 FPS | 840 FPS | 1.14x |\n\n### Text Rendering\nGenerally FPS should be around **2x higher** when there are many signs or holograms around you. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with 200 signs (Filled with text) on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 70 FPS | 125 FPS | 1.79x |\n| Sodium | 110 FPS | 300 FPS | 2.73x |\n\n### Block-Entity Rendering\nGenerally FPS should be around **20% higher** when there are many block entities around you. [Tested using IF 1.1.7 on 1.19.3]\n\n_Tested on a spigot server with 400 chests on screen._\n\n| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |\n|-----------------|-------------------------|----------------------|-------------|\n| None | 170 FPS | 205 FPS | 1.20x |\n| Sodium | 315 FPS | 410 FPS | 1.30x |\n\n## Compatibility\nImmediatelyFast is structured to interfere with mods as little as possible.\nIt should work fine with most if not all mods and modpacks.\n\nKnown incompatibilities:\n\n- OptiFabric / OptiFine\n\nIf you encounter any issues, please report them on the [Issue Tracker](https://github.com/RaphiMC/ImmediatelyFast/issues).\n\n## Developer API\nYou can read the latest version of the API docs [here](https://github.com/RaphiMC/ImmediatelyFast/blob/1.20/API_DOCS.md).\n\n## Partners\nYourKit supports open source projects with innovative and intelligent tools\nfor monitoring and profiling Java and .NET applications.\nYourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/),\n[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),\nand [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).\n\n[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)\n\n---\n\nKinetic Hosting offers extremely affordable deals on servers with very good hardware! If you'd like to cash in on the good deals click the image below and use code **RaphiMC** at checkout for 15% off your first month!\n\n[![Kinetic Hosting](https://cdn.discordapp.com/attachments/1060267870321393716/1060987925325688963/RaphiMC.png)](https://billing.kinetichosting.net/aff.php?aff=47)\n\nCredits to [sydist](https://github.com/sydist) for making the logo!\n","published":"2022-10-01T16:19:12.500476Z","updated":"2023-09-30T20:16:16.739251Z","client_side":"required","server_side":"unsupported","downloads":800870,"followers":1358,"categories":["optimization"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","quilt"],"versions":["ybGjtkj1","R8MXsvBe","56ly78y2","MXrToyOy","HjPptbpI","Lj7lpgeu","IihbNw9x","an4lUoZ0","1oWTStwD","f2Av82pv","slaIcF1K","Xc7f8wNQ","FcqoS76s","MK5xuarZ","vjevJCO1","IYnEX1ly","sTQ5rCbF","Ly9dRsAI","zkmYKBLC","zImGOGqD","A6GCxAD1","vA8NWTKD","VUTuPIlE","UDnjDzur","mo9q5fMn","M7dmS1xe","VoFPEhPL","EHbdx1pF","aWcTiEn8","K3zjbY4P","d6gX5lox","YVmLXIsi","q6hvGX5B","CdpFa9ts","izX4Zjnu","IpEJi0ih","D73h6MNI","4yVqQKQO","fnLm3B23","8IFFeKYy","fZkbywLp","Jci0UG9F","1OT6gCmX","cpgGVZDs","eiqdESrg","4IDo27OL","LEmCbzHA","aptjkgGB","15Hwli83","24BUZiRe","KjMKYa1K","2cEsJ6Ix","5arZz0qz","mGqxsY9X","VaRB1Uaj","m8P58epq","pQRqrmzs","FtHQIJZd","i5OWJDBj","xFmHwVvA","CG88v2FZ","XHrRgyGN","d4HBt40d","1BSUFszc","kQq0Qobv","h38wJYho","9RDk8aOc","4Y4VXGXE","fZa7YlyA","gAAnfzrT","LJYd35mB","hgQwRPhD","yhuSOfHc","Hh5as8hY","EANGsMsP","Tf6O7B9h","lPyP6Kcf","zKKDqwCd","nSd5x28T","xSKg5aqE","txcO4lNF","tpfQ6Vm5","I5zOy70w","ZhW5WW22","ADkpsbyz","9DJ47QhP","bHjLCRu6","dTZfskbw","YniADsYA","NJ17fqEK","BwkXA4tK","A7g0Ha7U","cswW9vJQ","e8XCF1RN","3jiSnSnx","mbeaDZtb"],"icon_url":"https://cdn.modrinth.com/data/5ZwdcRci/8335dd505094a79b4ad306935b10f724e2b76d8b.png"},"version":{"id":"mbeaDZtb","project_id":"5ZwdcRci","author_id":"XEedK03N","featured":true,"name":"ImmediatelyFast-1.2.6","version_number":"1.2.6+1.20.2","changelog":"* Fixed rendering issues with Highlighter, ItemBorders and mods which use the Iceberg library\n* Fixed debug HUD text layering issues\n* Updated libraries (MixinExtras and Reflect)","changelog_url":null,"date_published":"2023-09-30T20:16:19.877247Z","downloads":26873,"version_type":"release","files":[{"hashes":{"sha512":"cbb1933e5c8ed4ba7749bb29dabb2edb40a15793e437ac59c2a63a421e309c887f1d9715424520ba1faf0ad211350eeb411f7c067c2c6ed2294ff9b621379940","sha1":"13b4fd8f0214d36a01b2c874f0f88c9ddb2dd556"},"url":"https://cdn.modrinth.com/data/5ZwdcRci/versions/mbeaDZtb/ImmediatelyFast-1.2.6%2B1.20.2.jar","filename":"ImmediatelyFast-1.2.6+1.20.2.jar","primary":true,"size":657143,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","quilt"]},"members":[{"team_id":"wkdnKsNZ","user":{"id":"XEedK03N","username":"RaphiMC","name":"RK_01","avatar_url":"https://avatars.githubusercontent.com/u/50594595?v=4","bio":"Java Reverse Engineer and Developer, Minecraft Mod Developer, Minecraft Protocol Expert","created":"2022-07-26T23:24:22.689324Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"ImmediatelyFast-1.2.6+1.20.2.jar"},"mods\\modernfix-forge-5.8.1+mc1.20.1.jar":{"sha512":"2ea563e92ab3e803ae4710c8c096fa1feb792e083322169162066ab7a5921009965d57a4395b233454a425203d0d4dc61343f244920b96b7569fedb2888c4fa6","disabled":false,"metadata":{"type":"modrinth","project":{"id":"nmDcB62a","slug":"modernfix","project_type":"mod","team":"xw684WUq","title":"ModernFix","description":"All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!","body":"![Banner image](https://cdn-raw.modrinth.com/data/nmDcB62a/images/3c7be090404ebfed497b04aec8b4cd7cc1aac7ca.png)\n\n[![Donate](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular_vector.svg)](https://ko-fi.com/embeddedt)\n[![Available for Fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)](https://modrinth.com/mod/modernfix/versions?l=fabric)\n[![Available for Forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg)](https://modrinth.com/mod/modernfix/versions?l=forge)\n[![Join the Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/rN9Y7caguP)\n\nModernFix is an all-in-one mod that **improves performance, reduces memory usage, and fixes many bugs** in modern Minecraft versions (most versions including and above 1.16 are supported)\nwithout majorly compromising the game experience. Most Forge 1.16-1.19.2 modpacks will launch **roughly twice as fast** with ModernFix installed.\nIf some non-default options are enabled, it can even allow large modpacks like All The Mods 8 to run with **3GB or less of allocated memory**.\n\nModernFix is free, open-source software. All of the code is available on [the GitHub repository](https://github.com/embeddedt/ModernFix).\n\n## ⚙️ Technical summary\n\nWhat exactly does ModernFix do for your game? There are a lot of tweaks being made - too many to summarize here. However, here is a\nbrief summary of the general types of improvements being made:\n\n* Backports of bugfixes from newer versions of Minecraft and/or Forge, e.g. fixing\n[worlds breaking when you remove a dimension mod in 1.18](https://github.com/MinecraftForge/MinecraftForge/issues/8800).\n* Patches to mods that are no longer supported on a given Minecraft version, to improve the gameplay experience instead of requiring\nplayers to update.\n* Many optimizations & improvements to the game's launch process to significantly improve speed and reduce random concurrency crashes.\n* Additional debug tools to help modders and players determine the cause of some rare game crashes/freezes, instead of relying on a painful\nmod bisection process.\n* It's not enabled by default due to compatibility issues, but ModernFix includes functionality to [completely redesign the game's model loading system](https://github.com/embeddedt/ModernFix/wiki/Dynamic-Resources-FAQ), replacing it with a new,\ndynamic version that loads models on the fly. Model loading is one of the major performance regressions to modded Minecraft that\nhas been present since 1.8, and this new system alleviates nearly all of the downsides, bringing memory usage and loading times\nmore in line with how they were in 1.7.10.\n* Need to play the game with very little RAM allocated (e.g. 512MB or less)? [Now you can do that.](https://github.com/embeddedt/ModernFix/wiki/Ultra%E2%80%90Low-Memory-Footprint)\n\nIf you are technically savvy and looking for more details on each patch, I recommend reading the [Summary of Patches](https://github.com/embeddedt/ModernFix/wiki/Summary-of-Patches) wiki page.\n\n## 🐛 Where to go when something doesn't work\n\nPlease either report an issue on [GitHub](https://github.com/embeddedt/ModernFix), or join the [Discord](https://discord.gg/rN9Y7caguP) and ask in the `#modernfix-discussion` channel.\nBe sure to mention the Minecraft version, modloader, and ModernFix version you are using, as well as what other mods you have installed.\n\n## 🎁 How can I support this project?\n\nThere are two main ways you can help support the development of ModernFix:\n\n* Spread the word! Test ModernFix in modpacks and encourage them to include it.\n* If you feel generous, I do accept donations via [Ko-fi](https://ko-fi.com/embeddedt). Donating is not required (as ModernFix is free),\nbut every little bit helps. I work on ModernFix in my spare time, so any compensation I receive helps to sustain development.\n\n## ❓ What other mods should I use?\n\nThere are many performance mods available for Minecraft and I can't list them all here, but here are some essential mods, in my opinion:\n\n- On any version before 1.19.4 you should always have LazyDFU installed, as it eliminates the incredible lag caused by the DFU system.\n- On any version before 1.20 you should generally use Starlight unless it has a compatibility issue with your mods (which is quite rare).\nIt offers vastly improved lighting performance and can also fix FPS stutters when moving between chunks.\n- Always have FerriteCore installed, as Mojang's implementation of blockstates/models is laughably inefficient, and quickly\nconsumes RAM as soon as more content is added beyond what vanilla offers.\n- Install a mod like Shutup Experimental settings (before 1.19) or Yeetus Experimentus (1.19+). These mods will suppress the\npop-up screen about experimental game features, which otherwise causes the game to reload its resources twice.\n\nOn a related note: I do **not** recommend use of OptiFine in any modded scenario. It is closed-source, patches the game in a way that easily breaks\nForge and other mods, and significantly slows down game launching, often on the order of minutes. Please try Sodium (on Fabric) or Embeddium (on Forge) instead!\nUsing OptiFine with ModernFix is not officially supported, and may cause issues.\n\n## 🖥️ Need a server? Check out BisectHosting!\n\n\n[![Bisect Hosting banner](https://www.bisecthosting.com/partners/custom-banners/6b02ce11-5cf6-4e67-9a75-06474a46308a.webp)](https://bisecthosting.com/embeddedt)","published":"2023-04-16T20:56:18.092938Z","updated":"2023-10-10T22:00:59.928089Z","client_side":"optional","server_side":"optional","downloads":233604,"followers":496,"categories":["optimization","utility"],"additional_categories":[],"game_versions":["1.16.4","1.16.5","1.18.2","1.19.2","1.19.4","1.20","1.20.1","1.20.2","1.20.2-pre3","1.20.2-pre4","1.20.2-rc1","1.20.2-rc2","23w31a","23w32a","23w33a"],"loaders":["fabric","forge","neoforge"],"versions":["YmKitGGB","bakWifEu","lesun1xH","TLWpxXmE","tiJtC3Oq","RhqFUhKl","cRc8mTYR","tF5MXC99","YxjVHp6F","JoZVElr5","4D2n0P0v","yvUZHRTF","JC0k0BLU","aG83F2oq","wdlIqJM9","YvfHwxb6","DkR6UGcX","ovFOToAu","j79FcbOV","fPhurjKv","WNYg8TPD","8v4CKHNp","AR3lYRXy","V5JUXqmy","vHjPr4v0","yMD6AsFA","JofM3ehE","jTnRrN6H","ZD8n3OeB","XWyZT7uo","AvZe17Tl","5cOhMOWI","kGN22Ber","t4ArpHYs","JXUd23wE","qVu4O77q","McrIpooS","42k2MtHD","Qkwj2yjS","z5NtPX4A","Fn6lcgy4","pgncb4h9","GhEe98X3","kFuRlbS1","I24pbFOk","HfJUDwN3","90vs2FzN","T1YKIVCh","Qo4bxua4","HgJiOAQn","FfgHSOEU","uMIQRvh7","lF2pqrO8","CxL2MT5m","KuHaMmH1","SmZNSwfL","f7G7ygPr","3LgRU8Ie","1Mffj87M","2KYa5aqD","fqLJ9uB4","pKlyKViU","tr7cCUCK","CTaP4kW5","P6rbJql2","JVeaC9TI","Cs5lOKhd","p9S1UnOj","VbB4VqCo","qbRB2wZ2","fX8QihJW","ZopebhEU","hd1JuF4v","BTaK8vvw","euvIjfw2","WENf7fmL","RFtlfOIV","30XnUo00","e2wI0Dzg","KvbeSuS1","D2athySH","1gWqXFaX","AMJ0B4Bp","iO9FlOIm","G1VHm2Bd","DHw0yfjn","eff9HvKh","9MmJorda","k4BkxAU7","NtsxXDeZ","PKKqdqS8","DUroUjL7","CS1MpLrX","lJnMKe8e","TsXMK3TX","uzk1oBWH","blMuB0D8","JqdfKm8N","D1gtdBXw","WV8pFhUO","gRSAAIUU","NQFTTsi6","y4X4GM0C","jqteDlfX","buGrwsKZ","G5B0BoGA","oZJClBYn","QVSzLhRT","R7Eu2Fxe","btaNfyRK","z6cki1Hr","H7mnYOML","FDJCtlbz","e4ytl9KT","TsDx3td2","RMzc2zgT","zf548Phd","linysjCw","VaRd7XJ6","jiSgqiXH","V1smspgn","41RDuPe2","EZjY458j","cwTG6hyQ","I7WQ2bG5","wYFiI0CR","ad7TwMbL","1QLOTz4V","vXwiklcD","OFdWh7vx","uBReEWbz","zaaC7slX","9RlPyiaK","nVsxUgHx","p9vVa5yl","qlVWBKgU","v9uT5wj5","4ZIvpHca","PT1kduV3","gBP4wtrN","gMj6NTPn","lYUa4fZk","rJvkWL2n","c0IRQDNy","ZAuuntw4","eUxKumbO","F7WIWFs8","uOTQ9aSd","r1M11yfD","97pLchRn","gXrLEidK","kdOkBzuD","DybtrvoI","ZqhmgF0E","Drr9QiOX","WJnAag75","YMq1FhHc","51N1kQ5P","at0BBqZ8","Lbh7ndyf","T1T1ryiy","A7VJZ2sj","GJHB6P6y","GOlEdlgS","IMHeD2GV","XjunZE7n","6gM4GFBm","BmneBBYa","YvOjtot0","okrRsbRZ","owXH7FqO","PV5hrdhD","1NhyR6t8","sk9kFgqw","MqJb4736","Ixz7TNCN","cQ0TCwKQ","pZkNGdFz","jdCqC43M","3otSD6Ai","yviR2zX6","yRHXqAyS","xiu6MBJc","sZJM5bCM","ZCHErBQZ","9uRdxCNg","TE74NXUO","sBZ9FlQW","LMfdftzT","S2KHHn3O","XZZJ27Mx","9HGXIyEe","GANc4eZR","afRRm0EA","sWajyf3d","zDXxoYbt","5wGMan5g","ud3vvnM2","x3K80mPd","DDGA4vbS","BKutfSDf","WqyujHIn","synysXtc","xYsH89XA","5RzoQnZl","GPUrRuDK","HfUWwFQ6","Jw8xBmGc","NZQwlLgZ","YufYRxqH","GaLxviO2","orPjIEAx","R0xJ0sx8","FGNCOJKF","UxFGc28X","YDyqtNIH","ZdOokN06","gpXn0fGj","lCU44mLr","RPmoiZHT","pWraKWFy","jHaVrcbU","F35FyEva","WYn556RC","qomlktsB","Ggtcd6Lc","D8qeBfgE","uW4Lb1JW","RIRMMnjp","Ve0iT3SL","PtYPJcwF","4GPZ0uWs","PutKck7D","GLv15259","wYHO5U66","fJoMxOnN","nemKhyeF","8RyDnURg","Z9Nf1tw4","W2wYO1hK","CzIOJZ7D","YWxJmxJY","IDCtf2Pk","DZ7o2FaT","Sp3Y3R1p","YzYQ1W8W","tI8jU427","WmXK2piP","vQEyMOe0","edDrlUuk","70e4PROK","B26rDrrz","WNErDoy0","QlqkSEup","LeHETH9A","YRcPOXZH","cQh6zioW","PJlRMp4v","LJrDWFEH","nhQNNUHs","rigrXobp","jMVGsL8p","TJqCeI1u","xJbpSSiw","6GPongoq","ohh21bah","f1dYaEYt","TyzpVbn0","wz12hVLM","3NFLTjo5","2Gz3u7pY","qhD8hz8A","wS8BEj1H","lBQ3o7cT","9ca4pizA","zNxPnVZT","oqeQjBRP","Ypf2M9ta","XDyibw2U","RXtwG3lX","tNwzW4Bd","88ksqzbj","TtNOTwgu","NufUMuUS","LXlsO4Vo","5SKZ5Y5s","zny6etkd","YS6WlthK","GaKeTHbJ","oYMb8L0w","9R9LPE4L","16qY2NJU","SbLn3VXX","xedGgIRE","QpVWtj3q","v9acGUOX","7wRCZYa1","tlTrDouz","v2HWaHmC","RtHWz3X8","OxmgvWdr","ADyFF3WV","NZfBUD1x","GREykag1","iFQICDdq","SHRLUukI","6cUAWrqk","HZze6q1Z","hhpzMwx0","ziFdyRZU","bCqKORCZ","5YONh7M3","iMK8fcT3","qqf2pVIf","8bcOcx2u","StT6fUPe","gDr0pa5m","mnS5cWZA","h06WI6hI","lmCEiM2x"],"icon_url":"https://cdn.modrinth.com/data/nmDcB62a/e1d2433476995be1b1a94ff1afaf6167752274ae.png"},"version":{"id":"mnS5cWZA","project_id":"nmDcB62a","author_id":"6bGskxLV","featured":false,"name":"5.8.1+mc1.20.1","version_number":"5.8.1+mc1.20.1","changelog":"Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).\n\n## Changes since 5.8.0+1.20.1\n\n * [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt\n","changelog_url":null,"date_published":"2023-10-10T21:59:19.567409Z","downloads":401,"version_type":"release","files":[{"hashes":{"sha1":"4445eb2400af968acc56f48d0e1427cd6ddb166b","sha512":"2ea563e92ab3e803ae4710c8c096fa1feb792e083322169162066ab7a5921009965d57a4395b233454a425203d0d4dc61343f244920b96b7569fedb2888c4fa6"},"url":"https://cdn.modrinth.com/data/nmDcB62a/versions/mnS5cWZA/modernfix-forge-5.8.1%2Bmc1.20.1.jar","filename":"modernfix-forge-5.8.1+mc1.20.1.jar","primary":true,"size":648953,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"xw684WUq","user":{"id":"6bGskxLV","username":"embeddedt","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/42941056?v=4","bio":"Minecraft performance modder.","created":"2022-02-28T13:41:58.687703Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"modernfix-forge-5.8.1+mc1.20.1.jar"},"mods\\kubejs-forge-2001.6.3-build.52.jar":{"sha512":"0683f1715c2ed94096389b3bc8fefd888221fa1592e2d43ef845a991ec75d5939fa146d692dd0a8600780e3c10ea4b3a0dd8f38706251dc1c3134c8a306724a7","disabled":false,"metadata":{"type":"modrinth","project":{"id":"umyGl7zF","slug":"kubejs","project_type":"mod","team":"YlpCyjKr","title":"KubeJS","description":"Edit recipes, add new custom items, script world events, all in JavaScript!","body":"# KubeJS\n\n---\n\n## What does this mod do?\nThis mod lets you create scripts in JavaScript language to manage your server, add new blocks and items, change recipes and tags, add custom handlers for quest mods, change worldgen and more!\n\n## How to use it?\nRun the game with mod installed once. It should generate `kubejs` folder in your minecraft directory with example scripts. startup scripts only get run once when the game loads. Those are for registering items, setting up configs etc. Server/data scripts are loaded when you join a world, those are better for things like clearlag, displaying custom login messages and world/player related things in general.\n\n## Can I reload scripts?\nYes, use `/reload`. Note: Not everything is reloadable. Some things require you to restart game, some only world, some work on fly.\n\n## I don't know JavaScript / I need help with this mod\nThere's examples and pre-made scripts on [KubeJS Wiki](https://kubejs.com/).\n\n## How does this mod work?\nIt uses [Rhino](https://modrinth.com/mod/rhino), a JavaScript engine originally by Mozilla.\n\n## Ok, but what if it.. doesn't work?\nYou can report issues on [Here](https://kubejs.com/support?source=kubejs).\n\n## I have more questions/suggestions!\nIf wiki didn't have the answer for what you were looking for, you can join the [Discord server](https://discord.gg/lat) and ask for help in one of the `#support` channels!\n\n[![](https://kubejs.com/discord.png)](https://discord.gg/lat)","published":"2022-05-24T16:43:25.500518Z","updated":"2023-09-29T21:16:10.363687Z","client_side":"optional","server_side":"optional","downloads":26472,"followers":73,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.2","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["OcFX4nHs","Ow98nGVX","FF8NfrgL","auubUS2M","Ixibh2TH","De5QS1RH","MFMrkWVK","1DHeFXgn","kyfvtCdx","LOIuik1U","bFZ8ZHpg","DOjY3yyC","806o7Suw","2Ct4a66V","ULXqIHYa","tKESRatJ","LNkX71jp","bwEXdOWs","KsTEzm3Y","mBALmsWY","cHTfp1UP","9s0MLCAB","sJj6ohgk","Ub4Symjo","npLops7n","yOVZYRKr","E8fQ0dKc","Qp5ZRXjM","PPvjWEfj","A9s7ueHB","F5VxKMBz","f14qa9sy","RNgVGXaY","vK2FAy5R","weBfYafA","feWz4dEs","bwX6yAak","nfDOk0yl","sGWK5Cnk","k2oqHlKS","kBiXtuN1","fGfJQ5rR","eYrIY0qL","wcRzE7tU","BYb2BvzM","jxO06aq5","9G1ElIy0","P7hkDGrH","W3d8ybuy","SWoVFlyf","dFL3FSdz","RBhCJrS0","Yur4mvDX","9UV0zszK","NR9IZOGJ","sX3BpsBI","9VeL4ZZ6","vgx0c1hI","o4MMDsV7","jCixe3kd","1nWDH5qG","EK4hUkCs","RXnprv2l","Rv97APAO","DBKRffZ4","YXPotrX4","Kyktn61M","lew7kmbd","xXAtessU","Tz27arVB","CCikQblc","UMZ1m981","A7djo8T2","cdhFKlyb","pVXrO4kU","tLGefQzt","8mbTmr71","FPGVlGMe","StSjSm2P","izefEKjA","A8sfF3LI","ZWmvVA5h","UTCcO2su","t9fe5vfh","1Qy5cVlI","Ampn5FKW","6BC6Xk60","3bYeOdl5","s19lY1bm","vj81wZ1c","7OpTGCA4","AZWg88gR","uJhPvRKK","xqujXePu","GBMZypIu","DwdB5XhG","7jTB75Db","CNACrDhA","w2r2O4Zk","wyA5RDMS","F01IIkPe","Mx62BVNQ","qZOd7jFw","MWY9RHwp","uqzp42or","LCoZUlvd","QBRXfyxz","5V4W4J31","ZA00gaxh","bFNvcZyN","rDkfy6da","GY6F8z9w","GPQY9mAV","n4x8yoH4","VPvo5sT3","uxjmmuqY","2Esx1zg8","8gps0YQi","7HLO2GmW","yBny0apG","7CFPwodQ","PjWYlZ5c","I10EdBq5","d3qJHe7E","Tq05LivK","ote14uu7","H2vngs52","1ky29Gsi","RCatfhz4","ehx18Fp4","D9tF4vlU","pZIQNE9z","TSy6UYgH","MngQb49Q","EqeCAvlH","fn942sgr","TsHW75Jn","cNTjEyPk","N8NhOVVu","Uftc1Dwa","I3d1VHRy","DRL1lKcl","5R96tZZJ","nqZhRK2i","lkxC8tyT","NxiPZcjn","taSTLnpE","ZmFr8OyA","DurEi6ex","vvU3HhTY","labPOb8A","ed4plH3N","yipsDsjO","YUEUsB7q","BbS1cViy","bdW1nNAt","BDJ2GEpL","d9bWRMz2","sFpbAQ2a","xegTUYsk","vwFRBYnc","vt0ez0LX","P6hcZCCH","1gQMBkSK","gh9yWBde","eiPloPKr","t8o5J3BD","vVYwDUA6","BoIp8lm2","iF0WVI8W","wkXmARVM","Suz1uvbT","UiUUWj3r","gA76TcEp","GDNXKEu5","gu4PZc7f","n2Fo5flv","wJu56TZy","vuvvvfaq","gR2kKjfQ","4GmFSLDy","5g6sbfti","3GTpfbwF","Gy4SMtXg","QT3xVJkt","ql8tFeNL"],"icon_url":"https://cdn.modrinth.com/data/umyGl7zF/icon.png"},"version":{"id":"ql8tFeNL","project_id":"umyGl7zF","author_id":"7tgPcl7v","featured":false,"name":"KubeJS Forge 2001.6.3-build.52","version_number":"2001.6.3-build.52+forge","changelog":"","changelog_url":null,"date_published":"2023-09-29T21:16:11.349097Z","downloads":191,"version_type":"alpha","files":[{"hashes":{"sha1":"5ea43882241d1f3fbc369c38293a52d0801b0dd5","sha512":"0683f1715c2ed94096389b3bc8fefd888221fa1592e2d43ef845a991ec75d5939fa146d692dd0a8600780e3c10ea4b3a0dd8f38706251dc1c3134c8a306724a7"},"url":"https://cdn.modrinth.com/data/umyGl7zF/versions/ql8tFeNL/kubejs-forge-2001.6.3-build.52.jar","filename":"kubejs-forge-2001.6.3-build.52.jar","primary":true,"size":1527298,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"lhGA9TYQ","file_name":null,"dependency_type":"required"},{"version_id":null,"project_id":"sk9knFPE","file_name":null,"dependency_type":"required"}],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"YlpCyjKr","user":{"id":"7tgPcl7v","username":"Lat","name":"Kristiāns Micītis","avatar_url":"https://avatars.githubusercontent.com/u/3844385?v=4","bio":"A Java developer, mostly working on Minecraft mods","created":"2021-02-17T12:10:09.597525Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"YlpCyjKr","user":{"id":"OQodw31Z","username":"MaxNeedsSnacks","name":"Max","avatar_url":"https://avatars3.githubusercontent.com/u/12750501?v=4","bio":null,"created":"2021-01-18T20:56:26.016118Z","role":"developer"},"role":"Member","ordering":0}],"update_version":null,"incompatible":true},"file_name":"kubejs-forge-2001.6.3-build.52.jar"},"mods\\TerraFirmaCraft-Forge-1.20.1-3941-indev.jar":{"sha512":"bae38dd8cd5e7e876bb272cca0cf0e3e3589227c758239331972df65266d91e1c51db0d0197545cb32d1a3b16b699adbee733d15469e44f5c4f64b28b41fad7b","disabled":false,"metadata":{"type":"inferred","title":"TerraFirmaCraft","description":"TerraFirmaCraft - The Next Generation","authors":["AlcatrazEscapee"],"version":"${file.jarVersion}","icon":null,"project_type":"mod"},"file_name":"TerraFirmaCraft-Forge-1.20.1-3941-indev.jar"},"shaderpacks\\ComplementaryReimagined_r5.0.1.zip":{"sha512":"f364ec696ee3bb2982e65d5b0a8211597cc7129f53f0e78278ba7be78dbacd821807ba9b28b700f4ebba886612ea8b6da0fb7fc124d3635fb67d83a9bb2f01f6","disabled":false,"metadata":{"type":"modrinth","project":{"id":"HVnmMxH1","slug":"complementary-reimagined","project_type":"shader","team":"cZyqwaNw","title":"Complementary Shaders - Reimagined","description":"Exceptional quality, detail and performance; while preserving the unique visuals of Minecraft.","body":"\n\n
\n
\n\n### About\nComplementary Shaders is a shader pack for Minecraft Java Edition with exceptional attention to detail, high standards of quality, and top tier optimisation. It offers a ton of high quality effects, two default visual style choices, custom effects for almost every block in the game, profiles ranging from Potato to Ultra and it's designed to never be obstructive during gameplay. It started as an edit of BSL Shaders in 2018, and it received countless major updates including a complete rewrite to meet the standards of our community. Complementary Shaders is dedicated to be shaped by user feedback over anything else, and it still receives regular updates to this day.\n\n\"Reimagined\" is one of the two default styles Complementary Shaders r5 comes with. It focuses on preserving the unique visual elements of Minecraft and providing a reworked vanilla feel. [**Learn more about the two styles here.**](https://www.complementary.dev/shaders/#style-section)\n\n
\n\n### Installation\n**New:** You can just download the [**Complementary Installer**](https://www.complementary.dev/shaders/#download-section) and click Install to automatically do all the steps below.\n
\n**-** First you need to install either [**OptiFine**](https://optifine.net/downloads) or the [**Iris**](https://irisshaders.net/download) mod to be able to load shaderpacks. (Choose Iris if you are unsure)\n
\n**-** Then you need to launch the game, and get to the Shaderpacks/Shaders menu in Video Settings.\n
\n**-** Open the shaderpacks folder by clicking the button in the menu.\n
\n**-** Download Complementary Shaders and put it in the shaderpacks folder. (Please don't unzip the file)\n
\n**-** Get back in the game, and choose Complementary in the shaderpacks menu. (Refresh the menu if it doesn't appear)\n\n
\n\n### Other\n**-** Check out the [**Complementary Development Website**](https://www.complementary.dev/) for more information.\n
\n**-** Join the [**Complementary Discord**](https://discord.gg/ck5htDSQPv) community if you have any questions, or just want to talk.\n
\n**-** If you would like to support the development of Complementary, you can do so on [**Patreon**](https://www.patreon.com/emingt).","published":"2022-12-22T17:51:34.452046Z","updated":"2023-09-10T08:52:46.029752Z","client_side":"required","server_side":"unsupported","downloads":416793,"followers":1368,"categories":["atmosphere","reflections","vanilla-like"],"additional_categories":["bloom","cartoon","fantasy","foliage","high","low","medium","pbr","potato","shadows"],"game_versions":["1.10","1.10.1","1.10.2","1.11","1.11.1","1.11.2","1.12","1.12.1","1.12.2","1.13","1.13.1","1.13.2","1.14","1.14.1","1.14.2","1.14.3","1.14.4","1.15","1.15.1","1.15.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.8.9","1.9","1.9.1","1.9.2","1.9.3","1.9.4"],"loaders":["iris","optifine"],"versions":["y29Qhzlc","Eur2NpSB","QGR4LYrD","fkR0I8Mj","dULc7mRq","jCIQGZp3","D1f8W3MU","38cfnenN","RYvsFGd2","wFaTnvaE","nuU4trui","NKGyBgjH"],"icon_url":"https://cdn.modrinth.com/data/HVnmMxH1/acd43de96a8f9b28e6934e0e649cefe9f410bf51.png"},"version":{"id":"NKGyBgjH","project_id":"HVnmMxH1","author_id":"O8iu3LjK","featured":false,"name":"r5.0.1","version_number":"r5.0.1","changelog":"r5.0 is the biggest update ever released for Complementary Shaders. Combining both Complementary Reimagined and Complementary v4 to get the ultimate Complementary pack. So many new features, so many reworks, so many improvements. I will simply let you take a look in the changelog if you want to know about them. I hope you enjoy the future of Complementary.\n\nThe full list of changes can be found at https://www.complementary.dev/changelogs","changelog_url":null,"date_published":"2023-09-10T08:52:50.627894Z","downloads":62270,"version_type":"release","files":[{"hashes":{"sha512":"f364ec696ee3bb2982e65d5b0a8211597cc7129f53f0e78278ba7be78dbacd821807ba9b28b700f4ebba886612ea8b6da0fb7fc124d3635fb67d83a9bb2f01f6","sha1":"4879d9bbb16ff50ebb75b4b3e11b4093b76ae20d"},"url":"https://cdn.modrinth.com/data/HVnmMxH1/versions/NKGyBgjH/ComplementaryReimagined_r5.0.1.zip","filename":"ComplementaryReimagined_r5.0.1.zip","primary":true,"size":402256,"file_type":null}],"dependencies":[],"game_versions":["1.8.9","1.9","1.9.1","1.9.2","1.9.3","1.9.4","1.10","1.10.1","1.10.2","1.11","1.11.1","1.11.2","1.12","1.12.1","1.12.2","1.13","1.13.1","1.13.2","1.14","1.14.1","1.14.2","1.14.3","1.14.4","1.15","1.15.1","1.15.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["iris","optifine"]},"members":[{"team_id":"cZyqwaNw","user":{"id":"O8iu3LjK","username":"EminGT","name":"Emin","avatar_url":"https://avatars.githubusercontent.com/u/52270338?v=4","bio":null,"created":"2022-11-22T19:42:29.311344Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"ComplementaryReimagined_r5.0.1.zip"},"mods\\Fastload-Reforged-mc1.20.1-3.4.0.jar":{"sha512":"b8be6ed0bef707c7c34d84049eb68313a5c787f6e9c9a88fb94daed6bccfedc6c181a1fca431f53b6e8ac03c7baf7653414b5a5792cab6b500c6d66502489431","disabled":false,"metadata":{"type":"modrinth","project":{"id":"kCpssoSb","slug":"fastload","project_type":"mod","team":"MGCy93QI","title":"Fastload","description":"Modifies how worlds are loaded to speed up loading times.","body":"# NOTICE!!!!!!\nI (StockiesLad) have quit modding again. This will explain the absence of updates. Why again? It's just not fun anymore and I am always worried about once again being embedded in annoying discord drama that somehow manages to suck every bit of enjoyment out of modding. There hasn't been anyone willing to step up and take over development and that's partly my fault. This notice is months late. If you enjoy fastload and intend to maintain it, just contact me on discord for a discussion. Please keep in mind that I won't respond quickly because I don't really use discord much at all anymore. Thank you for taking your time to read this!\n\n# Short explanation\nFastload is a *relatively* simple mod that changes some crucial parts of world loading to speed it up.\n\n# Environments\n- Client (Optional)\n- Server (Optional)\n\n# Credits\n- StockiesLad (Owner)\n- JoostMSoftware (Co-Owner)\n- AbdElAziz333 (Forge)\n- VidTu (Ksyxis (Idea))\n- kennytv (Forcecloseloadingscreen (Code))\n\n# Features\n- 441 Pre-generator: Entirely yanks it to sync chunk generation with chunk rendering.\n- Loading Screens: Cancellable (Configurable)\n- Rendering: Pre-rendering Phase (Configurable)\n\n# Suggested With\n- C2ME: Optimises chunk generation.\n- Sodium: Optimises chunk rendering.\n\n# Explanation\nThe 441 chunk loading engine is pretty much what the name is. The reason for it being 441 chunks is that\nit generates chunks in a 10 chunk radius as a square. So multiply that by 2, add 1 (because you are standing\non a chunk) and square it. Fastload removes this *feature* as it is a huge waste of time. Instead, it will\nonly load 1 chunk (the spawn chunk) and loads the rest of the spawn region during early rendering.\n\nAlong with that, it also replaces some of the loading screens with its own implementation. This pretty much\nallows rendering to begin immediately instead of it being halted until the player spawn packet is received.\n\n# Links\n- Modrinth: https://modrinth.com/mod/fastload\n- Curseforge: https://www.curseforge.com/minecraft/mc-mods/fastload\n- Discord: https://discord.gg/fMSnenNSXM\n\n","published":"2022-06-04T16:09:02.891982Z","updated":"2023-08-15T12:36:53.077035Z","client_side":"optional","server_side":"optional","downloads":556560,"followers":1031,"categories":["optimization","worldgen"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","23w12a","23w13a","23w13a_or_b","23w14a","23w16a"],"loaders":["fabric","forge","quilt"],"versions":["OAv8CrM0","hR5aj90D","Lbph3YVy","nkXCDjTX","CVP8s8T3","tFMofdbs","3j5R1tqr","opd0zx0e","iiKA1DWl","DVbkQeRT","bAEd4DsW","PjaIK1Vp","tAJHf9G7","wIStpaL0","8J8D4v6o","1wIMDix7","BnPn5A62","f4sYhmcE","meWCSzii","DJkYeZd5","1f1DA0KB","QNff3l3l","QlIwIIh9","C2LwOzJk","1uyZI4Sv","FKmzXNtY","K88McHch","DQlQxhhM","qIDVvUbg","nAfxWveV","MmygcB2M","zNe7bwry","Tv3wOvtj","ksl46t40","qkR1zzal","dKaZj3NX","bxgfNPxE","LtO049ip","RWontocM","tMBTPH4j","rGmamzE5","gdXi90uO","Dsgo7CSj","2Yda0wxa","pPHZxvSq","mBNst1pT","NHYFVTEV","WyunD6Js","N1SrNeBH","IpZXHH55","rxKwFSer","ZlGXwJvh","TQqs51tn","DadZpSjE","tMPV3Kkg","ZF0uERgW","FpDn2R2L","gIRDVsr1","a5IjqNvz","DlCLRU3a","WU1it2AO","FU50wLzH","DhZ4Ja4S","Y0vyVBp6","suyTpHDo","gO58JOqR","K9vr5fdy","OQyAqgWH","AWGFfzNY","Jy0nBwT7","n2GBDiY8","YvKzIdFE","lbg7lLOP","XzqjhWvy","GCH0zDV1","cOIVKLwU","FswsA1ru","pDTCLzgm","s3zsS0HW","tykaPrWr","ILYiaB6n","jbjSMJqM","JpRTQ4PR","vD6ndABa","WryJ0FUZ","FcFh2FAO","PB8AbQO3","BwDnLgzN","OxwM6hRt","u4FVRRGd","ys9T20o4","47qpvpOP","P17HkM27","9Kgnmrza","3cboK7gk","HDvAnQIw","Z8CqLDDO","nHeyxX0A","fbLmfqa5","ka9OYmub","5caSj7kt"],"icon_url":"https://cdn.modrinth.com/data/kCpssoSb/47742fe96d19cdad9a3eb6a73bd9c7c1547fb4ad.png"},"version":{"id":"5caSj7kt","project_id":"kCpssoSb","author_id":"3AXCrCqA","featured":false,"name":"Fastload 3.4.0 for MC 1.20.1","version_number":"mc1.20.1-3.4.0","changelog":"bump version.","changelog_url":null,"date_published":"2023-08-15T12:36:55.631401Z","downloads":10498,"version_type":"release","files":[{"hashes":{"sha1":"27d58f123951e0404c94caf16ff9b96b442f371c","sha512":"b8be6ed0bef707c7c34d84049eb68313a5c787f6e9c9a88fb94daed6bccfedc6c181a1fca431f53b6e8ac03c7baf7653414b5a5792cab6b500c6d66502489431"},"url":"https://cdn.modrinth.com/data/kCpssoSb/versions/5caSj7kt/Fastload-Reforged-mc1.20.1-3.4.0.jar","filename":"Fastload-Reforged-mc1.20.1-3.4.0.jar","primary":true,"size":66989,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"MGCy93QI","user":{"id":"3AXCrCqA","username":"AbdElAziz","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/89092953?v=4","bio":"I love all people","created":"2022-05-27T22:49:23.800376Z","role":"developer"},"role":"Contributor","ordering":0},{"team_id":"MGCy93QI","user":{"id":"6RqzXTwc","username":"StockiesLad","name":"Fluffy Bumblebee","avatar_url":"https://avatars.githubusercontent.com/u/60066663?v=4","bio":"A lad from stockies mate.","created":"2022-06-04T16:04:13.709905Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"MGCy93QI","user":{"id":"GIn4UWLW","username":"JoostMSoftware","name":"Joost","avatar_url":"https://avatars.githubusercontent.com/u/80041873?v=4","bio":"I'm a student Software Engineer that codes websites and mods for games. ","created":"2022-06-04T15:56:54.106893Z","role":"developer"},"role":"Co-owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"Fastload-Reforged-mc1.20.1-3.4.0.jar"},"mods\\oculus-mc1.20.1-1.6.9.jar":{"sha512":"e01fa2ec91ae1136b41a1cfd9c705f04550b747e7a8051d85121c8b26250cf178a2b9f7952e77edfb326b66c255f4ec9702d055fb2b5f2c7197168fc188fd698","disabled":false,"metadata":{"type":"modrinth","project":{"id":"GchcoXML","slug":"oculus","project_type":"mod","team":"zFcUWaYx","title":"Oculus","description":"Unofficial Fork of \"Iris\", made to work with FML","body":"Unofficial Fork of \"Iris\", made to work with FML\n\nFeatures\n\n
\n Features\n\n- Performance. Oculus should fully utilize your graphics card when paired with optimization mods like Rubidium.\n- Mod compatibility. Oculus should make a best effort to be compatible with modded environments.\n- Backwards compatibility. All existing ShadersMod / OptiFine shader packs should just work on Iris, without any modifications required.\n- A well-organized codebase. I'd like for working with Iris code to be a pleasant experience overall.\n
\n\n \nPlease, don't report Oculus' issues to the official Iris Github.","published":"2022-07-02T10:02:12.932789Z","updated":"2023-09-24T20:48:08.295744Z","client_side":"required","server_side":"unsupported","downloads":195253,"followers":205,"categories":["decoration","optimization"],"additional_categories":[],"game_versions":["1.16.5","1.18.2","1.19","1.19.1","1.19.2","1.19.4","1.20","1.20.1"],"loaders":["forge","neoforge"],"versions":["Ti8TJ58B","rhj7Nexq","sl4bJ9He","E7vz516D","ZjN0wxRC","rR8ZrdCw","zxDW8JVW","9KaQ8Nei","YM91QDuZ","A6aEs4bJ","nApEYsZi","uNDmEO4n","zuJ1306r","KyxZ315g","mGoSRprD","Af4brqYV","HxUtDCCe","UynWw2df","Uz28Wi1p","4lE9D01D","6xfXhsvf"],"icon_url":"https://cdn.modrinth.com/data/GchcoXML/icon.png"},"version":{"id":"6xfXhsvf","project_id":"GchcoXML","author_id":"OGBzw79h","featured":false,"name":"Oculus mc1.20.1-1.6.9","version_number":"1.20.1-1.6.9","changelog":"- Fully compatible with Rubidium 0.7.1\n- Clouds fixes\n- Particle issue fixed\n- Parity with Iris 1.6.9","changelog_url":null,"date_published":"2023-09-24T20:48:10.403605Z","downloads":7606,"version_type":"release","files":[{"hashes":{"sha1":"406ad9995cd1ab803e0001f80a85498105b4d488","sha512":"e01fa2ec91ae1136b41a1cfd9c705f04550b747e7a8051d85121c8b26250cf178a2b9f7952e77edfb326b66c255f4ec9702d055fb2b5f2c7197168fc188fd698"},"url":"https://cdn.modrinth.com/data/GchcoXML/versions/6xfXhsvf/oculus-mc1.20.1-1.6.9.jar","filename":"oculus-mc1.20.1-1.6.9.jar","primary":true,"size":2814481,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"4ZqxOvjD","file_name":null,"dependency_type":"required"}],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"zFcUWaYx","user":{"id":"OGBzw79h","username":"Asek3","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/64613894?v=4","bio":null,"created":"2022-07-02T09:26:04.535310Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"oculus-mc1.20.1-1.6.9.jar"},"mods\\jei-1.20.1-forge-15.2.0.27.jar":{"sha512":"9e94d5d909f37bdc06d18873c5df34daec4ab74a5cb3814fe23d63fe8398b0585d997677905e0a6caf993f3239543049f75d8f911f4159fff416ff84331d480a","disabled":false,"metadata":{"type":"modrinth","project":{"id":"u6dRKJwZ","slug":"jei","project_type":"mod","team":"H2zAm1Kt","title":"Just Enough Items","description":"JEI - View Items and Recipes","body":"# Just Enough Items\nJEI is an item and recipe viewing mod for Minecraft, built from the ground up for stability and performance.\n\n![JEI Recipe GUI](https://cdn.modrinth.com/data/u6dRKJwZ/images/ee0ea4051573264d2b4edb53f9d4e634faa11f21.png)\n\n## Controls\n\n### Inventory:\n*(Minecraft Options -> Controls)*\n\nShow **R**ecipes: *Hover over item + R* \nShow **U**ses: *Hover over item + U* \nToggle Item List **O**verlay: *Control + O* \n\n### Item List:\nShow Recipes: *Click Item or type R* \nShow Uses: *Right-Click Item or type U* \nNext/Previous page: *Scroll Wheel* \n\n### Search:\nSelect Search Bar: *Click or Control + F* \nClear Search: *Right Click* \nPrevious Search: *Up Arrow * \nSearch by Mod Name: *Type @ in front of a word (@thaum)* \nMultiple terms work together *(wand @thaum)* \n\nExclude search terms: *Type - in front of a word (@thaum -wand)* \n\nSearch terms that have spaces in them: *Type \"\" around the words (\"two words\")*\n\n### Recipe View:\nNext/Previous page: *Scroll Wheel* \nShow all Recipes: *Click the recipe category's name* \nMove items into crafting area: *Click the [+] button. Shift-Click to move multiple sets of items.* \n\n
\nView advanced controls\n\n### Advanced Search:\nSearch by Tooltip Only: *Type # in front of a word* \nSearch by OreDict name: *Type $ in front of a word* \nSearch by Creative Tab: *Type % in front of a word* \nMultiple Searches: *Separate terms with | characters, like \"wrench|hammer\"* \n\n### With Cheat Mode Active:\nGet a full stack of Items: *Click Item* \nGet one Item: *Right-Click Item* \nDelete Item: *Drop an Item into the Item List* \n\n### With Item List Edit Mode Active: \n*(These controls are shown in-game on the item tooltip)*\n\nHide Item: *Control-Click Item* \nHide Items and Sub-Items: *Control-Right-Click Item* \nHide all Items from a mod: *Control-Shift-Click Item*\n\n
\n\n## FAQ\n### Can I include JEI in my mod pack?\nOf course!\n\n### Can JEI run client-only, or with a vanilla server?\nYes, with some features disabled:\n- The \"Move items into crafting area\" [+] buttons.\n- Cheating in items that have lots of NBT data.\n- Deleting items.\n\n### Where can I find the ___ feature from NEI?\n\n[The chart here shows which mods support each feature.](https://docs.google.com/spreadsheets/d/1NEWZjKvWB-SibY1BXc1zoYkK7AhjMMBZess9wMy--6w/edit#gid=0)\n\n### I have an issue / bug / crash / report / request, where can I send it?\n[JEI Github Issues Page](https://github.com/mezz/JustEnoughItems/issues)\n\n## Support\n[Become a patron on Patreon](https://www.patreon.com/mezz)","published":"2023-01-27T05:19:03.821699Z","updated":"2023-09-24T21:27:43.658047Z","client_side":"required","server_side":"optional","downloads":400001,"followers":805,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.10","1.10.2","1.11","1.11.2","1.12","1.12.1","1.12.2","1.13.2","1.14.2","1.14.3","1.14.4","1.15.1","1.15.2","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.8","1.8.8","1.8.9","1.9","1.9.4"],"loaders":["fabric","forge"],"versions":["6QsZu0uX","vddb9IRK","OVe9dyBJ","3ejA11GM","qKnM5pVe","gpjhQ3Zu","PiSUF4VW","ncEE6r1H","85UZZXZe","971wponi","LZWS3nvb","VJouNQwg","djhxtBGb","fE3iesnY","ZEnNPdH9","5sH8sAhG","O6p3WH9E","ixCur6un","HStB0V3w","3IxUFvQD","3kM1ubIv","sH5rGNRc","75fa8Sn1","t5Kyzdn8","zCSFAyki","fmo3QBJD","y3JtdWY2","dw0hAkOV","RGfBHRed","QhGtXrPt","ZaqzdCAV","ipvO9rVR","FOGtceSJ","bMGyArLn","DEt3Xzzc","4g4FFT7K","bP4Zixz2","q87Alexs","aODxpC0g","l4ejVRvD","EOyOaHS6","PjDF8rN8","BnU3Pek7","7ptsxo3m","44C8KIQG","WxVr2N6m","noQMP2vg","Rk40Oewy","qF5wAhaF","gKx28huk","u8WOPvco","WxCwbDRB","if2HqYaS","ZJHZBAsl","Jat1mJdM","tf0xkdm8","YCyceAPD","AZea1kon","S7Ynl4ee","UjB6NUbz","AEumxvYI","9ltW1k7t","COwRqXou","hc5FfeJi","jPEaAMYh","xi4BgzYZ","DNF88dfr","a38nfrYD","ec0Y4mun","QgaaJnt7","jvSMoeMO","cdHYhbPX","w6fpSAaw","VDbBe5hM","Wv4kF6Zm","tT53ulpk","NY2sGWgd","jqyqFvG1","5qY9968h","5f605EHB","42WmFJOD","HdXRqIIC","REqq6tTJ","pCdKFclU","kdrhVo2x","FZ8oQA3B","FyEPTTTB","c31ADEAB","FZl4g2dC","bfezw35J","JZaKgwZK","UebODZvW","9dJBituw","RUT1n3qz","7tfMfjGD","KMjCAxiH","JpmTcJGN","EUSIlxsV","UjonCtDo","NtAmjCAM","Y9yyRYTM","OlZFTYXv","1qCHfuO9","Oarq5sGS","UV5MMCuY","IuVwdwOC","kFuD1Gz7","ekQac9hy","kxAgS5G2","mcFhxyWS","5WyLUEBw","ROFXmMEj","RzwsUzXc","tOBHoIbZ","eBCI8fPU","upXU99Zn","8oDBr8BZ","c8MdBbyv","8A5wo5Mz","Y3kTriuV","ZSQFvJYr","FmN9hx0a","EvWVIXEL","eZaQLUKr","VydGujwQ","86TCecyO","6OYsLxVr","iAEb1YPj","bJJjJJ9L","Ne8MjRCx","Cn4fICl5","jWBG2UYT","MPl1Y3vX","dZqoQJmc","UyITwSfW","xNOCMN6F","eMQqHaEl","VJL3zf1f","Y7lrn3JZ","6dD1kVGR","EaYdYtZx","VdrFvDMM","idYI1lxS","INoP03TU","RAtTx4ic","j80wbOMg","ps02DHX4","1GZBGClF","D2uOJtFt","zqxb40Y7","ZApUnqOO","4w4affZq","cdZsXk1b","2Y2BPMcy","5sq5cg1M","IkOZLHyu","zS8KBEOS","pcJlZDUc","G4XOSKl6","ERRL7l73","YIrg6UrE","svhhqeE7","enuGDv6D","hC05dIZX","gInhckja","etKTnoPu","tQr8jfIU","wjsxbU0x","y8ZRUI5i","xAAQsbvu","y738rZ5k","zeVrmpvP","RGBlX47H","LCWHprGl","F0LWZEqx","inDNvU32","JRwb6FzX","KeNnd9mP","EE23rUNm","rbjiLk8N","w5NBWxUf","NVPfvHQV","xB1fddxL","jAZALIc9","lgfCyccA","NkcmWkjj","ovK9vDXZ","zy4VO1Qj","ssXBvuwm","XaoWk5j5","zCYfzD1N","D5jYu6Tb","qlzCvbxg","WLYOG4Q0","MH2wwfDT","9z3jfW7r","oF8VoLti","xamdDSuC","ApgwO37z","T8xT1Piy","TgNSCvp9","9ttGt1LA","gB6eZIn2","2vebLdaz","wTKUeLXy","mk2vRPJP","UNoWOQAt","JERalwjv","UaR6oCq2","mfCz0M8i","oAjCLsEY","scxaLoE5","kgsV4BzE","EKenR1Wq","FvBymUsB","8hpGILSB","Mam2dOxs","Ycolgs09","Ksyps35A","iaQEd9xh","9rVoTIif","1XwN4s7V","Y6wIW2Sd","qi4CEOWE","ioahqlSG","f6290pCX","TWGoBtEU","4lwdGsFR","49JP4OAX","ZJfhRMPL","UshruK3Y","hJmElE3C","BEG5pCUY","MrIAJbKN","kQ5Ze7OT","Q7FoKZYW","gCf0GPKA","7MYzTvsf","g51cSSaM","MDsypZ7T","di7nZp7g","n0hvCcH2","OOCssA5u","uc1RXar5","ZvjBWW8m","jFTx0nMX","ZD1MXOVs","N0loP1J4","JtNUpLk1","T9reJ0gv","AKcZl6Fn","kkZvUoVY","S8q2YckO","V0EpSQow","lkuYvti1","SM96zdkN","UXLjfs7P","fjKpVVHx","cVZ0MO4w","7rBa86cD","pZnzpJAQ","2yBtSzRc","yKJepHjk","xOYLKOlo","9WZo5MAg","n0rPNhWU","dzFPVDGd","O6XzFPDi","M58K2eBP","2qMXcepu","ofDwFDaL","xlZS802f","IsuAX32E","OSlIF4dE","ZU0Y8sXr","r4TqQNJ7","eqBwUM0h","7yTR7JSi","2AfgdiRf","sqokihlN","WmaMf31x","n6biLACr","DqvZ8wJI","lImKSKss","DCgbaems","4CXMkun1","Y00MXjf2","tVIKjfse","uXlZz5SQ","S3H92iIr","jMQrZMdx","qcPhFLk0","2VVrGtfL","AtbpeIYL","fAtUZyd5","tqoHySkU","KzFW16jx","2whQOvCo","AJqQgRCF","i5LhlJRc","IVWaJ41H","fGOeNVB8","YSQD46Wt","Y4OlPVWp","i2IdocPT","EILwujq2","VKniCVQ6","7bq8aXVP","fhTtcPDe","Q6h011ST","XAICSXwk","29tzHqg2","nR96LqIM","hgC5ypxM","VQyZn5iX","Ja0Uijw9","PfZwFO0z","h9vdk1QR","nTr3nOm7","zbHgKNYq","Ie915g1B","k0yFJSSY","YRBSUeZU","sozo3baf","AnNfULiw","AlnMIQzz","cjNrXGWk","xghi0iwE","TxFIj7fe","a1LvIpcA","iIYInCHS","uAIa1PBc","Unx1eNnA","ftOHT4fV","We5qshOz","qwD8GOZo","jvrLjXMt","o7xnBJug","r3XBhq2X","MKoS2shO","EH2s4IqW","Fa7Qe214","6QBzWkHO","VPQVcs7c","xUEVENNN","VLntC18E","RfX9tFj0","nSazlYo6","3MEIwXQ4","ypJCZ3BJ","JTuBKmgH","ZZGSysXe","AXktlL00","ShnW30Rg","e6suJ00N","C9JFb9in","7PBVhF2r","pghMZzP9","nu8VeuuP","VnLnitip","pXQk1BFV","rXNNU3Tl","2RcWdG7H","3JNuF1dZ","L1BZgyfm","2hbjvQOt","NyXxzrbw","2XaZHDLp","U9lR9mfI","wctWXmqK","BpRpPbNy","V42iqSf1","4Z6I0uJB","1QwhThmq","RitgNTUv","ZTTxbxqN","HbEvMXpP","6WMtOmF5","q9Dm7UnY","BvAzYKwA","pBF6Gzvd","9ZxYoa1g","2Q9RXXvU","8J3VITov","o3GraPsb","bRjepS12","B51W8Bay","JJ4r4Mfj","hdmGbP4l","YMsM2JdD","T63278Hk","QsOyyl0n","jQe1aCoz","Ov9EFnEP","1Z8zFcPX","GJBrPaew","V2HsZEXW","NsR7HSB9","6uDcuW1u","7uUZmbU3","nLDBza3j","9FSJKo3P","2zG1S0ph","U82HSgXV","PY3Lq1Yh","rsYhriFi","u94mQep3","iK2Iwah4","ENpsocxb","lCtHXKYb","h5NlGl3w","jOgPHMhz","uKxGXSXv","dS4qrAdM","TFl4smur","AvQkhM7h","e1g9MwrS","ecAXPXcx","Idvyz2MC","kRZAZpkj","Ey7wkXzJ","xTkWWZiI","X6omuhOd","RADeO04u","oZI61Dyu","pQfH6gO2","2c638FNM","fsXFgvo6","YDqRU4Vs","hIpJGixG","ObC8cb6L","wnCGkghb","4SwVPLuc","kHkosSfv","2zTTJjhi","GKxrSuxq","7yck5RO7","DZ2oynXd","QpsuIxAg","6nYS9IBT","CMEHFQr4","bfqLpnHg","F4OcHgnI","7xy81Lff","yhQka4oE","lkr37jXa","ifpyRInV","UHOnES0i","fEL6R9R8","JIhGg5Ed","3iwIxml7","4C94cun5","fzRDCPqh","41AVxwo5","kmlLLGSl","2TcBz4hE","mpCo3Qkv","tFe0bORq","XE9NophO","UzTlxVjH","6siTxB6E","oay6x5p0","CliLhZsR","tsHjtGmC","w2ty1Pvc","9yVloBkq","gstgwHJm","pQ5kmerL","b7H6cBRF","csXI3SzR","BMm17PCW","KaDU3mW3","3Q58ElGy","YZdkvmVN","BOqQZ2XH","czBTbGnA","Hx93ajjf","RQ45eFSa","qSr25weG","QsyhIFzP","diz2ZpQT","6aDgbIOK","jFevkGmb","81X1ut7D","JVfl2JKi","D2EmNSwH","QzCN2sqk","3NFLyeGD","aCS0AwDM","Q8ZsRNDg","OzMyHNRf","bWh2C7yf","dlBBrmUl","5p9huQid","LcZZ4RSJ","MncxbRpx","SqczrVMH","x0QbGxiM","nT4ZZUNZ","ddaEUz0Y","tqmqWCND","e9Uoh5tW","gRFKQq9U","7KKHsBvJ","67CpZolw","6RXvSRoY","WgEQQvWl","q5UJHoIM","HqC8ffuV","DxF04z6O","JNgVDuc8","R2w3RV8e","EpzlwtBL","1mvokYOU","1Z632DTt","zEdEXTKm","DqINKDgf","KxY2G48H","hki8H1JL","RZace9rY","J4ZluW4N","BYb1EBSs","HBQFz9k0","R88XJROB","5uPfrTTC","yccWrox2","GrF41Iry","Vus6KLPm","bmJZd8jg","7u7gwhiv","FsI0uxnk","7UzQdpc1","KY2hSVfN","fyLzB6zb","uxygBcTt","eO1GZe6I","zZqfyCcQ","XWuClje2","4bVoEiBO","fIVdHGnB","EGlDWMxZ","kuLrzkyH","eQwcxK3V","WD5VioMe","VF3K3qO6","4UpZHqvm","Uv0pxSst","ki2ZuEpv","sTeG1Zjn","Xm7XETTC","g9BY7MLt","WREVMlhW","bMOVCo32","2ecNKTuM","YGnCqODj","L9azsEOk","96o5RpLP","IVO8GCiN","FZIbBMQg","U1DQDduU","syTAQ83b","yJfVHfyE","R8J75t84","20nq1kex","l76f3IWd","3Q5Xzx5d","ge5G79ih","vBcctFTo","cvGAn8Gv","msPUAAAN","K7diPSVC","OjiYocnk","iJnCxT9R","tb0OUHn9","awPQGOv0","hgwkmKgP","UaElluJ1","uZS3rdO6","qNHn3HOe","zuPDkWOB","4uIMWqWe","DR2WcXH9","ARTzzFeq","b13C8a4L","aFJ7qFZS","5nourJFL","lWnV3kK7","CyFNyFB8","pDir5hhu","rdxSD1Oq","Nhnlx1OT","gKDlEcND","OB0DdfgL","g5ktA74P","kjx8HSqV","KYBcRLrz","C8diLaa5","Rz0zlmfI","91z6erit","yf2P10Ge","aOpbOsdS","Q9bTNE9O","lCwLASEu","X08bjPPJ","NyQsdSYR","KQxuQzdb","M6uvW6Ma","VDQbH5O7","Csmhlzet","LM8edefa","8jlLQ8gj","8WGUp5qS","omvNB6TR","HOvPiKx1","8CaRFRl1","Xj8V8b3F","pGhbW1s8","hhMMfzcQ","xyCifuk4","sj6rqzK3","elgKKQUa","OiF6Xsd9","cRI6jvJU","aM3v2laQ","Rf3mIcN8","Wb1Yo1OL","L03zbPJj","GfXOq1SS","A3IN88yU","39oD4WfY","qeBCVPk4","eo29oZSe","Jytxbk3Y","IzNdTQKI","ad973pMV","52p8oTx1","7eK1K8AS","MdqjNOzR","YaMmfYQh","8JI4wXRi","omyZE3mm","I8MLZ0Rl","H6KMEybZ","XUxNf9vA","wmWdy0Rw","BknWwRbA","vbecIkhy","DkKEESc0","zm2RvKVQ","w00PILi1","qxFj8jsC","Euz7KpzA","bMDUOOPe","bs90Qpap","DVD4fsoI","F6rkxS2a","1n22VZMO","wm3fpjSW","zH0VtC4H","gVQcAZHp","Oq2HmpFK","3gBaWzNn","UC2i5OSm","NsMsYcA4","VDqnQWQ4","j6ZUU381","yjrMpuqc","ezuktekI","ZKfsA8cc","WxUJO28g","jlJxdYPq","6oEshh0b","vYQUoBXc","s3JQo4Ej","yKpMvb2C","zny0yHFs","6yF0Vfmo","8fLOWGFs","rmx4cylD","OeVeEOde","15gc0sCM","m8yKnWCj","oz3Cn9l3","mT1mMAe7","BTYhuLkl","ND253lie","K9fEY8Cd","78pCTkLF","XKVBgoqD","di6NC6pW","JcFVw4TM","QrDZZNj0","xDh52z9i","8xalaiUE","GHM8qrL6","HWUXyHAT","iSWrePts","Vn0Gj2Au","cpK7Jo4W","ooLfNZL7","32HzslLi","pbeWbPEi","JvCZwNlq","EjFAeAIw","ciDTLXtB","SK3idyUW","tNNFKuT2","ZglJgirV","m1M3VNkM","5ldB4WSe","1SB3iYxY","RyzQURND","WBmXr97U","v0efaBRF","M9Adt44w","IAMFV877","RDVR7QLO","K2uFRxeF","NDZXz2E9","sPerriK0","cxdaADIU","fjShRhcN","g3fYVU8v","ZeVia5j0","4JOv70Rh","YbcXCAx5","xMLqJl0y","UFlcRunt","gWflZ22O","nxa3bSVY","WGjI3d6Y","T5QDTFb9","WVk1qt4C","he3y2Qva","IKt1Udj0","j6XZ4sq5","hU4OKp54","wiWI2J1V","YJN5Q3tA","ndTYsgcW","aOAIQkp2","cx78VW5A","hDsOqHd4","yl6Y5MiH","rtjmI1xz","DVaHmuX1","UoFhMo8o","hFlLwUBy","YEPxYEtg","9fYJitHH","W9wcTiP0","UMsu1W1J","Lzxmj0rM","MdfiQQKd","Bmg3ySNO","ssez1hQ2","CxtjtSQi","aM6DOLI8","KoPomDOx","bovZc77S","rbwGt6wU","9WLUcwrV","NFshgc51","lFBqJ8Hc","gwQETmgV","qMfbG9Nk","gRu8M0P6","gBEb2OQf","h1YiuWHh","jFFDHJpZ","zLapnRnN","PNG1nRWr","2o62E5Td","njepWG0M","jzn0bjty","ZATl4I3q","ZwITsjL9","vaGHDvru","exHmGper","y7omevbw","WrDsMyL6","ykTCAuxM","xqq4ooRG","beKD5Ry3","ur0w32Xy","Cl6WE7RA","wA1fdRFj","lZZI667Z","Ri2cPuWG","QJuTvep2","RnWEIiwe","nUguaYWW","CUVHPPjp","M7M0yEsK","9NRQnk4y","YnmTeMt3","Lajs7CNN","BOD6LFZ1","fJbtDGS1","PclP6p2d","cW7GIZSX","ZmIU1Wo4","2CNuKic4","ryaxn9Kc","MDefxU0d","bGdv09TF","CrdWyeZw","txoVvn6s","MrD6AVur","4kojwFe1","g0EkPlst","tNEVhwid","Gajo5TQ4","WOZCZK2l","U3GmsnD7","AnU2GkIW","pLkiJEt5","892aafrE","nsqVicRc","eQAtIENW","18Y6mA6Q","il7Onj1Q","9dkhPV7z","K45XDbcn","dk5pB7w5","mIJy0WVq","FAuVnkXG","F3BTPYyB","oBF8c2kH","H3gcE79A","HogXAAA5","WtszdsBj","T3bHi9st","FIwviNDV","iRHE9itQ","FBlG8ZOs","UXaNqDMn","XC01BTja","ReRJTsgB","fJ2K6iGh","IMpOrx6B","8L1o9wef","uNEp4Qwv","m8lqc9Hn","J2PaGhq5","6bzt1ho6","vwMyavhx","9LpzqxbY","OvnGYD6r","J2KPDHzz","tj2zmV2L","ELqvgP9s","vIdO812K","S8UPlA8v","bnyYIJkO","JmXnFlLN","Yeu28G03","SWxfstTZ","klaZBSJf","xm50tjl0","bUYCjv93","V1SDvG76","6ZYkw4k4","QyIiLlGS","hZmiFZvJ","iBNmA42D","4Lsq0xKY","8BsOVSa8","4Ffxmtno","fmMwpkzJ","vVzdBpKl","hrGXJ2xW","BWuGH1v2","p4VqBI4C","HHSOHmYG","FSgHLosR","cEkAp4P4","QUXYROao","oyjxTYwb","iIegp4tn","hNm6ZFHz","UzKCVoYF","MidHk9Yi","P2S0ae2r","FuCzftld","ysjUVYNL","PxncueKp","iKYoHbsC","Xv1EV5uu","88SP9adL","gbFPx5DJ","cStbeJfG","cbUPFMIa","MKI0kht4","dYFNQ8TJ","1Ke07Kz1","nNq7As4P","sRto5aNc","1TMKkS2w","L9QkVJCV","F3pmZfZa","IujzpcRq","WKZYIGBX","tXyIvcSK","YFURX1uH","XrhIWwqS","6TwOVGwP","xZcmyK2f","sHnL7S7h","GJP8W1BO","toviFT8A","NPNaG8n5","rgrekUZW","M3wSyA5v","EF0cajUf","ko5DFj34","EzIdnoLP","Ebex84SP","RHbm97lL","IPXi4DNG","TiQC6p3C","SfNh6psW","wCODlFmX","fmLpzTEE","6WkEvpwv","jfG38KmG","OIO9T8uT","Q2iCDEZD","b2WuAwQM","t4K93NNO","i5Werzq2","OuK0fSjH","k7Cs4xuv","HIqTyQbt","DgocaFb4","eeGcu6ms","WBsvFfqc","vc1aNlft","kkd9LVzL","eqDU4qpz","3h6iNpLb","QU0GhsVd","YNIS0pf5","hlDyrs1R","rqAxjXHV","2FqdsETs","ZRZTXH7S","Oo2ZCQvL","XJEE5jh8","I5NF7TS8","lHQ8bdRP","YwQFA0cA","pGd1f6ua","zWMOePKF","YwrF5Iup","2OfV8Rdc","OiQ3h3GD","3qY1PxDG","84qrg5qQ","OK7CsCU0","CHoxOwin","3rKqgfHT","X3Gcyd8G","AWDc1gvo","8tuMuqCU","kNyDlH5e","hwiX3QEW","h9bgGdAZ","Jt9QTTKS","3Aj7ReXQ","fYYbW8p6","TGyXvhmf","B0iYTaYZ","Lq5JsIzy","qCC482Fi","ZfAeHBku","M7qEEO4o","eAnWfUwn","kDh98POF","P00ZIfi4","XQ64EIh7","RSb2efqB","IHKGhPTs","vE4m1TOJ","wFZEKApy","QNPtWGjc","Trl9C44l","24Px4lWg","YKouKfRn","ZpKzCeqd","APbSozCK","N7XhQIxm","7fGlHdtS","RrVdYau9","5PNRBAQg","CYAPPj1y","NOWE7iU4","MbNNbfPe","KmvOFVsq","e64hPbFe","2YsaDC32","D3ajEOlZ","uo1T3LZe","p3coBH5M","UVEgiwwd","MzYyCvGj","ZIlCP6py","JmDRMOih","or53SppR","BevivaZt","nkwtquY9","pZtammcO","BpsxvDSk","v0Rcv2tq","AdUnjPZV","ntGyeXeI","du2YSd3n","YyoC89Sf","T1Orvh7H","WN9ted1c","sKhbpWOM","k6euk42v","dJp49Sed","xIHMyf2w","7EPM4jah","itiKrENg","GJoGpfc7","zBPhKjKF","jGXoaPDY","U0VUUPFa","tzZ9FuFi","OmSRkdue","9kvIMFoE","MfnjhPwY","sxpG3k2h","sDUCT4FZ","OI8T01aP","CTU4Tw8P","pIc0G8fV","F3NL7H6G","MGo8i9B0","BiSpYBZK","EJfSyADk","ugxf8fQh","t8RKO7Qp","RlLEaBRf","41LPMfOZ","eSxCvnJJ","A4fxWbGN","iQFJeUiD","NKqwwMtn","ANW2QrY2","u4GtERjS","ylniemwA","sqKHEGEd","x1tJy0wF","kuVUe0bb","XfUmEXQH","ScDfWKOd","qwgwqIB2","uxp1wFdH","hJZfZnOK","AOe9gMIj","W50ap5Xq","GzOhXg20","KzAqQHqh","A4juSP00","Hd2Kdtg8","qNCz0qsG","pgwQf6hP","ABGaRYD8","alK8Y0CN","rN5uxwV4","Ub0CdJKl","Q4KKmmaj","jTf7i3kP","LKn4jdQ5","pXZEQXxn","SrnsBqCw","IYwq4ihT","zEbWRtBH","h135cBlv","Ze5rRbtE","HxBB0D6d","UFlEKR24","s0hfE5pD","kdAHbEPk","v5q5c6pI","UagUhC36","UWv9kDXP","wretcptO","exv9rzG9","56y8XLEL","5OPWStD4","py7MNwSD","Z9hpZuiO","C5MNAnyW","KZS4tDaP","SgbwJgxl","7BOmECkr","yCtelD9P","fbiFV1oW","fcwFnzik","CTklEuex","MJvCCuQI","RDpSf3lQ","IXyKgHzi","5fC89Wfg","wnJkNAYP","32Omv1WW","f7b9Jnvk","XY1wZ2iE","tx9ryx1b","4o9roYZs","qgZFDrtm","pXpftyDd","EviN3vr6","Q3swpSWx","86dofjKJ","bQbzgoA4","JiL4lC6t","MmwBFKdo","fhpZ1ZU0","W0qVDPfI","qSZi35Rm","W0ZrkNZL","yICSVtZ6","pkE5Xei5","ZutmWrpn","CYS9UQlJ","U3KckkgS","7iPukfyj","Dudz7I4x","XGGw9Vvz","6sLEHsmY","r5K7JNWo","VspUxsw4","rH9XFtRr","rzwAVWyB","WwvAWnwD","5Rpx4puz","IZL2URWU","KIiHyimG","pETlq4dj","5sqlmqOH","iR8LiDZQ","HE4aDAc0","2bVezdSP","t3s8W7uo","kxM3T9xl","KxjM9m5U","xsuGg1kD","gGQrrkP0","taHSX8Kg","xERKU3jN","lTFrnWhL","9Rh0nxv5","XhKKvBW3","EBlTMfSq","Kj6JhjPZ","Puh7Jcoh","f63U1S98","TZe7MoGh","IYuSlU93","mAkICB3g","XYJr4Ytt","v5PtYPG3","PYT1qfqF","Fk1ha5l9","c8AmcZ29","1Z8NMxe4","N9EKokrL","fprY4V2j","te62Rqrn","s4ZMXbOk","g0KdTGiA","odbHZNst","QdLvswVO","s48OTOkE","CwVG5D8C","cmzVHzOA","25AtC5WI","hiQYMzv2","dSiFNTsO","JA0mwg9h","2ubCoFng","39iAuvix","l8GgAR4E","mbMklOw5","saKpQOBe","kSyQxS41","X3DAWP1I","MjvElQAh","TThlc5MZ","opG3j70F","PjDM0HvM","a1dWxOIG","XEMr2V1s","NVuQhfP5","k3W3h9cO","R66lZwmk","Z1a7T8w7","p3M3zmfX","9HFanffl","MZotuhKO","YqoqYWho","rJ7tY0Pe","3EDaZMKV","Fq2JkIID","dGZUi2bk","7XeozzXK","CPWL2YRh","AkM5kTHW","ZTmWKvWe","OwLzmRCT","nvOKQX9c","aZBGWVaf","5pH4bwbe","wkV8rbmX","R2uS5zEG","ZHr1PES7","5qV2HQVC","RD6kyOfZ","37xyrL48","y9uUdcsH","oTMwUxXi","774OF61H","tos7M6GH","yzBZNSoq","qwpdB05i","Vd4BObXb","whRvGOjh","zQma1DIp","HOsKluvO","Bu4KaYcI","cLgzOj3I","7K5aWy38","8ksVdKCZ","reWdyTow","3tEbNRwh","J5TcglXt","UztoqNbN","yvp3bGz8","EK3thIGW","oeMKGhJv","6x3i4iWT","1QQSXiX4","yB6suElf","3tf7rDl6","UK6dpXaR","okOmUagw","U3nhwLfY","CbRhGbwb","PruHo00z","zlPhGgXT","qfIyLbxx","Gns2Kx3v","m1IXgVhk","piKxGyzy","oANvaGke","K3VXH3xw","6CFibYwP","oZ6EipJG","n1kUlV5B","FVcrIQ3r","YrlVCBeR","blqthf7S","QXyKClNO","jbLJ1XHE","w9E83eHq","nWDSFh4h","IQfHtvjM","YF1W8gDG","Sd6qLoaW","jR1i2Nr4","DCOmkFkI","IOZbZgGX","G2oIhpEs","F8RIUFLt","cNizrVlx","yc8vxlPo","EsmoHhwj","HVQr8Jb6","aVZJ3vwP","mdt0gPHv","LtQU8iFW","sWTRf9vO","V15O8eRe","Xm2cDzcV","k28ssuCs","HcRMup33","9NQy7dDu","YSd5kTQH","zSZUp818","rI26q9Va","vCZt6b4g","cMkeQhEx","YnRrj5NP","X8DaKaKx","DN8UuG0u","VRuENfne","3PIHVGDl","a5YYKSBp","tAICPxzR","LWCraTDi","azIxUQzm","8nNvyvoj","cHK3f0ff","8y6r09NZ","YWrLRDfT","HtjsxDMk","fGcPFvGp","IzKw43Im","6GacpaRH","lmd52V0r","jJWgyPE4","VqQZ89xG","VITeVPRH","w1FFwG13","wo9XtX1D","5AzKjak0","qMHEoNl6","ADoHlnnw","6ImKQVtc","lIRFslED","HU1FUi8s","7Qec2BlS","aYLp1Bp3"],"icon_url":"https://cdn.modrinth.com/data/u6dRKJwZ/565c44deeac2a38cbb6c600b5e002fac59572b88.png"},"version":{"id":"HU1FUi8s","project_id":"u6dRKJwZ","author_id":"nMXRSbhF","featured":false,"name":"15.2.0.27 for Forge 1.20.1","version_number":"15.2.0.27","changelog":" * [Fix copying recipe id so that it doesn't just copy the first one displayed](https://github.com/mezz/JustEnoughItems/commit/eecef8ae335701b97a6918e20b4dd87966a46dfa) - mezz\n","changelog_url":null,"date_published":"2023-08-19T21:54:23.784277Z","downloads":31977,"version_type":"beta","files":[{"hashes":{"sha1":"a565f2e31fc2bbe6f297a4ca25241cbfd704ef6b","sha512":"9e94d5d909f37bdc06d18873c5df34daec4ab74a5cb3814fe23d63fe8398b0585d997677905e0a6caf993f3239543049f75d8f911f4159fff416ff84331d480a"},"url":"https://cdn.modrinth.com/data/u6dRKJwZ/versions/HU1FUi8s/jei-1.20.1-forge-15.2.0.27.jar","filename":"jei-1.20.1-forge-15.2.0.27.jar","primary":true,"size":1112891,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"H2zAm1Kt","user":{"id":"nMXRSbhF","username":"mezz","name":"James Mitchell","avatar_url":"https://avatars.githubusercontent.com/u/916092?v=4","bio":null,"created":"2023-01-27T04:34:43.036413Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"jei-1.20.1-forge-15.2.0.27.jar"},"mods\\cloth-config-12.0.109-forge.jar":{"sha512":"64db755476259d5c4ec6a1ebe844287e1c7e3934a2819a63669c5483780193c81cede40f127c3000a7e594f7f4319d044e1f5b01721e0b6e803ba448a1dc7400","disabled":false,"metadata":{"type":"modrinth","project":{"id":"9s6osm5g","slug":"cloth-config","project_type":"mod","team":"z9omIQMN","title":"Cloth Config API","description":"Configuration Library for Minecraft Mods","body":"[\"\"](https://discord.gg/Vs9AVkxjYY) [\"\"](https://www.patreon.com/shedaniel)\n\nCloth Config API is a config screen api.\n\n### Developers Wiki\n[https://shedaniel.gitbook.io/cloth-config/](https://shedaniel.gitbook.io/cloth-config/)\n\nNeed a server to play with friends? Or don't know how to setup one? Just rent a server that is already configured!\n\n[\"\"](https://www.bisecthosting.com/)\n\nClick on the picture above, select plan (at least 4 GB), use my code **shedaniel** to get **25% off** your first month and enjoy playing with your friends!\n\n![](https://i.imgur.com/AkpzyeC.png)","published":"2022-04-21T10:29:41.555173Z","updated":"2023-09-22T06:11:39.308159Z","client_side":"optional","server_side":"optional","downloads":2398219,"followers":3208,"categories":["library"],"additional_categories":[],"game_versions":["1.14","1.14.1","1.14.2","1.14.3","1.14.4","1.15","1.15.1","1.15.2","1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre2","1.19.4","1.19.4-pre1","1.20","1.20.1","1.20.2","1.20-pre6","22w43a","23w13a_or_b","23w31a"],"loaders":["fabric","forge"],"versions":["2E04stZn","vcrZcwvb","dhr1Royh","FtlBFpp0","tR748cRj","D7tEkaAc","mJwBHBVB","wqFP5baC","HvviXJZV","vb3noRwi","6vFGWMar","63NArvT8","re60xAev","hcuWsP3M","DmOAoTTg","d1D40LRO","gb0cZ2Qp","GH6kNTCk","31tLmbMI","KiKLKNrl","wOP2dCdL","CsdOwOro","ehzvjLXC","XInqR7zc","FPWqEBEx","c4kFw2we","hg9bSXT3","VazGdWq6","JaKvOQIz","Q0bdszKc","GcaDCWXk","gPqHXnrg","iYo4XV1L","szXeTOs6","EXrxCjl6","Fw7B2c97","72Wj1Wri","IVxgEGfU","M3yxljrZ","VYURtAAK","QXKLvmdz","6XGTNEII","X8YuGurB","XqZIxbLN","dVpHBgHi","y0kQixP8","aAaLEVNM","oIHJeqqQ","CXaMuU8e","xMTUxQCV","i0ExoqTD","BLMp2TRt","ZbWG3eJW","w2VZSLTf","o9dFD9SO","8AMPotFw","EUyHCmUW","mhFzbEwE","Sqf2NXVd","s7VTKfLA","JoLgnJ0G","YR0cy5Ll","EuWT3qek","LnfolBYb","IbAdAuBo"],"icon_url":"https://cdn.modrinth.com/data/9s6osm5g/icon.png"},"version":{"id":"IbAdAuBo","project_id":"9s6osm5g","author_id":"1Hsaf75m","featured":false,"name":"[LexForge 1.20.2] v12.0.109","version_number":"12.0.109+forge","changelog":"","changelog_url":null,"date_published":"2023-09-22T06:11:46.270412Z","downloads":22342,"version_type":"release","files":[{"hashes":{"sha1":"e2d0dabdb7cc7a504b42a5b38c768678a928bf36","sha512":"64db755476259d5c4ec6a1ebe844287e1c7e3934a2819a63669c5483780193c81cede40f127c3000a7e594f7f4319d044e1f5b01721e0b6e803ba448a1dc7400"},"url":"https://cdn.modrinth.com/data/9s6osm5g/versions/IbAdAuBo/cloth-config-12.0.109-forge.jar","filename":"cloth-config-12.0.109-forge.jar","primary":true,"size":1168694,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"z9omIQMN","user":{"id":"1Hsaf75m","username":"shedaniel","name":null,"avatar_url":"https://avatars2.githubusercontent.com/u/34910653?v=4","bio":"yes hello world i code java","created":"2020-10-26T15:37:45.882173Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"cloth-config-12.0.109-forge.jar"},"mods\\rhino-forge-2001.2.2-build.6.jar":{"sha512":"6be5434198a031bb060ed9d81b462f133c017341c33bd2cc79e4bc3869f7fd8ae2cf5200339b9f909babb45baef6700e420febc1b8330b0c64c3794f8a4b5fad","disabled":false,"metadata":{"type":"modrinth","project":{"id":"sk9knFPE","slug":"rhino","project_type":"mod","team":"zzKhfQN9","title":"Rhino","description":"A fork of Mozilla's Rhino library, modified for use in mods","body":"A fork of Mozilla's Rhino library, modified for use in mods. This library adds JavaScript engine Rhino that supports ES6 and doesn't depend on built-in Nashorn engine that got removed in Java 15.\n\n \n\nThis mod doesn't do anything on it's own, it's a library used by [KubeJS](https://modrinth.com/mod/kubejs).\n\n[![](https://kubejs.com/discord.png)](https://discord.gg/lat)","published":"2022-05-24T10:55:02.752080Z","updated":"2023-09-03T11:55:21.079464Z","client_side":"optional","server_side":"optional","downloads":24238,"followers":25,"categories":["library","utility"],"additional_categories":[],"game_versions":["1.18.2","1.19","1.19.2","1.20.1"],"loaders":["fabric","forge","quilt"],"versions":["tvKw4stO","mkLXaVP4","9nOxKhZD","L93DX9JE","IGgMuhcx","TxJqYAQy","ayMmZeEm","GAnMlPyj","XHnNV9Q5","3gaqIhQ4","torEfDK1","TzuDY0hA","x03x5BR7","8Zo9Lc7Q","A6ZdBR7h","OcCUPm56","GsdT2QWq","MxTuO7W6","VBYN93Fl","DzVyaTra","IBVvZWb5","WhLMAlAG","bsrlks7Z","N59eFKIq","Q32ivykp","8dU2hkcu","lqNrgBQh","LeJNG881","7nlytiXr","5RVy11TO","BF7Q43Mc","jvqq7lUX","FWhq0g2w","NX25xYm2","PN90O3BT","Cr8aUCZp"],"icon_url":"https://cdn.modrinth.com/data/sk9knFPE/icon.png"},"version":{"id":"Cr8aUCZp","project_id":"sk9knFPE","author_id":"7tgPcl7v","featured":false,"name":"Rhino Forge 2001.2.2-build.6","version_number":"2001.2.2-build.6+forge","changelog":"","changelog_url":null,"date_published":"2023-09-03T11:55:21.842191Z","downloads":436,"version_type":"release","files":[{"hashes":{"sha1":"bf7196f66ccfc926f2943e6d16539c122b2f9a07","sha512":"6be5434198a031bb060ed9d81b462f133c017341c33bd2cc79e4bc3869f7fd8ae2cf5200339b9f909babb45baef6700e420febc1b8330b0c64c3794f8a4b5fad"},"url":"https://cdn.modrinth.com/data/sk9knFPE/versions/Cr8aUCZp/rhino-forge-2001.2.2-build.6.jar","filename":"rhino-forge-2001.2.2-build.6.jar","primary":true,"size":1794107,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge"]},"members":[{"team_id":"zzKhfQN9","user":{"id":"OQodw31Z","username":"MaxNeedsSnacks","name":"Max","avatar_url":"https://avatars3.githubusercontent.com/u/12750501?v=4","bio":null,"created":"2021-01-18T20:56:26.016118Z","role":"developer"},"role":"Member","ordering":0},{"team_id":"zzKhfQN9","user":{"id":"7tgPcl7v","username":"Lat","name":"Kristiāns Micītis","avatar_url":"https://avatars.githubusercontent.com/u/3844385?v=4","bio":"A Java developer, mostly working on Minecraft mods","created":"2021-02-17T12:10:09.597525Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"rhino-forge-2001.2.2-build.6.jar"},"mods\\entityculling-forge-1.6.2-mc1.20.jar":{"sha512":"00c03643642a811d72d48a6a370efbe220753b3836ea4c040ee56495cc1566e75ca1c5cc9f834f99733757dc56eaed3c90fb4b0092adfa992314f1cc816a5919","disabled":false,"metadata":{"type":"modrinth","project":{"id":"NNAgCjsB","slug":"entityculling","project_type":"mod","team":"hLPrl6Gq","title":"Entity Culling","description":"Using async path-tracing to hide Block-/Entities that are not visible","body":"# EntityCulling\n\nUsing async path-tracing to skip rendering Block/Entities that are not visible. [Website.](https://tr7zw.github.io/project/entityculling/)\n\nMinecraft skips rendering things that are behind you, so why is it rendering everything that you still can't see because of a wall in the way? This mod utilizes your other CPU cores/threads to do really quick path-tracing from your camera to all block/-entities to determine rather they are visible or not. During the rendering, the not visible ones will be skipped the same way entities behind you are.\n\n[![Shockbyte](https://tr7zw.dev/img/shockbyte_black.png)](https://shockbyte.com/partner/tr7zw)\n\n## Dependencies\n\n- none\n\n## Incompatible\n\n- none (With some mods you might need to add the blocks to the config whitelist to fix visual issues)\n\n## Tested with\n\n- Sodium\n- Iris\n- Optifine\n \n## Note to why it works even with Sodium/Optifine\n\nThis has been tested with other mods, Optifine(Optifabric), Iris, and Sodium, in all cases resulting in fps gains in places like Game Server lobbies.\n\nYou might wonder why it does increase the FPS with Sodium since Sodium has \"Use Entity Culling\" in its Advanced settings and enabled by default. The difference is that Sodium does a really quick pass based on the visible chunks, being way less aggressive and thereby still rendering entities that just happen to be in visible chunks, but not visible themselves.\n\n## FAQ\n\n### Does this have to be installed on the Server?\n\nNo, this is fully Client-side and can't be installed on servers.\n\n### Will this influence farms/mobs?\n\nNo. Since this mod just skips the rendering, mobs will still spawn/move/drop items.\n\n## Credits\n\nRoboTricker created the original server-side async raytracing occlusion culling implementation for Transport-Pipes.","published":"2022-05-25T10:09:09.784330Z","updated":"2023-09-22T17:07:54.581205Z","client_side":"required","server_side":"unsupported","downloads":1892899,"followers":3094,"categories":["optimization"],"additional_categories":[],"game_versions":["1.16","1.16.1","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre1","1.19.3-pre2","1.19.4","1.20","1.20.1","1.20.2","1.8.8","1.8.9"],"loaders":["fabric","forge","quilt"],"versions":["WiIRU3UP","AXYavMt5","Qek7k92S","2WBkUuat","2mzFyULh","mlP64Wt9","4GD4dwQK","LQ3vI7aU","WdlVJYKE","R0KPBo5r","1Vc3QD0W","b2cBCjB4","bRBO9ZzX","Wq0up4B4","bE2TQ25z","reIgRPky","N7HJbtfe","AdkBUIRs","WR6z6MYC","twdGLDHv","jFORrKV6","d3CbGntl","UvJN5Cy4","NB6TPjI8","374z4jcq","d20sUcYn","17Hi340V","BDwHAdWc"],"icon_url":"https://cdn.modrinth.com/data/NNAgCjsB/icon.png"},"version":{"id":"374z4jcq","project_id":"NNAgCjsB","author_id":"Qnt13hO8","featured":false,"name":"1.6.2-1.20 - Forge","version_number":"1.6.2-1.20","changelog":"## What's Changed\r\n* Update to 1.20\r\n* Fix Ukrainian localization by @BurrConnie in https://github.com/tr7zw/EntityCulling/pull/104\r\n* Italian Translation by @TheBossMagnus in https://github.com/tr7zw/EntityCulling/pull/108\r\n* gradle: Fix executable bit by @5HT2 in https://github.com/tr7zw/EntityCulling/pull/112\r\n\r\n## New Contributors\r\n* @BurrConnie made their first contribution in https://github.com/tr7zw/EntityCulling/pull/104\r\n* @TheBossMagnus made their first contribution in https://github.com/tr7zw/EntityCulling/pull/108\r\n* @5HT2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/112\r\n\r\n**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.19.4...1.6.2-1.20","changelog_url":null,"date_published":"2023-06-08T12:24:30.292495Z","downloads":52290,"version_type":"release","files":[{"hashes":{"sha512":"00c03643642a811d72d48a6a370efbe220753b3836ea4c040ee56495cc1566e75ca1c5cc9f834f99733757dc56eaed3c90fb4b0092adfa992314f1cc816a5919","sha1":"c958a821ba34e6550afd12eb95571585270ec038"},"url":"https://cdn.modrinth.com/data/NNAgCjsB/versions/374z4jcq/entityculling-forge-1.6.2-mc1.20.jar","filename":"entityculling-forge-1.6.2-mc1.20.jar","primary":true,"size":60489,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"hLPrl6Gq","user":{"id":"Qnt13hO8","username":"tr7zw","name":"tr7zw","avatar_url":"https://cdn.modrinth.com/user/Qnt13hO8/icon.png","bio":"https://tr7zw.dev/","created":"2022-05-04T13:41:52.033912Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"17Hi340V","project_id":"NNAgCjsB","author_id":"Qnt13hO8","featured":true,"name":"1.6.2-1.20.2 - Forge","version_number":"1.6.2-1.20.2","changelog":"## What's Changed\r\n* Update to 1.20.2\r\n* Create fr_fr.json by @Calvineries in https://github.com/tr7zw/EntityCulling/pull/119\r\n* Create vi_vn.json by @ImVietnam in https://github.com/tr7zw/EntityCulling/pull/118\r\n\r\n## New Contributors\r\n* @Calvineries made their first contribution in https://github.com/tr7zw/EntityCulling/pull/119\r\n* @ImVietnam made their first contribution in https://github.com/tr7zw/EntityCulling/pull/118\r\n\r\n**Full Changelog**: https://github.com/tr7zw/EntityCulling/compare/1.6.2-1.20...1.6.2-1.20.2","changelog_url":null,"date_published":"2023-09-22T17:07:52.006115Z","downloads":14020,"version_type":"release","files":[{"hashes":{"sha1":"a184f3a963c07f7026fb6d8ccd83ca29e7f7b009","sha512":"14f6b9b3161d6ebeaefaa1efc08b72a98d82aacf6f9956c3a5bff9daaae3d0200cfdb2034c2321849acf0aafaf0450cbd075a92138e1500f31a70666c59e258f"},"url":"https://cdn.modrinth.com/data/NNAgCjsB/versions/17Hi340V/entityculling-forge-1.6.2-mc1.20.1.jar","filename":"entityculling-forge-1.6.2-mc1.20.1.jar","primary":true,"size":62127,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1","1.20.2"],"loaders":["forge"]},"incompatible":true},"file_name":"entityculling-forge-1.6.2-mc1.20.jar"},"mods\\architectury-9.1.12-forge.jar":{"sha512":"601931a281d2968c52433d6ae967f75aee655c118626a84e114bd6a6ed5fd8134df8bf379ff88d217b2befc953fc4ab55c8cd0d622b1186a9598c0080a400ded","disabled":false,"metadata":{"type":"modrinth","project":{"id":"lhGA9TYQ","slug":"architectury-api","project_type":"mod","team":"72qgsq9X","title":"Architectury API","description":"An intermediary api aimed to ease developing multiplatform mods.","body":"# Architectury API\n\nTalk to us on [Discord](https://discord.gg/C2RdJDpRBP)!\n\nAn intermediary api aimed to ease developing multiplatform mods.\n\n### What is Architectury API\n\nArchitectury API is an api to abstract calls to fabric api and forge api as both loader has different implementations of\nwhat can be perceived as the same thing.\n\nArchitectury API updates regularly, with new hooks and features. Currently contains over **90** events hooks, networking\nabstraction, loader calls abstraction, game registry abstraction and an easy to use @ExpectPlatform annotation (Only\nworks on static methods).\n\n### Do I really need this API?\n\nArchitectury API is only one part of the architectury ecosystem, **Architectury Plugin** is the gradle plugin enabling\nall this multiplatform actions.\n\nArchitectury API is optional for projects built on architectury, you may create your architectury project with just\nArchitectury Plugin.\n\n### Advantages of Architectury\n\n- Open sourced\n- Less boilerplate for your multiplatform mod\n\n### Getting started with making multiplatform mods\n\nArchitectury Loom: https://github.com/architectury/architectury-loom (a fork of Fabric Loom adding multiplatform development capabilities)\n\nGradle Plugin: https://github.com/architectury/architectury-plugin (includes Architectury Injectables, for the `@ExpectPlatform` annotation)\n\nExample Mod: https://github.com/architectury/architectury-example-mod (a discontinued example mod using Architectury, if possible, use the templates instead)\n\nMod Templates: https://github.com/architectury/architectury-templates (a set of templates to get started using the Architectury toolchain)\n\n### Example: Usage of @ExpectPlatform\n![Exmaple of the @ExpectPlatform annotation, part of Architectury Injectables](https://camo.githubusercontent.com/78c68766affb70fbd88f9806e0e95f78765ec339448d7102065f2942be2b3215/68747470733a2f2f6d656469612e646973636f72646170702e6e65742f6174746163686d656e74732f3538363138363230323738313138383130382f3737363432383831343330393738353632302f756e6b6e6f776e2e706e673f77696474683d31313931266865696768743d343339)\n\n### Credits\n\nIn certain older versions, this library used to bundle typetools; you can find its license [here](https://github.com/jhalterman/typetools/blob/master/LICENSE.txt \"\")","published":"2020-11-16T10:40:17.116288Z","updated":"2023-10-08T15:56:48.510627Z","client_side":"optional","server_side":"optional","downloads":1270922,"followers":1557,"categories":["library"],"additional_categories":[],"game_versions":["1.16.5","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.3-pre2","1.19.4","1.19.4-pre3","1.19-pre1","1.20","1.20.1","1.20.2","1.20.2-pre1","1.20.2-pre2","1.20.2-pre4","1.20-pre1","1.20-pre5","22w42a","22w43a","22w44a","23w03a","23w13a","23w13a_or_b","23w18a","23w31a","23w32a","23w33a","23w35a","23w40a"],"loaders":["fabric","forge","quilt"],"versions":["37aObfvM","gyNUAhlG","7mmmFMxV","5KJz05dn","sqJXhMX9","y6rBiuLE","Vato9b7P","2AmdiW2X","YLbgW3at","iKqu0dIa","qFpMNY9p","JD5CZqrY","Uw4OUIpO","468H7PSo","xUSAkGXZ","yekAuTSi","kuKyhx4a","puJaYNe6","G6roBkfe","vhKOfGGy","JKUpiAOI","BO9pG04t","RRYxZ2Ss","LOJZqt02","PNRrEweK","ol14cqSs","6rv0zlku","99woqoda","uwTqwrar","k2CSXNeY","TytFoW0P","BrPyk75r","nEcl9mv3","z3PYgL8v","k5Vk58yE","mjtvukk4","dQVFn0lZ","mpqJwBvP","2nlsuqT0","OcSwv7Bd","PnEz49HI","oNHPgHOo","7tOt6yBe","kgP2KvTa","syUiA6EY","Hf0Bau1j","4EmMThpo","J78onBNb","4QsePUaY","DrzwF8io","M2TFuKCj","LkkGgJ54","Abuha336","hVpjPVqq","ZTaMrj4V","d9yizwYu","cRQNpVkN","iSSjXP6I","e5A7iji0","QbVhURET","QdSI5Jqt","TfrGiL2j","fgbaICgI","4ExwBLcT","Vx9peY9q","LLWnlbqB","AqHbhvJG","D9WJXiDA","I0bwxQis","fmyLcSUR","fuvw3iT3","BDGIzrTW","m9TL0O0B","XNSp0pec","Vfjfgr3q","H2eskN4C","MJMK72lb","CQS8sEfa","DDO8yQYm","RvJHT8eh","A6mEgIbA","mYz4gdHP","99U08qrM","l5BQFxY6","yayVtVT2","lbZY1Knw","SvFEBbXa","juDpYJd0","JzXLfsj6","aNnwGOML","HINkYiBY","nq5xHPXL","76Z4FAQ0","BCLEdiJm","GCR7RG35","JCUL4KKt","Qg9loogH","foPbHoIn","TZRm0P23","ZrvfXtKK","yaTUjhVv","xjWpId6m","cH9PCvfY","rJ54rLqX","FkwCidMg","Dlcr87N4","hFLxuJ0N","KE5bu0Vd","tXIP7YPz","MSHtHE4s","iIYfuRMT","i6EVpCCY","lvNmFud9","PbE00gCi","MGP3b9Aq","d5oFBHkM","umK9Amrq","ejJFmhZW","PEKDmPIQ","ZZxvV3Kl","9yZyQCYh","4QgrcQn8","sylbo6YH","JD6EmQHI","Hl08ZTHo","wkQeBjBR","dcM46wLr","SaBmdMXf","WFvj4t0k","Z7iWDzqB","s1gmP0Q3","1eob8ZdG","uhEeGdaK","41RubmTw","2xqs1Y6b","v3rn2fDT","wafgwqUm","xXsDyf0B","alc70oBu","GEBcq08y","1hOCMZsg","VwpnDGLt","ketja3QP","sGPVpzLh","9VVWBhOe","YiYBpQpv","OrdDd9xt","YxX289mS","I0TW1RGi","BmkZHo8Y","tJBAMkGO","7vxxSNtV","XZrvAVVY","SWry8g5q","6hcOpiuA","Kwuu4O4w","tJGqxo3S","LjNaLvHD","97NYBivp","gP2XH9Oe","gcCtfIqf","MDMnIYXn","fHBKIXLG","lh8TNghT","XXGqoxBe","ppDF7bGm","Xb48U4dI","oGBEjb15","NtVaa36c","jHxM99iS","ZBfefNWq","a9f986RP","XV72M5Gg","w5Kw8FAN","Z6666f4P","ScYnvqdx","Zw57dVyl","j5zDzQqi","o069zrDa","DIw2YTZ2","H3InwdRP","aQu6FcPv","HoIJp48v","ns7Xs1B6","eIZS4sYy","62fhHjWH","cysqWrDN","OFLHUcGo","NxbWyaxs","lReYANwU","7zJ2DJuN","jSGDiM9H","QNVGxVoq","7SbYSIdC","TWylwR7P","ON7CwM6M","6bcAfgt2","8y4xVR6z","8tNf9Wq9","5VA4z5O5","Xisp7QmU","Sbew3kXe","gyJ7kDpb","Ock52JGW","94pDo4Mg","NyIvjlpf","UWacXu6I","cSMWX5mK","msOhmxZv","tN1jacer","cv151FBM","RbSwgJzj","WtGJ04th"],"icon_url":"https://cdn.modrinth.com/data/lhGA9TYQ/icon.png"},"version":{"id":"gyJ7kDpb","project_id":"lhGA9TYQ","author_id":"OQodw31Z","featured":false,"name":"[Forge 1.20(.1)] v9.1.12","version_number":"9.1.12+forge","changelog":"## Architectury v9.1.12 for 1.20(.1)\nUpdated at **2023-07-25 02:56**.\n[Click here for changelog](https://www.github.com/architectury/architectury/commits/1.20)\n- Fix #423","changelog_url":null,"date_published":"2023-07-25T02:56:38.816300Z","downloads":55098,"version_type":"release","files":[{"hashes":{"sha1":"49fc332e52027845caaa0098289dc9059b8eb010","sha512":"601931a281d2968c52433d6ae967f75aee655c118626a84e114bd6a6ed5fd8134df8bf379ff88d217b2befc953fc4ab55c8cd0d622b1186a9598c0080a400ded"},"url":"https://cdn.modrinth.com/data/lhGA9TYQ/versions/gyJ7kDpb/architectury-9.1.12-forge.jar","filename":"architectury-9.1.12-forge.jar","primary":true,"size":567579,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"72qgsq9X","user":{"id":"1Hsaf75m","username":"shedaniel","name":null,"avatar_url":"https://avatars2.githubusercontent.com/u/34910653?v=4","bio":"yes hello world i code java","created":"2020-10-26T15:37:45.882173Z","role":"developer"},"role":"Owner","ordering":0},{"team_id":"72qgsq9X","user":{"id":"OQodw31Z","username":"MaxNeedsSnacks","name":"Max","avatar_url":"https://avatars3.githubusercontent.com/u/12750501?v=4","bio":null,"created":"2021-01-18T20:56:26.016118Z","role":"developer"},"role":"Author","ordering":0},{"team_id":"72qgsq9X","user":{"id":"5vnjU0nQ","username":"Juuz","name":null,"avatar_url":"https://avatars0.githubusercontent.com/u/6596629?v=4","bio":null,"created":"2020-10-30T09:59:52.307285Z","role":"developer"},"role":"Toolchain Maintainer","ordering":0}],"update_version":null,"incompatible":true},"file_name":"architectury-9.1.12-forge.jar"},"mods\\Jade-1.20.1-forge-11.5.1.jar":{"sha512":"485076c77c038016424fd33ed7571b066be3fe677a11ab18e4ab86abcfd08a938059a853cb1c28de35b0a331c95f9808f45c738937af209c78e2bbe1ddaffd41","disabled":false,"metadata":{"type":"modrinth","project":{"id":"nvQzSEkH","slug":"jade","project_type":"mod","team":"UadxHcYS","title":"Jade 🔍","description":"Shows information about what you are looking at. (Hwyla/Waila fork for Minecraft 1.16+)","body":"# Jade 🔍\n\n
\n\nJade is the information HUD mod - Hwyla/Waila for modern Minecraft versions. Designed for better user experience and API.\n\nJade can be installed only on the client side. But many features require Jade on the server side. (item storage, horse stats, bees in beehive...)\n\n**For mod integration, try Jade Addons: [Forge](https://modrinth.com/mod/jade-addons-forge) [Fabric](https://modrinth.com/mod/jade-addons-fabric)**\n\n### Keys (default):\n\n - Keypad 0: Open configuration screen\n - Keypad 1: Toggle overlay\n - Keypad 2: Toggle liquid display\n - Keypad 3: Show recipes (Requires JEI)\n - Keypad 4: Show uses (Requires JEI)\n - Keypad 5: Narrate target\n\n### Notable changes compared to Hwyla:\n\n - API re-design\n - More vanilla addons\n - Higher configurability\n - Better accessibility\n","published":"2021-09-18T08:14:16.544897Z","updated":"2023-10-10T22:54:06.404493Z","client_side":"optional","server_side":"optional","downloads":224479,"followers":758,"categories":["utility"],"additional_categories":["library"],"game_versions":["1.16.4","1.16.5","1.17.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20.2-pre2","1.20.2-pre3","1.20.2-pre4","1.20-pre1","1.20-rc1","23w31a","23w32a","23w33a"],"loaders":["fabric","forge","quilt"],"versions":["q4ZaJMOV","okzqmJFR","O39MFDEw","8DsBPWqM","z8VJxqga","9GFhyVbZ","Nt1CVXe1","SZ31HOeG","5Fxr8pEV","NVeL7bLQ","vgkS7FsN","PEUxgEMw","w0i23DFm","i73JWEGw","oUfYzPSq","cFq5o17s","uVdWPdsM","ZASePpsm","tLH7cjnK","ada2ALjB","JSi5dyS2","uaCBZukC","HIL9jJQF","LmXOtmIi","AncyVLy5","ru21sPo2","xk54zw9v","EgZGElBL","cTMLt7UP","bhyR7YNm","BWdNl4EE","nTS7zONb","aYg0KAo5","KuAs1UBn","6LbXMvIy","XVLI5QsX","MOFr6hcb","qIHOeHzS","Vh3wXVs6","MSJGBHIo","5HiwJ7Se","aS8nBmNK","IIpnN0Qf","lcQiLHVM","kd04zQ7y","ujkXpLkl","F5BnRKSt","xQcxjdfW","C9KywtGd","4bCqgRsR","H3ou3KBw","D1aUQmSl","rVfNqnx6","vFMaIupn","YaELNGeC","2zfdBx1K","u3ts4cHu","P36LnXE0","rTAmf6cM","YtsKFrlw","oeEzN4Af","3vOfkZtg","2iRQrBk4","Vw8iMb7Y","rBcIqjdI","SlsObyHn","7ykNJqNq","o2sXK6XR","OPfSqApE","jyvjSF1Y","ckXpheui"],"icon_url":"https://cdn.modrinth.com//data/nvQzSEkH/icon.png"},"version":{"id":"2iRQrBk4","project_id":"nvQzSEkH","author_id":"UxbEV316","featured":false,"name":"11.5.1","version_number":"11.5.1","changelog":"## 11.5.1\n- fix: duplicate mod name in item tooltip in creative inventory (#288)\n- feat: better text shadow\n- improve: narrate text in a progress\n- fix: cycle option value not being saved correctly\n- chore: move release type to gradle.properties\n- fix: bugs in the last commit\n- feat: item storage caching\n- Update lang/pt_br.json (#286)\n- fix: backport many bug fixes\n- feat: TTS toggle hint (#282)\n- feat: disappearing delay\n- chore: message format tip\n\n## 11.4.3\n\n- fix: Crash upon opening Mod Settings (#284)\n\n## 11.4.2\n\n- feat: tweaks to the custom theme\n\n## 11.4.1\n\n- fix: theme background image\n- gradle 8.1 & parchment\n- improve: tweaks to HorseStatsProvider\n- Update Horse Speed to correct value (#283)\n- improve: make text in progress element easier to see in light color scheme\n- improve: trim the value saved by slider option\n- feat: calibrated sculk sensor block input\n- improve: do not display pitch if the noteblock is not tunable\n- custom theme v2\n- update issue template\n- fix: mob spawner provider order\n- refactor: tooltip positioning\n- fix: NPE looking at fluid with no sprites (#281)\n- fix: oversights in health displaying\n- feat: Do not display Jade when there is a boss bar. (#276)\n- improve: change option entry order\n- unified publishing","changelog_url":null,"date_published":"2023-08-18T20:38:15.667404Z","downloads":7204,"version_type":"beta","files":[{"hashes":{"sha512":"485076c77c038016424fd33ed7571b066be3fe677a11ab18e4ab86abcfd08a938059a853cb1c28de35b0a331c95f9808f45c738937af209c78e2bbe1ddaffd41","sha1":"6a6c185219441aa76fc7e184c7d362058494c0ca"},"url":"https://cdn.modrinth.com/data/nvQzSEkH/versions/2iRQrBk4/Jade-1.20.1-forge-11.5.1.jar","filename":"Jade-1.20.1-forge-11.5.1.jar","primary":true,"size":512370,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"UadxHcYS","user":{"id":"UxbEV316","username":"Snownee","name":"Snownee","avatar_url":"https://avatars1.githubusercontent.com/u/16059084?v=4","bio":"💤","created":"2020-12-15T11:13:23.107685Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":{"id":"jyvjSF1Y","project_id":"nvQzSEkH","author_id":"UxbEV316","featured":false,"name":"11.6.1","version_number":"11.6.1","changelog":"## 11.6.1\n- fix: Incorrect display of Zombie Villager conversion time (#308)\n- optimize imports\n- fix: status effect display (#303)\n- fix: mod name showing twice in some cases in JEI (#302)\n- improve: allow using custom container finder\n- fix: disable server data verification for replaced accessors\n- fix: crash in the last commit\n- fix: lingering server data\n- fix: bugs related to getting pick result\n- improve the latest PR\n- Improve painting tooltip (#300)\n- feat: option to always show harvest info\n- fix: mislocated breaking progress (workaround) (#295)\n- improve: do not show energy storage if capacity is 0\n- improve: make toasts last longer\n- feat: show fluid tank capacity while holding shift\n- feat: collecting items information\n- improve: item amount display\n\n## 11.5.1\n\n- fix: duplicate mod name in item tooltip in creative inventory (#288)\n- feat: better text shadow\n- improve: narrate text in a progress\n- fix: cycle option value not being saved correctly\n- chore: move release type to gradle.properties\n- fix: bugs in the last commit\n- feat: item storage caching\n- Update lang/pt_br.json (#286)\n- fix: backport many bug fixes\n- feat: TTS toggle hint (#282)\n- feat: disappearing delay\n- chore: message format tip\n\n## 11.4.3\n\n- fix: Crash upon opening Mod Settings (#284)\n\n## 11.4.2\n\n- feat: tweaks to the custom theme\n\n## 11.4.1\n\n- fix: theme background image\n- gradle 8.1 & parchment\n- improve: tweaks to HorseStatsProvider\n- Update Horse Speed to correct value (#283)\n- improve: make text in progress element easier to see in light color scheme\n- improve: trim the value saved by slider option\n- feat: calibrated sculk sensor block input\n- improve: do not display pitch if the noteblock is not tunable\n- custom theme v2\n- update issue template\n- fix: mob spawner provider order\n- refactor: tooltip positioning\n- fix: NPE looking at fluid with no sprites (#281)\n- fix: oversights in health displaying\n- feat: Do not display Jade when there is a boss bar. (#276)\n- improve: change option entry order\n- unified publishing","changelog_url":null,"date_published":"2023-09-25T15:17:09.878170Z","downloads":4185,"version_type":"release","files":[{"hashes":{"sha512":"2e12099dd5ecf5c5ca12474928528a738d1bf30a3de745bab701d4500c1ee35b941360f97c79e38b8ab2271ac552e523f23df522efe9f008467bf8bb06b33816","sha1":"0f46220518b12c05c08cfa8c93223501b8d27e0a"},"url":"https://cdn.modrinth.com/data/nvQzSEkH/versions/jyvjSF1Y/Jade-1.20.1-forge-11.6.1.jar","filename":"Jade-1.20.1-forge-11.6.1.jar","primary":true,"size":514898,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"u6dRKJwZ","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"incompatible":true},"file_name":"Jade-1.20.1-forge-11.5.1.jar"},"mods\\gtceu-forge-1.20.1-1.0.12.g-build_219.jar":{"sha512":"3c1a877f84f54e3d64f878b074be5e7afc5fb9222b3367388aff732a9bb25a1cf47a35e8db4ccddc0ad74cd96059a8b602e1b91155ff316772a4621dc327f4ed","disabled":false,"metadata":{"type":"inferred","title":"GregTech","description":"GregTech CE Unofficial, ported from 1.12.2","authors":["KilaBash, screret, serenibyss, Tech22"],"version":"1.0.12.g-build_219","icon":"C:\\Users\\Dmitry\\AppData\\Roaming\\com.modrinth.theseus\\caches\\icons\\cbe2714727ddf4d775a0fb100b3601767664829f.png","project_type":"mod"},"file_name":"gtceu-forge-1.20.1-1.0.12.g-build_219.jar"},"mods\\starlight-1.1.2+forge.1cda73c.jar":{"sha512":"cc89c6b2dd0db709586028c7732a57a3e6184f19cc2b98b25964c720c3ab434031e62de23e0dab022575d637b5e4a34b5813164d32ec356d56588da400e7d026","disabled":false,"metadata":{"type":"modrinth","project":{"id":"iRfIGC1s","slug":"starlight-forge","project_type":"mod","team":"st6zzqkJ","title":"Starlight (Forge)","description":"Rewrites the light engine to fix lighting performance and lighting errors","body":"Starlight\n==================\nForge mod for rewriting the light engine to fix lighting performance and lighting errors.\n\nMinecraft 1.20 Light engine changes\n------------------\nPlease see: https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c\nTL;DR\nMojang improved upon their own light engine using the same performance critical designs from Starlight. As a result, they have closed the performance gap, obsoleting Starlight on the client side.\n\nCompatibility\n------------------\nStarlight can be installed either on the dedicated server or client. It is _not_ required to be installed on both sides.\nIf you have Starlight on the server, clients can use Vanilla/Phosphor/Starlight to connect. Likewise, if you have Starlight on \nthe client, you can connect to Vanilla/Phosphor/Starlight servers.\n\nStarlight cannot be installed _with_ Phosphor, they are completely incompatible. \nBrowsing through [Starlight's Issue Tracker](https://github.com/PaperMC/Starlight/issues \"Starlight's Issue Tracker\") will show\nfurther mod incompatibilities. Starlight is a rather destructive light engine rewrite, so it should be \nexpected to break mods more often.\n\nPurpose\n------------------\nStarlight was developed for higher scale dedicated servers, as they suffered performance problems due to how ungodly slow the\nlight engine was. The only solution was to create an extremely invasive mod which rewrote the entire light engine.\nI ported the mod to fabric so that I can update it during snapshots, and decided that publishing it for \nall users, especially client users, would be beneficial. However, it does have the downside of being an invasive mod:\nBeing invasive didn't affect higher scale servers because they run on Bukkit.\n\nFurther reading on the technical details of how Starlight achieves its performance \ncan be read here: [TECHNICAL_DETAILS.md](https://github.com/PaperMC/Starlight/blob/fabric/TECHNICAL_DETAILS.md \"TECHNICAL_DETAILS.md\")\n\nPerformance for 1.20:\n------------------\nHere are a few graphs showing performance in 2 areas on: Block editing at high y-levels, and normal block light updates:\n\n~~Light engine time chunk generation Graph~~ has been removed as a benchmark as it is invalid for 1.20. Starlight and Vanilla are close enough on 1.20 that\nthis test is also useless.\n![Block update at height graph](https://i.imgur.com/ZQx7Ek0.png \"Block update at height graph\")\n![Simple glowstone block update](https://i.imgur.com/MrA2PQk.png \"Simple glowstone block update\")\n\nPerformance for 1.19.4 and below:\n------------------\nHere are a few graphs showing performance in 3 critical areas: Chunk generation, Block editing at high y-levels, and normal block light updates:\n\n![Light engine time chunk generation Graph](https://i.imgur.com/5aI8Eaf.png \"Light engine time chunk generation Graph\")\n![Block update at height graph](https://i.imgur.com/kKtbe9y.png \"Block update at height graph\")\n![Simple glowstone block update](https://i.imgur.com/yCNK602.png \"Simple glowstone block update\")","published":"2021-09-12T18:30:52.613317Z","updated":"2023-07-08T06:10:53.576572Z","client_side":"optional","server_side":"optional","downloads":58598,"followers":139,"categories":["optimization"],"additional_categories":[],"game_versions":["1.17.1","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.20","1.20.1"],"loaders":["forge"],"versions":["RcAkwRce","QDfK5kGC","6n1Cz7ld","5aMZMK7v","eUgPCLKt","cNa0vkNj"],"icon_url":"https://cdn.modrinth.com//data/iRfIGC1s/icon.png"},"version":{"id":"cNa0vkNj","project_id":"iRfIGC1s","author_id":"fYyU5YhM","featured":true,"name":"Starlight 1.1.2 1.20 - 1.20.1 (Forge)","version_number":"1.1.2+1.20","changelog":"Update to 1.20","changelog_url":null,"date_published":"2023-07-08T06:10:54.244596Z","downloads":7981,"version_type":"release","files":[{"hashes":{"sha1":"a915880c7834a0b0f9f300f0e3053deaa9a3205a","sha512":"cc89c6b2dd0db709586028c7732a57a3e6184f19cc2b98b25964c720c3ab434031e62de23e0dab022575d637b5e4a34b5813164d32ec356d56588da400e7d026"},"url":"https://cdn.modrinth.com/data/iRfIGC1s/versions/cNa0vkNj/starlight-1.1.2%2Bforge.1cda73c.jar","filename":"starlight-1.1.2+forge.1cda73c.jar","primary":true,"size":110583,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge"]},"members":[{"team_id":"st6zzqkJ","user":{"id":"fYyU5YhM","username":"spottedleaf","name":"Spottedleaf","avatar_url":"https://avatars.githubusercontent.com/u/6100722?v=4","bio":null,"created":"2021-08-29T13:50:25.716250Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"starlight-1.1.2+forge.1cda73c.jar"},"mods\\ferritecore-6.0.0-forge.jar":{"sha512":"e78ddd02cca0a4553eb135dbb3ec6cbc59200dd23febf3491d112c47a0b7e9fe2b97f97a3d43bb44d69f1a10aad01143dcd84dc575dfa5a9eaa315a3ec182b37","disabled":false,"metadata":{"type":"modrinth","project":{"id":"uXXizFIs","slug":"ferrite-core","project_type":"mod","team":"2JhABx1f","title":"FerriteCore","description":"Memory usage optimizations","body":"This mod reduces the memory usage of Minecraft in a few different ways. A high-level technical description of the changes is available [here](https://github.com/malte0811/FerriteCore/blob/main/summary.md).\n\nThe amount of memory saved will depend on the pack. In version 2.5.9 of [All Of Fabric 3](https://www.curseforge.com/minecraft/modpacks/all-of-fabric-3) it reduces the RAM usage (heap size) from 1,792 MB to 984 MB. For comparison the same setup with Hydrogen instead of FerriteCore uses 1,335 MB. \nThese values were measured after generating a world with a fixed seed and waiting for two minutes.\nThe project picture is a cropped version of [this](https://commons.wikimedia.org/wiki/File:Magnetic-core_memory,_at_angle.jpg) picture.\n\n### FAQ\n\n#### Should I install this on the server or just on the client?\n\nSome optimizations are client-side only, but there are some rather high-impact optimizations that are relevant on the server too. So you should install it on both sides.\n\n#### Is this compatible with [other mod]?\n\nMost likely yes. The only exception is Hydrogen, which is compatible with all recent FerriteCore versions *on Minecraft versions where Hydrogen is officially released*. This means that 1.18+ builds are not compatible with Hydrogen, since it has been officially archived and won't receive any releases on these versions.","published":"2021-04-03T07:04:43.971189Z","updated":"2023-06-08T18:25:55.263079Z","client_side":"optional","server_side":"optional","downloads":1412772,"followers":3420,"categories":["optimization","utility"],"additional_categories":[],"game_versions":["1.16.5","1.17","1.17.1","1.18","1.18.1","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["GeyB7u1y","Mc6hHgQU","hjsymojR","LG5zF5LP","5rLOvzfo","2XHUVaPQ","HjttFjoa","JQl5JoCm","oP38VFTJ","1FrNtQTK","OhmGV4Hp","c9p5gemS","FMdIAsIi","OhuTVpQH","776Z5oW9","AvWRJcqx","zkszypjI","7epbwkFg","xyl3NViI","fwozdl4o","fs07zE6w","6gwDuh90","3UkWIj4a","kwjHqfz7","CtXsUUz6","GHcKib6J","YrvjR5sX","RbR7EG8T","zI3uKvrU","l9p9zXTR","FCnCG6PS","ULSumfl4"],"icon_url":"https://cdn.modrinth.com/data/uXXizFIs/icon.jpg"},"version":{"id":"ULSumfl4","project_id":"uXXizFIs","author_id":"cXzLZ8YY","featured":true,"name":"6.0.0 (Forge)","version_number":"6.0.0-forge","changelog":"- Update to Minecraft 1.20","changelog_url":null,"date_published":"2023-06-08T18:26:31.366709Z","downloads":40202,"version_type":"release","files":[{"hashes":{"sha512":"e78ddd02cca0a4553eb135dbb3ec6cbc59200dd23febf3491d112c47a0b7e9fe2b97f97a3d43bb44d69f1a10aad01143dcd84dc575dfa5a9eaa315a3ec182b37","sha1":"5c090bf8e882c0ccb9dcdb4afe712fa430e03a02"},"url":"https://cdn.modrinth.com/data/uXXizFIs/versions/ULSumfl4/ferritecore-6.0.0-forge.jar","filename":"ferritecore-6.0.0-forge.jar","primary":true,"size":122786,"file_type":null}],"dependencies":[],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"2JhABx1f","user":{"id":"cXzLZ8YY","username":"malte0811","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/10406104?v=4","bio":null,"created":"2021-01-29T18:51:24.633575Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"ferritecore-6.0.0-forge.jar"},"mods\\rubidium-mc1.20.1-0.7.1.jar":{"sha512":"01d73f91e98c5981eb81c7d0a57ab944988108af04781778e1b48a8e4bf35d68091364f65c94f38a903aff09921312118715493f412de916971663f39cf81bce","disabled":false,"metadata":{"type":"modrinth","project":{"id":"4ZqxOvjD","slug":"rubidium","project_type":"mod","team":"CsqDoH4a","title":"Rubidium","description":"Unofficial Fork of CaffeineMC's \"Sodium\", made to work with FML","body":"## **Rubidium is an Unofficial Fork of CaffeineMC's \"Sodium\", made to work with Forge Mod Loader.**\n\n\n# Features\n\nRubidium contains all the features of the classic Sodium.\n
\n Features\n \n- A modern OpenGL rendering pipeline for chunk rendering that takes advantage of multi-draw techniques, allowing for a significant reduction in CPU overhead (~90%) when rendering the world. This can make a huge difference to frame rates for most computers that are not bottle-necked by the GPU or other components. Even if your GPU can't keep up, you'll experience much more stable frame times thanks to the CPU being able to work on other rendering tasks while it waits.\n- Vertex data for rendered chunks is made much more compact, allowing for video memory and bandwidth requirements to be cut by almost 40%.\nNearby block updates now take advantage of multi-threading, greatly reducing lag spikes caused by chunks needing to be updated.\n- Chunk faces which are not visible (or facing away from the camera) are culled very early in the rendering process, eliminating a ton of geometry that would have to be processed on the GPU only to be immediately discarded. For integrated GPUs, this can greatly reduce memory bandwidth requirements and provide a modest speedup even when GPU-bound.\n- Plentiful optimizations for chunk loading and block rendering, making chunk loading significantly faster and less damaging to frame rates.\n- Many optimizations for vertex building and matrix transformations, speeding up block entity, mob, and item rendering significantly for when you get carried away placing too many chests in one room.\n- Many improvements to how the game manages memory and allocates objects, which in turn reduces memory consumption and lag spikes caused by garbage collector activity.\n- Many graphical fixes for smooth lighting effects, making the game run better while still applying a healthy amount of optimization.\n- Smooth lighting for fluids and other special blocks.\n- Smooth biome blending for blocks and fluids, providing greatly improved graphical quality that is significantly less computationally intensive.\n- Animated textures which are not visible in the world are not updated, speeding up texture updating on most hardware (especially AMD cards.)\n \n
","published":"2022-07-02T09:36:53.033379Z","updated":"2023-09-24T21:04:19.380872Z","client_side":"required","server_side":"unsupported","downloads":221227,"followers":266,"categories":["optimization"],"additional_categories":[],"game_versions":["1.16.5","1.18.2","1.19","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1"],"loaders":["forge","neoforge"],"versions":["52gcrxOy","suKMGRbi","V7JZgyIU","TnN4CV2Q","c4RHSmo9","WTmxKPaw","ibGbqBbP","w6asrex4","JEoSJNGo","v1Byy3O4","qSw3a67v","ySmWhbfP","QrS8ZpUH","lCbMhmSa","Hlexif59","uqcWRM8W","9DCa1IzX","6YKudvQ5","vkRZleVy","iLEHOlRR","17IcFh9q","KoZMxzwB","YDAuLUY8","bmmEZ4mh","VKligEsm"],"icon_url":"https://cdn.modrinth.com/data/4ZqxOvjD/icon.png"},"version":{"id":"VKligEsm","project_id":"4ZqxOvjD","author_id":"OGBzw79h","featured":false,"name":"Rubidium mc1.20.1-0.7.1","version_number":"0.7.1","changelog":"- Fully compatible with Connector\n- Compatible with Fabric addons for Sodium provided by Connector (Indium has some problems)\n- Resolved JEI issues\n- Resolved Create crashes (thanks to embeddedt)\n- Upstreamed with new Sodium's optimizations/changes\n- Clouds fixes\n\nOculus should be updated to 1.6.9!","changelog_url":null,"date_published":"2023-09-24T21:04:21.308036Z","downloads":7378,"version_type":"release","files":[{"hashes":{"sha1":"9c532360e08cca8c8dd2d94827c24fc7eaac8b4b","sha512":"01d73f91e98c5981eb81c7d0a57ab944988108af04781778e1b48a8e4bf35d68091364f65c94f38a903aff09921312118715493f412de916971663f39cf81bce"},"url":"https://cdn.modrinth.com/data/4ZqxOvjD/versions/VKligEsm/rubidium-mc1.20.1-0.7.1.jar","filename":"rubidium-mc1.20.1-0.7.1.jar","primary":true,"size":704856,"file_type":null}],"dependencies":[],"game_versions":["1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"CsqDoH4a","user":{"id":"OGBzw79h","username":"Asek3","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/64613894?v=4","bio":null,"created":"2022-07-02T09:26:04.535310Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"rubidium-mc1.20.1-0.7.1.jar"},"mods\\Xaeros_Minimap_23.8.2_Forge_1.20.jar":{"sha512":"1b4c1f573e49d888fecafb581057f865de9190d58f11c5e3599b93b2f7f2c85a0e9fa693164fe49c5f42d06b84a82c4b2eee938e54972643e4453be02b6d4087","disabled":false,"metadata":{"type":"modrinth","project":{"id":"1bokaNcj","slug":"xaeros-minimap","project_type":"mod","team":"9lteWJca","title":"Xaero's Minimap","description":"Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked.","body":"

\n

Unlike many other minimap mods, Xaero's minimap keeps the aesthetic of vanilla Minecraft, which helps it be a more seamless addition to the game. It is also the first rotating square minimap for Minecraft. Among a wide variety of customization settings, there is an option for a circle-shaped minimap and a separate setting for locking the minimap's rotation (using a direction arrow instead). The minimap can display the surrounding entities, including players, mobs and items, as dots with a custom color or as icons (usually heads). In addition to the default compass directions, you can place your own waypoints that are visible both on the minimap and in the game world. Waypoints help you find previously visited locations or reach specific coordinates, with optional teleportation. The minimap can display the surrounding blocks above ground and below ground (cave mode). These are just some of the features of the mod while there are many more. Please read the \"Minimap features\" section below for a more complete list. For the purposes of following multiplayer server rules, there are 2 mod editions, full and fair-play, the latter being designed for fair PVP. This mod is mostly client-sided. Installing it on the server side is optional for some additional features like world identification.

\n\n### Follow me on Mastodon (Twitter alternative)? mas.to/@xaero96\n\n### Support me on Patreon? patreon.com/xaero96\n\n

Thank you!

\n\n### Features\n\n
    \n
  • Look of vanilla Minecraft.
  • \n
  • Multiple minimap size options including automatic. 
  • \n
  • Multiple zoom options.
  • \n
  • Two minimap shape options: square or circle.
  • \n
  • Runs smoother than a lot of minimap mods.
  • \n
  • Can be placed anywhere on the screen using the \"Change Position\" setting/screen. You can even shift it by 1 pixel if you so wish. Can be useful when playing with other UI mods.
  • \n
  • 2 block color modes: Vanilla, which uses the colors of vanilla Minecraft maps and Accurate, which uses the colors of block textures and biomes. You can also enable biome colors for the Vanilla mode using a separate setting.
  • \n
  • A custom key binding (Z by default) to temporarily enlarge the minimap to take a better look around. All key bindings are in the vanilla controls menu. There are also settings for controlling the behavior of the minimap when it is enlarged, for example to center the minimap on the screen or to fully zoom out the minimap.
  • \n
  • Map shading customization with the \"Terrain Depth\" and \"Terrain Slopes\" settings.
  • \n
  • Compatible with Xaero's World Map. By default uses the map textures generated by the world map mod instead of generating its own. This improves performance when using both mods.
  • \n
  • Option to limit your minimap access by binding it to an item required in your hotbar or to be equipped. For example, add minimapItemId:minecraft:compass anywhere in the config file to bind it to the compass item. This way the minimap will not be displayed unless you have the compass in your hotbar or equipped.
  • \n
  • Potion effects to control the usage of the minimap or some of its features for the players on your server/map. The following potion effects exist as of writing this: xaerominimap:no_minimap, xaerominimap:no_entity_radar, xaerominimap:no_waypoints, xaerominimap:no_cave_maps. The effects are of the neutral type by default, but you can also specify a harmful type by appending _harmful to the end of the effect ID, for example xaerominimap:no_entity_radar_harmful.
  • \n
  • Translated to a lot of languages.
  • \n
  • Option to lock north to stop the minimap from rotating and instead display the direction of your character with an arrow.
  • \n
  • Works both above and under ground thanks to the automatic cave mode. Cave mode should also activate inside buildings. You can choose the size of the \"solid roof\" above you that the mod searches for to activate cave mode. Roof size 3x3 and above should prevent cave mode activation when standing under log blocks while cutting wood.
  • \n
  • Waypoints. Practically an infinite amount. Can be teleported to (permission for teleportation chat command needed). Waypoints are rendered in the game world and displayed on the minimap. You can hide all or specific waypoints. Press B to create a new waypoint. Press U to list all the waypoints. In the waypoints list, you can add/edit a single or multiple waypoints, sort them, view waypoints from other sub-worlds/dimensions and much more.
  • \n
  • Local and global waypoints. To clear the screen from unnecessary waypoints you can create local waypoints that, unlike global ones, are affected by the \"Max WP Draw Distance\" option. This enables you to set a single global waypoint for a large area/region and multiple local ones in the area/region. Only the global waypoints will be visible when you are beyond the maximum draw distance.
  • \n
  • Waypoint sets. You can organize your waypoints by sorting them into sets. Your current set can be quickly switched with a key binding. All key bindings are in the vanilla controls menu.
  • \n
  • Waypoint sharing. You can share your waypoints in the game chat with players on the server. This is done from the waypoints list (press U).
  • \n
  • Deathpoints. An automatic skull-shaped waypoint is created on each death. Old deathpoints are converted to regular waypoints, which you can disable using the \"Keep Old Deathpoints\" setting.
  • \n
  • Displays chunk claims and ally players from the Open Parties and Claims mod.
  • \n
  • Togglable chunk grid. The chunk grid shows you where block chunks begin and end. 
  • \n
  • Togglable slime chunks mode. The chunks where slimes can spawn are marked with a green overlay.
  • \n
  • Custom light overlay. You can setup a light overlay that will mark blocks with a custom color if they are within a custom light value range, which is block light from 0 to 7 by default. The default settings are meant for finding mob-spawnable blocks. You can use it for any purpose.
  • \n
  • Multi-world detection in multiplayer. If you install the minimap mod on the server side in addition to the client side, each server world should get a separate waypoints \"sub-world\". Otherwise a much less reliable world separation is used, which is based on the world spawnpoint. If you can't install the mod on the server side, it is recommended to turn off multi-world detection for servers that only have a single \"world\". You can do it through the Waypoints Menu (press U) -> Options screen.
  • \n
  • Displays mobs on the map as yellow dots. Hostile and friendly mobs can be colored differently. Can also be displayed as icons/heads. Check the \"Entity Radar\" settings.
  • \n
  • Displays players on the map as white dots or player heads. Can also be displayed as icons/heads. Check the \"Entity Radar\" settings.
  • \n
  • Displays items on the map as red dots. Check the \"Entity Radar\" settings.
  • \n
  • Displays all the other entities such as arrows and item frames as purple dots. Different types of entities can be disabled in the settings. Check the \"Entity Radar\" settings.
  • \n
  • Options for displaying entity names on the minimap in the \"Entity Radar\" settings.
  • \n
  • Zoom in and out key bindings (I and O by default) to efficiently change the zoom level to fit your preference or use case.
  • \n
  • Coordinates under the minimap.
  • \n
  • Current biome name under the minimap. Disabled by default and needs to be enabled in the mod settings (press Y).
  • \n
  • Light level under the minimap. Also disabled by default and needs to be enabled in the mod settings (press Y).
  • \n
  • Current game time under the minimap. Disabled by default. You can choose between the 12 hour and the 24 hour formats.
  • \n
  • Current camera angles under the minimap. Disabled by default.
  • \n
  • Setting to hide/unhide all waypoint coordinates from all UI screens. Can be useful for streams/videos.
  • \n
  • Setting to fully hide/unhide all mentions of server addresses in dropdown menus. The setting is set to \"Partial\" by default, which is probably good enough in most cases. 
  • \n
  • A LOT MORE SETTINGS. Too many to list them all here. Press Y in game to open the settings and take a look.
  • \n
  • 2 mod editions: full and fair-play. Full version does not have any limits. Fair-play version does not display any entities or cave maps which is more suitable for PVP against people who don't use a minimap.
  • \n
\n

Get fair-play edition

\n

Get Xaero's World Map

\n\n## FAQ\n\n### Why does waypoint teleportation not work for me?\n\n

There can be many reasons for this. The mod sends a chat command to teleport you to the waypoints, which is /tp @s x y z by default, so appropriate permission is necessary. The vanilla /tp command requires OP status (cheats enabled) but it's possible to have separate permissions for commands on a non-vanilla server with certain plugins installed. The used command can be changed in the minimap settings with the \"Default Teleport Command\" option or per server in the waypoints menu with the \"Teleport Chat Command\" option. Non-vanilla teleportation commands often don't support the selectors such as @s, so you might have to remove it from the configured command. Right-click teleportation on the world map uses its own setting for the command. You can read about it on the world map description page under FAQ.

\n

If the \"Teleport\" button is disabled, then it can also mean multiple things. The most common reason for this is manually using waypoints from a sub-world that isn't the \"auto\" one but still from the same dimension. If the \"auto\" sub-world isn't what is supposed to be automatically picked on a certain world, then select the correct sub-world and use \"Make Sub-world Auto\" in the waypoints menu Options. This will swap all waypoints data between the 2 sub-worlds and you'll be able to teleport to the waypoints, which are now in your \"auto\" sub-world.

\n

If the \"auto\" sub-world IS selected but the teleport button is still disabled, then it probably means that teleportation was manually disabled for the server/world. Check the teleportation option in the waypoints menu Options. If it's disabled, you can only enable it through the server-specific config file in the game directory -> XaeroWaypoints. I recommend exiting Minecraft before editing any config files. And make backups from time to time.

\n\n### Why are my waypoints no longer shown for a specific server?\n\n

Do not panic. It's almost certainly not actually deleted. If you use the world map mod and it has also reset, then please start by restoring it first before dealing with the waypoints. Read the \"Why has my world map \"reset\" for a specific server?\" section on the world map description page. Done with that? Please continue reading.

\n

Start by opening the full waypoint menu. Press U ingame to do so. Check the vanilla controls menu, if the U key doesn't work. Go through the sub-worlds listed in the top-right dropdown menu. All waypoint sub-worlds for the current server address should be there. If none of them have the right waypoints for the world/dimension that you are in, then the server address was likely changed. Find the old server address in the top-LEFT dropdown menu, select it and do Options -> Make World/Server Auto. You should now be able to find the correct sub-world in the top-right dropdown menu. If the right sub-world is already marked with (auto), which means that the sub-world is automatically selected for your current world/dimension, then you should be good to go. If the wrong sub-world is marked with (auto), then please continue reading.

\n

Using the world map mod?
One of the most common reasons for the wrong sub-world being automatically selected is the incorrect usage of the world map mod in multiplayer (since version 1.6). Make sure you select the correct map for your current world before confirming it. It affects which waypoints are being shown to you. The menu for map selection is on the world map screen, if you click the bottom left icon (unless it's open by default). Consider changing the map selection mode to one of the automatic ones, if it fits the server you're playing on. 

\n

Your currently confirmed map affects which waypoints sub-world in the minimap mod is considered automatic (auto). This allows each created map to have separate waypoints data. At any point in time, you can select and view any non-automatic waypoints sub-world by going to the waypoints menu (press U) and selecting it from top-right dropdown menu. You can make any sub-world automatic for your currently confirmed map by selecting Options -> Make Sub-World Auto.

\n

Not using the world map mod? 
The wrong sub-world being considered (auto) and therefore being automatically selected can be caused by a server plugin changing the behavior of the vanilla compass item and interfering with the mod's \"multiworld\" detection, if you have it enabled (disabled by default). In most such cases the compass item points to your bed instead of the global spawn point. Sleeping in the right bed again should bring everything back for you if sleeping in another one was the cause of the waypoints disappearing.
If this happened because of a new plugin being added (and if removing it is not an option for you), then here's how you can restore your waypoints:

\n

1. Find the right waypoints \"sub-world\" from the top-right dropdown menu in the waypoints screen, it's the one with the waypoints that you need in your current dimension. Perhaps start with overworld?

\n

2. Use Options -> Make sub-world auto. 

\n

3. Do the same for every dimension (enter the dimensions before doing it!).

\n

4. If it's a simple server with 1 world (no hub/lobby worlds, no minigame worlds, creative plot worlds etc), then also turn off \"Multiworld Detection\" in the same Options menu. You can turn it back on later if you ever need it.

Contact me if you have questions!

\n\n### How do I add my own entity icons or override the default ones?\n\n

First of all, make sure that you actually have the entity icons/heads enabled in the minimap settings -> Entity Radar Categories, whether you put it on \"Always\" or \"Player List\". Just make sure that you know how to display them. Those are the icons that this section is about.

\n

Starting from version 21.6.0 of the minimap mod you are able to override the default icons displayed for entities with your own sprites/images by making a resource pack (or including the required resources in your own mod). In addition to that, you are also able to add or improve entity type variants support (different variants of the same entity type having different icons) by creating a simple mod of your own or including some code in your existing mod. Although this is usually unnecessary for simpler multi-variant entity types (most entity types).
By default, the minimap mod renders all entity icons using the entity renderers/models bound to the entities. This supports all vanilla mobs and some simple bipedal/quadrupedal mobs whose models have easily identifiable head model parts (head, ears, nose etc). If the mod fails to do so, the colored dot is displayed instead.

\n

The relevant assets directory to the purpose of overriding the icons is /assets/xaerominimap/entity/icon/. You can find it inside the minimap mod's jar file and extract the contained files/folders for your reference. The jar contains an example file for overriding icons of a mod entity type /assets/xaerominimap/entity/icon/definition/example_mod/example_entity.json. The example file would corresponds to the entity type example_mod:example_entity, if such existed. Please read the comments in the file example_entity.json to learn about its structure, so that you are able to create your own icon definitions similar to it.
In addition to that, /assets/xaerominimap/entity/icon/definition/minecraft/ contains several example files for vanilla entity types that might require additional comments regarding the default entity type variants support. By default, entities have very simple variants support where the entity type variant ID is simply the entity's main texture resource location.
If you set the \"debugEntityVariantIds\" option in the minimap config file to true, then the variant IDs of newly encountered entities (variants) will be printed in the chat and the log/console.

\n

Starting from version 21.8.0 of the minimap mod you are also able to configure your own model-based rendering. Please read the comments in the example file /assets/xaerominimap/entity/icon/definition/example_mod/example_entity.json for all the information you need to know.

\n

Check out this awesome project by babybluetit, if you want to have a look at a real implementation of custom icons or actually use it: https://www.curseforge.com/minecraft/texture-packs/xaeros-minimap-modded-support

\n

You are allowed to make videos using this mod.

\n

Using it in your modpacks is allowed with the following conditions:

\n
    \n
  • Only monetization of the modpack through CurseForge or Modrinth is allowed (which includes sponsored links/banners in your modpack description), unless I have given you written permission to monetize it elsewhere. Feel free to private message me about it. I'm more likely to give you permission than not.
  • \n
  • If the modpack is distributed outside of CurseForge and Modrinth, then you must credit me by providing an easily accessible link to one of my official pages for the mod, to the users outside of CurseForge and Modrinth. 
  • \n
  • The name and/or description of the modpack must not be easily confused with the names/descriptions of my mods.
  • \n
  • If I have given you written permission to monetize the modpack outside of CurseForge and Modrinth, then, if I request you to, you must remove monetization outside of CurseForge and Modrinth. 
  • \n
","published":"2023-04-21T18:24:45.476148Z","updated":"2023-09-25T09:25:20.841376Z","client_side":"required","server_side":"optional","downloads":588414,"followers":1373,"categories":["adventure","transportation","utility"],"additional_categories":[],"game_versions":["1.12.2","1.14.4","1.15.2","1.16.2","1.16.3","1.16.4","1.16.5","1.17","1.17.1","1.18.2","1.19.1","1.19.2","1.19.3","1.19.4","1.20","1.20.1","1.20.2","1.20-rc1","1.7.10","1.8.9"],"loaders":["fabric","forge","neoforge","quilt"],"versions":["w0s3P0Nx","HuGurbB3","ppMU6Z2I","SNmmqZ9B","wE8jIGuh","lC4hcOVE","6L5cMZ7K","iQUItHJR","tRGwafW7","J6KCYRdU","Nt4iodmn","FojbYoas","9zye2qw4","avJ1VxJU","s1rhJMTE","vrnch5iH","PAMrhxeC","cNhlRiJY","uNO68A27","I664qbcT","yrLYxo0u","nWIJL7XJ","1x0ILsMp","DRBTqWWE","2gZQVfXc","35H5aTCN","bGXg9vXe","4COs5reF","4BuZ2uQi","OFJPST0Q","r1kfKLex","WH47LcDi","wA5lTfMy","xJzUbNoJ","2Xp2lrxP","F7ZxANQI","RcafQ7Hm","5pbtWSsW","p2jt44Nx","IawL7pJb","rf2B3xu0","tqv1PQZK","PUnRwXus","2Xt8KsYf","DT38adQd","cme3p1dr","OFJFnVZT","2BTN3DDS","VStrXzaa","r3BpxmG2","gSD7DNhQ","vgcVyWHv","mdPiXUS4","6X8lqJyo","H4mYaGQp","X7nLQ7Vm","86aZhRJ3","Ch6QAiVR","a0QkQMyN","5GPcMgHh","ieTNfGnv","egu9I4vr","CHTHmLXn","bAL4VcAg","wTJUalwO","KwzRNV0o","JuD8yGgV","lli7W8KF","eJ0U2ijV","XEps1Upt","lFb1C2ui","EJBTntJm","8muNL0Eh","1iUK4vVw","yy1WVYt7","I8fXehdE","ETOFR9KA","1He0X0cq","I4vGxgUB","R5gkCslm","f8q94zoX","E44kO4Xa","dRt8YraU","3jmomVhT","ldf3azl1","V5hZALQK","4lEWVPp0","rp2rMxJo","H5ELiTaK","LnGnN6Wm","2smSuVIC","azeMJ1nM","iRhAjU2h","2e46Lw1V","46F7j3df","MEbqZZxa","qGhznNXo","YF6eFmhz","Raw6uF1V","diZGjEgD","WoTkTZa5","AG8u4P63","DOuiRwGe","4XS19D9K","l7pg6bKQ","M2P91buq","dz3fTToz","LKcX5Que","8dkr2uqW","Y6EQTA41","ZmtSgdIA","pv0bLIS8","kwIKobDl","2aWIxg96","7KbZF7xU","aCayHbYL","CZrrD2vf","NIltAf6R","CZCW5zom","vgQK87ti","mMUiMak0","JYAeUegn","fpSneDSW","UZgjnzyW","nhS6BPLW","XoheiGPr","7GBpgdcp","QklpOPx8","k6hvQZGk","5KksSxbC","qAFan3b8","9PQASEAD","1DxAMjCv","EdIwMhwf","LuOoX5b5","9vbdtcnn","KLeKPSCh","vMFtYCEm","TqQhSjej","DKslEExY","CVGBi4C4","EXBvAXXM","qGikrMjV","Jwydpps9","yFuICfIq","CHk4H0Bw","EytiG0aH","nQa4eu8m","yl9LzW11","QkupKzGm","SsdxxNbE","c0ZBWCnU","rn68Zxxt","J4KB9Suy","o9iEPpKI","P2UKqqd2","esECrPVt","oRdEqadv","4cvJrYme","yKrSoQTt","Ie68N63H","gLEgj2uV","644M8I6I","PPs1kSo7","Bt2DgBPL","Z2BuSrd0","mvZkcCUb","ueOtwpPw","lRxWUH4F","dCIiF7eS","vm3OXacK","x97XdhEs","NGfHdh11","r0ifUzPT","NTlgkgDO","qpZABZB9","CrO6o2Gq","6nZxo7pH","kZlaB1qq","Tp2vkR4G","lpFAQyvg","hSI8GBsH","hc8VPxDG","ydk6E03s","u8l9S1fp","AmT4OYf4","A7IHy1G0","6ZIEdzSQ","3hSJkWEr","7NZfxwRb","ezD5IzmS","TF00occI","7mx0aK7e","HEGX7Lg2","bSNv6PnW","8P0dTQAF","smx9Eynx","NeHIOK7r","VPlixW52","uDyNs1Rr","VLWE8oE9","S4W2r6uR","KINy3pYV","3z7K7JQE","rtDIk66P","ILxXvII1","DJ4hdETP","MVife7I0","KIsPEFnz","wZnIKkhI","ZNyDeTuJ","fN0KKPHy","hcfNyGnJ","sxmTEQGI","XVz9D1gr","ytsMBpyZ","3HsB1GGt","iztrg4XH","ULgQMMkf","7v8Wi6tb","MWEMQfOX"],"icon_url":"https://cdn.modrinth.com/data/1bokaNcj/80eb00784e250b99fb1789da35869387d14d5637.png"},"version":{"id":"ULgQMMkf","project_id":"1bokaNcj","author_id":"ANNqL3WC","featured":false,"name":"23.8.2","version_number":"23.8.2_Forge_1.20","changelog":"

Read changelogs

","changelog_url":null,"date_published":"2023-09-25T09:24:38.381516Z","downloads":10046,"version_type":"release","files":[{"hashes":{"sha1":"b2371adb500feed1d1f72100d88a6031ec9684cd","sha512":"1b4c1f573e49d888fecafb581057f865de9190d58f11c5e3599b93b2f7f2c85a0e9fa693164fe49c5f42d06b84a82c4b2eee938e54972643e4453be02b6d4087"},"url":"https://cdn.modrinth.com/data/1bokaNcj/versions/ULgQMMkf/Xaeros_Minimap_23.8.2_Forge_1.20.jar","filename":"Xaeros_Minimap_23.8.2_Forge_1.20.jar","primary":true,"size":1330808,"file_type":null}],"dependencies":[{"version_id":null,"project_id":"gF3BGWvG","file_name":null,"dependency_type":"optional"}],"game_versions":["1.20","1.20.1"],"loaders":["forge","neoforge"]},"members":[{"team_id":"9lteWJca","user":{"id":"ANNqL3WC","username":"thexaero","name":null,"avatar_url":"https://avatars.githubusercontent.com/u/8463785?v=4","bio":null,"created":"2022-05-24T09:15:18.047820Z","role":"developer"},"role":"Owner","ordering":0}],"update_version":null,"incompatible":true},"file_name":"Xaeros_Minimap_23.8.2_Forge_1.20.jar"}},"modrinth_update_version":null} \ No newline at end of file diff --git a/shaderpacks/ComplementaryReimagined_r5.0.1.zip b/shaderpacks/ComplementaryReimagined_r5.0.1.zip new file mode 100644 index 000000000..940433d5f Binary files /dev/null and b/shaderpacks/ComplementaryReimagined_r5.0.1.zip differ