typed-factorio 3.30.0 → 3.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "3.30.0",
3
+ "version": "3.30.1",
4
4
  "description": "Featureful typescript definitions for the Factorio modding api.",
5
5
  "keywords": [
6
6
  "factorio",
@@ -30586,6 +30586,7 @@ declare module "factorio:runtime" {
30586
30586
  * @see {@link https://lua-api.factorio.com/2.0.66/classes/LuaSurface.html#get_tile Online documentation}
30587
30587
  */
30588
30588
  get_tile(x: int, y: int): LuaTile
30589
+ get_tile(position: TilePosition): LuaTile
30589
30590
  /**
30590
30591
  * Set tiles at specified locations. Can automatically correct the edges around modified tiles.
30591
30592
  *