Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 months ago
BaseCore
❓ What is BaseCore? ❓
BaseCore is a Minecraft Fabric 1.21 Library with features like
- Placeholder System
- IO Features
- Social Featurs
- GUI Elements
- Custom Events
- HgLabor Data
I want to add more features in the future like
- Layout System
- Paper - Fabric Server Client connection
❗Warning❗
So because of a Bug in Version 0.2.0 and 0.3.0 the game crashes if items get thrown out of the Inventory.
📡 What is HGLabor 📡
HGLabor is a Minecraft Server with a FFA GameMode and this GameMode has a API to get Stats like Kills. You can join with this IP: mc.norisk.gg
or hglabor.de
📥 Installation Guide 📥
Download the File from Modrinth (here) and put it in the Fabric Mod Directory or install it through the Modrinth Desktop App.
📜 For Developers 📜
So if you want to use the Lib in your Project you can import it using Modrinth Maven
Add this to your repositories
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
and add this at dependencies
dependencies {
modImplementation "maven.modrinth:basecore:0.5.0"
}