update docs

develop
myk002 2020-11-12 23:08:22 -08:00
parent fa126af1fd
commit 93d9ac76be
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 2 additions and 1 deletions

@ -1132,7 +1132,7 @@ Job module
Does basic sanity checks to verify if the suggested item type matches Does basic sanity checks to verify if the suggested item type matches
the flags in the job item. the flags in the job item.
* ``dfhack.job.isSuitableMaterial(job_item, mat_type, mat_index)`` * ``dfhack.job.isSuitableMaterial(job_item, mat_type, mat_index, item_type)``
Likewise, if replacing material. Likewise, if replacing material.

@ -50,6 +50,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## API ## API
- `buildingplan`: added Lua interface API - `buildingplan`: added Lua interface API
- `job-module`: add item type param to dfhack.job.isSuitableMaterial() so the non_economic flag can be properly handled (it was being matched for all item types instead of just boulders)
# 0.47.04-r3 # 0.47.04-r3