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 Kibe
- added Not Enough Crashes - added Building Wands
- added Polymorph (recipe conflict fix) - removed Universal Graves from client
- fixed recipe conflicts - added some emotes
- removed earthbounds (causes crashes) - updated Architectury
- removed terramine (causes too many crashes and has unbalanced demon eyes) - fixed client crashes (hopefully)

View file

@ -1,5 +1,5 @@
// Version number used for the archive name // 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 build_dir = "build";
pub const minecraft_version = "1.18.2"; pub const minecraft_version = "1.18.2";
pub const fabric_loader_version = "0.14.8"; pub const fabric_loader_version = "0.14.8";