for _,r in pairs(data.raw["recipe"]) do
r.always_show_products=true;
end
--consistancy is all I want
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
for _,r in pairs(data.raw["recipe"]) do
r.always_show_products=true;
end
--consistancy is all I want