All versions
1.1.3
Release
Asteroid Craft 1.1.32 months ago 8
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
New Asteroids
- Coral Reef — sandstone shell, sealed water core with all 5 living coral block types + matching fans
- Snow — snow block shell with ice core
- Powder Snow — snow block shell hiding a powder snow core (sink trap)
- Glacier — packed ice shell, blue ice core, snow cap
- Animal Pasture (half-sphere) — flat grass plateau (~450 blocks); generates with 4–6 farm animals (cow, sheep, pig, chicken) already on it — vanilla spawning almost never hits floating islands (single random spawn point per chunk at generation + random-height respawn lottery), so the animals are placed directly; they are persistent and breedable
Balance
- Treasure Asteroid (mossy cobblestone dungeon) spawn rate doubled
- End Portal Asteroid spawn rate increased ~50%
- Plain stone Asteroid spawn rate halved (fewer "empty" stone spheres)
Bug Fixes
- Fixed players being teleported back to spawn (0,0) after death + relogin — first-login tracking moved from player NBT (lost on respawn/clone) to a persistent per-world player list
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:4X4jummw:2BuFy3j6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4X4jummw:2BuFy3j6"
}

