DisasterMoo opened this issue 5 years ago ยท 1 comments
tag.setTag("fuels", ores)
should be
tag.setTag("fuels", fuels)
same for line 74 for (int i = 0; i < ores.tagCount(); i++)
for (int i = 0; i < ores.tagCount(); i++)