modded7/config/gregtech/worldgen/fluid/nether/natural_gas_deposit.json

18 lines
275 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 35,
"name": "Nether Natural Gas Deposit",
"rate": {
"min": 100,
"max": 600
},
"depletion": {
"amount": 1,
"chance": 5,
"depleted_production_rate": 80
},
"fluid": "natural_gas",
"dimension_filter": [
"name:the_nether"
]
}