- Fix crash on dedicated servers (#41)
- 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
}
]
}
- add config for effect potency cap to Infusion Pylon (default limit is IV)
- fix RF tooltip showing up in other pylons when Harvester Pylon is configured to require RF
- redstone support for disabling machines
- config for using power instead of durability on Harvester Pylon
- Update to NeoForge 1.21.1
- Add Lifeless Filter for Interdiction Pylon
- Add datapack support for harvestable crops
- Add Ars Nouveau Sourceberry support
- Add Vinery grapes support
- port FTB Teams support
- fix pylons not being breakable on servers
Update to NeoForge 1.21.0.
- Fix crash when attempting to break pylons on servers with FTB Teams enabled
- Fix block break particles
Initial Modrinth release