Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
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
(currently beta)- Simplified work with
Blocks
in different directions- Manipulations with
Item
rendering inGui
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:${nullcore_version}"
}
Author contacts
You can contact me via my GitHub page and Discord. Otherwise, contact MrRomashka