diff --git a/gradle.properties b/gradle.properties index df67f72..03e9bde 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ loader_version=0.13.3 # Mod Properties - mod_version = 1.18.2.0 + mod_version = 1.18.2.1 maven_group = de.jottyfan.minecraft archives_base_name = quickiefabric diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 0000000..4328181 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,11 @@ + { + "replace": false, + "values": [ + "quickiefabric:oresulphor", + "quickiefabric:orenethersulphor", + "quickiefabric:oresalpeter", + "quickiefabric:oresandsalpeter", + "quickiefabric:sandsalpeter", + "quickiefabric:dirtsalpeter" + ] + } \ No newline at end of file