zLife Season 1
Start with 1 heart and 7–13 lives. On death: lose 1 life, gain 1 heart. On kill: gain 1 life. Name color shows lives: Red (1–3), Yellow (4–6), Lime (7–9), Dark Green (10+). Run out of lives = elimination.
Start with 1 heart and 7–13 lives. On death: lose 1 life, gain 1 heart. On kill: gain 1 life. Name color shows lives: Red (1–3), Yellow (4–6), Lime (7–9), Dark Green (10+). Run out of lives = elimination.
This modpack includes a carefully selected set of mods designed to enhance performance and the overall vanilla experience of your server. These mods ensure smooth performance, reduced lag, and lower CPU/RAM usage, which is particularly beneficial for lower-end hardware. In addition to performance improvements, the pack aims to preserve the essence of the vanilla game, maintaining its core mechanics and feel. One of the standout features is the inclusion of data packs, which brings addtional features and crafting recipes while not feeling modded or overwhelming! Overall, this mod pack provides a balanced blend of performance enhancements and features, making it a must-have for small server owners seeking an optimized yet authentic gaming experience for their community.
### Notable Features:
– Compatability with [Armor Poser](https://modrinth.com/mod/armor-poser), [ItemSwapper](https://modrinth.com/plugin/itemswapper), ~~& [Carpet](https://modrinth.com/mod/carpet)~~
– Mobs with held items despawn (Renamed mobs won’t despawn)
– Bedrock client compatability
– Players *allegedly* immune to chat reports
– Auto backups
– Vanilla-friendly datapacks
– AND MORE!!
“`
Crossed out features are not yet available in the latest version.
“`
### Need client improvements?
Use my client-side modpack ([Ziptastic](https://modrinth.com/modpack/ziptastic)) while playing on your server for the perfect experience!
### [Simply Optimized](https://modrinth.com/modpack/sop) has an amazing version naming scheme. So, I decided to use it too! (With all credit going to them.)
**Format:** MC-x.y.z | **Example:** 1.21.1-1.0.0
– MC is the Minecraft version
– x increases if mods/datapacks are added/removed
– y increases if configs/shaders/resourcepacks are added/modifed/removed
– z increases if mods/datapacks are updated or bugs are fixed
x.y.z starts at 1.0.0 for each new MC update. Ziptastic (Server) updates will primarily focus on the latest Minecraft release.
This modpack includes a carefully selected set of mods designed to enhance performance and the overall vanilla experience of the game. These mods ensure that the game runs smoothly, reducing lag and improving frame rates, which is particularly beneficial for players with lower-end hardware. In addition to performance improvements, the pack aims to preserve the essence of the vanilla game, maintaining its core mechanics and feel. One of the standout features is the inclusion of OptiFine parity, which brings compatibility with shaders, more resourcepacks, and Fabric mods! Overall, this mod pack provides a balanced blend of performance enhancements and visual upgrades, making it a must-have for players seeking an optimized yet authentic gaming experience.
### Notable Features:
– Parity with *most* OptiFine features
– Automatically saves screenshots to clipboard
– Better advancements & statistics screens
– ~~Draggable resourcepack & server lists~~
– ~~In-game screenshot & skin manager~~
– Per-sound volume control in your inventory
– Press **F7** to view light levels
– Shulker box preview while hovering item
– Host your LAN worlds to the public automatically
– AND MORE!!
“`
Crossed out features are not yet available in the latest version.
“`
### [Simply Optimized](https://modrinth.com/modpack/sop) has an amazing version naming scheme. So, I decided to use it too! (With all credit going to them.)
**Format:** MC-x.y.z | **Example:** 1.20.4-1.0.0
– MC is the Minecraft version
– x increases if mods/datapacks are added/removed
– y increases if configs/shaders/resourcepacks are added/modifed/removed
– z increases if mods/datapacks are updated or bugs are fixed
x.y.z starts at 1.0.0 for each new MC update. Ziptastic updates will primarily focus on the latest Minecraft release.
# Zipline: Rezipped!
[](https://files.minecraftforge.net/) [](https://fabricmc.net/) [](https://neoforged.net/)
This is a multiloader fork of Tomate0613’s [Zipline](https://modrinth.com/mod/zipline): Ziplines inspired by the hit zipline game [Satisfactory](https://www.satisfactorygame.com/)!
## What’s New?
* **Momentum-Based Physics!** Gain speed going down, lose speed going up. Includes a toggle to disable realistic physics for those who prefer a more arcade-y feel (default).
* **Works With Any Tools!** Add your modded tools to the item tag `#zipline:attachment` to zip around with them.
* **Durability!** Usage wears down your zipline tool (configurable).
## Usage
### How to Zip
1. **Equip a Zipline tool** (see _compatibility_ or _customization_ below).
2. **Aim** at a compatible cable, wire, or chain.
3. **Hold Right-Click** to attach and start zipping.
4. **Look** in the direction you want to travel to influence your momentum.
5. **Jump** to detach and launch yourself off the line, or release right-click.
## Configuration
This mod uses **Cloth Config** (optional but recommended) to allow customization of the mechanics. You can access the config screen via Mod Menu or by editing `config/zipline.json`.
## Compatibility
This mod **does not add any cables on its own**. Instead, it turns existing cables from other mods into ziplines.
Supported mods include:
* [Reconnectible Chains](https://modrinth.com/mod/reconnectible-chains)
* ~~[Create Crafts & Additions](https://modrinth.com/mod/createaddition)~~ (temporarily disabled)
* [Station Decoration (Minecraft Transit Railway addon)](https://modrinth.com/mod/station-decoration)
## Customization
### Adding Zipline Tools
This mod defines the specific tag `zipline:attachment`. Any item added to this tag will function as a zipline tool. By default, this includes Pickaxes and items tagged as Wrenches.
You can add items to this tag via a Data Pack: `data/zipline/tags/item/attachment.json`
“`
{
“replace”: false,
“values”: [
“minecraft:stick”,
“create:red_rose_quartz_pickaxe”
]
}
“`
### API
Developers can add support for their own cables by implementing the `Cable` interface and registering a `CableProvider` via `Cables.registerProvider`.
***
## License
[](https://github.com/evanbones/Ziplines-Rezipped/blob/1.21.1/LICENSE.txt)
Zipline Crafting Fix for Version 1.2.1+1.21.8 (Fabric)
This data pack fixes a critical bug in the [Zipline](https://modrinth.com/mod/zipline) mod (version 1.2.1+1.21.8 for Fabric) that prevents the core Zipline item from being crafted.
## The Problem:
A syntax error in the mod’s original recipe file (data/zipline/recipes/zipline.json) caused the crafting recipe to be invalid. Specifically, the “key” object incorrectly used the full item component notation (e.g., {“item”: “minecraft:gold_ingot”}) which is not supported for simple ingredient definitions in the current version.
## The Solution:
This pack replaces the faulty recipe with a corrected one that uses the standard, simple ingredient format (e.g., “minecraft:gold_ingot”). The fixed recipe JSON is included below for verification.
## Important Note:
This is a temporary, community-made fix. I have submitted a Pull Request (PR) to the official mod developer. If the main mod has been updated to a version that includes this fix, this data pack will no longer be necessary and can be safely removed.
## Installation:
To apply the fix, place this data pack ZIP file into the datapacks folder of your specific Minecraft world save, whether in single-player or on a server. A reload or restart is required.
—
(Fixed Recipe JSON for reference)
“`json
{
“type”: “minecraft:crafting_shaped”,
“pattern”: [
“g “,
“Sg”
],
“key”: {
“g”: “minecraft:gold_ingot”,
“S”: “minecraft:shears”
},
“result”: {
“id”: “zipline:zipline”,
“count”: 1
}
}
“`
# Zipline
Ziplines inspired by hit zipline game [Satisfactory](https://www.satisfactorygame.com/)

## Compatibility
This mod does not add any cables on its own.
Instead you can zoop along cables, wires and chains from any of these mods:
– [HyphaPiracea](https://modrinth.com/mod/hyphapiracea)
– [Connectible Chains](https://modrinth.com/mod/connectiblechains)
– [Create Crafts & Additions](https://modrinth.com/mod/createaddition)
– [Station Decoration (Minecraft Transit Railway addon)](https://modrinth.com/mod/station-decoration)
## Recipe

# ZipBomb
ZipBomb is a modpack that aims to maintain a vanilla feel while adding cool and interesting features. A few performance/optimization mods are also added.
## Notice
If you wish to use FreshAnimations, please disable Physics Mod.
# Zinée Town Modpack
## Description
This modpack was created for the RP server **Zinée Town**.
It includes a selection of essential mods providing a simple, accessible, and immersive experience for all players.
## Key Features
– **Proximity Chat**: Communicate easily with players around you.
– **Vehicles**: Travel using boats and other transportation options.
– **Decoration & Building**: Add decorative blocks to personalize your creations.
– **Immersive Experience**: Carefully chosen mods to enhance gameplay without unnecessary complexity.
– **Accessibility**: Suitable for both beginners and experienced players.
## Requirements
– **Minecraft**: 1.20.1
– **Fabric**: Version 0.17.0
– **Recommended RAM**: 3–6 GB
– **Recommended RAM with Distant Horizon**: 6–12 GB
– **Java**: Version 17 or higher
### Note on Distant Horizon
If you are using the **Modrinth Launcher** and want to disable **Distant Horizon** (to save RAM), simply uncheck the mod in the *Mods* tab.
The modpack remains fully playable without it.
—
## Description
Ce modpack a été conçu pour le serveur RP **Zinée Town**.
Il rassemble une sélection de mods essentiels pour une expérience de jeu simple, accessible et immersive pour tous les joueurs.
## Features clés
– **Chat de proximité** : Communiquez facilement avec les joueurs autour de vous.
– **Véhicules** : Déplacez-vous avec des bateaux et d’autres moyens de transport.
– **Décoration et construction** : Ajoutez des blocs décoratifs pour personnaliser vos constructions.
– **Expérience immersive** : Mods choisis pour enrichir le gameplay sans complexité inutile.
– **Accessibilité** : Adapté aux débutants comme aux joueurs expérimentés.
## Configuration requise
– **Minecraft** : 1.20.1
– **Fabric** : Version 0.17.0
– **RAM recommandée** : 3–6 GB
– **RAM recommandée avec Distant Horizon** : 6–12 GB
– **Java** : Version 17 ou supérieure
### Note sur Distant Horizon
Si vous utilisez le **Modrinth Launcher** et souhaitez désactiver **Distant Horizon** (pour économiser de la RAM), vous pouvez simplement décocher le mod dans l’onglet *Mods* du launcher.
Le modpack reste entièrement jouable sans lui.
Zine is a “Little Library” mod made to suit my (EightSidedSquare) modding needs. You may use it for your own projects but please do consider this entire library mod unstable as changes are likely.

**Zinc SMP** is an open modded Minecraft server, available for everyone to join, with little to no rules! **Anarchy, or peaceful; the choice is yours**!
The server runs Minecraft version **1.20.1**, is running on **Fabric**, and has **89 mods server side**. Zinc SMP also has a Discord Server to get more in touch with the community, updates, and more!
*You may join the Discord Server [here](https://discord.gg/FXMcRdvfA3).*
The modpack is a kitchen sink full of mods!
It has:
1. Adventure Mods like YUNG’s Better _, When Dungenons Arise.
2. Optimization Mods like Sodium, Enhanced Block Entities
3. QoL Mods like Jade, Just Enough Items
4. PvP mods like Simply Swords, Arsenal
.. and many more!
***ZINC CURRENTLY IS A WORK IN PROGRESS PROJECT, EVERYTHING IS SUBJECT TO CHANGE.***