- Factorio-Version: 0.13.x
- Description: Trees absorb 10x the Pollution
- License: MIT
- Last Release: 7-27-2016
- Latest Download-Url: 0.0.4
Mod Can now be found on the Mod Portal. I'll keep this forum going though
The best mod I know of is Treefarm I havn't played much with it, but I believe it has everything you need.Vittorio wrote:...what mod shoud I use to grow vanilla trees?
TreeFarm actually use:laige wrote:The best mod I know of is Treefarm I havn't played much with it, but I believe it has everything you need.Vittorio wrote:...what mod shoud I use to grow vanilla trees?
Code: Select all
for k,tree in pairs(data.raw["tree"]) do
if string.sub(tree.name,1,3) == "tf-" then
tree.emissions_per_tick * 5
end
end