CurseForge · Minecraft mod
project-304092
customizeable research loading
Quick answer
Which project-304092 release should I use?
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.
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.
Install Thaumcraft, Baubles first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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.12.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
project-304092 versions and loaders
thaumcraftresearchloader-1.0.jar
2 Oct 2018
Looking for an older file? The official CurseForge project page is in Resources.