This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/CHANGELOG.md

61 lines
931 B
Markdown
Raw Normal View History

2020-03-02 23:06:47 +00:00
### Changelog
**1.1.1**
* Add a unique texture for the Spell
**1.1**
* API is now stable
* Fix ```/spell``` suggestions
2020-03-08 16:06:43 +00:00
**1.0.14**
* Update Spell API
**1.0.13**
* Rename ```SpellRegistry.registerSpell``` to ```SpellRegistry.register```
2020-03-08 15:34:47 +00:00
**1.0.12**
* Update Mappings
* Add API Docs
**1.0.11**
* Allow Spells to Affect Blocks
* Add Cooling Spell
2020-03-07 01:33:54 +00:00
**1.0.10**
* Add Issues Link
2020-03-07 00:21:27 +00:00
**1.0.9**
* Update Particles
**1.0.8**
* Update to 20w10a
* Add the ```/spell learn```, ```/spell add```, and ```/spell remove``` commands
* Use CurseForge
**1.0.7**
* Play Failure Sound when Inward Spell Fails
2020-03-04 01:34:36 +00:00
**1.0.6**
* Namespace PlayerEntity Mixin
2020-03-04 01:22:40 +00:00
**1.0.5**
* Clean up code
**1.0.4**
* Migrate old worlds to new ID system
**1.0.3**
* Tweak Loot Tables
* Fix Dispenser Bugs
* Fix Inward Bugs
**1.0.2**
* Add Inward Spell
* Tweak Rebound Mechanic
* Allow Dispensers to Shoot Spells
2020-03-02 23:06:47 +00:00
**1.0.1**
* Add Teleport Spell
**1.0.0**
* Initial Release