From 77c933a4ffe36f1e98c2ec9253e5dd0ad43f27e7 Mon Sep 17 00:00:00 2001 From: oitsjustjose Date: Sun, 25 Sep 2022 22:03:35 -0500 Subject: [PATCH] Fix anthracite coal values being flipped --- .../data/geolosys/deposits/ore/anthracitic_coal.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/geolosys/deposits/ore/anthracitic_coal.json b/src/main/resources/data/geolosys/deposits/ore/anthracitic_coal.json index 4e42cda9..0cc4b865 100644 --- a/src/main/resources/data/geolosys/deposits/ore/anthracitic_coal.json +++ b/src/main/resources/data/geolosys/deposits/ore/anthracitic_coal.json @@ -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",