From 107e5619fafbceea59c87484c4600c2c75922d9f Mon Sep 17 00:00:00 2001 From: nolan <32991023+noolaan@users.noreply.github.com> Date: Tue, 14 Dec 2021 20:10:24 -0800 Subject: [PATCH] Delete quark biotite compatibility recipe Quark removed Biotite in 1.18 https://twitter.com/VazkiiMods/status/1465859379866050561 --- .../compat/quark/crushing/biotite.json | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json diff --git a/src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json b/src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json deleted file mode 100644 index 4d7c4ba5d..000000000 --- a/src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json +++ /dev/null @@ -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 -} \ No newline at end of file