Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
1.19.2-2.0
Beta
End's Delight Forge 1.19.2-2.02 years ago 2,690
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Added:
- New foods: Enderman Gristle, Raw Ender Sausage, Ender Sausage, Enderman Gristle Stew, Shulker Soup, Shulker Omelette Mixture, Shulker Omelette, Ender Noodle, Ender Bamboo Rice;
- New advancements;
- Configurations;
- Added key 'experience' to some recipes;
Fixed:
- End Stove not harvestable;
- End Stove doesn't summon smoke and flame particles;
- Ender Sauce (Chorus Sauce now) stacks up to 16;
Updated:
- Textures and models (Retexture of Dragon Tooth and Dragon Tooth Knife (SABITRON));
- Ender Dragon will drop loots when killed by items with tag "farmersdelight:tools/knives", "minecraft:axes", "minecraft:swords", "forge:tools/swords", "forge:swords", "forge:axes", "forge:tools/axes" or "forge:tools/axe";
- Dragon Leg with Sauce can be divided into 6 servings;
- Dragon Tooth Knife can cause more damage to Enderman, Endermite, Ender Dragon and Shulker (can be configured).
Deleted:
- Dragon Egg Shell ("ends_delight:dragon_egg_shell")
Translations:
- Added:
- de_AT (GamingeckeSpace);
- de_DE (GamingeckeSpace);
- es_MX (TheLegendofSaram);
- it_IT (Roby1164);
- ru_RU (mpustovoi);
- ko_KR (tankplanelaserkoala);
- Updated:
- uk_UA (unroman);
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:kFOsgs6T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yHN0njMr:kFOsgs6T"
}

