From 90a282bf05e7d18a4095f050766c40ae1d059be1 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sun, 14 Jun 2020 11:46:10 +0200 Subject: [PATCH] Fix the fluix block being craftable with 4 purified fluix crystals. --- .../appliedenergistics2/recipes/decorative/fluix_block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/appliedenergistics2/recipes/decorative/fluix_block.json b/src/main/resources/data/appliedenergistics2/recipes/decorative/fluix_block.json index b3b5c814a..c31c13ac3 100644 --- a/src/main/resources/data/appliedenergistics2/recipes/decorative/fluix_block.json +++ b/src/main/resources/data/appliedenergistics2/recipes/decorative/fluix_block.json @@ -9,7 +9,7 @@ ], "key": { "a": { - "tag": "appliedenergistics2:crystals/fluix" + "item": "appliedenergistics2:fluix_crystal" } } } \ No newline at end of file