Search found 2 matches

by hamgurmber
Sat Jan 28, 2023 5:33 pm
Forum: Modding help
Topic: Luaentityprototype doesnt contain key energy_source, even though it is filtered for craftingmachine
Replies: 3
Views: 884

Luaentityprototype doesnt contain key energy_source, even though it is filtered for craftingmachine


for _, entity in pairs(game.get_filtered_entity_prototypes({{filter = "crafting-machine"}})) do
if entity.energy_source == "burner" and need_fuel(entity) == false then
_fuel_list[entity.name] = _fuel
end
Kmachine[entity.name] = true
end

the above code causes the error "LuaEntityPrototype ...

Go to advanced search