A base ReModded plugin, containing wide variety of utilities and abstraction for multiple Minecraft platfroms.
Servers:
- PaperMC
- Sponge 12+
FoliaUNDER CONSIDIRATIONFabricMCUNDER CONSIDIRATION
Proxies:
- Add ReGradle to your project
- Add ReCore as a platform dependency:
regradle {
addPlatformDependency("dev.remodded", "ReCore", "1.0.0-SNAPSHOT")
}
build.gradle.kts
repositories {
maven("https://repo.remodded.dev/repositories/maven-public/")
}
dependencies {
implementation("dev.remodded.recore:ReCore-API:1.0.0-SNAPSHOT")
}