18 lines
275 B
JSON
18 lines
275 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|