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, "dimID": 100,
"dimName": "Moon" "dimName": "Moon"
},
{
"dimID": 119,
"dimName": "Void"
} }
] ]
} }

View File

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