A modpack with the intent to extend and enhance instead of overhaul.
Note for Steam Deck: You may need to manually disable Vivecraft
.
Since this modpack is mostly for me and my own, I've added that mod so I can
play in VR with others being able to see me, but, from testing, I've found that
it can crashes the game on Steam Deck for some reason.
I'll open an issue at some point if it reoccurs, but for now this is the only caveat.
- Lightweight
- Number of mods is less important than size
- Steam Deck compatability & controller support
- I want to play this on the sofa and with a controller sue me
This is a non-exhaustive list of mods included in this modpack. It is split into categories based on how it affects the game and by how much. Not included are things like performance mods, fixes, and libraries. For a complete list of mods, you can check out the related version in Modrinth.
- Archers (RPG Series)
- CC: Tweaked
- Create Fabric
- Creeper Overhaul
- Incendium
- Jewelry (RPG Series)
- More Mob Variants
- Nullscape
- Paladins & Priests (RPG Series)
- Runes
- Terralith
- Universal Graves
- Wizards (RPG Series)
- Wormhole (Portals)
- Additional Additions
- Areas
- Create: Bells & Whistles
- Better Days
- Better Than Mending
- Better Third Person
- Bits And Chisels
- Sit
- Bottle Your Xp
- Bottled Air
- Bouncier Beds
- Campfire Spawn and Tweaks
- Chest Tracker
- CleanCut
- Cosmetica
- Disenchanter
- Do a Barrel Roll
- Falling Leaves
- Fabric Waystones
- Healing Campfire
- Immersive Melodies
- Immersive Paintings
- ImmersiveThunder
- LambDynamicLights
- Lighty
- Lootr
- Muffin's Slime Golem
- MmmMmmMmmMmm
- Nether Chested
- No Hostiles Around Campfire
- Presence Footsteps
- Realistic Bees
- Replanting Crops
- Spawn Animations
- Spyglass Improvements
- Traveler's Backpack
- Tree Harvester
- Useful Slime
- Vivecraft
- AppleSkin
- 3D Skin Layers
- Adaptive Tooltips
- Chunks fade in
- Compact Help Command
- Continuity
- Controlify
- Craftable Slime for Fabric
- Dismount Entity
- Double Doors
- Drip Sounds (Fabric)
- Durability Viewer
- Eating Animation
- Wavey Capes
- Fast Better Grass
- Inventory Profiles Next
- Leave My Bars Alone
- Scaffolding Drops Nearby
- Shulker Box Tooltip
- Sparkles: Stardust Labs Resourcepack
- EMI Loot
- EMI
- Create Support for Open Parties and Claims
- Simple Voice Chat Enhanced Groups
- Fast Backups
- Fast Entity Transfer
- Open Parties and Claims
- Ping Wheel
- Simple Voice Chat
- Unloaded Activity
- Voice Chat Interaction
- XaeroPlus
- Xaero's Map Chest Tracker Integration
- Xaero's Minimap
- Xaero's World Map
Some dependency overrides are included because there's some weirdness with mismatched casing and incomplete metadata. Each one is tested to make sure it's just a surface-level issue.
Compose definition:
version: "3.8"
services:
mc:
image: docker.io/itzg/minecraft-server
tty: true
stdin_open: true
ports:
# Server
- "25565:25565"
# Voice chat
- "24454:24454"
environment:
- "EULA=true"
- "TYPE=quilt"
- "PACKWIZ_URL=https://raw.githubusercontent.com/lizclipse/lizs-limited-liability/v0.6.0/pack.toml"
- "VERSION=1.20.1"
- "MAX_MEMORY=8G"
- "MAX_TICK_TIME=-1"
volumes:
# attach the relative directory 'data' to the container's /data path
- "./volumes/mc/l3:/data"
restart: always
For Dynmap to work, the compose will need a couple of additions:
ports:
- "8123:8123"
environment:
# Needed to fix an incompatability with dynmap & quilt
- "JVM_DD_OPTS=loader.workaround.jar_copy_all_mods=true"