Stop Depletion of Void Oil (#526)

[BUG]
This commit is contained in:
Integer Limit 2023-11-13 21:35:04 +11:00 committed by GitHub
parent 39355a3382
commit 15ff662307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

6
overrides/config/gregtech/dimensions.json Normal file → Executable file
View File

@ -19,6 +19,10 @@
{
"dimID": 100,
"dimName": "Moon"
},
{
"dimID": 119,
"dimName": "Void"
}
]
}
}

View File

@ -3,12 +3,12 @@
"name": "Void Infinite Raw Oil Deposit",
"yield": {
"min": 80,
"max": 81
"max": 80
},
"depletion": {
"amount": 1,
"chance": 1,
"depleted_yield": 79
"amount": 0,
"chance": 0,
"depleted_yield": 80
},
"dimension_filter": [
"dimension_id:119"