Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
v1.2.0+1.20.1-quilt
Release
Missing Wilds Quilt 1.2.0+1.20.12 years ago 251
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Quilt
Supported environments
Client and server
Required content
Changes
This is the full release of the v1.2.0 update.
Changes since last beta:
- Forge version re-enabled, will be neoforge in future versions.
- Fixed quilt crash when tablesaws is missing.
- Added Aether and Biomes O' Plenty Compat
Major v1.2.0 features:
- Forget me nots are renewable now, due to the fact that you can grow them via bonemeal in biomes in the
#missingwilds:birchtag. - That tag also controls where forget me nots and extra grass spawns.
- Birch trees grown from saplings are now also larger, like the ones from the biome now.
- Turkish Translation from Hexasan, Thank you!
- Fireflies have been added, which spawn in the
#missingwilds:firefly_spawn_biomestag - Added compat for quite a few mods, too many to list here, check previous beta changelogs for a full list.
- Jars have been added, which can store fireflies for a nice decorative light source, and can store food too.
- You can add your own fallen logs through json files, which will have the assets automatically generated.
- This process will be explained better in a wiki I'm currently creating for this mod.
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:Nw0MStSd:w0XKjr7B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nw0MStSd:w0XKjr7B"
}

