Optimize Packets Allow Command Blocks to use ```/spell``` Command Namespace Statistics
This commit is contained in:
parent
5552fe5cd8
commit
acf08c7fa6
2
API.md
2
API.md
@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
modImplementation 'com.thebrokenrail:sorcerycraft:VERSION'
|
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```
|
2. Add Dependency to ```fabric.mod.json```
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
**1.2.4**
|
||||||
|
* Optimize Packets
|
||||||
|
* Allow Command Blocks to use ```/spell``` Command
|
||||||
|
* Namespace Statistics
|
||||||
|
|
||||||
**1.2.3**
|
**1.2.3**
|
||||||
* Tweak Cooling Spell
|
* Tweak Cooling Spell
|
||||||
* Tweak Versioning
|
* Tweak Versioning
|
||||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
|||||||
fabric_loader_version = 0.7.8+build.189
|
fabric_loader_version = 0.7.8+build.189
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.2.3
|
mod_version = 1.2.4
|
||||||
maven_group = com.thebrokenrail
|
maven_group = com.thebrokenrail
|
||||||
archives_base_name = sorcerycraft
|
archives_base_name = sorcerycraft
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user