Nicholas Ignoffo
08258fd6ef
Run formatter
2017-08-15 21:30:56 -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
Nicholas Ignoffo
5fcdd978d7
this doesn't compile yet, but have something to peek at
2017-08-14 20:53:46 -07:00
Nicholas Ignoffo
85a16ac075
Should fix Blood Light being collidable ( #1083 )
...
Why did this only occur in obfuscated environments?
2017-03-06 16:18:55 -08:00
Nicholas Ignoffo
d80afb18f0
More progress
2017-01-01 21:43:34 -08:00
Nicholas Ignoffo
24b4c4b8d1
Made all item fields final
2016-09-10 17:04:24 -07:00
Nicholas Ignoffo
b582390cd6
Allow Blood Light to be replaced ( #840 )
2016-07-07 18:00:19 -07:00
Nicholas Ignoffo
de5e23e6c4
package-info upd- I mean 1.9.4 update
...
These are now "required" thanks to Mojang giving us some annotations. Yay..?
2016-05-19 17:43:33 -07:00
Nicholas Ignoffo
d550513f0a
Update Forge + mappings
2016-04-24 10:06:28 -07:00
Nick
d48e4e5ae8
Move setRegistryName out of item/block constructors
2016-04-09 16:50:16 -07:00
WayofTime
bd79afd46d
Fixed the divination sigil and did a variety of other fixes.
2016-03-28 07:25:51 -04:00
WayofTime
10c6829482
Block fixes
2016-03-18 13:16:38 -04:00
Nick
6c729db70c
Initial 1.9 commit
...
This DOES NOT BUILD. Do not even attempt.
Almost everything has been ported besides the block/item packages. Then it's a matter of testing what broke.
2016-03-17 13:00:46 -07:00
WayofTime
134b11f177
Normalized code formatting.
2016-03-16 18:41:06 -04:00
Nick
173fdbfb2d
Make Blood Lights more visible when holding Sigil ( #340 )
...
Spawns some extra particles to make it more noticeable
2016-03-14 20:23:31 -07:00
WayofTime
da6f410394
Lots of import rearrangement due to odd "clean up" algorithm. Added Crystals, which are very WIP.
2016-02-25 08:54:18 -05:00
WayofTime
820418558e
Fixed Blood Light particles being purple. Added ability for the Divination Sigil to look at information of the incense altar
2016-01-30 08:44:49 -05:00
Nick
fdfcb5c5b7
Change how blocks/items are registered (desc)
...
tterrag is a meany face and yelled at me for using class.getSimpleName(). So here's an API-friendly re-work of the registration system. This allows all our Items/Blocks to be obtained via the API. Just add a new enum.
2016-01-18 22:34:12 -08:00
Arcaratus
07097c00a9
Recipes commit
...
Fix
2015-12-30 17:26:40 -05:00
WayofTime
e48eedb874
Changed formatting to have bracing on a new line
2015-12-30 15:34:40 -05:00
Arcaratus
5dff08380d
Basic sigils implementation
2015-12-27 19:38:12 -05:00
Nick
c4e6f63ada
Cleanup javadoc and make it compile correctly
2015-12-01 21:14:26 -08:00
Arcaratus
225016e030
Finished the Altar
2015-11-29 19:04:50 -05:00