All versions
1.0.1-beta.1
Beta
MoonBorne 1.0.1-beta.13 weeks ago 5
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
Install this version if you play multiplayer.
🖥️ Configuration System
- Added server-side configuration synchronization for multiplayer.
- Configuration changes made through the F8 configuration menu are now sent directly to the server.
- Added permission checks so only OP players can access and modify the configuration.
- Configuration changes made on the server are automatically broadcast to all connected clients.
- Added separate handling for singleplayer and multiplayer configuration.
- Singleplayer continues to save configuration locally, while multiplayer changes are saved directly to the server's moonborne.json.
- Added configuration synchronization when players join a server.
- Improved configuration handling to prevent clients from modifying their local configuration instead of the server configuration.
- Added logging for configuration requests, updates, saving, and synchronization.
🌐 Multiplayer
- Fixed an issue where configuration changes made through the GUI were not being applied on dedicated servers.
- Fixed configuration changes being saved to the client's local configuration instead of the server's configuration.
- Configuration changes now take effect consistently across the server and connected clients.
A quick port fix to server-side, enjoy !!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:EBRtMmX4:FzBM88Km"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EBRtMmX4:FzBM88Km"
}

