From 3865555b782980662bf5d7aca0a32c000c926553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kub=C3=ADk?= Date: Sat, 25 Jun 2022 00:49:17 +0200 Subject: [PATCH] feat(recipes): support bauxite dusts from other mods (#2992) --- .../recipes/industrial_electrolyzer/bauxite_dust.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/techreborn/recipes/industrial_electrolyzer/bauxite_dust.json b/src/main/resources/data/techreborn/recipes/industrial_electrolyzer/bauxite_dust.json index ac6577a81..56b4dc69d 100644 --- a/src/main/resources/data/techreborn/recipes/industrial_electrolyzer/bauxite_dust.json +++ b/src/main/resources/data/techreborn/recipes/industrial_electrolyzer/bauxite_dust.json @@ -4,7 +4,7 @@ "time": 2000, "ingredients": [ { - "item": "techreborn:bauxite_dust", + "tag": "c:bauxite_dusts", "count": 12 }, {