All versions
2.6+refabricated.1.21.1
Beta
End's Delight 2.6+refabricated.1.21.12 weeks ago 5,315
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Fixed:
- Incompatibility issues with version 3.3.X of Farmer's Delight Refabricated;
- Missing item and block tags of Chorus Fruit Crate;
- Missing model of Chorus Fruit Pie;
- The Incorrect tag (c:foods/milk) in the recipes for Bubble Tea and Chorus Fruit Milk Tea;
Updated:
- Textures (Retexture Chorus Fruit Wine, Dragon Leg, Dragon Meat Stew Block, Ender Sausage, Raw Ender Sausage, Roasted Shulker Meat, Roasted Shulker Meat Slice, Shulker Meat, Shulker Meat Slice, Shulker Omelette, Smoked Dragon Leg, Steamed Dragon Egg Block and Stir Fried Shulker Meat);
- Fabric loader version to 0.19.0;
- Fabric api version to 0.116.13+1.21.1;
Translations:
Updated:
- ja_JP (Thanks to elinka47);
- ko_KR (Thanks to tankplanelaserkoala);
- ru_RU (Thanks to mpustovoi);
- zh_TW (Thanks to pancake-a-dem).
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:yHN0njMr:VkP67Q42"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yHN0njMr:VkP67Q42"
}

