Mineuniverse
Log in Register
Mods

ResearchTable - Unofficial

Allows pack maker to create research-based tech tree
by lyxccc_
Download Claim this project
70 downloads
0 likes
Updated Jul 6, 2026
0 hypes
CraftTweaker Technology

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.

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.

image

image

ResearchTable-2.0.2.jar
MC Client, 1.21.1, NeoForge, Server
Beta 2026-06-13 Get
ResearchTable-2.0.1.jar
MC Client, 1.21.1, NeoForge, Server
Release 2026-05-31 Get

More from lyxccc_

EFab - Unofficial
97
Jrrp - Daily Luck
13
EFab-PnC
12

You Might Also Like

Ender Tweaker
EnderIO + CraftTweaker
9,574,671
PackMode
Simple Mod-pack Utility to allow switching between PackModes
9,024,946
Zen Summoning
Allows for custom mob summoning with CraftTweaker
7,912,007
FTB Tweaks
This is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to...
7,191,034
CraftTweaker GUI
Allows editing and managing edited recipes for CraftTweaker
98,064
Fluid Interaction Tweaker
This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions.
92,986