From 883d9ba49b20e8199b79d88544c2ab85f8c58178 Mon Sep 17 00:00:00 2001 From: fscan Date: Sun, 8 Jul 2018 20:27:12 +0200 Subject: [PATCH] Add alternative spelling of aluminium (#3573) --- .../assets/appliedenergistics2/recipes/_constants.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/appliedenergistics2/recipes/_constants.json b/src/main/resources/assets/appliedenergistics2/recipes/_constants.json index 703cf7191..af790d30c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/_constants.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/_constants.json @@ -115,6 +115,10 @@ { "type": "forge:ore_dict", "ore": "ingotAluminium" + }, + { + "type": "forge:ore_dict", + "ore": "ingotAluminum" } ] },