better multiplayer sleep and soaring phantoms.
refactor markdown spaces
This commit is contained in:
130
ReadMe.md
130
ReadMe.md
@ -19,17 +19,19 @@ Modpack description:
|
||||
---
|
||||
|
||||
# Vanilla-Plus Tech & Utility Modpack
|
||||
A personal modpack based on **FO** from Modrinth and my expirience on FTB NeoTech
|
||||
A personal modpack based on **FO** from Modrinth and my expirience on FTB NeoTech.
|
||||
**Minecraft: 1.21.10** | **Fabric: 0.18.4**
|
||||
|
||||
---
|
||||
## 🧩 Legend
|
||||
🧾 **Client-side mod**
|
||||
🚫 **Not working on a server** (and also not presented in modpack anywhere)
|
||||
✖️ **Not presented in oficial modpack** (But might be downloaded in manual)
|
||||
✖️ **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**
|
||||
|
||||
🧾 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**
|
||||
@ -44,48 +46,49 @@ A personal modpack based on **FO** from Modrinth and my expirience on FTB NeoTec
|
||||
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)** |
|
||||
| :-- | :-- | :-- |
|
||||
| **[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)** |
|
||||
|
||||
---
|
||||
|
||||
## 📦 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**. |
|
||||
| **[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)**). |
|
||||
| **[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)**. |
|
||||
| **[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)**). |
|
||||
| **[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) |
|
||||
| Mod | Purpose | Required For |
|
||||
| :-- | :-- | :-- |
|
||||
| **[Architectury API](https://www.curseforge.com/minecraft/mc-mods/architectury-api)** | Cross-loader API | Used by **REI** |
|
||||
| **[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)**) |
|
||||
| **[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)** |
|
||||
| **[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) |
|
||||
|
||||
**Non-mod / Additional Libraries:**
|
||||
`cloth-basic-math`, `Fabric Loader`, `Java`, `Minecraft`, `MixinExtras`, `Placeholder API`
|
||||
|
||||
---
|
||||
|
||||
## 🖥️ HUD & UI ✖️🥕
|
||||
## 🖥️ 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. | – |
|
||||
| [**Durability Plus**](https://modrinth.com/mod/na1dL51S)🧾🥕 | Showing tools durability in tooltip | |
|
||||
| [**Easy Install**](https://modrinth.com/project/easy-install)✖️🥕 | Manage mods & updates in MC UI | Nop in curseforge network |
|
||||
| **[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)** |
|
||||
| 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 | – |
|
||||
| [**Durability Plus**](https://modrinth.com/mod/na1dL51S)🧾 | Showing tools durability in tooltip | |
|
||||
| [**Easy Install**](https://modrinth.com/project/easy-install)✖️ | Manage mods & updates in MC UI | Nop in curseforge network |
|
||||
| **[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)** |
|
||||
|
||||
---
|
||||
|
||||
@ -93,30 +96,33 @@ OptiFine Alternatives
|
||||
*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)** |
|
||||
| **[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 |
|
||||
| :-------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- | :------------ |
|
||||
| **[Carry On](https://www.curseforge.com/minecraft/mc-mods/carry-on)** | Pick up and carry chests, animals, and more. | Utility |
|
||||
| **[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 |
|
||||
| **[Quartz Elevator](https://www.curseforge.com/minecraft/mc-mods/quartz-elevator)** | Block-based vertical teleportation (elevators). | Transport |
|
||||
| **[Reinforced Chests](https://www.curseforge.com/minecraft/mc-mods/reinforced-chests)** | Upgradable, larger chests (like Iron Chests). | Storage |
|
||||
| **[Replanting Crops](https://www.curseforge.com/minecraft/mc-mods/replanting-crops)**🥕 | Auto-replants crops when harvesting with a hoe. | Farming |
|
||||
| **[Roughly Enough Items (REI)](https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)** | Recipe and item viewing inside your inventory. | Utility |
|
||||
| **[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 |
|
||||
| **[Tom's Simple Storage Mod (Fabric)](https://www.curseforge.com/minecraft/mc-mods/toms-storage-fabric)** | Advanced storage network system. | Storage |
|
||||
| **[Villager Pickup](https://modrinth.com/mod/EL95Q1AM)**🥕 | Pickup villagers and place them anywhere with villager egg. | Farming |
|
||||
| Mod | Description | Category |
|
||||
| :-- | :-- | :-- |
|
||||
| **[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 |
|
||||
| **[Carry On](https://www.curseforge.com/minecraft/mc-mods/carry-on)** | Pick up and carry chests, animals, and more | Utility |
|
||||
| **[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 |
|
||||
| **[Quartz Elevator](https://www.curseforge.com/minecraft/mc-mods/quartz-elevator)** | Block-based vertical teleportation (elevators) | Transport |
|
||||
| **[Reinforced Chests](https://www.curseforge.com/minecraft/mc-mods/reinforced-chests)** | Upgradable, larger chests (like Iron Chests) | Storage |
|
||||
| **[Replanting Crops](https://www.curseforge.com/minecraft/mc-mods/replanting-crops)** | Auto-replants crops when harvesting with a hoe | Farming |
|
||||
| **[Roughly Enough Items (REI)](https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)** | Recipe and item viewing inside your inventory | Utility |
|
||||
| **[Soaring Phantoms](https://www.curseforge.com/minecraft/mc-mods/soaring-phantoms)** | Change logic for spawn phantoms (only after 160 height) | Monsters |
|
||||
| **[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 |
|
||||
| **[Tom's Simple Storage Mod (Fabric)](https://www.curseforge.com/minecraft/mc-mods/toms-storage-fabric)** | Advanced storage network system | Storage |
|
||||
| **[Villager Pickup](https://modrinth.com/mod/EL95Q1AM)** | Pickup villagers and place them anywhere with villager egg | Farming |
|
||||
|
||||
---
|
||||
|
||||
@ -124,31 +130,35 @@ OptiFine Alternatives
|
||||
*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 |
|
||||
| :-- | :-- | :-- |
|
||||
| **[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. |
|
||||
| **[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 🚫✖️
|
||||
## 🧨 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)** |
|
||||
| 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)** |
|
||||
|
||||
---
|
||||
|
||||
# TODO
|
||||
- Перенести тюнинги рецептов в мод [CraftTweaker](https://www.curseforge.com/minecraft/mc-mods/crafttweaker) (и заодно разобраться в нём)
|
||||
|
||||
Отключение ванильного рецепта медного сундука:
|
||||
```
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user