From 617c581c682d9336ddd8275b840c218dae8bcad0 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:49:29 +0200 Subject: [PATCH 1/4] Create Mining.json --- Mining.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Mining.json diff --git a/Mining.json b/Mining.json new file mode 100644 index 000000000..d58ca97e8 --- /dev/null +++ b/Mining.json @@ -0,0 +1,54 @@ +{ + "blockStrengths": { + "LOW_TIER_MITHRIL": 500, + "MID_TIER_MITHRIL": 800, + "HIGH_TIER_MITHRIL": 1500, + "TITANIUM": 2000, + "STONE": 15, + "COBBLESTONE": 20, + "COAL_ORE": 30, + "IRON_ORE": 30, + "GOLD_ORE": 30, + "LAPIS_ORE": 30, + "REDSTONE_ORE": 30, + "EMERALD_ORE": 30, + "DIAMOND_ORE": 30, + "NETHERRACK": 8, + "QUARTZ_ORE": 30, + "GLOWSTONE": -1, + "MYCELIUM": -1, + "RED_SAND": -1, + "SULPHUR": 500, + "GRAVEL": -1, + "END_STONE": 30, + "OBSIDIAN": 500, + "HARD_STONE_HOLLOWS": 50, + "HARD_STONE_TUNNELS": 50, + "HARD_STONE_MINESHAFT": 50, + "PURE_COAL": 600, + "PURE_IRON": 600, + "PURE_GOLD": 600, + "PURE_LAPIS": 600, + "PURE_REDSTONE": 600, + "PURE_EMERALD": 600, + "PURE_DIAMOND": 600, + "RUBY": 2300, + "AMBER": 3000, + "AMETHYST": 3000, + "JADE": 3000, + "SAPPHIRE": 3000, + "TOPAZ": 3800, + "JASPER": 4800, + "OPAL": 3000, + "AQUAMARINE": 5200, + "CITRINE": 5200, + "ONYX": 5200, + "PERIDOT": 5200, + "LOW_TIER_UMBER": 5600, + "HIGH_TIER_UMBER": 5600, + "LOW_TIER_TUNGSTEN_TUNNELS": 5600, + "LOW_TIER_TUNGSTEN_MINESHAFT": 5600, + "HIGH_TIER_TUNGSTEN": 5600, + "GLACITE": 6000 + } +} \ No newline at end of file From 9c1b43fe19c0bf6fe198d860869afdd7fddaea59 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:24:59 +0200 Subject: [PATCH 2/4] move to correct spot --- Mining.json => constants/Mining.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Mining.json => constants/Mining.json (100%) diff --git a/Mining.json b/constants/Mining.json similarity index 100% rename from Mining.json rename to constants/Mining.json From ec75e50ffdb78237282668021324e911c3efc39f Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:31:57 +0100 Subject: [PATCH 3/4] rename --- constants/Mining.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/Mining.json b/constants/Mining.json index d58ca97e8..1b8a13691 100644 --- a/constants/Mining.json +++ b/constants/Mining.json @@ -1,5 +1,5 @@ { - "blockStrengths": { + "block_strengths": { "LOW_TIER_MITHRIL": 500, "MID_TIER_MITHRIL": 800, "HIGH_TIER_MITHRIL": 1500, @@ -51,4 +51,4 @@ "HIGH_TIER_TUNGSTEN": 5600, "GLACITE": 6000 } -} \ No newline at end of file +} From 8e2f047c586a1add0ec896ae8aed713fa3faab9b Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 8 Dec 2024 09:36:13 +0100 Subject: [PATCH 4/4] Added MID_TIER_UMBER --- constants/Mining.json | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/Mining.json b/constants/Mining.json index 1b8a13691..92f125b55 100644 --- a/constants/Mining.json +++ b/constants/Mining.json @@ -45,6 +45,7 @@ "ONYX": 5200, "PERIDOT": 5200, "LOW_TIER_UMBER": 5600, + "MID_TIER_UMBER": 5600, "HIGH_TIER_UMBER": 5600, "LOW_TIER_TUNGSTEN_TUNNELS": 5600, "LOW_TIER_TUNGSTEN_MINESHAFT": 5600,