Tags
Creators
Details
Licensed CC-BY-4.0
Published 7 months ago
Updated 6 months ago
All versions
2.1.0+BTW3.0.0
Release
Custom Spawn 2.1.06 months ago 524
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
- Add support for chinese (thx to Eternity)
- Removed unnecessary comments
- Improve scanning accuracy
- Removed unnecessary biome (Nether, end)
- Add a progression message showing how many attempts have been done during world creation
- Strongholds now generate according to the coords of the custom spawn
The current version is probably more performance hungry, let me know if any issue appears (on discord or in github)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| custom_spawn-2.1.0-sources.jar | Source jar | 26.95 KiB |
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:Ah0DqjPv:s9P3bPdO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ah0DqjPv:s9P3bPdO"
}![Custom Spawn [BTW Addon]](https://cdn.modrinth.com/data/Ah0DqjPv/d56f8063451cab6cda1875aca0ce37e6e665caf3_96.webp)


