Links
Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 2 months ago
All versions
0.1.3+1.21.1-neoforge
Alpha
Scarborough Fair 0.1.3 NeoForge for Minecraft 1.21.12 months ago 57
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Scarborough Fair 0.1.3 expands the dimension and adds configurable pack controls.
- Adds optional Aether-style start-in-dimension behavior, disabled by default. When enabled, new players start on a Scarborough Fair outer island and receive that location as their initial personal respawn point.
- Adds common config toggles for overworld-style structure targeting, passive mob spawns, and hostile mob spawns.
- Splits Scarborough Fair biomes into main-island and outer-island variants for cleaner biome targeting.
- Adds configurable passive/hostile biome spawn injection.
- Removes End City generation from Scarborough Fair.
- Adds the return void hole behavior and improves terrain/world-rule tuning.
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:z5hMk6rz:LTfj2CSp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z5hMk6rz:LTfj2CSp"
}

