Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-2.0-only
Published 4 months ago
Updated 3 weeks ago
What this
NullCore is a great package of various utilities and API elements for your mod. The mod is not very remarkable compared to the others, but still, it will definitely contain interesting things and functions for simplified modding
Downloads
The mod can be installed both on the CurseForge page and on the Modrinth page
Features
- More
utils
for you- Supported
multiblocks
- Manipulations with
item entity
- Simplified
rendering system
- Simplified work with
blocks
in different directions- Manipulations with
item
rendering ingui
- Add ambient to your world/mob via
tracks.json
- Manage different beam rules with
biome_rules.json
- Lock a biome/structure with json
lockable.json
- Easy creation of
armor material
with effects- Opening the
screen
withblocks
anditems
Licensing
Code unless otherwise stated default to our click to license
For developers
To connect your project's dependency to NullCore you need to write this code in your
build.gradle
repositories {
//from Modrinth:
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
//from CurseForge:
maven { url "https://cursemaven.com"}
}
dependencies {
//from Modrinth:
implementation "maven.modrinth:nullcore:${nullcore_version}"
//from CurseForge:
implementation "curse.maven:nullcore-1286206:${nullcore_file_id}"
}
You can find a tutorial on other things at this link