NullCore
ModGPL-2.0-only

NullCore

Interesting library for your mod

527
Downloads
2
Followers
4 months ago
Updated
📦
30
Versions

📖About NullCore

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

- Simplified work with blocks in different directions

- Manipulations with item rendering in gui

- 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 with blocks and items

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