From 9284a514d6c566e6f4ba4b9e2b570b4b3bba2dfe Mon Sep 17 00:00:00 2001 From: Jay Turner Date: Fri, 17 May 2024 19:36:33 +0100 Subject: [PATCH] fix(cogs): treat industrial iron as steel --- data/c/tags/items/steel_ingots.json | 6 ++++++ data/c/tags/items/steel_plates.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 data/c/tags/items/steel_ingots.json create mode 100644 data/c/tags/items/steel_plates.json diff --git a/data/c/tags/items/steel_ingots.json b/data/c/tags/items/steel_ingots.json new file mode 100644 index 0000000..25a440d --- /dev/null +++ b/data/c/tags/items/steel_ingots.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "createdeco:industrial_iron_ingot" + ] +} diff --git a/data/c/tags/items/steel_plates.json b/data/c/tags/items/steel_plates.json new file mode 100644 index 0000000..8f0758d --- /dev/null +++ b/data/c/tags/items/steel_plates.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "createdeco:industrial_iron_sheet" + ] +}