0.6.0 release!

Changelog:
- Media Phials! A late-game way of getting exact change for your spells
- Lots of new list spells, Ignite/Extinguish, and Destroy Water works on
  any fluid (thanks @Noobulus)
- Some logical operator spells
- Greater Teleport doesn't dupe items anymore and drops fewer items the
  less you go (thanks @12foo)
- Improvements to particle effects
- Waste Not achievement no longer triggers on any media spent
This commit is contained in:
gamma-delta 2022-03-16 19:57:11 -05:00
parent 938e35431e
commit d582baef54
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -25,3 +25,5 @@ run
forge*changelog.txt
Session.vim
plot/

View File

@ -17,7 +17,7 @@ apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.parchmentmc.librarian.forgegradle'
version = '0.6.0-dev.3'
version = '0.6.0'
group = 'at.petra-k.hexcasting' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'hexcasting'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB