1.2.4
SorceryCraft/pipeline/head This commit looks good Details

Optimize Packets
Allow Command Blocks to use ```/spell``` Command
Namespace Statistics
This commit is contained in:
TheBrokenRail 2020-03-24 09:37:44 -04:00
parent 5552fe5cd8
commit acf08c7fa6
3 changed files with 7 additions and 2 deletions

2
API.md
View File

@ -8,7 +8,7 @@
}
dependencies {
modImplementation 'com.thebrokenrail:sorcerycraft:VERSION'
// VERSION = "<Mod Version>+<MC Version>", for example "1.2.3+20w12a"
// VERSION = "<Mod Version>+<MC Version>", for example "1.2.4+20w12a"
}
```
2. Add Dependency to ```fabric.mod.json```

View File

@ -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

View File

@ -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