Commit graph

4 commits

Author SHA1 Message Date
Nicholas Ignoffo 36ce215b6b Precondition the rest of the new API 2017-08-20 16:12:50 -07:00
Nicholas Ignoffo b0404599c2 Half moved to new recipe stuff
Still need to move alchemy table recipes over and figure out how to do
the custom recipe types.
2017-08-17 21:52:20 -07:00
Nicholas Ignoffo a10b2ece9a Fixed altar detection 2017-08-16 17:29:24 -07:00
Nicholas Ignoffo 554c9852e6 Move commonly used API systems to a plugin based system
Create a class that implements IBloodMagicPlugin and annotate it with
`@BloodMagicPlugin`. The `register` method will be called during init.

Currently implemented systems:
- Blacklisting
  - Teleposer
  - Teleposer (entity)
  - Transposition
  - Well of Suffering
  - Green Grove
- Setting sacrificial values
- Adding altar components
2017-08-15 18:14:28 -07:00