All versions
1.2.0
Release
Foolish 1.2.0 (Overhaul)11 months ago 2,644
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
THE OVERHAUL UPDATE
- New Stellar Hollow biome- Sands of Time
- Redesigned most bosses and boss structures
- Reworked all boss fights
- Revamped or completely overhauled Stellar Hollow biomes
- Revamped Darkleaf Woods and Aspen Forest overworld biomes
- 20+ completely new mobs
- New Stellar Hollow minibosses & miniboss weapons
- Improved Stellar Hollow biome generation
- Revamped End Keep dungeon
- All-new Wendigo side quest & miniboss for Immortal Artillery weapon
- New drops & items for certain preexisting mobs
- New Stellar Hollow biome-specific music discs
- Remade & improved most preexisting music discs
- Replaced and reworked some Stellar Weapons
- Redesigned some preexisting mobs
- Improved final boss progression & fight
- New final boss weapons
- New achievements
- Wood overhaul- saplings & stripped wood
- 3 new wood types
- Both Stellar Portal and Explorer’s House structures are now more accessible
- New developer/debug items
- Texture improvements for some blocks/items
- LOTS of bug fixes & QoL improvements
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:gYkm0y7k:8JqJrkhH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gYkm0y7k:8JqJrkhH"
}


