Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 971 Bytes

NEWS.md

File metadata and controls

40 lines (22 loc) · 971 Bytes

miner verison 0.2.3 (2020-12-14)

Minor changes

miner version 0.2.2 (2019-03-10)

Minor changes

  • Convert documentation to markdown

miner version 0.1.6 (2019-02-11)

New features

  • Updated Dockerfile to the latest version of the RaspberryJuice plugin, 1.11.

  • A bunch of new functions available with the latest version of the RaspberryJuice plugin (1.11): getPlayerId(), getPlayerName(), getEntityTypes(), spawnEntity(), setDirection(), setRotation(), and setPitch().

  • Added find_entity() for searching the output of getEntityTypes() to find a particular type of entity. This is similar to find_item().

miner version 0.1.5 (2019-02-10)

Minor changes

  • Clarified, and added further details to, some of the documentation.

Bug fixes

  • miner::find_item() now works when the package isn't loaded.