VanillaFix

VanillaFix

25M Downloads

ShellModifier improvment

Losi-pl opened this issue ยท 0 comments

commented

An ability to set different thickness to a specific direction for example:

"modifiers": [
    {
      "type": "dimdoors:shell",
      "layers": [
        {
          "block_state": "dimdoors:black_fabric",
          "thickness": "4",
          "north_thickness": "20",
          "bottom_thickness": "0"
        },
        {
          "block_state": "dimdoors:black_ancient_fabric",
          "thickness": "1"
        }
      ]
    }
  ]