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

18 lines
268 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 35,
"name": "Nether Natural Gas Deposit",
2022-01-29 15:57:48 +08:00
"yield": {
"min": 150,
"max": 300
2022-01-23 23:35:02 +08:00
},
"depletion": {
"amount": 1,
2022-01-29 15:57:48 +08:00
"chance": 100,
"depleted_yield": 40
2022-01-23 23:35:02 +08:00
},
"fluid": "natural_gas",
"dimension_filter": [
"name:the_nether"
]
}