18 lines
268 B
JSON
18 lines
268 B
JSON
{
|
|
"weight": 35,
|
|
"name": "Nether Natural Gas Deposit",
|
|
"yield": {
|
|
"min": 150,
|
|
"max": 300
|
|
},
|
|
"depletion": {
|
|
"amount": 1,
|
|
"chance": 100,
|
|
"depleted_yield": 40
|
|
},
|
|
"fluid": "natural_gas",
|
|
"dimension_filter": [
|
|
"name:the_nether"
|
|
]
|
|
}
|