chore: updated CHANGELOG.md and version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Timo Ley 2022-07-26 16:10:26 +02:00
parent 286d65ccfd
commit edbcfc183f
2 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,6 @@
- added Mouse Wheelie
- added Not Enough Crashes
- added Polymorph (recipe conflict fix)
- fixed recipe conflicts
- removed earthbounds (causes crashes)
- removed terramine (causes too many crashes and has unbalanced demon eyes)
- added Kibe
- added Building Wands
- removed Universal Graves from client
- added some emotes
- updated Architectury
- fixed client crashes (hopefully)

View file

@ -1,5 +1,5 @@
// Version number used for the archive name
pub const version = "1.2.0";
pub const version = "1.3.0";
pub const build_dir = "build";
pub const minecraft_version = "1.18.2";
pub const fabric_loader_version = "0.14.8";