From 8eacea88d4ba66944dbb1cda3b60b9dec843b9a5 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Fri, 1 Mar 2024 12:57:24 -0700 Subject: [PATCH] Fix one file --- gradle.properties | 2 +- .../resources/data/minecraft/tags/blocks/mineable/pickaxe.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4c8f5f8..3f21978 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ mod_name=Thresholds # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1201.4.030124.0236 +mod_version=1201.4.030124.1256 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index c2cbb46..93f97ab 100644 --- a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -1,4 +1,5 @@ { + "replace": false, "values": [ "otemod:eternium_ore_block", "otemod:deepslate_eternium_ore_block",