Skip to content

Instantly share code, notes, and snippets.

@kenielf
Last active November 10, 2023 01:58
Show Gist options
  • Save kenielf/093de2ca74c090f0096e7726c0893bb5 to your computer and use it in GitHub Desktop.
Save kenielf/093de2ca74c090f0096e7726c0893bb5 to your computer and use it in GitHub Desktop.
A guide to my personal modded installations of minecraft.

Kenielf's Modded Installations

Vanilla+

About

This is my preferred way of playing the game, taking the vanilla experience and extending it with mods that improve performance, quality of life and add new features to make the game more engaging.

Version

  • 1.20.1

Mods

Core & Performance Mods

Quality of Life Mods

  • LambDynamicLights: A dynamic lights mod for Fabric. (v2.3.2)
  • Continuity: A Fabric mod that allows for efficient connected textures (v3.0.0-beta.4)
  • Clear Despawn: Make items blink when they're about to despawn (v1.1.13)
  • Couplings: Coupled usage of doors, fence gates, and trapdoors (v1.9.4)
  • BetterF3: Replaces Minecraft's original debug HUD with a highly customizable, more human-readable HUD. (v7.0.1)
  • Better Statistics Screen: Improves the statistics screen (v3.5)
  • EMI: A featureful and accessible item and recipe viewer (v1.0.24)
  • Inventory Profiles Next: Take control over you inventory (v1.10.9)
    • LibIPN: Inventory Profiles Next GUI/Config library (v4.0.0)
  • Mouse Tweaks: Enhances inventory management (v2.25)
  • Blur: Adds a blur effect to all GUI backgrounds (v3.1.0)
  • Xaeros Minimap: Displays a map of the nearby world terrain and more (v23.8.4)
  • Apple Skin: Food/hunger-related HUD improvements (v2.5.1)
  • Dynamic: A mod that hides or changes the crosshair dependent on context (v7.4.1)

Immersion Mods

  • Ambient Sounds: Adds a rich ambience (v5.2.22)
  • CreativeCore: CreativeMD's Core Library (v2.11.7)
  • Presence Footsteps: adds new and more dynamic sounds for every block the player walks on (v1.9.1)
  • Sound Physics Remastered: Adds realistic sound attenuation, reverberation, and absorption through blocks (v1.2.1)
  • Camera Overhaul: A mod that makes gameplay & movement more satisfying through the use of various camera tilting (v1.4.0)
  • First Person Model: Enables the third-person Model in first-person (v2.2.4)
  • Not Enough Animations: Bringing first-person animations to the third-person (v1.6.4)
  • Falling Leaves: Adds a neat little particle effect to leaf blocks (v1.15.4)
  • 3D Skin Layers: Render the player skin layer in 3D (v1.5.4)
  • Highlight: Changes the visualization of specific blocks in the game to have more aligned selections to their models (v2.0.1)

Extensions

Shaders

  • Tea
  • ComplementaryUnbound

Launch Options (JVM Arguments)

-Xms12G -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dsun.rmi.dgc.server.gcInterval=2147483646

World Creation

Most of my worlds are created with the following settings:

  • Game Mode: Survival
  • Difficulty: Hard
  • Allow Cheats: Off
  • World Type: Large Biomes
  • Generate Structures: On
  • Bonus Chest: Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment