- Fix potion time duplication (#40)
- Enable in-game config screen
- Disable
minecraft:absorption
andtombstone:ghostly_shape
in the infusion pylon by default (does not affect existing worlds) - 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:
{
"values": [
{
"id": "silentgear:hoe",
"required": false
}
]
}