Skip to content

Commit

Permalink
Updated gradle.properties and PATCHNOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Noaaan committed Nov 10, 2020
1 parent 8055809 commit 8621fca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions PATCHNOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8621fca

Please sign in to comment.