Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
1.8.4-26.2
Release
Nether & End 1.8.4-26.22 months ago 167
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Additions:
- Nether & End Bare Bones and Bare Bones Glowing Ores Packs
- The Swiss French Language
- Withered Bone Meal now has works in a dispenser
- Withered Bone Meal to Black Dye recipe
Fixes:
- Fixed the Warped Candle Cake particle position
- Fixed Warped Cake being edible even when the player's hunger is full
- Fixed Nether and End Redstone Ores not emitting particles and lighting up when interacted with
- Fixed inconsistencies and mistakes in the Crimson Pie, Chorus Pie, and the 25k Crimson Pie Badge textures
- The French Translation for the "Double Wart" Advancement Description was updated to change "Warped" to the appropriate words "Biscornu" and "Tordu" words for Standard and Canadian French respectively
- The mod's icon not being displayed in the mod list
- Fixed the Chorus Shelf's model being broken in specific states
- Cyan Nether Brick Fence Gate recipe output count from 3 to 1
- Withered Bone to Withered Bone Meal recipe now works
- Hoglin Bundle recipe is now shaped
- Warped Candle Cake not reducing Flint & Steel durability and not breaking Fire Charges when lighting
- Cracked Red and Cyan Nether Brick recipes not working
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:FhW0n39r:bLgiQN4G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FhW0n39r:bLgiQN4G"
}

