mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-27 23:47:38 +01:00
Merge pull request #2462 from noolaan/patch-1
Delete quark biotite compatibility recipe
This commit is contained in:
commit
bc2ced472e
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "quark"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quark:biotite_ore"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "quark:biotite",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "quark:biotite",
|
||||
"count": 4,
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone",
|
||||
"count": 1,
|
||||
"chance": 0.125
|
||||
}
|
||||
],
|
||||
"processingTime": 450
|
||||
}
|
Loading…
Reference in a new issue