Skip to content

Commit

Permalink
Fix anthracite coal values being flipped
Browse files Browse the repository at this point in the history
  • Loading branch information
oitsjustjose committed Sep 26, 2022
1 parent d16ca3f commit 77c933a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "geolosys:deposit_layer",
"config": {
"yMin": -52,
"yMax": -64,
"yMax": -52,
"yMin": -64,
"radius": 3,
"depth": 4,
"biomeTag": "#minecraft:is_overworld",
Expand Down

0 comments on commit 77c933a

Please sign in to comment.