ResearchTable - Unofficial

Quick rating

ResearchTable - Unofficial

No reviews yet

Allows pack maker to create research-based tech tree

Tech
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
ResearchTable-2.0.2.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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.

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

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works