HomeJavaModpacksLiz's Limited Liability
Liz's Limited Liability
ModpacksJava

Liz's Limited Liability

by lizclipse · on Modrinth

⬇ Download on Modrinth

Liz's Limited Liability

A modpack with the intent to extend and enhance instead of overhaul.

Note for Steam Deck: You may 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.

Goals

Mod Overview

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.

Gameplay

Enhancements

Tweaks

Utility

Notes

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.

Server

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"
    volumes:
      # attach the relative directory 'data' to the container's /data path
      - "./volumes/mc/l3:/data"
    restart: always

Dynmap support (currently broken)

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"
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more