DimensionalDevelopment / VanillaFix

Minecraft mod that fixes Vanilla bugs, improves performance, and makes Minecraft run forever
MIT License
174 stars 53 forks source link

ShellModifier improvment #367

Open Losi-pl opened 3 months ago

Losi-pl commented 3 months ago

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"
        }
      ]
    }
  ]