Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:52

Tool and farming interactions, each implemented and bot-verified against a live server.

Added

  • Bone meal on grass — right-clicking a grass block with bone meal scatters short grass (and the occasional flower)
    on the air above nearby grass blocks. Verified (mcbot_bonemealgrass.py): bone-mealing a placed grass block grows a
    plant block in the air directly above it.
  • Tilling — right-clicking grass or dirt with a hoe turns it into farmland. Verified (mcbot_till.py): a placed
    grass block becomes farmland (block state 9009 → 7854) on hoe use.
  • Dirt path — right-clicking grass or dirt with a shovel turns it into a dirt path. Verified (mcbot_path.py): a
    placed grass block becomes a dirt path (block state 9009 → 7279) on shovel use.
  • Stripping logs — right-clicking a log, wood, stem or hyphae with an axe converts it to its stripped variant
    (keeping the axis); works for every wood type. Verified (mcbot_strip.py): a placed oak log becomes a stripped oak
    log (block state 14199 → 21733) on axe use.