summaryrefslogtreecommitdiff
path: root/config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json
blob: d9f5492f47fbfd47748969f3bb8ca3fde2655a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "gregtech.veins.fluid.natural_gas_nether",
  "weight": 35,
  "yield": {
    "min": 150,
    "max": 300
  },
  "depletion": {
    "amount": 1,
    "chance": 100,
    "depleted_yield": 40
  },
  "fluid": "natural_gas",
  "dimension_filter": [
    "name:the_nether"
  ]
}