NullCore

Quick rating

Community listing page, reviews here may not be monitored by the author.

NullCore

By easynullOwner

No reviews yet

Interesting library for your mod

Mod Loaders
Minecraft

About

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

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

-NullCore (Curseforge)-d48526?style=for-the-badge&logo=curseforge&logoColor=000000&labelColor=FFFFFF -NullCore (Modrinth)-349a46?style=for-the-badge&logo=modrinth&logoColor=000000&labelColor=FFFFFF

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