Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RyanTheTechMan/cdd6e2b3e0e544e7a09d765e93e0ed3c to your computer and use it in GitHub Desktop.
Save RyanTheTechMan/cdd6e2b3e0e544e7a09d765e93e0ed3c to your computer and use it in GitHub Desktop.
Fractured Gears - Minecraft Modpack - Fabric 1.20.1

Fractured Gears

Information

This modpack is for 1.20.1 and runs on Quilt, a fork of fabric.

NOTE: Not all links may work! Please let me know which ones don't work.

πŸ“ = Mod has been configured, changes must propagate to all clients.

⚠️ = Mod is being considered and may be removed.

Mod List

Enhances Performance

Entities

World Generation & Exploration

General

Block Additions

Engineering & Tech

Magic

Farming & Food

Mechanics

  • Ping Wheel - Mark a location for other players temporarily.
  • Carry On - Pick up entities or tile entities (like chests) with crouch.

QOL

Should have

Could Affect Performance

Nice to haves

Server

Libraries

Compatibility / Unification

Mods

Data Packs

Required mod: Global Packs

Mods to consider

Misc

Resource Packs

Shaders


Config

/config

  • quilt-loader-overrides.json | Quilt Loader
    • Allows for mods that have incorrect dependencies for quilt to still load.
  • zoomify.json - Zoomify
  • smoothswapping.json - Smooth Swapping
  • travelersbackpack.json5 | Travelers Backpack
    • Decreased base backpack sizes to balance with Inmis.
      • Leather: 9x3 -> 9x1
      • Iron: 9x4 -> 9x2
      • Gold: 9x5 -> 9x4
      • Diamond: 9x6 (no change)
      • Netherite: 9x7 (no change)
  • inmis.json | Inmis
    • Increased base backpack sizes to balance with Travelers Backpack.
    • Frayed: 9x1 -> 9x2
    • Plated: 9x2 -> 9x3
    • Gilded: 9x3 -> 9x4
    • Bejeweled: 9x5 (no change)
    • Blazing: 9x6 (no change)
    • Withered: 11x6 (no change)
    • Endless: 15x6 (no change)
  • dynamic_fps.json | Dynamic FPS
    • Optimize FPS and audio for background
  • searchable/ | Searchable
    • Disable search in controls screen (Conflicts with Controlling)
    • Disable search in Language screen (conflicts with Language Reload)
  • enhancedvisuals.json
    • Disabled custom Death Messages (already handled by Death Knell)
  • enhancedvisuals-client.json
    • Make visuals make more sense and not overwhelming.
  • ambientsounds-client.json | Ambient Sounds
    • Lower birds.
    • Disabled crickets and cicadas
    • Changed playSoundWithOffset to false. Fixes conflict with Quilt.
  • neat-client.json5 | Neat
  • voicechat/
    • voicechat-server.properties
      • Set port to server port
      • Whisper while crouching
    • voicechat-client.properties
      • Configure common settings
  • moderate-loading-screen.json5
    • Loading screen optimizations
  • emi.css | EMI
    • Made it more like REI
  • levelz.json5
    • Set all new players to 20hp base.
    • Turn off all progression.
  • lambdynlights.toml
    • Enable fancy mode for creepers and tnt.
  • detailarmorbar.json
    • Enable heart mod compatibility.
  • ae2/common.json | Applied Energistics 2
    • Allow infinite channels
  • servercore/
    • Enable a few optimizations.
  • enhancedweather.json5 | Enhanced Weather - Mod is disabled
    • Disabled partical rain (saves performance)
    • Disable rainbow
  • global_packs/
    • Enables default compatibility and resource packs
  • sidebar_buttons.json
    • Disable not needed FTB sidebar buttons
  • local/ftbchunks/client-config.snbt
    • Disabled minimap as much as possible (Because we have Journey Map)
  • defaultoptions/
    • Added default options.txt
  • memorysettings.json
    • Creates a warning if not enough ram is allocated
  • bclib/
    • Disable welcome message and apply defaults
    • Enable mod syncing (auto updates)
  • emotecraft.json
    • Set some default emotes
  • darkmodeeverywhereshaders.json
    • Darken UI elements a little.
  • create-client.toml
    • Offset create menu to lowest row
  • capes.json5
    • Enabled visibility of all capes

/

  • Deftu/*
    • Turn off auto updates
    • Turn off initial boot message
  • defaultconfigs/ | FTB Utilities
  • journeymap/config/
    • Configure some common settings

Notes

General

Known Issues

  • Dimensional Doors are black with shaders. - Dimensional Doors mod is disabled.
  • Dimensional Door Dimension appears as all black with shaders. - Dimensional Doors mod is disabled.
  • Healm can be picked up with Carry On. - Valkyrien Skies is disabled
  • Opening inventory for the first time after server join can freeze game while it loads EMI.
  • Creating new world screen takes a while to load.
  • Crafting any Mystical Agriculture WILL crash your client. Will be fixed when developer updates it. Possible work around: Use a create auto crafter.
  • Crafting any Anim Guns WILL crash your client. Possible work around: Use a create auto crafter.
  • Viewing AE2 guide in game crashes your client. Workaround: Google
  • Server Admins: Due to End mod conflicts, you must run /scoreboard players set ambience trueEnding_settings 0 once

Keybinds

There may be conflictions between keybinds, this is okay. If you find any keybind that does not work due to a conflict, let me know.

Need to know

  • M: Map
  • V: Unmute voice / push to talk key

Should Know

  • ~ HOLD | Use ultimine (veinmining)
  • F10 | Edit voice chat settings
  • C HOLD | Zoom in
  • B | Open equipped backpack
  • H | Emote wheel
  • N | Create waypoint
  • , | Open waypoint manager
  • Mouse Button 4 | Ping location
  • Y hover on item in an inventory | Locate item of same type in chest.

Other keybinds

  • ; | Toggle shaders
  • 0 HOLD | Show memory usage
  • \ | Toggle minimap
  • F6 | Request nearby blocks (fixes if you can't see the world around you)
  • F7 | Show light overlay (Shows where mobs can spawn)
  • . | Toggle elytra rolling
  • Y | Open Building Wand menu
  • BACKSPACE | Clear Building Wand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment