promotional bannermobile promotional banner
premium banner
Interesting library for your mod

Description

possibilities mod

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 in Gui

- Add your track to dungeons or dimensions via json

- Adjust biome rules via json

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