- The miner package was moved from ropenscilabs to kbroman, https://github.com/kbroman/miner
- Convert documentation to markdown
-
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()
, andsetPitch()
. -
Added
find_entity()
for searching the output ofgetEntityTypes()
to find a particular type of entity. This is similar tofind_item()
.
- Clarified, and added further details to, some of the documentation.
miner::find_item()
now works when the package isn't loaded.