From 5985b5b6cbcbd50ccdd042f582843e29ca5e8cee Mon Sep 17 00:00:00 2001 From: Justin Vitale <4002351+justinvvitale@users.noreply.github.com> Date: Tue, 7 Jul 2020 02:10:43 +1000 Subject: [PATCH] Random crash complaining about no sulfur_ores.json, add placeholder --- src/main/resources/data/c/tags/items/sulfur_ores.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/data/c/tags/items/sulfur_ores.json diff --git a/src/main/resources/data/c/tags/items/sulfur_ores.json b/src/main/resources/data/c/tags/items/sulfur_ores.json new file mode 100644 index 000000000..a1dc3106b --- /dev/null +++ b/src/main/resources/data/c/tags/items/sulfur_ores.json @@ -0,0 +1,5 @@ +{ + "replace": false, + "values": [ + ] +} \ No newline at end of file