Reaper's Sky 1.2.2: +BetterF3 11.0.3 (client-only)

This commit is contained in:
2026-08-21 12:24:58 +02:00
parent d2659f03ee
commit f4079106eb
4 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
# Reaper's Sky # Reaper's Sky
A curated Minecraft modpack about airships, exploration, and tech progression. A curated Minecraft modpack about airships, exploration, and tech progression.
**Minecraft 1.21.1 / NeoForge 21.1.248** — 110 mods. **Minecraft 1.21.1 / NeoForge 21.1.248** — 111 mods.
## Install (Prism Launcher) — one link ## Install (Prism Launcher) — one link
@@ -10,7 +10,7 @@ If you don't have it yet, grab the latest **Prism Launcher** here:
1. Open Prism Launcher → **Add Instance → Import from ZIP**. 1. Open Prism Launcher → **Add Instance → Import from ZIP**.
2. Paste the raw URL to the `.mrpack` file in this repository 2. Paste the raw URL to the `.mrpack` file in this repository
(e.g. `https://git.reaperofveriod.nl/ReaperOfVeriod/Reaper-s-Sky/raw/branch/main/ReapersSky-1.2.1.mrpack`). (e.g. `https://git.reaperofveriod.nl/ReaperOfVeriod/Reaper-s-Sky/raw/branch/main/ReapersSky-1.2.2.mrpack`).
3. Import. Prism downloads all mods, applies configs/shaders/resource pack, and sets the instance up automatically. 3. Import. Prism downloads all mods, applies configs/shaders/resource pack, and sets the instance up automatically.
4. (First launch) Allocate 8 GB RAM in **Settings → Java → Memory**. Requires Java 21. 4. (First launch) Allocate 8 GB RAM in **Settings → Java → Memory**. Requires Java 21.
5. The multiplayer server `reaperofveriod.nl` is pre-listed — just hit **Multiplayer** and join. 5. The multiplayer server `reaperofveriod.nl` is pre-listed — just hit **Multiplayer** and join.
@@ -189,6 +189,7 @@ manual options and troubleshooting.
| JEI 19.44.0.403 | Recipe viewer | | JEI 19.44.0.403 | Recipe viewer |
| appleskin 3.0.9 | Food/hunger HUD | | appleskin 3.0.9 | Food/hunger HUD |
| MouseTweaks 2.26.1 | Inventory mouse controls | | MouseTweaks 2.26.1 | Inventory mouse controls |
| BetterF3 11.0.3 | Customizable F3 debug screen |
| ClientSort 2.2.2 | One-click sort buttons in inventories & chests | | ClientSort 2.2.2 | One-click sort buttons in inventories & chests |
| Controlling 19.0.5 | Searchable keybinds (Searchables 1.0.2) | | Controlling 19.0.5 | Searchable keybinds (Searchables 1.0.2) |
| Jade 15.10.6 | "What am I looking at" HUD | | Jade 15.10.6 | "What am I looking at" HUD |
Binary file not shown.
+3 -3
View File
@@ -13,7 +13,7 @@ INSTANCE = os.path.expanduser(
) )
MODS_DIR = os.path.join(INSTANCE, "mods") MODS_DIR = os.path.join(INSTANCE, "mods")
OUT = os.path.join(os.path.dirname(os.path.abspath(__file__)), OUT = os.path.join(os.path.dirname(os.path.abspath(__file__)),
"ReapersSky-1.2.1.mrpack") "ReapersSky-1.2.2.mrpack")
# (name in instance, override source path) — shipped as-is into .minecraft # (name in instance, override source path) — shipped as-is into .minecraft
OVERRIDES = [ OVERRIDES = [
@@ -84,9 +84,9 @@ def main():
index = { index = {
"formatVersion": 1, "formatVersion": 1,
"game": "minecraft", "game": "minecraft",
"versionId": "1.2.1", "versionId": "1.2.2",
"name": "Reaper's Sky", "name": "Reaper's Sky",
"summary": "Airships, exploration & tech. 110 mods for Minecraft 1.21.1 / NeoForge.", "summary": "Airships, exploration & tech. 111 mods for Minecraft 1.21.1 / NeoForge.",
"files": files, "files": files,
"dependencies": {"minecraft": "1.21.1", "neoforge": "21.1.248"}, "dependencies": {"minecraft": "1.21.1", "neoforge": "21.1.248"},
} }
+1
View File
@@ -28,6 +28,7 @@ CLIENT_ONLY = {
"iris-flywheel-compat-NeoForge-2.3.1.jar", "iris-flywheel-compat-NeoForge-2.3.1.jar",
"sodium-neoforge-0.8.12+mc1.21.1.jar", "sodium-neoforge-0.8.12+mc1.21.1.jar",
"moreculling-neoforge-1.21.1-1.0.9.jar", "moreculling-neoforge-1.21.1-1.0.9.jar",
"BetterF3-11.0.3-NeoForge-1.21.1.jar",
"ImmediatelyFast-NeoForge-1.6.12+1.21.1.jar", "ImmediatelyFast-NeoForge-1.6.12+1.21.1.jar",
"entityculling-neoforge-1.10.5-mc1.21.1.jar", "entityculling-neoforge-1.10.5-mc1.21.1.jar",
"dynamic-fps-3.11.4+mc1.21.0-neoforge.jar", "dynamic-fps-3.11.4+mc1.21.0-neoforge.jar",