{
  "pole": {
    "type": "core",
    "radius": 0.0625,
	"allowsDiagonals": true
  },
  "definitions": [
    {
      "subName": "",
      "name": "DKZ Vintage Standard Pole",
      "extraMaterials": []
    }
  ],
  "rendering": {
    "animatedObjects": [
      {
        "objectName": "Pole_Top",
        "animations": [
          {
            "animationType": "inhibitor",
            "variable": "solid_present_up",
            "clampMin": 1.0,
            "clampMax": 1.0
          },
          {
            "animationType": "visibility",
            "variable": "neighbor_present_up",
            "clampMin": 1.0,
            "clampMax": 1.0
          }
        ]
      },
      {
        "objectName": "Pole_Bottom",
        "animations": [
          {
            "animationType": "inhibitor",
            "variable": "slab_present_down",
            "clampMin": 1.0,
            "clampMax": 1.0
          },
          {
            "animationType": "visibility",
            "variable": "neighbor_present_down",
            "clampMin": 1.0,
            "clampMax": 1.0
          }
        ]
      },
      {
        "objectName": "GroundConnection",
        "animations": [
		  {
			"animationType": "translation",
			"variable": "slab_present_down",
			"axis": [0, -0.5, 0]
		  },
		  {
            "animationType": "inhibitor",
            "variable": "slab_present_down",
            "clampMin": 1.0,
            "clampMax": 1.0
          },
          {
            "animationType": "visibility",
            "variable": "solid_present_down",
            "clampMin": 1.0,
            "clampMax": 1.0
          }
        ]
      }
    ]
  },
  "general": {
    "name": "DKZ Vintage Standard Pole",
    "stackSize": 16,
    "materials": ["oredict:ingotIron:2"]
  }
}