Skip to content

Commit

Permalink
Fix broken conduit block tag
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <[email protected]>
  • Loading branch information
Noaaan committed Jan 3, 2024
1 parent 36e855f commit fadf709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions PATCHNOTES.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"replace": false,
"values": [
"mythicmetals:aquarium_block",
"mythicmetals:aquarium_glass"
"mythicmetals:aquarium_block"
]
}

0 comments on commit fadf709

Please sign in to comment.