Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
v1.2.0-beta.1+1.19.4-forge
Beta
Missing Wilds v1.2.0+1.19.4 Beta 1 - Forge3 years ago 114
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client and server
Changes
- Forget me nots are now renewable, as they can now be grown via bonemeal while in a biome in the
missingwilds:birchtag. - Missing Wilds Feature (Forget me nots, and more grass) spawns in biomes in the
missingwilds:birchtag - Birch Trees grown from saplings are now larger, and have a branch, making them match the
- Fallen logs can now have a snowy overlay if any snowy block is above them. This is controlled by the
missingwilds:snowblock tag. - Added Turkish Translation (Thanks Hexasan)
- Fireflies have been added.
- Firefly Swarms spawn in the
missingwilds:firefly_spawn_biomestag. - Fireflies spawn rate is influenced by the moon phase, with the new moon giving the highest spawn rate.
- You can capture them in jars, or bottles.
- Firefly Swarms spawn in the
- Jars have been added.
- You can also store food in them, up to 16, by clicking a jar with food in your hand.
- You can also store fireflies in them, by using a firefly bottle on the jar block, or by using the jar item on a firefly swarm to capture it.
- There are regular glass jars, tinted glass jars, and stained glass jars.
- Clicking the jar with an empty hand will toggle the cover.
- Firefly Jars
- When you collect fireflies in a jar, the light level of the jar increases.
- Using a firefly bottle increases the light level by 1, while collecting a whole swarm in a jar increases it by 3.
- You can use dye on the jar to change the color of the fireflies, and the colors are combined, like leather armor.
- You can rename the firefly jar, certain names will have special firefly colors (Such as "pride" for pride flag colors)
- A jar with a open cover spawns firefly particle above the jar, and a closed cover spawns the particles inside the jar.
- Note: Stained glass hides particles unless your in fabulous graphics mode, and this applies to the stained glass jars.
- Mod Compat
- Important: ARRP/BRRP isn't bundled on the fabric/forge versions anymore, so if you want mod compat, you must install those seperately.
- Added fallen logs for the logs from:
- Aurora's Decorations
- Good Ending
- Terrestria
- Cinderscapes
- Twilight Forest
- Biomes O' Plenty
- Cobblemon
- Gardens of the Dead
- Tablesaw Mod Compatibility: You can now convert logs to fallen logs in the tablesaw.
- Terralith: The Birch Taiga biome gets some features from this mod.
- Loading Screen Tips: Tips about this mod show up.
- Quilt Version
- Specific quilt version, using QSL's Virtual Resource Pack API instead of ARRP.
- Data Driven Mod Compatibility
- You can create json files to add logs from other mods. You can see examples here. I will be making more documentation for this in the future.
- This feature is exclusive to the forge & quilt version.
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:K44UJtlI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nw0MStSd:K44UJtlI"
}

