Back to mods
Nucleus project artwork

CurseForge · Minecraft mod

Nucleus

Library mod for pauljoda mods

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

Quick answer

Which Nucleus release should I use?

Updated 2 years ago
Latest stable file Nucleus 3.1.3
Game version 1.20.4
Loader NeoForge

Nucleus 3.1.3 targets 1.20.4 with NeoForge. 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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
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 Nucleus 3.1.3 need?

Nucleus 3.1.3. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Nucleus without breaking your instance.

Built for Nucleus 3.1.3. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Nucleus 3.1.3. It targets 1.20.4 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 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.

  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 Nucleus 3.1.3. 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.

5 available setups

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

Recent files

Nucleus versions and loaders

12 of 12 releases match

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