mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-29 08:27:03 +01:00
Delete quark biotite compatibility recipe
Quark removed Biotite in 1.18 https://twitter.com/VazkiiMods/status/1465859379866050561
This commit is contained in:
parent
dcb7b78adb
commit
107e5619fa
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