fix fe+ & 5dim's

This commit is contained in:
Brevven 2022-02-16 21:29:54 -08:00
parent 89a07a8a70
commit 8ab69a27f2
7 changed files with 19 additions and 14 deletions

View file

@ -558,7 +558,7 @@ function util.add_crafting_category(entity_type, entity, category)
if data.raw[entity_type][entity] then
for i, existing in pairs(data.raw[entity_type][entity].crafting_categories) do
if existing == category then
log(entity.." not adding "..new.." -- duplicate")
log(entity.." not adding "..category.." -- duplicate")
return
end
end