All versions
0.9.1-forge-neoforge-1.20.1
Beta
0.9.1-forge-neoforge-1.20.1last week 31
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
PrivateArea 0.9.1
Added
- Default settings for new regions. Two buttons above the region list in the admin settings tab open the mob spawn settings and rules that every newly created region starts from.
- Vanilla game rules in the interface. A collapsible, scrollable list of game rules with a "Reset to defaults" button. Values set here are also inherited by new regions.
Fixed
- Wand train selection and the outlines of registered transport were not displayed.
- Commands did not work with region names containing non-Latin characters or spaces.
- Region owners and co-owners could not use the rule reset buttons. For them the reset now covers only the rules they are allowed to edit.
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:20TqyaP0:dVryICtH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:20TqyaP0:dVryICtH"
}

