Back to mods
project-304092 project artwork

CurseForge · Minecraft mod

project-304092

customizeable research loading

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which project-304092 release should I use?

Updated 7 years ago
Latest stable file thaumcraftresearchloader-1.0.jar
Game version 1.12.2
Loader Not required

project-304092 thaumcraftresearchloader-1.0.jar targets 1.12.2. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.

Where it goes

Is project-304092 required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does project-304092 thaumcraftresearchloader-1.0.jar need?

thaumcraftresearchloader-1.0.jar. Change the file and its required mods may change too.

All 2 required mods have matching files

Install Thaumcraft, Baubles first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

1 listed on this file 1 pulled in by one of those mods
Thaumcraft Needed by project-304092 thaumcraftresearchloader-1.0.jar
required
Matching file found Matched file: Thaumcraft-1.12.2-6.1.BETA26.jar
Baubles Needed by Thaumcraft
pulled in
Matching file found Matched file: Baubles-1.12-1.5.2.jar

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add project-304092 without breaking your instance.

Built for project-304092 thaumcraftresearchloader-1.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use thaumcraftresearchloader-1.0.jar. It targets 1.12.2; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Thaumcraft, Baubles first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside thaumcraftresearchloader-1.0.jar. It opens that exact file at the source.

About this project

What does project-304092 add?

With the retirement of Azanor, this addon is no longer supported. For more information visit my discord, or subscribe star page.

https://discordapp.com/channels/480667829126037505/480667938580594688

https://www.subscribestar.com/frontrider Allows mods to expose which research files are loaded, allowing modpack makers to tinker with the progression. Can also be used to add new research tabs.

Originally a feature of Thaumic Arcana, but was extracted because it can be useful for modpacks.

Usage

there are 2 folders under config/thaumcraftresearchloader:

category:

stores a json files, describing a research tabs:

{
   //the aspects that will be used to determine which items give this research
  "aspects": [
    {
      "name": "Alkimia",
      "amount": 30
    },
    {
      "name": "Victus",
      "amount": 10
    },
    {
      "name": "Praecantatio",
      "amount": 10
    },
    {
      "name": "Lux",
      "amount": 5
    },
    {
      "name": "Aversio",
      "amount": 5
    },
    {
      "name": "Terra",
      "amount": 5
    },
    {
      "name": "Aqua",
      "amount": 5
    }
  ],
//the internal name of the research tab
  "key": "BIOMANCY",
//the research that has to be comleted before it unlocks
  "required_research": "MINDBIOTHAUMIC",
//the tab's icon, must be a resource location
  "icon": "thaumic_arcana:textures/research/cat_biomancy.png",
//the tab's icon, background texture, must be a resource location
  "background": "thaumcraft:textures/gui/gui_research_back_7.jpg",
  "background_overlay": "thaumcraft:textures/gui/gui_research_back_over.png"
}

research:

a text file, containing resource locations (one on each line) pointing at research json files.
eg: modid:research/researchfilename

Update:
Because of an unexpected thing in the loading mechanism of thaumcraft, the files must be placed in a jar, under the mods folder, than place the files into the resource pack of that. No code needs to be compiled.
Can be created from the forge example mod, but only the contents of src/main/resources needs to be in the jar (create a zip, rename it to jar). Replace what needs to be replaced in the mod json.

Project description from CurseForge.

Pick your setup

project-304092 by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

project-304092 versions and loaders

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.