DispenserRobot

Allows dispensers to place, break, strip, unwax, scrape, till, and path blocks.

95

DispenserRobot

Adds more features to dispensers:

- Place blocks - Break blocks - Strip wood - Unwax copper - Scrape copper - Till dirt - Path dirt - Breed animals - Fill and collect cauldrons

Usage

Place Blocks

When a dispenser tries to dispense a block, it will place it instead.

Break Blocks

When a dispenser is powered and tries to dispense a pickaxe, axe, shovel, hoe, or shears, it will attempt to break the block in front of it instead. While the block is breaking, the dispenser needs to remain powered. Blocks will take time to break depending on the tool and hardness of the block, respecting Efficiency enchantments. Tools will take damage, respecting Unbreaking enchantments and the Unbreakable tag.

If ProtocolLib is installed, the block break animation will be played.

Strip wood, Unwax/scrape copper, Till dirt, Path dirt

When a dispenser tries to dispense an axe with short redstone pulse, it will strip wood, unwax and scrape copper in front of it. When a dispenser tries to dispense a hoe with short redstone pulse, it will till dirt in front of it. When a dispenser tries to dispense a shovel with short redstone pulse, it will path dirt in front of it.

Breed animals

When a dispenser tries to dispense a breeding item, it searches for a breedable animal in front and feeds it.

Cauldrons

When a dispenser tries to dispense a bucket to a cauldron, it tries to pick up the fluid inside it, or dispense its liquid into the cauldron.

Default config: ```yml can-place-blocks: true should-drop-blocks: false place-blocks-blacklist: - WHEAT

can-break-blocks: true should-drop-tools: false break-blocks-blacklist: []

redstone-pulse-ticks: 20 can-strip-logs: true can-unstrip-logs: false can-unwax-copper: true can-scrape-copper: true can-till-dirt: true can-path-dirt: true

can-breed: true breed-range: 1.0 should-drop-breed-items: false

can-collect-water-from-cauldron: true can-place-water-into-cauldron: true can-collect-lava-from-cauldron: true can-place-lava-into-cauldron: true can-collect-powder-snow-from-cauldron: true can-place-powder-snow-into-cauldron: true should-drop-buckets: false

How far away to render block break animations

render-distance: 32.0

Third-party Plugin Hooks

hook-moromoro: true ```

ADS