Community listing page, reviews here may not be monitored by the author.
Research
No reviews yet
Mod for modpacks to include Factorio style research, useful for quest driven progression
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This mod adds a new block into the game, the 'Research Machine'. It can accept up to 27 input stacks and has 9 output slots. This machine can be used to craft 16 types of 'research', one for each colour.
The block works similar to a crafting table, except its automated like a furnace with a 60 second craft time. And multiple items can be consumed from the same input slot, enabling very expensive crafts.
The research items do
on their own. This mod is designed to be used in mod packs where these items can be used in recipes and quests!
Modpack developers need to define what the recipes should be for these research items. This is done through datapacks. See spoiler below
In your datapack, include the file:
/data/research/recipes/white_research.json
{
"type": "research:research_recipe",
"ingredients" : [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:stone"
}
],
"result": {
"item": "research:white_research",
"count": 1
}
}
Replace 'white' in the name and 'result' section of the JSON for each research type you want a recipe for. These recipes are shapeless. To have multiple of an item, simply include it multiple times as shown with redstone in the example above.

Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources