Replace Quark Cactus Paste crushing recipe with Moss Paste
This commit is contained in:
parent
bc2ced472e
commit
e41825d5bf
1 changed files with 5 additions and 5 deletions
|
@ -9,19 +9,19 @@
|
|||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cactus"
|
||||
"item": "minecraft:moss_block"
|
||||
}
|
||||
],
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "quark:cactus_paste",
|
||||
"item": "quark:moss_paste",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "quark:cactus_paste",
|
||||
"item": "quark:moss_paste",
|
||||
"count": 1,
|
||||
"chance": 0.1
|
||||
}
|
||||
],
|
||||
"processingTime": 50
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue