Hi,
i would like to make a mod with which you can place trees, i found out, that it has different treetypes, in different biomes/Temperature-Moisture-rate (https://wiki.factorio.com/index.php?tit ... laceSheets).
Is it possible to find out, in which biome i place something or even better, which Temperature-Moisture-rate it has at a given position?
Get Biomes out of position
Re: Get Biomes out of position
Temperature-moisture, etc...
http://lua-api.factorio.com/latest/LuaS ... properties
You can also get the tile name, I believe it is unique enough to determine biome.
http://lua-api.factorio.com/latest/LuaS ... properties
You can also get the tile name, I believe it is unique enough to determine biome.
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: Get Biomes out of position
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.
Re: Get Biomes out of position
Thank you two, that will help alot