- 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
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}")
}
See LICENCE for ManasCore license.
For a list of all authors, see CONTRIBUTORS graph.
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.