From a803b2a49c8419f4999629f989ba0649a4f57d4d Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 1 Sep 2024 02:09:01 +0300 Subject: modify gregtech configs --- .../worldgen/fluid/nether/natural_gas_deposit.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json (limited to 'config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json') 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" + ] +} -- cgit v1.2.3