Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0
Beta
Non-Fabric Beta 1.0last month 15
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Track 1 - Overture
- Added 14 new music discs
- These include many c418 songs from Minecraft Volume Alpha & Beta that have never been in Minecraft
- It also includes alpha, aria math, and dog
- Disc 11 can be repaired with a disc fragment
Track 2 - Enchanting
- Villagers and enchantment tables can now only give a small set of enchantments
- Enchanted books are distributed per structure - structures have thematically accurate enchanted books
- Poison Tipped - a new enchantment for spears that has 2 levels and applies poison to enemies when hit
- Wearing a full set of level 4 projectile protection, blast protection, or fire protection grants complete immunity to that damage type
- Feather falling 4 grants full immunity to fall damage; it is now mutually exclusive with all protection enchantments
- Frost walker is applicable to horse armour and freezes a wider radius
- Impaling is now effective against all mobs, and deals less damage
- Quick charge now charges quicker, and decreases damage
- Anvil costs, including enchanting, repairing, and renaming, do not increase
- Ocean monuments now have barrels containing loot including tridents and their enchantments
- Swamp huts now have a barrel containing potions, potion ingredients, and cursed enchanted books
Track 3 - Into The Jungle
- Jungles are overhauled with taller trees, more dense trees, patches of podzol, mossy rocks, and muddy lakes
- Jungles have a thick lower canopy and sparse upper canopy
- Jungles now feature bogged instead of skeletons
- A new frog variant will spawn in jungles; they poison the player if punched with their bare hand, and tip arrows with poison if hit with them
- Ocelots can be tamed
Track 4 - Interactivity
- Banners placed on top of lodestones will create a waypoint on the player locator bar, visible to all players
- Cactus Flowers, Melons, and Glistening Melons are now edible and are all snack foods
- Bamboo can be caught when fishing anywhere
- Golden dandelions can no longer be crafted
- Sniffers can sniff pumpkin seeds, melon seeds, cocoa beans, beetroot seeds, golden dandelions, and chorus flowers on end stone
- Crafting doors now gives two doors, and trapdoors give 6. Iron trapdoors give 4.
- Turtle helmets give much longer water breathing, respiration, and aqua affinity
- Axolotls can be bred with tropical fish as well as buckets of tropical fish
- Green dye can be crafted with blue and yellow dye
- Bottles of ink and glow ink can be crafted with a bottle and ink sac or glow ink sac
- Respawn Anchors work in all dimensions
- New Sulfur Cube archetypes
- Magnetic - Lodestone - Shows up on the player locator bar up to 32 blocks away
- Immovable - Obsidian, Crying Obsidian - No knockback and hard to push
- Floaty - End Stone, End Stone Bricks - Low gravity
- Thorny - Cactus - Like hot, but not fire damage
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:OJOi99En:NA5ROZ3U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OJOi99En:NA5ROZ3U"
}

