CurseForge · Minecraft mod
Futurepack Research Patcher
Allows modpack makers to override Futurepack research using datapacks
Quick answer
Which Futurepack Research Patcher release should I use?
Futurepack Research Patcher fpresearchpatcher-1.18.2-1.0.0-1.jar targets 1.18.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Futurepack Research Patcher required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Futurepack Research Patcher fpresearchpatcher-1.18.2-1.0.0-1.jar need?
fpresearchpatcher-1.18.2-1.0.0-1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Futurepack Research Patcher without breaking your instance.
Built for Futurepack Research Patcher fpresearchpatcher-1.18.2-1.0.0-1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use fpresearchpatcher-1.18.2-1.0.0-1.jar. It targets 1.18.2 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside fpresearchpatcher-1.18.2-1.0.0-1.jar. It opens that exact file at the source.
About this project
What does Futurepack Research Patcher add?
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
/reloadto apply changes without restarting - KubeJS integration - Works seamlessly with KubeJS for modpack development
- Custom command -
/fpreloadto 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 pagestory.json- Story researchesproduction.json- Production researchesenergy.json- Energy researcheslogistic.json- Logistics researcheschips.json- Chip researchesdeco.json- Decoration researchesspace.json- Space researchestools.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.` }
Project description from CurseForge.
Pick your setup
Futurepack Research Patcher by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Futurepack Research Patcher versions and loaders
fpresearchpatcher-1.18.2-1.0.0-1.jar
9 Aug 2025
fpresearchpatcher-1.18.2-1.0.0.jar
6 Aug 2025
Looking for an older file? The official CurseForge project page is in Resources.