Mineuniverse
Log in Register
Mods

Futurepack Research Patcher

Allows modpack makers to override Futurepack research using datapacks
by xiakk
Download Claim this project
82 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library KubeJS Utility & QoL

Overview

This mod allows modpack makers to easily customize FuturePack research trees using the vanilla datapack system. No more being stuck with the default research layout!

✨ Features

  • Override any FuturePack research - Change position, requirements, rewards, and more
  • Hot-reload support - Use /reload to apply changes without restarting
  • KubeJS integration - Works seamlessly with KubeJS for modpack development
  • Custom command - /fpreload to manually reload the research system
  • Full compatibility - Works with all FuturePack versions 33.0.7547+

📦 For Modpack Makers

Quick Start

Place your custom research JSON files in:

kubejs/data/[namespace]/futurepack_research/[page].json

Or create a datapack:

datapack_name/
├── pack.mcmeta
└── data/
    └── [namespace]/
        └── futurepack_research/
            └── [page].json

Available Research Pages

  • main.json - Main research page
  • story.json - Story researches
  • production.json - Production researches
  • energy.json - Energy researches
  • logistic.json - Logistics researches
  • chips.json - Chip researches
  • deco.json - Decoration researches
  • space.json - Space researches
  • tools.json - Tool researches

📝 Example

Want to make the industrial furnace available from the start? Create production.json:

[
  {
    \"id\": \"production.industrieofen\",
    \"page\": \"production\",
    \"x\": 0,
    \"y\": 0,
    \"parents\": [],
    \"aspects\": [],
    \"level\": 0,
    \"time\": 0,
    \"need\": [],
    \"icon\": {
      \"name\": \"futurepack:industrial_furnace\"
    },
    \"enables\": [
      {
        \"name\": \"futurepack:industrial_furnace\"
      }
    ]
  }
]

🔧 Commands

  • /reload - Reload all datapacks
  • /fpreload - Force reload FuturePack research system

⚙️ Requirements

  • Minecraft 1.18.2
  • Forge 40.3.11 or higher
  • FuturePack 33.0.7547 or higher

📚 Documentation

For more examples and detailed documentation, visit our GitHub repository

💡 Support

Found a bug or need help? Please report issues on our GitHub Issues page.

📄 License

This mod is licensed under the MIT License.` }

fpresearchpatcher-1.18.2-1.0.0-1.jar
MC Client, 1.18.2, Forge, Server
Release 2025-08-09 Get
fpresearchpatcher-1.18.2-1.0.0.jar
MC Client, 1.18.2, Forge, Server
Beta 2025-08-06 Get

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314