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,16 +9,16 @@
|
|||
"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
|
||||
}
|
Loading…
Reference in a new issue