diff --git a/changelog.md b/changelog.md index b20d8b62..36d7a819 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,16 @@ ------------------------------------------------------ +Version 1.0.3 +------------------------------------------------------ +Additions +- Russian translation - Thanks VladisCrafter! + +Fixes +- Empty blaze burners no longer become blaze bankers +- Being able to power redstone behind depositors by powering the depositor with a repeater +- Depositors taking money held in hand even when you have Insufficient funds +- Funnel/Chute vendor restocking not working on forge +- Translatability of coin names/values +------------------------------------------------------ Version 1.0.2 ------------------------------------------------------ Fixes diff --git a/gradle.properties b/gradle.properties index 5bee9cd1..05821225 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx4G # Mod Info archives_base_name = CreateNumismatics -mod_version = 1.0.2 +mod_version = 1.0.3 maven_group = dev.ithundxr minecraft_version = 1.20.1