CurseForge · Minecraft mod
Nucleus
Library mod for pauljoda mods
Quick answer
Which Nucleus release matches 1.14.4?
Nucleus-1.14.4-5.0.jar targets 1.14.4. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Nucleus 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 Nucleus-1.14.4-5.0.jar need?
Nucleus-1.14.4-5.0.jar on 1.14.4. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Nucleus without breaking your instance.
Built for Nucleus-1.14.4-5.0.jar on 1.14.4. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Nucleus-1.14.4-5.0.jar. It targets 1.14.4; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 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 Nucleus-1.14.4-5.0.jar. It opens that exact file at the source.
About this project
What does Nucleus add?
Useful functions for pauljoda mods
This mod adds no content on its own, but is required by mods published by TeamCoS and TeamBRModding.
Developers:
This library can enable you to skip a lot of boilerplate code to generate new objects for your mod
- Block instances for rotation
- Tile entity syncing
- Robust Gui system
- Container management
- Utilities for things ranging from translation to item spawning
- Handlers and templates for energy, inventory, and fluid handling objects using the Forge capabilities
Adding to your project
Uses GitHub Packages
repositories {
maven {
name "Nucleus"
url 'https://maven.pkg.github.com/pauljoda/Nucleus'
credentials {
// Must create files in the same directory with this info, one per file. DO NOT UPLOAD
username new File("USERNAME").text
password new File("ACCESS_TOKEN").text
}
}
}
dependencies {
compile group: "com.pauljoda.nucleus", name: "Nucleus", version: "+", classifier: "dev"
}
Project description from CurseForge.
Pick your setup
Nucleus by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.18.2
1 loader build1.14.4
2 loader builds1.12.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Nucleus versions and loaders
Nucleus-1.14.4-5.0.jar
13 Sept 2019
Nucleus-1.14.4-2.0.jar
5 Sept 2019
Looking for an older file? The official CurseForge project page is in Resources.