promotional bannermobile promotional banner

Pylons

Just another magic block mod

File Details

pylons-1.21.1-5.2.0.jar

  • R
  • May 31, 2025
  • 180.93 KB
  • 492
  • 1.21.1
  • NeoForge

File Name

pylons-1.21.1-5.2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:pylons-518211:6600971"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fix potion time duplication (#40)
  • Enable in-game config screen
  • Disable minecraft:absorption and tombstone: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
    }
  ]
}