diff --git a/PATCHNOTES.md b/PATCHNOTES.md index 7f42ad405..4b0699a23 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,3 +1,21 @@ +# 0.9.4 +Added recipes for converting storage blocks back into ingots +Updated all recipes to use tags instead of items. This makes the mod cross-compatible with other mods using the same tags, similar to Forges ore dictionary. +Updated the vermiculite loot table in order to suppress an error +Updated patch notes and credits + + +# 0.9.3 +Bumped version so it now supports 1.16.3 and 1.16.4 +Changed Kyber Ore to spawn a bit higher up + +# 0.9.2 +Metallurgium Armor has been given its intended recipes (thanks to Ackman3121) +Vermiculite has a new loot table, dropping similar to lapis/redstone ore + +# 0.9.1 +Attempted to hotfix Metallurgium armor recipes + # 0.9 Added common tags for ores, tools, and ingots Added storage blocks for all ingots diff --git a/gradle.properties b/gradle.properties index 3f91ceda4..706e5ab60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,9 +8,9 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.10.5+build.213 # Mod Properties - mod_version = 0.9.3 + mod_version = 0.9.4 maven_group = nourl.mythicmetals - archives_base_name = mythic-metals + archives_base_name = mythicmetals # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api