Files
m2110/ReadMe.md
2026-02-08 15:28:15 +00:00

17 KiB
Raw Blame History

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

Modpack description:


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


🧩 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)
🗑 Orphans (no active dependencies used)
🥕 New mods since last release


🖼️ 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 Shader support for Fabric. Requires: [Sodium]
Get shaders from: Modrinth Shaders
Sodium Drastically improves client performance. Required by: [Iris]

📦 Core APIs & Libraries

Essential mods required for others to function.

Mod Purpose Required For
Architectury API Cross-loader API. Used by REI.
Cloth Config API Configuration screen API. Used by many mods for GUI Zoomifysettings (e.g., [Dynamic FPS]).
Collective Library for shared code. Service module for [Serilum] mods.
Fabric API Core hooks for Fabric mods. Needed for [Forge Config API Port] & [Advanced XRay].
Forge Config API Port Port of Forge's config system. Required by [Remove Reloading Screen].
Requires: [Fabric API]
Fabric Language Kotlin Adds Kotlin support. Required by [Zoomify] (which also uses [YACL]).
YetAnotherConfigLib (YACL) Configuration library. Required by #🧨 Cheats - Frostbyte's Maximum Mobility& #🖥️ HUD & UI - Zoomify (which also needs [Fabric Language Kotlin]).
libIPN🧾🥕 Inventory Profiles Next Settings and GUI Library Required by #🖥️ HUD & UI - Inventory Profiles Next

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🥕 Hungry HUD.
Better Mount HUD Improves the UI while riding mounts.
Durability Plus🧾🥕 Showing tools durability in tooltip
Easy Install✖️🥕 Manage mods & updates in MC UI Nop in curseforge network
Fabrishot🧾 High-resolution screenshots. F9 (regular screenshot is F2). ~9 MB files, excellent quality.
Inventory Profiles Next🧾🥕 Inventory Sorter Requires: libIPN
Jade Shows detailed info about the block you're looking at.
Mod Menu In-game menu to view and configure mods.
Mouse Tweaks Area collect for inventary
No Chat Reports🧾🥕 Disable in-game notify about not sign chat messages.
Paginated Advancements Better advancement screen with filters. Open with L.
Zoomify🧾 Smooth zoom & cinematic camera. Alt (default C) to zoom. F6 for cinematic camera.
Requires: [Fabric Language Kotlin] & [YACL]

⚙️ Improvements & Enhancements

Quality-of-life and performance tweaks.

Mod Description Dependencies
Dynamic FPS Reduces FPS when the game is not in focus. (Optional but recommended) [Cloth Config API]
Remove Reloading Screen Removes the red reload splash screen when changing settings. Requires: [Forge Config API Port]

🧰 General Gameplay & Utilities 🥕

Core mods that add new functionality, items, and mechanics.

Mod Description Category
Carry On Pick up and carry chests, animals, and more. Utility
Classic Pipes Simple item transport pipes (inspired by BuildCraft). Logistics
FastRTP | Random Teleport Random teleport command for exploration. Teleportation
JustHammers Hammers for 3x3, 5x5, and even 5x5x5 area mining. Tools
MiniTeleport Simple teleport command. Teleportation
Quartz Elevator Block-based vertical teleportation (elevators). Transport
Reinforced Chests Upgradable, larger chests (like Iron Chests). Storage
Replanting Crops🥕 Auto-replants crops when harvesting with a hoe. Farming
Roughly Enough Items (REI) Recipe and item viewing inside your inventory. Utility
SpeedBlocks Speed boost and jump boost blocks. Movement
Tech Reborn Tech-themed expansion with machines, power, and more. Technology
Tom's Simple Storage Mod (Fabric) Advanced storage network system. Storage
Villager Pickup🥕 Pickup villagers and place them anywhere with villager egg. Farming

🏡 Serilum Mods

A collection of small, focused mods by Serilum.

Mod Description Bundle Group
Automatic Doors Doors open automatically as you approach. Double doors work perfectly. Quest Bundle
Bareback Horse Riding Ride horses without a saddle (uses leather pants durability). RPG Bundle
Better Spawner Control Placing torches on all sides of a spawner disables it. Quest Bundle
Double Doors Double doors open and close together. RPG Bundle

🗺️ Mapping

Mod Description
Xaero's Minimap Lightweight and highly configurable minimap.
Xaero's 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)🧾✖️ Ore highlighting and visibility toggles. G Filter settings.
\ Toggle texture overlay.
Requires: [Fabric API]
Frostbyte's Maximum Mobility🚫 Auto-step for player and boats (1 block height). Requires: [YACL]

TODO

  • Перенести тюнинги рецептов в мод 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": 9
  }
}