Skip to content

This Mod doesn't provide any new functionality for Minecraft itself. It is required by other Mods and provides useful utilities for your Mod Development.

License

Notifications You must be signed in to change notification settings

ManasMods/ManasCore

Repository files navigation

#ManasCore

This Mod doesn't provide any new functionality for Minecraft itself. It is required by other Mods and provides useful utilities for your Mod Development.

Features

  • Inventory Tab API
  • Extended BlockStateProvider (for DataGen)
  • Extended BlockTagProvider (for DataGen)
  • CustomDataProvider (for DataGen)
  • Extended ItemModelProvider (for DataGen)
  • Extended ItemTagProvider (for DataGen)
  • Extended LanguageProvider (for DataGen)
  • Extended RecipeProvider (for DataGen)
  • Entity Attribute helpers for easy Attribute handling
  • JUMP_POWER Attribute for Entities (allows to modify the jump height of entities)
  • Permission helper for easy permission creation and checks
  • DataManager for custom datapack file creation
  • Builder for custom Biome creation

Development Setup

You only need to add our maven repository and dependency to your build.gradle file

repositories {
    //...
    maven { url "https://dl.cloudsmith.io/public/manasmods/manascore/maven/" }
}

dependencies {
    //...
    implementation fg.deobf("com.github.manasmods:ManasCore:${minecraftVersion}-${manasCoreVersion}")
}

Notes

See LICENCE for ManasCore license.

For a list of all authors, see CONTRIBUTORS graph.

Supporting Companies

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

About

This Mod doesn't provide any new functionality for Minecraft itself. It is required by other Mods and provides useful utilities for your Mod Development.

Resources

License

Security policy

Stars

Watchers

Forks

Languages