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.

Ziptastic (Server)

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!

Version Naming

### [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.

Ziptastic

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.
“`

Version Naming

### [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.

Ziplines: Rezipped!

# Zipline: Rezipped!

[![forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg)](https://files.minecraftforge.net/) [![fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)](https://fabricmc.net/) [![neoforge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/neoforge_vector.svg)](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

[![Code license (MIT)](https://img.shields.io/badge/code%20license-MIT-green.svg?style=flat-square)](https://github.com/evanbones/Ziplines-Rezipped/blob/1.21.1/LICENSE.txt)

zipline recipe fix

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

# Zipline

Ziplines inspired by hit zipline game [Satisfactory](https://www.satisfactorygame.com/)

![zoop](https://github.com/Tomate0613/zipline/blob/main/assets/zoop.webp?raw=true)

## 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
![recipe](https://github.com/Tomate0613/zipline/blob/main/assets/recipe.png?raw=true)

ZipBomb

# 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.

Zinee Town

# 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

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.

Registration
  • RegistryHelper class with helper methods for all registries
  • RegistryQueue class for queueing the registration of values
Data Generation
  • Particle Texture data provider
  • Sound List data provider (made before Fabric API implemented a sould provider itself, I consider this one to be less verbose)
Data
  • DataHelper class for reading and writing to data and byte buffers for mutable objects
  • RegistryCodecGroup class for grouping together relevant codecs for a dynamic registry
Advancements
  • Modify Advancement event
  • VanillaAdvancementModifications helper class for simple modifications to vanilla advancements (i.e. adding a food item as a requirement for the “Balanced Diet” advancement)
Animations
  • Extra interpolations derived from Geckolib
Sprite Atlases
  • Generator sprite atlas source for generating noise and gradient textures
  • Remap sprite atlas source for mapping multiple textures together given a base texture
  • Connected textures atlas source for stitching 5 textures into all connected texture permutations
  • Modify sources atlas source event
  • AtlasSourceUtil class
  • PalettedPermutationsAtlasSource extensions for modifying its values
Models
  • ModelsEvents.ADD_UNBAKED event for creating unbaked models on resource pack load
  • ItemModelEvents.BEFORE_BAKE event for modifying item models before baking (similar to the Fabric API implemtation, except this can resolve references to models)
  • ItemModelEvents.ADD_UNBAKED event for creating unbaked item models on resource pack load
  • Extensions for all vanilla unbaked item models for modifying their values
  • Connected and tessellating block model types
  • Custom variants, custom multipart, and direct block model definition creators
  • BlockModelDefinitions helper class
  • BlockModelParts helper class
  • BlockStateModels helper class
Misc
  • Client armor trim registry to add trim materials and patterns in a compatibility-safe manner
  • Noise-based spawn condition
  • Extensions for many predicates to modify their values
  • Extensions for advancement criterions to modify their values
  • Extensions for many structure-related classes to modify their values
  • Extensions for item settings to simply component additions
  • AlternativeCodec for codecs with multiple possible encodings
  • CodecUtil class
  • Modify Translations callback
  • Modify block sound group callback

Zinc Modpack

![Zinc Banner](https://cdn.modrinth.com/data/SUpnEiUp/images/fa5973f7bd4e29762f0a8491f37a649fd8865af9_350.webp)

**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.***