diff options
Diffstat (limited to 'config/gregtech/worldgen/fluid/nether')
| -rw-r--r-- | config/gregtech/worldgen/fluid/nether/lava_deposit.json | 17 | ||||
| -rw-r--r-- | config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json | 17 | 
2 files changed, 34 insertions, 0 deletions
diff --git a/config/gregtech/worldgen/fluid/nether/lava_deposit.json b/config/gregtech/worldgen/fluid/nether/lava_deposit.json new file mode 100644 index 0000000..e6b2f87 --- /dev/null +++ b/config/gregtech/worldgen/fluid/nether/lava_deposit.json @@ -0,0 +1,17 @@ +{ +  "name": "gregtech.veins.fluid.lava", +  "weight": 65, +  "yield": { +    "min": 125, +    "max": 250 +  }, +  "depletion": { +    "amount": 1, +    "chance": 100, +    "depleted_yield": 30 +  }, +  "fluid": "lava", +  "dimension_filter": [ +    "name:the_nether" +  ] +} diff --git a/config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json b/config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json new file mode 100644 index 0000000..d9f5492 --- /dev/null +++ b/config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json @@ -0,0 +1,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" +  ] +}  | 
