mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-08 19:12:14 +01:00
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",
|
"group": "minecraft:misc",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "minecraft:cactus"
|
"item": "minecraft:moss_block"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "quark:cactus_paste",
|
"item": "quark:moss_paste",
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "quark:cactus_paste",
|
"item": "quark:moss_paste",
|
||||||
"count": 1,
|
"count": 1,
|
||||||
"chance": 0.1
|
"chance": 0.1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"processingTime": 50
|
"processingTime": 50
|
||||||
}
|
}
|
Loading…
Reference in a new issue