summaryrefslogtreecommitdiff
path: root/config/gregtech/worldgen/fluid/overworld/oil_deposit.json
blob: a03803b015f480497bfc1ecc6128efaee317c067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "gregtech.veins.fluid.oil",
  "weight": 20,
  "yield": {
    "min": 175,
    "max": 300
  },
  "depletion": {
    "amount": 1,
    "chance": 100,
    "depleted_yield": 25
  },
  "fluid": "oil",
  "biome_modifier": {
    "type": "biome_dictionary",
    "ocean": 5,
    "sandy": 5
  }
}