Merge pull request #2462 from noolaan/patch-1

Delete quark biotite compatibility recipe
This commit is contained in:
reidbhuntley 2021-12-22 13:12:43 -05:00 committed by GitHub
commit bc2ced472e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}