Expulsion Pylon
Allows for the expulsion of players from the chunk it's placed in, particularly useful for server administration. Whitelisting of players is possible with a Player Filter, with OPs automatically whitelisted.
 around the pylon and outputs to an inventory above. Placement involves placing the pylon inside the water block of the farm.
By default, a hoe in the pylon inventory is required, consuming 1 durability per crop harvest. There's an option in the config to disable this requirement. Unbreakable hoes, such as Mystical Agriculture's Supremium Hoe, are compatible.
. Adding a Mob Filter to the pylon after right-clicking on a mob allows blocking that mob.

- Enable item capabilities for all pylons (#32)
- Fix redstone control for interdiction pylon (#37)
- Add `pylons:harvester_banned` tag for banning items from being used in the harvester pylon.
If you would like to ban Silent Gear hoes due to the durability mechanic, you can add the following tag entry to `data/pylons/tags/item/harvester_banned.json` in your datapack folder:
```json
{
"values": [
{
"id": "silentgear:hoe",
"required": false
}
]
}
```
5.1.1
- fix RF tooltip showing up in other pylons when Harvester Pylon is configured to require RF
收录