Skip to content

Commit

Permalink
添加钻石与下界岩配方
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Aug 8, 2022
1 parent a404825 commit b442a25
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "minecraft:charcoal"
}
],
"results": [
{
"item": "minecraft:coal"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"type": "create:sequenced_assembly",
"ingredient": {
"item": "minecraft:coal_block"
},
"transitionalItem": {
"item": "minecraft:coal"

},
"sequence": [
{
"type": "create:pressing",
"ingredients": [
{
"item": "minecraft:coal_block"
}
],
"results": [
{
"item": "minecraft:coal_block"
}
]
},
{
"type": "create:pressing",
"ingredients": [
{
"item": "minecraft:coal_block"
}
],
"results": [
{
"item": "minecraft:coal_block"
}
]
},
{
"type": "create:pressing",
"ingredients": [
{
"item": "minecraft:coal_block"
}
],
"results": [
{
"item": "minecraft:coal_block"
}
]
},
{
"type": "create:pressing",
"ingredients": [
{
"item": "minecraft:coal_block"
}
],
"results": [
{
"item": "minecraft:coal"
}
]
},
{
"keepHeldItem": true,
"type": "create:filling",
"ingredients": [
{
"item": "minecraft:coal"
},
{
"fluid": "minecraft:lava",
"nbt": {},
"amount": 27000
}
],
"results": [
{
"item": "minecraft:coal"
}
]
},{
"keepHeldItem": true,
"type": "create:cutting",
"ingredients": [
{
"item": "minecraft:coal"
}
],
"results": [
{
"item": "minecraft:coal"
}
]
}
],
"results": [
{
"item": "minecraft:diamond",
"chance": 3.0
},
{
"item": "minecraft:black_dye",
"chance": 97.0
}
],
"loops": 10
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "minecraft:blackstone"
}
],
"results": [
{
"item": "minecraft:netherrack"
}
]
}
File renamed without changes.

0 comments on commit b442a25

Please sign in to comment.