From 35d32645fcc289e7e7d12ae395587bb384ba060e Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 23 Jun 2021 23:12:53 -0700 Subject: [PATCH] Added getPlantAtTile to Lua API --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 2da577260..8327fbc83 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -61,6 +61,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - Added ``dfhack.units.teleport(unit, pos)`` +- Added ``dfhack.maps.getPlantAtTile(x, y, z)`` and ``dfhack.maps.getPlantAtTile(pos)`` ## Documentation - Added more client library implementations to the `remote interface docs `