Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@aratakileo aratakileo released this 19 Oct 13:17
· 1 commit to main since this release
4a84228

What's new?

  • move from pextysrudios.* to io.github.aratakileo.*
  • now in the config, it's possible to choose the behavior for harvesting items by the player (#1 fixed by #2)

Now in config.yml:

sound: minecraft:block.composter.ready  # played sound when quick harvest

feature:
  player: default                       # quick harvest by right-click:
                                        #   default - harvested items will automatically transfer to inventory
                                        #   vanilla - harvested items will just drop on the ground
                                        #   disabled - completely disable this feature

  dispenser: yes                        # quick harvest by dispenser (yes/no)

reason:
  minecraft:wheat_seeds:                # item in hand
    target: minecraft:wheat             # harvest block (works when harvest age equals max age)

  minecraft:beetroot_seeds:
    target: minecraft:beetroots

  minecraft:potato:
    target: minecraft:potatoes

  minecraft:carrot:
    target: minecraft:carrots

  minecraft:nether_wart:
    target: minecraft:nether_wart

  minecraft:cocoa_beans:
    target: minecraft:cocoa

[Download plugin file]