From acf08c7fa63937dcc9e893a5d89d3d7b62991e02 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 24 Mar 2020 09:37:44 -0400 Subject: [PATCH] 1.2.4 Optimize Packets Allow Command Blocks to use ```/spell``` Command Namespace Statistics --- API.md | 2 +- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 3706cf6..ac0b58e 100644 --- a/API.md +++ b/API.md @@ -8,7 +8,7 @@ } dependencies { modImplementation 'com.thebrokenrail:sorcerycraft:VERSION' - // VERSION = "+", for example "1.2.3+20w12a" + // VERSION = "+", for example "1.2.4+20w12a" } ``` 2. Add Dependency to ```fabric.mod.json``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 920c2eb..7fee8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +**1.2.4** +* Optimize Packets +* Allow Command Blocks to use ```/spell``` Command +* Namespace Statistics + **1.2.3** * Tweak Cooling Spell * Tweak Versioning diff --git a/gradle.properties b/gradle.properties index 650b231..b332105 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G fabric_loader_version = 0.7.8+build.189 # Mod Properties - mod_version = 1.2.3 + mod_version = 1.2.4 maven_group = com.thebrokenrail archives_base_name = sorcerycraft