ResearchTable - Unofficial
No reviews yet
Allows pack maker to create research-based tech tree
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
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
About
Description
ResearchTable - Unofficial
ResearchTable is a configurable research and quest table framework for Minecraft. It adds a Research Table block and lets modpack authors define research categories, requirements, progress conditions, triggers, and rewards through CraftTweaker scripts.
This project is an unofficial fork and NeoForge 1.21.1 port of ResearchTable. The original project and copyright belong to Snownee. This upload is maintained separately and is not an official release by the original author.
What This Mod Does
- Adds a Research Table block for starting, progressing, cancelling, and completing scripted research entries.
- Lets pack makers create research trees with categories, icons, titles, descriptions, dependencies, and repeat limits.
- Supports item, fluid, Forge Energy, and player experience submission requirements.
- Supports world and player gates such as completed researches, scoreboard values, biomes, dimensions, weather, and time of day.
- Supports rewards and start triggers such as commands, items, and experience.
- Stores research progress per player or team owner, with FTB Teams support when available.
- Keeps Research Table progress when the block is broken and placed again.
ResearchTable does not include a built-in quest line. It is a framework for modpack authors, and usable research content must be provided by scripts or a datapack/mod integration.
Requirements
- Minecraft 1.21.1
- NeoForge 21.1.x
- CraftTweaker is required for defining research content through ZenScript.
Optional Integrations
- AStages: stage-based research requirements and rewards.
- FTB Teams: shared team research progress.
- Jade: Research Table tooltip information.
- The One Probe: Research Table probe information.
For Modpack Authors
Research content is defined with CraftTweaker. A minimal script can create a category, define a research entry, add requirements, and grant rewards.
Example:
import mods.researchtable.ResearchTable;
val general = ResearchTable.addCategory(<item:minecraft:book>, "research.category.general");
ResearchTable.builder("first_research", general)
.setTitle("research.first.title")
.setDescription("research.first.description")
.addItemCondition(<item:minecraft:paper> * 8)
.addXPCondition(50)
.setRewardItems(<item:minecraft:emerald>)
.build();
Language keys such as research.first.title and research.first.description should be provided by your resource pack or modpack resources.
License And Attribution
This fork keeps the original license file:
MIT - DO NOT BOTHER ME LICENSE
Copyright (C) 2018 Snownee
The license grants permission to use, copy, modify, publish, distribute, sublicense, and sell copies of the software, provided that the original copyright notice and permission notice are included in all copies or substantial portions of the software.
- Original author: Snownee
- Original page: ResearchTable
Please do not report issues from this unofficial port to the original author unless the original project specifically asks for them. Use this fork's issue tracker or the CurseForge comments/issues for this upload instead.
Maintenance Notice
This unofficial port was completed with assistance from artificial intelligence tools. While the code has been reviewed and tested during the porting process, there may still be issues or incomplete edge-case compatibility.
Long-term maintenance is not guaranteed. Updates, fixes, and future Minecraft version ports may depend on available time and personal interest.


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