summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/zcompression/blockstates/fluids.json
blob: 1625ab48061945d6207deac7753cc73b358d4469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "forge_marker": 1,
  "defaults": {
    "model": "forge:fluid",
    "transform": "forge:default-item"
  },
  "variants": {
    "moltenAardium": [
      {
        "custom": {
          "fluid": "molten_aardium"
        }
      }
    ]
  }
}