Skip to content

v1.0.4

Compare
Choose a tag to compare
@JoeStrout JoeStrout released this 25 Jan 21:39
· 369 commits to main since this release
  • added bot.harvest command (harvests a crop if it's ready)
  • in tile info, crop details now include maxPhase and harvestable to help you know when a a crop is ready, plus name to tell you what the harvested product will be
  • item inventory info, for a watering can, now includes waterLeft and waterMax so the bot can tell how full its can is
  • key.pressed method now correctly reports state for most/all keys on the keyboard
  • editor has gotten some important work in preparation for clipboard support; for now, main difference is that you exit the editor with Control+Q rather than Control+X. (The Esc key also works.)