0.1.0
Compatibility
Required content
Changes
Hannibal's Delight 0.1.0
Initial release.
Added
- Raw Long Mutton
- Cooked Long Mutton
- Raw Glued Meat
- Cooked Glued Meat
Compatibility
- Farmer's Delight
- Butchery
Features
- Raw Villager steak can be processed into Long Mutton.
- Meat scraps can be processed into Glued Meat.
- Glued Meat can be further processed through existing Butchery mince workflows.
- Added Farmer's Delight meat tag compatibility.
- Added Butchery organ and scrappable tag compatibility, now organs(except Intestines) can be processed into Meat scraps in meat grinder.
Requirements
- Minecraft 1.20.1
- Forge 47.4.10
- Farmer's Delight
- Butchery
简介(中文)
拔叔乐事 是一个为 Farmer's Delight 与 Butchery 提供兼容内容的小型 Forge 模组。
本模组新增了两脚羊肉(Long Mutton)与胶水肉(Glued Meat)等中间食材,并补充了相关标签与加工路线,使 Butchery 产生的部分材料(如内脏,村民肉)能够更自然地融入 Farmer's Delight 的烹饪流程。
主要内容
- 生两脚羊肉 / 熟两脚羊肉
- 生胶水肉 / 熟胶水肉
- 村民肉排 → 两脚羊肉加工路线
- 多余的生的器官现在可以使用绞肉机(Meat Grinder)做成肉碎
- 肉碎 → 胶水肉加工路线: 肉碎现在可以在砧板上用butchery模组的锤子砸成胶水肉(也被称作重组肉)
- Butchery 与 Farmer's Delight 标签兼容
依赖
- Minecraft 1.20.1
- Forge 47.4.10
- Farmer's Delight
- Butchery
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:KnL6vCgL:SRuwmBwE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KnL6vCgL:SRuwmBwE"
}



