Initial commit

This commit is contained in:
2026-07-15 07:29:14 +03:00
commit fb3aadb1f5
123 changed files with 1469 additions and 0 deletions

258
ReadMe.md Normal file
View File

@ -0,0 +1,258 @@
# Vanilla-Plus Tech & Utility Modpack
A personal modpack based on **FO** from Modrinth and my expirience on FTB NeoTech.
**Minecraft: 1.21.10** | **Fabric: 0.18.4**
## Quick start
After install client - choose instance `.minecraft` dir and execute for initial install:
```
git init && git remote add origin https://vcs.wpstudio.ru/gitea/m2110.git && git fetch && git checkout master
```
For updates:
```
git pull
```
---
## 🧩 Legend
🧾 **Client-side mod**
✖️ **Not presented in oficial modpack** (But might be manual downloaded it, defaultly exists in git)
🗑 **Orphans (no active dependencies used)**
🥕 **New mods since last release**
💔 ** Removed mods**
🧾 About "Clients mods". Some mods is not necessary on client side. That is means - some mods really need only on the server side (example: Villager Pickup), but not nothing wrong if you install it on client side.
That mods is not any marked, but if you have see server mods list - you can be inspect pakku.lock.json file.
---
## 🖼️ Prompts for Modpack Images
**Size: 838x470 for CurseForge description**
> **Prompt 1:** Minecraft 1.21.10 vanilla-plus modpack showcasing reinforced chests, RTP, teleport commands, and Xaero's maps.
> **Prompt 2:** Minecraft 1.21.10 vanilla modpack with reinforced chests, RTP, `/tpa`, `/sethome`, and Xaero's maps in a scenic mountain and waterfall landscape. Cover art for CurseForge.
---
## 🎨 Graphics & Performance
OptiFine Alternatives
| Mod | Description | Notes / Dependencies |
| :-- | :-- | :-- |
| **[Iris Shaders](https://www.curseforge.com/minecraft/mc-mods/irisshaders)** | Shader support for Fabric | ✅ **Requires: [[Sodium]](#sodium)**<br>Get shaders from: [Modrinth Shaders](https://modrinth.com/discover/shaders) |
| **[Sodium](https://www.curseforge.com/minecraft/mc-mods/sodium)** | Drastically improves client performance | **Required by: [[Iris]](#iris-shaders)** |
| **[Spark](https://spark.lucko.me)** 🥕 | Performance profiler for diagnosing lag and memory issues | `/spark profiler` to start/stop profiling |
---
## 📦 Core APIs & Libraries
*Essential mods required for others to function.*
| Mod | Purpose | Required For |
| :-- | :-- | :-- |
| **[Architectury API](https://www.curseforge.com/minecraft/mc-mods/architectury-api)** | Cross-loader API | Used by **[REI](https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)** |
| **[Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config)** | Configuration screen API | Used by many mods for GUI Zoomifysettings (e.g., **[[Dynamic FPS]](#-improvements--enhancements)**) & **[REI](https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)** |
| **[Collective](https://www.curseforge.com/minecraft/mc-mods/collective)** | Library for shared code | Service module for **[[Serilum]](#serilum-mods)** mods |
| **[Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)** | Core hooks for Fabric mods | Needed for **[[Forge Config API Port]](#forge-config-api-port)** & **[[Advanced XRay]](#-cheats)** & **[Tech Reborn](https://www.curseforge.com/minecraft/mc-mods/techreborn)** & **[Tom's Simple Storage Mod (Fabric)](https://www.curseforge.com/minecraft/mc-mods/toms-storage-fabric)**|
| **[Forge Config API Port](https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port)** | Port of Forge's config system | Required by **[[Remove Reloading Screen]](#-improvements--enhancements)**.<br>**Requires: [[Fabric API]](#fabric-api)** |
| **[Fabric Language Kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin)** | Adds Kotlin support | Required by **[[Zoomify]](#-hud---ui--)** (which also uses **[[YACL]](#yetanotherconfiglib-yacl)**) |
| **[Fzzy Config](https://www.curseforge.com/minecraft/mc-mods/fzzy-config)** | Configuration tool (for config files) | Required by **[[Soaring Phantoms]](#-general-gameplay---utilities)** |
| **[YetAnotherConfigLib (YACL)](https://www.curseforge.com/minecraft/mc-mods/yacl)** | Configuration library | Required by [[#🧨 Cheats]] - **[Frostbyte's Maximum Mobility](https://www.curseforge.com/minecraft/mc-mods/frostbytes-maximum-mobility)**& [[#🖥️ HUD & UI]] - **[Zoomify](https://www.curseforge.com/minecraft/mc-mods/zoomify)** (which also needs [[Fabric Language Kotlin]](#fabric-language-kotlin)) |
| **[libIPN](https://www.curseforge.com/projects/679177)** 🧾 | Inventory Profiles Next Settings and GUI Library | Required by [[#🖥️ HUD & UI]] - [**Inventory Profiles Next**](https://www.curseforge.com/projects/495267). Available only from modrinth |
**Non-mod / Additional Libraries:**
`cloth-basic-math`, `Fabric Loader`, `Java`, `Minecraft`, `MixinExtras`, `Placeholder API`
---
## 🖥️ HUD & UI ✖️
*Interface improvements and information displays.*
| Mod | Description | Keybinds / Notes |
| :-- | :-- | :-- |
| **[Apple Skin](https://www.curseforge.com/projects/248787)** | Hungry HUD | |
| **[Better Mount HUD](https://www.curseforge.com/minecraft/mc-mods/better-mount-hud)** | Improves the UI while riding mounts | |
| **[Fabrishot](https://www.curseforge.com/minecraft/mc-mods/fabrishot)** 🧾 | High-resolution screenshots | **F9** (regular screenshot is F2). ~9 MB files, excellent quality |
| **[Inventory Profiles Next](https://www.curseforge.com/projects/495267)** 🧾 | Inventory Sorter | ✅ Requires: [**libIPN**](https://www.curseforge.com/projects/679177) |
| **[Jade](https://www.curseforge.com/minecraft/mc-mods/jade)** | Shows detailed info about the block you're looking at | |
| **[Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu)** | In-game menu to view and configure mods | |
| **[Mouse Tweaks](https://modrinth.com/mod/aC3cM3Vq)** | Area collect for inventary | |
| **[No Chat Reports](https://modrinth.com/mod/qQyHxfxd)** 🧾 | Disable in-game notify about not sign chat messages | |
| **[Paginated Advancements](https://www.curseforge.com/minecraft/mc-mods/paginated-advancements)** | Better advancement screen with filters | Open with **L**. |
| **[Zoomify](https://www.curseforge.com/minecraft/mc-mods/zoomify)** 🧾 | Smooth zoom & cinematic camera | **Alt** (default C) to zoom. **F6** for cinematic camera.<br>**Requires: [[Fabric Language Kotlin]](#fabric-language-kotlin)** & **[[YACL]](#yetanotherconfiglib-yacl)** |
---
## ⚙️ Improvements & Enhancements
*Quality-of-life and performance tweaks.*
| Mod | Description | Dependencies |
| :-- | :-- | :-- |
| **[Dynamic FPS](https://www.curseforge.com/minecraft/mc-mods/dynamic-fps)** | Reduces FPS when the game is not in focus. | ✅ (Optional but recommended) **[[Cloth Config API]](#cloth-config-api)** |
| **[Remove Reloading Screen](https://www.curseforge.com/minecraft/mc-mods/rrls)** | Removes the red reload splash screen when changing settings | ✅ **Requires: [[Forge Config API Port]](#forge-config-api-port)** |
---
## 🧰 General Gameplay & Utilities 🥕
*Core mods that add new functionality, items, and mechanics.*
| Mod | Description | Category | Requires |
| :-- | :-- | :-- | :-- |
| **[Better Days](https://www.curseforge.com/minecraft/mc-mods/betterdays)** 🥕 | Modify a day/night cycle to the game | Time |
| **[Better Multiplayer Sleep](https://www.curseforge.com/minecraft/mc-mods/better-multiplayer-sleep)** 🥕 | Go night if one player is have to sleep | Time | Available only from modrinth |
| ~~**[Carry On](https://www.curseforge.com/minecraft/mc-mods/carry-on)**~~ 💔 | Pick up and carry chests, animals, and more | Utility | Not available for MC26 |
| **[Classic Pipes](https://www.curseforge.com/minecraft/mc-mods/classic-pipes)** | Simple item transport pipes (inspired by BuildCraft) | Logistics |
| **[FastRTP \| Random Teleport](https://www.curseforge.com/minecraft/mc-mods/fastrtp)** | Random teleport command for exploration | Teleportation |
| **[JustHammers](https://www.curseforge.com/minecraft/mc-mods/justhammers)** | Hammers for 3x3, 5x5, and even 5x5x5 area mining | Tools |
| **[MiniTeleport](https://www.curseforge.com/minecraft/mc-mods/miniteleport)** | Simple teleport command | Teleportation |
| ~~**[Reinforced Chests](https://www.curseforge.com/minecraft/mc-mods/reinforced-chests)**~~ 💔 | Upgradable, larger chests (like Iron Chests) | Storage | Not available for MC26
| **[Replanting Crops](https://www.curseforge.com/minecraft/mc-mods/replanting-crops)** | Auto-replants crops when harvesting with a hoe | Farming | Available only from modrinth |
| **[Roughly Enough Items (REI)](https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)** | Recipe and item viewing inside your inventory | Utility | **[Architectury API](https://www.curseforge.com/minecraft/mc-mods/architectury-api)** & **[Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config)** |
| **[Soaring Phantoms](https://www.curseforge.com/minecraft/mc-mods/soaring-phantoms)** | Change logic for spawn phantoms (only after 160 height) | Monsters | Available only from modrinth for MC26 |
| **[SpeedBlocks](https://www.curseforge.com/minecraft/mc-mods/speedblocks)** | Speed boost and jump boost blocks | Movement |
| **[Tech Reborn](https://www.curseforge.com/minecraft/mc-mods/techreborn)** | Tech-themed expansion with machines, power, and more | Technology | **[Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)** |
| **[Tom's Simple Storage Mod (Fabric)](https://www.curseforge.com/minecraft/mc-mods/toms-storage-fabric)** | Advanced storage network system | Storage | **[Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)** |
| ~~**[Villager Pickup](https://modrinth.com/mod/EL95Q1AM)**~~ 💔 | Pickup villagers and place them anywhere with villager egg | Farming | Not availabnle for MC26 |
| **[Bridging Mod](https://www.curseforge.com/minecraft/mc-mods/bridging-mod)** 🥕 | Bedrock-style reacharound placement for building bridges and filling gaps | Building |
| ~~**[Measurements](https://www.curseforge.com/minecraft/mc-mods/measurements)**~~ 🥕 💔 | Measure distance between positions with a tape measure item | Utility | Not compatible with MC26 build |
| **[Reach Enchantment](https://modrinth.com/datapack/ly-reach-enchantment)** 🥕 | Enchantment that increases block interaction range (up to +4 blocks) | Tools | Available only from modrinth
| **[Waystones](https://mods.twelveiterations.com/mc/waystones)** 🥕 | Teleport's | Teleportation | |
---
## 🏡 Serilum Mods
*A collection of small, focused mods by Serilum.*
| Mod | Description | Bundle Group |
| :-- | :-- | :-- |
| **[Automatic Doors](https://www.curseforge.com/minecraft/mc-mods/automatic-doors)** | Doors open automatically as you approach. Double doors work perfectly | Quest Bundle |
| **[Bareback Horse Riding](https://www.curseforge.com/minecraft/mc-mods/bareback-horse-riding)** | Ride horses without a saddle (uses leather pants durability) | RPG Bundle |
| **[Better Spawner Control](https://www.curseforge.com/minecraft/mc-mods/better-spawner-control)** | Placing torches on all sides of a spawner disables it | Quest Bundle |
| **[Double Doors](https://www.curseforge.com/minecraft/mc-mods/double-doors)** | Double doors open and close together | RPG Bundle |
---
## 🗺️ Mapping
| Mod | Description |
| :-- | :--- |
| **[Xaero's Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap)** | Lightweight and highly configurable minimap |
| **[Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map)** | Full-screen world map that syncs with the minimap |
---
## 🧨 Cheats ✖️
*Mods that can alter gameplay balance (use responsibly).*
| Mod | Description | Keybinds / Dependencies |
| :-- | :-- | :-- |
| **[Advanced XRay (Fabric Edition)](https://www.curseforge.com/minecraft/mc-mods/advanced-xray-fabric-edition)** 🧾✖️ | Ore highlighting and visibility toggles | **G** Filter settings.<br>**\\** Toggle texture overlay.<br>**Requires: [[Fabric API]](#fabric-api)** |
| **[Frostbyte's Maximum Mobility](https://www.curseforge.com/minecraft/mc-mods/frostbytes-maximum-mobility)** 🧾✖️ | Auto-step for player and boats (1 block height) | ✅ **Requires: [[YACL]](#yetanotherconfiglib-yacl)**. Available only from modrinth for MC26 |
| **[ReachPLUS](https://modrinth.com/mod/reachplus)** 🧾🥕 | Gives Java players the same spherical reach as Bedrock players | Client-side only |
| **[Character Size](https://modrinth.com/mod/charactersize)** ~~🥕~~ 💔 | Change your size and gain enhanced abilities | ✅ **Requires: [[Fabric API]](#fabric-api)** |
---
# TODO
- Перенести тюнинги рецептов в мод [CraftTweaker](https://www.curseforge.com/minecraft/mc-mods/crafttweaker) (и заодно разобраться в нём)
Отключение ванильного рецепта медного сундука:
```
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:copper_ingot"
],
"result": {"id": "minecraft:copper_chest", "count": 0}
}
```
Немного больше факелов:
```
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"|"
],
"key": {
"#": "minecraft:coal",
"|": "minecraft:stick"
},
"result": {
"id": "minecraft:torch",
"count": 8
}
}
```
Измненный рецепт крафта камня перемещения (четыре ока эндера что-то уж слишком много для него):
```
{
"type": "minecraft:crafting_shaped",
"pattern": [
"aga",
"gpg",
"aga"
],
"key": {
"a": "minecraft:amethyst_shard",
"g": "minecraft:gold_ingot",
"p": "minecraft:ender_pearl"
},
"result": {
"id": "waystones:warp_stone",
"count": 1
}
}
```
## configs
CarryOn: `carryon-common.json`
```
...
"//blacklist"
"forbiddenTiles": [
...
"toms_storage:*"
]
...
```
# Changelog
Начну вести всё таки историю того, что приходит в голову и чем это в результате заканчивается.
## 2026-06-08
Ещё не задолго до этого обновления - добавлены телепорты (waystones).
В июньском обновлении добавлено ещё немного читерских модов:
- увеличение области действия инструментов в обычном режиме (мод приводящий это поведение в соответствии как в Bedrock-версии +1 блок добавляет)
- гипотетическое уменьшение и увеличение персонажа (что меняет его характеристики скорости, ну и области действия инструментов тоже)
Тут отдельно поподробнее: уменьшение и увеличение персонажа происходит путём нажатий клавиш G и H соответственно. Поэтому, клавишу G от мода Xray, нужно переназначит, например на `'`
Зачем это нужно: скорость, дальность.
- естественное увеличение области дальности предметов через зачарования
- более удачный мод для строительства в горизонтальный и вертикальных плоскостях
- по-мелочи: мод для измерений расстояний, индикатор удачной атаки (не знаю зачем он, но пусть будет), spark для анализа производительности.
На данный момент сборка, если запустить в одиночном режиме с дальностью прорисовки 12 чанкой умещается в 800Мб оперативной памяти (MaxHeapSize).
Показатель скочет от 690 до 800 и игра нормально работает. При подключении к серверу - на клиенте этот показатель где-то на 200Мб ниже.
# Notes
С FTB NeoTech этот модпак имеет мало чего общего, до его создания я играл в эту сборку, а затем попробовал Fabiosly Optimized на слабом железе.
И понял, что это хорошо - Minecraft запускается быстро, не жрет ресурсы и снижает энергопотребление в AFK-режиме.
В этой сборке (по крайне мере на нашем сервере) - есть тюнинг рецептов, настройки времени дня и ночи (ночь длится быстро, день - намного дольше). Так как я часто играю в AFK - мне важно,
чтобы ночь не наступала слишком быстро, это раздражает.
Для более удобного строительства, перемещения и поиска руд: Xray детектор руд, Character size для быстрого перемещения и увеличения области взаимодействия, модификаторы урона чтобы снизить урон от падения,
где-то с 6-7 блоков, а так-же мод Frostbyte Mobility для быстрого перемещения вверх по-вертикальной плоскости.
Модпак создан исключительно для игры на своём сервере, если вам не нравятся "читерские" моды - вы можете ими не пользоваться. Я же оставляю за собой право использовать на своём сервере, то что мне нужно,
и то, что я считаю удобным на этой стадии игрового развития.
Помните - игра на публичных серверах с такими модами, как Xray - это не правильно. Хотя вам никто не мешает это попробовать, но лучше купите свой сервер и там играйте с xray.

3
ReadMePakku.md Normal file
View File

@ -0,0 +1,3 @@
## Установить мод
Поиск и установка модов осуществляется через FreesmLauncher

28
ReadMeServer.md Normal file
View File

@ -0,0 +1,28 @@
# Как добавлять моды в сборку
- Копируются ли мои пользовательские конфиги в serverpack?
Да
- Порядок действий для обновления мод пака на сервере
1. Добавляем мод из FreesmLauncher
2. *.disabled моды игнорируются и git-ом, и pakku
3. sync-with-shelve.sh - синхронизация локального состояния папки модов с внутренним хранилищем pakku
4. fetch-with-restore-shelve.sh - не обязательно, но желательно выполнял для консистентности сборки
5. export-serverpack.sh - экспортируют сюдаже локально серверный билд (он же используется скриптом в NixOS).
Старт сервера, если что, вот здесь: `/home/dimti/Seafile/minecraft/installers/m2110`
Дополнительно развертывает получившийся серверный бандл в локальную папку на этом локальном компьютере, для тестирования того, как будет работать сервер на новой сборке (чтоб предварительно протестировать обновленный пак, перед тем как выгружать на NixOS-сервер).
6. Для развёртывания на сервер достаточно только запустить скрипт: server-scripts/recreate-m2110.sh
Разумеется затем надо коммитить текущее состояние, пушить и раздавать на клиенты.
# Форменный ужос
Для fstab - прокидываем папку datapacks в мир на клиенте, и тестовый сервер на локалке:
```
# datapacks for m2110 client world
/home/dimti/.local/share/FreesmLauncher/instances/m2110/.minecraft/datapacks /home/dimti/.local/share/FreesmLauncher/instances/m2110/.minecraft/saves/world/datapacks none defaults,bind 0 0
/home/dimti/.local/share/FreesmLauncher/instances/m2110/.minecraft/datapacks /home/dimti/Seafile/minecraft/installers/m2110/world/datapacks none defaults,bind 0 0
```

3
ReadMe_main_mods.md Normal file
View File

@ -0,0 +1,3 @@
Tech Reborn
Tom's Simple Storage Mod
Roughly Enough Items

33
bash/export-serverpack.sh Executable file
View File

@ -0,0 +1,33 @@
#!/bin/bash
set -euo pipefail
pakku() { pakku-mc "$@"; }
# Определяем директории
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
REPO_ROOT="${SCRIPT_DIR}/.."
SOURCE_ZIP="${REPO_ROOT}/build/serverpack/*.zip"
TARGET_DIR="/home/dimti/Seafile/minecraft/installers/m2110"
cd "${REPO_ROOT}" || exit 1
pakku export
# Проверяем, существует ли архив
if ls ${SOURCE_ZIP} 1> /dev/null 2>&1; then
echo "Нашел архив серверной сборки: ${SOURCE_ZIP}"
else
echo "Ошибка: Архив серверной сборки не найден в ${SOURCE_ZIP}"
exit 1
fi
# Очищаем целевые папки mods и config
echo "Очистка папок mods и config в ${TARGET_DIR}..."
rm -rf "${TARGET_DIR}/mods"
rm -rf "${TARGET_DIR}/config"
# Распаковываем архив в целевую директорию
echo "Распаковка архива в ${TARGET_DIR}..."
unzip -o ${SOURCE_ZIP} -d "${TARGET_DIR}"
echo "Синхронизация завершена успешно."

View File

@ -0,0 +1,15 @@
#!/bin/bash
#
# Downloading mods to local folder
# @see https://juraj-hrivnak.github.io/Pakku/pakku-fetch.html
# Следует использовать после команды sync,
# которая синхронизирует локальные моды с регистром pakku
#
set -eu pipefail
pakku() { pakku-mc "$@"; }
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
REPO_ROOT="${SCRIPT_DIR}/.."
cd "${REPO_ROOT}" || exit 1
pakku fetch --shelve && mv .pakku/shelf/* mods/

48
bash/sync-with-shelve.sh Executable file
View File

@ -0,0 +1,48 @@
#!/bin/bash
#
# Синххронизация локальных модов с текущей сборкой
# Можно запускать эту команды после добавления новых модов в сборку
# https://juraj-hrivnak.github.io/Pakku/pakku-sync.html
#
set -eu pipefail
pakku() { pakku-mc "$@"; }
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
REPO_ROOT="${SCRIPT_DIR}/.."
cd "${REPO_ROOT}" || exit 1
# Массив ключевых слов для идентификации кастомных модов
CUSTOM_MOD_KEYWORDS=(
"advanced-xray"
"easy-install"
"mobility"
)
# Папка для временного хранения кастомных модов
SHELF_DIR=".pakku/shelf"
mkdir -p "${SHELF_DIR}"
# Функция для перемещения кастомных модов в карман
shelve_custom_mods() {
for keyword in "${CUSTOM_MOD_KEYWORDS[@]}"; do
find mods -name "*${keyword}*" -type f -exec mv -v {} "${SHELF_DIR}" \;
done
}
# Функция для возврата кастомных модов обратно
restore_custom_mods() {
for keyword in "${CUSTOM_MOD_KEYWORDS[@]}"; do
find "${SHELF_DIR}" -name "*${keyword}*" -type f -exec mv -v {} mods \;
done
}
# Перемещаем кастомные моды в карман перед синхронизацией
shelve_custom_mods
pakku sync
# Возвращаем кастомные моды обратно
restore_custom_mods
# Перемещаем оставшиеся моды из кармана pakku
mv .pakku/shelf/* mods/ 2>/dev/null || true

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"aga",
"gpg",
"aga"
],
"key": {
"a": "minecraft:amethyst_shard",
"g": "minecraft:gold_ingot",
"p": "minecraft:ender_pearl"
},
"result": {
"id": "waystones:warp_stone",
"count": 1
}
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 61,
"description": "Simplify waystone stone recipe"
}
}

View File

@ -0,0 +1,17 @@
filename = 'advancedwaterbottle-26.1.jar'
name = 'Advanced Water Bottle'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1', '26.1.1', '26.1.1', '26.1.2', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '26.1.x'
[download]
hash = '8342f3a492ebac2a7f0389e473596a218bda08fef233db943b40bb555389d3a2424e2801d8bf0fccbe710b1fc5b782dc135a70af1ab21f1b38c769676be36b04'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/oZLWCYTy/versions/iG4Ud2vE/advancedwaterbottle-26.1.jar'
[update.modrinth]
mod-id = 'oZLWCYTy'
version = 'iG4Ud2vE'

View File

@ -0,0 +1,17 @@
filename = 'advanced-xray-fabric-26.1.0.1.jar'
name = 'Advanced XRay (Fabric Edition)'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[FABRIC] Advanced XRay 26.1.0.1'
[download]
hash = '8ddcc9800a6f8fa161f34e5505952cfb44744156'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7847444
project-id = 444663

View File

@ -0,0 +1,17 @@
filename = 'adventurersbackpack-1.0.0.jar'
name = "Adventurer's BackPack"
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = "Adventurer's BackPack v1.0.0 [Fabric] (26.1-26.1.2)"
[download]
hash = 'ad6474804f4d63b0044291c8f2e6ddd2e3c59bde'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8301251
project-id = 1528786

View File

@ -0,0 +1,17 @@
filename = 'altereddamage-26.1.2-3.7.jar'
name = 'Altered Damage'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 26.1.2-3.7 | Altered Damage'
[download]
hash = 'fd9195acfbd966d82aa0bec18c56a0020f9966f7'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7902420
project-id = 324674

View File

@ -0,0 +1,17 @@
filename = 'appleskin-fabric-mc26.1.2-3.0.10.jar'
name = 'AppleSkin'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = 'appleskin-fabric-mc26.1.2-3.0.10.jar'
[download]
hash = '8100276373646b6740bf20be59e9d8ed7ba24579'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8254965
project-id = 248787

View File

@ -0,0 +1,17 @@
filename = 'automaticdoors-26.1.2-5.0.jar'
name = 'Automatic Doors'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 26.1.2-5.0 | Automatic Doors'
[download]
hash = '6cbabb252ee6e8bb299b9aba988d432f114d415c'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7902405
project-id = 347635

17
mods/.index/balm.pw.toml Normal file
View File

@ -0,0 +1,17 @@
filename = 'balm-fabric-26.1.2-26.1.2.9.jar'
name = 'Balm'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'balm-fabric-26.1.2-26.1.2.9.jar'
[download]
hash = 'a984dd8567b187b9b64b8fdd448140636deecfdf'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8424870
project-id = 531761

View File

@ -0,0 +1,17 @@
filename = 'barebackhorseriding-26.1.2-2.4.jar'
name = 'Bareback Horse Riding'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 26.1.2-2.4 | Bareback Horse Riding'
[download]
hash = '20157b58409e0fb94af92c08de321484c9d6c45e'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7902398
project-id = 949932

View File

@ -0,0 +1,17 @@
filename = 'bettermounthud-1.3.0.jar'
name = 'Better Mount HUD'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'bettermounthud-1.3.0.jar'
[download]
hash = '42dc998a06994c86d58ed18bfb44ef58764f1b32'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7801481
project-id = 475358

View File

@ -0,0 +1,17 @@
filename = 'betterspawnercontrol-26.1.2-4.8.jar'
name = 'Better Spawner Control'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 26.1.2-4.8 | Better Spawner Control'
[download]
hash = '4b9ae0a8adc9373480af4e50365f36f0ffa71b8b'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7902345
project-id = 344036

View File

@ -0,0 +1,17 @@
filename = 'betterdays-26.1.2-fabric-4.1.1.7-FABRIC.jar'
name = 'Better Days'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Fabric 26.1.2-4.1.1.7-FABRIC'
[download]
hash = '4b23e5d503bc1449dc7785371358c2e727c29e4e'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8290052
project-id = 895618

View File

@ -0,0 +1,17 @@
filename = 'BetterMultiplayerSleep 1.1.0 1.21.11+.jar'
name = 'Better Multiplayer Sleep'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '1.21.11', '1.21.11', '26.1', '26.1', '26.1.1', '26.1.1', '26.1.2', '26.1.2', '26.2', '26.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.1'
[download]
hash = '8f64c51cecae51e4662c522a21027f40d06f4907718b9878f31e59350209aa1114d428e76161b60e2dbc4d63648d4206697d8236c224f1179e0b9e507ce1d035'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/LxB45e67/versions/MmaluIcb/BetterMultiplayerSleep 1.1.0 1.21.11%2B.jar'
[update.modrinth]
mod-id = 'LxB45e67'
version = 'MmaluIcb'

View File

@ -0,0 +1,17 @@
filename = 'BridgingMod-2.6.6+26.1.fabric-release.jar'
name = 'Bridging Mod'
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric 26.1.x] v2.6.6 Bridging Mod'
[download]
hash = '18333a0abaff3ef193a9300688c9816116b1188c'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7915819
project-id = 533942

View File

@ -0,0 +1,17 @@
filename = 'classicpipes-fabric-26.1-1.1.5.jar'
name = 'Classic Pipes'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.1.5 for 26.1.x Fabric'
[download]
hash = '505beae252d048e39cf85663ed2da1efc1c649b0'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8054933
project-id = 1351745

View File

@ -0,0 +1,17 @@
filename = 'collective-26.1.2-8.32.jar'
name = 'Collective'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 26.1.2-8.32 | Collective'
[download]
hash = '13887a5d78938c6ce55c15bcbd1352db625e84e1'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8317567
project-id = 342584

View File

@ -0,0 +1,17 @@
filename = 'doubledoors-26.1.2-7.2.jar'
name = 'Double Doors'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric/Forge/Neo] 26.1.2-7.2 | Double Doors'
[download]
hash = 'ecac72af90c63c053f9058cc27e1241eff50c7d2'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7902248
project-id = 348831

View File

@ -0,0 +1,17 @@
filename = 'dynamic-fps-3.11.7+minecraft-26.1.0-fabric.jar'
name = 'Dynamic FPS'
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'v3.11.7'
[download]
hash = '2ed66a7f5cf81c8f4b17a551a1f7371ef99a45f7'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8159041
project-id = 335493

View File

@ -0,0 +1,17 @@
filename = 'emi-1.1.24-44b5557+26.1.2+fabric.jar'
name = 'emi-unofficial-port-unstable'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = 'build+33'
[download]
hash = '4c069de2fc30c5deca14ff36c7261129aa02c37b'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8186343
project-id = 1544558

View File

@ -0,0 +1,17 @@
filename = 'fabric-api-0.154.2+26.1.2.jar'
name = 'Fabric API'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[26.1.2] Fabric API 0.154.2+26.1.2'
[download]
hash = '03e3870e2f4955faafb0b0076ae85175d7fa198f'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8385848
project-id = 306612

View File

@ -0,0 +1,65 @@
filename = 'fabric-language-kotlin-1.13.12+kotlin.2.4.0.jar'
name = 'Fabric Language Kotlin'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [
'1.14',
'1.14.1',
'1.14.2',
'1.14.3',
'1.14.4',
'1.15',
'1.15.1',
'1.15.2',
'1.16',
'1.16.1',
'1.16.2',
'1.16.3',
'1.16.4',
'1.16.5',
'1.17',
'1.17.1',
'1.18',
'1.18.1',
'1.18.2',
'1.19',
'1.19.1',
'1.19.2',
'1.19.3',
'1.19.4',
'1.20',
'1.20.1',
'1.20.2',
'1.20.3',
'1.20.4',
'1.20.5',
'1.20.6',
'1.21',
'1.21.1',
'1.21.10',
'1.21.11',
'1.21.2',
'1.21.3',
'1.21.4',
'1.21.5',
'1.21.6',
'1.21.7',
'1.21.8',
'1.21.9',
'26.1',
'26.1.1',
'26.1.2',
'26.2'
]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Fabric Language Kotlin 1.13.12+kotlin.2.4.0'
[download]
hash = '2bc17bb4275cc70a12e4ac35d139a71a30845720'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8190687
project-id = 308769

View File

@ -0,0 +1,17 @@
filename = 'fabrishot-1.17.0.jar'
name = 'Fabrishot'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.17.0'
[download]
hash = 'cabc7f77ce10fd58cf33cbfd04eeda3ef33167c8'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7965832
project-id = 404870

View File

@ -0,0 +1,17 @@
filename = 'FastRTP-1.5.8-26.1.jar'
name = 'FastRTP | Random Teleport'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'FastRTP-1.5.8-26.1'
[download]
hash = 'fd6ea860bd9f8727897b0a0fafbc9f7d746f2dd3'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7810473
project-id = 890961

View File

@ -0,0 +1,17 @@
filename = 'mobility-1.10.2-26.1.2.jar'
name = "Frostbyte's Maximum Mobility"
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1', '26.1.1', '26.1.1', '26.1.2', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.10.2'
[download]
hash = '2e7c67cb2e6b1e487ff91e5575ab430170fba7775c47d51c75e8e9da574388b089cfd5b1f0f99ee8d20923a7ba9ecabb739f65617c4c29ec55a4bf5751be9127'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/gkX0YuZr/versions/4BFYvJ0V/mobility-1.10.2-26.1.2.jar'
[update.modrinth]
mod-id = 'gkX0YuZr'
version = '4BFYvJ0V'

View File

@ -0,0 +1,17 @@
filename = 'fzzy_config-0.7.6+26.1.jar'
name = 'Fzzy Config'
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'fzzy_config-0.7.6+26.1'
[download]
hash = 'dabdfb956438fc9526ec0794fcf4ff0261a75870'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7807644
project-id = 1005914

View File

@ -0,0 +1,17 @@
filename = 'GrabAndGo-1.0.0.jar'
name = 'GrabAndGo'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.0.0'
[download]
hash = 'e914768a4334d95f1c3fd9688bdd4a342f62550ce70ec210669610ad76ccb698180999dc69bccd54da1b4a9e3676cd43c5f315fe9bc38f9045f8b603e5938524'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/199VyzmC/versions/MGeq5OGo/GrabAndGo-1.0.0.jar'
[update.modrinth]
mod-id = '199VyzmC'
version = 'MGeq5OGo'

View File

@ -0,0 +1,17 @@
filename = 'InventoryProfilesNext-fabric-26.1.2-2.3.5.jar'
name = 'Inventory Profiles Next'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'InventoryProfilesNext-fabric-26.1.2-2.3.5.jar'
[download]
hash = '5b9047a6cbe8a792f0e7829dfa670b9c585aa5bf'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8346092
project-id = 495267

View File

@ -0,0 +1,17 @@
filename = 'iris-fabric-1.11.2+mc26.1.2.jar'
name = 'Iris Shaders'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Iris 1.11.2 for Fabric 26.1.2'
[download]
hash = '5f23dc2bae9fa28a18ef1ec6a60c0d6f8fcc5b13'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8402621
project-id = 455508

View File

@ -0,0 +1,17 @@
filename = 'IronChests-2.0.6.jar'
name = 'Iron Chests (Fabric)'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'IronChests-2.0.6.jar'
[download]
hash = 'd9d4c74f45ff9256e224340c48e1b88b1cabbb3b'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8248327
project-id = 498534

17
mods/.index/jade.pw.toml Normal file
View File

@ -0,0 +1,17 @@
filename = 'Jade-mc26.1-Fabric-26.1.8.jar'
name = 'Jade 🔍'
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[Fabric 26.1.X] 26.1.8'
[download]
hash = 'ea3d02902a9073fb94b53d4445d602f0c7497627'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8326264
project-id = 324717

View File

@ -0,0 +1,17 @@
filename = 'just-hammers-fabric-26.1.2.1.jar'
name = 'JustHammers'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Just Hammers Fabric 1'
[download]
hash = '0e6fdb3e1e65cd42d35c2991f18672a4922bd237'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7958495
project-id = 681606

View File

@ -0,0 +1,17 @@
filename = 'libIPN-fabric-26.1.2-6.8.2.jar'
name = 'libIPN'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1', '26.1.1', '26.1.1', '26.1.2', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'fabric-26.1-6.8.2'
[download]
hash = 'f8ffc0da27cdcc2f4319d16b83db7094431fa3580aaf33938feb8ee9f79a6864a0f502791df672385b31dcec95d186b6e3c2ecbcac45edf7ac22d075056baac6'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/onSQdWhM/versions/U3UJ8c0Y/libIPN-fabric-26.1.2-6.8.2.jar'
[update.modrinth]
mod-id = 'onSQdWhM'
version = 'U3UJ8c0Y'

View File

@ -0,0 +1,17 @@
filename = 'Measurements-fabric-26.1-4.0.0.jar'
name = 'Measurements'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = 'Measurements-fabric-26.1-4.0.0.jar'
[download]
hash = '85c37c2ed01e18f09940aab79682e25196dcb56e'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7819740
project-id = 478559

View File

@ -0,0 +1,17 @@
filename = 'modmenu-18.0.0.jar'
name = 'Mod Menu'
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'v18.0.0 for 26.1'
[download]
hash = '0b5cd2531cd3506e431cd2d739da3abceed08ea6'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8397574
project-id = 308702

View File

@ -0,0 +1,17 @@
filename = 'MouseTweaks-fabric-mc26.1-2.31.jar'
name = 'Mouse Tweaks'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '[26.1 Fabric] Mouse Tweaks 2.31'
[download]
hash = 'd81b34b76b8885f637e1a253810a78bee772a346'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7840791
project-id = 60089

View File

@ -0,0 +1,17 @@
filename = 'NoChatReports-FABRIC-26.1-v2.19.0.jar'
name = 'No Chat Reports'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'NoChatReports-FABRIC-26.1-v2.19.0.jar'
[download]
hash = '50ad29d6146667c732f7764a715cebf70e3cecdd'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7825701
project-id = 634062

View File

@ -0,0 +1,17 @@
filename = 'noopportfabric-1.3.0.jar'
name = 'No OP TP Port'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'No OP TP Port'
[download]
hash = '1d129278a3af49b7401357d9ace75b63db6e81f2'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8234834
project-id = 1455555

View File

@ -0,0 +1,17 @@
filename = 'paginatedadvancements-2.8.0+26.1.jar'
name = 'Paginated Advancements & Custom Frames'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.8.0+26.1-fabric'
[download]
hash = 'fbbeba9df9e63351086b95f316156be96b5aa0dc'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7949382
project-id = 618770

View File

@ -0,0 +1,17 @@
filename = 'reach-enchantment-mcmeta-95-107_26.1-26.2.jar'
name = 'Reach Enchantment'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1', '26.1.1', '26.1.1', '26.1.2', '26.1.2', '26.2', '26.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'mcmeta-95-107_26.1-26.2+mod'
[download]
hash = '074c12cb618d26103bd36418faa32cc861bf350b234a9306ba44e914f845f2443c6fdef7e2095f85c9077957cae2b0898a0ac4c0b3bad3847e169205d4482f68'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/m9riIbpQ/versions/b6sfAqlq/reach-enchantment-mcmeta-95-107_26.1-26.2.jar'
[update.modrinth]
mod-id = 'm9riIbpQ'
version = 'b6sfAqlq'

View File

@ -0,0 +1,17 @@
filename = 'ReachPLUS-1.2.jar'
name = 'Reachplus'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.2'
[download]
hash = '281ec1858bb8fe461df7e8cc1dcefae71b61144c8479e5afd35ed09b50bd558d1cfdf37051afb287bd679ec627f9e2ab1ea50ae755cfba488ff86d2ec5bf6596'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/eQoIjK4C/versions/nYYLKzuR/ReachPLUS-1.2.jar'
[update.modrinth]
mod-id = 'eQoIjK4C'
version = 'nYYLKzuR'

View File

@ -0,0 +1,17 @@
filename = 'remove-resource-loading-bar-1.0.2-26.1.x-fabric.jar'
name = 'Remove Reloading Bar'
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'remove-resource-loading-bar-1.0.2-26.1.x-fabric.jar'
[download]
hash = '23aa5b15f9b7971ba096efdccca1183f940218cc'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8177829
project-id = 1560221

View File

@ -0,0 +1,17 @@
filename = 'replantingcrops-26.1.2-5.6.jar'
name = 'Replanting Crops'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '26.1.2-5.6-fabric+forge+neo'
[download]
hash = '745270afdd474885671c120273e3d02dff6f129742ba100fb2601897e4fd29338b65359f7a98f6111ef8bd3d5af9ee0e800c9d44fb0275361d12152a3a30a759'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/EXzIPtJo/versions/4kKyV4kN/replantingcrops-26.1.2-5.6.jar'
[update.modrinth]
mod-id = 'EXzIPtJo'
version = '4kKyV4kN'

17
mods/.index/rrls.pw.toml Normal file
View File

@ -0,0 +1,17 @@
filename = 'rrls-5.2.6+mc.26.1.jar'
name = 'Remove Reloading Screen'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = '[26.1] v5.2.6'
[download]
hash = '585a22c7adc137dd1c5891c6bcb04641b73edf06'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8271651
project-id = 833233

17
mods/.index/shogi.pw.toml Normal file
View File

@ -0,0 +1,17 @@
filename = 'shogi-fabric-26.1.2-26.1.2.7.jar'
name = 'Shogi'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'shogi-fabric-26.1.2-26.1.2.7.jar'
[download]
hash = '20756f643c708039a2e8be80348b2000e6661b69'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8404486
project-id = 1475746

View File

@ -0,0 +1,17 @@
filename = 'soaring_phantoms-1.2.8+26.1.2-fabric.jar'
name = 'Soaring Phantoms'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2', '26.1.2', '26.2', '26.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.2.8+26.1.2-fabric'
[download]
hash = '41a0674d5b9ac44c06ae3828e965efb71e042181ad57a7c55b220baac2467a097adff0aa887cbc460b506121d958a3f6b40271f75d075ab0b7815710849baaae'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/d4Rp6J8P/versions/AyzGeUoa/soaring_phantoms-1.2.8%2B26.1.2-fabric.jar'
[update.modrinth]
mod-id = 'd4Rp6J8P'
version = 'AyzGeUoa'

View File

@ -0,0 +1,17 @@
filename = 'sodium-fabric-0.9.1+mc26.1.2.jar'
name = 'Sodium'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Sodium 0.9.1 for Fabric 26.1.2'
[download]
hash = 'cdb5ab59dc05840c5fc762c3821570c6fa02a8dc'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8396480
project-id = 394468

View File

@ -0,0 +1,17 @@
filename = 'speedblock-fabric-26.1-1.0.1.jar'
name = 'SpeedBlocks'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'speedblock-fabric-26.1-1.0.1'
[download]
hash = '052b8ce2f729e537027fc01e626e6b84a0869090'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8148524
project-id = 1347705

View File

@ -0,0 +1,17 @@
filename = 'TechReborn-6.0.5.jar'
name = 'Tech Reborn'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'TechReborn 6.0.5'
[download]
hash = '3c9a501b1f536f82fd72318f183d27e0b8818dcc'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8191097
project-id = 233564

View File

@ -0,0 +1,50 @@
filename = 'thirst-bar-1.5.jar'
name = 'Thirst Bar'
side = ''
x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [
'1.21',
'1.21',
'1.21.1',
'1.21.1',
'1.21.10',
'1.21.10',
'1.21.11',
'1.21.11',
'1.21.2',
'1.21.2',
'1.21.3',
'1.21.3',
'1.21.4',
'1.21.4',
'1.21.5',
'1.21.5',
'1.21.6',
'1.21.6',
'1.21.7',
'1.21.7',
'1.21.8',
'1.21.8',
'1.21.9',
'1.21.9',
'26.1',
'26.1',
'26.1.1',
'26.1.1',
'26.1.2',
'26.1.2',
'26.2',
'26.2'
]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.4'
[download]
hash = 'b188bb84ac9dd48bd646a51c65ce01952dccbfbf0b926b1adeca0b711f0a8e1117216c459ad8321af79e645968f4c61642cedcc2004a35caa4e3cd619c8e695c'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/3I9O9RiK/versions/dPuIBuo2/thirst-bar-1.5.jar'
[update.modrinth]
mod-id = '3I9O9RiK'
version = 'dPuIBuo2'

View File

@ -0,0 +1,17 @@
filename = 'toms_storage_fabric-26.1-2.9.2.jar'
name = "Tom's Simple Storage Mod"
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = "Tom's Storage 26.1-2.9.2 Fabric"
[download]
hash = '46059cd642a3cc9b8cbe03bcb8fa6547ba6e4e1d'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8026619
project-id = 396826

View File

@ -0,0 +1,17 @@
filename = 'waystones-fabric-26.1.2-26.1.2.9.jar'
name = 'Waystones'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'waystones-fabric-26.1.2-26.1.2.9.jar'
[download]
hash = 'c03419e05eb7ceed2332af2465d8ac00309c0314'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8404400
project-id = 245755

View File

@ -0,0 +1,17 @@
filename = 'XaeroHeadTracker-1.0.0-fabric-26.1.2.jar'
name = 'XaeroHeadTracker'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = 'XaeroHeadTracker-1.0.0-fabric-26.1.2.jar'
[download]
hash = 'cf029392b77523c4e539dce92a6369060fc8a25b'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8375938
project-id = 1597062

View File

@ -0,0 +1,17 @@
filename = 'xmmp-0.2.2+26.1.2-fabric.jar'
name = "Xaero's Maps: Multiplayer+"
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '0.2.2 for fabric 26.1.2'
[download]
hash = 'ba5aca860d7a97c1461caca2a403d21d9934f5ab'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8363482
project-id = 1525919

View File

@ -0,0 +1,17 @@
filename = 'xmxw-2.11.1+26.1.2-fabric.jar'
name = "Xaero's Maps x Waystones"
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.11.1 for fabric 26.1.2'
[download]
hash = '196185781b70386bdb626ace7259ab6bcfbe7669'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8346580
project-id = 1340197

View File

@ -0,0 +1,17 @@
filename = 'xaerominimap-fabric-26.1.2-26.4.0.jar'
name = "Xaero's Minimap"
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'fabric-26.1.2-26.4.0.jar'
[download]
hash = 'f897085d6cede377f58a19213c28a8dbb0f637e1'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8425801
project-id = 263420

View File

@ -0,0 +1,17 @@
filename = 'xaeroworldmap-fabric-26.1.2-1.44.0.jar'
name = "Xaero's World Map"
side = ''
x-prismlauncher-loaders = [ 'quilt', 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'fabric-26.1.2-1.44.0.jar'
[download]
hash = 'f494bcc980ddc5f15b56545c2618f5eff9cf13db'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8425774
project-id = 317780

17
mods/.index/yacl.pw.toml Normal file
View File

@ -0,0 +1,17 @@
filename = 'yet_another_config_lib_v3-3.9.4+26.1-fabric.jar'
name = 'YetAnotherConfigLib'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '3.9.4 for fabric 26.1'
[download]
hash = 'c167cc420d29af5d30a23ce9feb1330a25ce06db'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8196582
project-id = 667299

View File

@ -0,0 +1,17 @@
filename = 'zoomify-2.16.0+26.1.jar'
name = 'Zoomify'
side = ''
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '26.1', '26.1.1', '26.1.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'Zoomify 2.16.0+26.1'
[download]
hash = '3d5fe088b9b7288aec181535bc084bc6da296fcc'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 7856746
project-id = 574741

Binary file not shown.

Binary file not shown.

BIN
mods/FastRTP-1.5.8-26.1.jar Normal file

Binary file not shown.

BIN
mods/GrabAndGo-1.0.0.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
mods/IronChests-2.0.6.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mods/ReachPLUS-1.2.jar Normal file

Binary file not shown.

BIN
mods/TechReborn-6.0.5.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mods/fabrishot-1.17.0.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More