diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 8db98519..88355654 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,7 @@ +# 0.19.2 + +Fix an issue related to an invalid entry in the `minecraft:mineable/pickaxe` tag. + # 0.19.1 Fix a crash on startup due to unregistered blocks (intrusive holders). diff --git a/gradle.properties b/gradle.properties index a63bd065..ca9c8835 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.9 loader_version=0.14.21 # Mod Properties -mod_version = 0.19.1+1.20 +mod_version = 0.19.2+1.20.1 maven_group = nourl.mythicmetals archives_base_name = mythicmetals @@ -41,7 +41,6 @@ mmdecorations_version=0.5.2 # Additional Entity Attributes # https://github.com/DaFuqs/AdditionalEntityAttributes aea_versionite=1.4.0+1.20.0 -aea_jitpack=1.19.4-SNAPSHOT # Mixin Extras # https://github.com/LlamaLad7/MixinExtras me_version=0.2.0-beta.6 diff --git a/src/main/resources/data/mythicmetals/tags/blocks/conduit_blocks.json b/src/main/resources/data/mythicmetals/tags/blocks/conduit_blocks.json index 3956dc68..9bf4ec82 100644 --- a/src/main/resources/data/mythicmetals/tags/blocks/conduit_blocks.json +++ b/src/main/resources/data/mythicmetals/tags/blocks/conduit_blocks.json @@ -1,7 +1,6 @@ { "replace": false, "values": [ - "mythicmetals:aquarium_block", - "mythicmetals:aquarium_glass" + "mythicmetals:aquarium_block" ] } \ No newline at end of file