The Flattening
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.0.1
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/the-flattening
资源信息
Minecraft 版本: 1.21
平台: neoforge
标签: game-mechanics library utility
资源介绍
The Flattening is a very simple NeoForge/Fabric Architectury mod that allows datapacks (and other mods) to easily add in-world anvil flattening recipes.
Video, because it's hard to explain:
Recipe JSON Examples
Block Flattening:
{
"type":"the_flattening:flattening",
"input":{
"id":"minecraft:copper_block"
},
"output":{
"id":"minecraft:copper_trapdoor",
"count":12
}
}
Block Flattening Schema:
type: "the_flattening:flattening" [required as shown]
input: {
id: [Item ID String, must refer to a block, required]
}
output: {
id: [Item ID String, required]
count: [Integer, Optional, defaults to 1]
}
Entity Flattening [1.0.1+]:
{
"type":"the_flattening:entity_flattening",
"input":"minecraft:cow",
"output":{
"id":"minecraft:milk_bucket"
},
"shouldDropEntityLoot": true,
"shouldDropXp": true
}
Entity Flattening Schema [1.0.1+]:
type: "the_flattening:entity_flattening" [required as shown]
input: [Entity Type ID String, required]
output: {
id: [Item ID String, required]
count: [Integer, Optional, defaults to 1]
}
shouldDropEntityLoot: [Boolean, Optional, defaults to false]
shouldDropXp: [Boolean, Optional, defaults to false]
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~