TeamDman
6f8741694c
Reenable tier 6 with config option
...
Revert of fd03265764
2018-12-06 23:33:23 -08:00
Nicholas Ignoffo
42c69eb557
Rework of ritual registration
...
Moves to annotation based registration. Configs are handled for automatically
2018-06-28 21:56:25 -07:00
Nicholas Ignoffo
954f2c87e1
Fix bound orbs not allowing JEI interactions ( #1349 )
2018-06-26 16:42:35 -07:00
WayofTime
60c8441115
Added the "Resonance of the Faceted Crystal"
2018-04-20 13:39:05 -04:00
WayofTime
2db0ce5639
Added an entry to the book that explains you can, in fact, use Sea Lanterns instead of glowstone blocks for your Tier 3 altar.
2018-04-13 12:20:39 -04:00
Nicholas Ignoffo
b63c383747
Fix Sanguine Scientium recipe ( #1267 )
2018-04-11 16:46:09 -07:00
Nicholas Ignoffo
e64e481a11
Fix errant MRS tags displaying on fresh MRSs ( #1265 )
...
I literally totally hate everybody who downvoted my comment in that issue
and will show them my wrath.
2018-04-08 12:55:23 -07:00
WayofTime
467bcb4d52
Readded the ritual "Focus of the Ellipsoid": creates a hollow ellipsoid from blocks provided in the connecting chest.
...
Also added the guide page for the Shard of Laputa.
2018-03-30 19:42:11 -04:00
WayofTime
b7adad76e7
Added in book entries for the Teleport Array and the Turret Array.
2018-03-30 07:15:38 -04:00
Nicholas Ignoffo
46389368ec
Fix default potion flask recipe
2018-03-12 16:20:32 -07:00
Nicholas Ignoffo
2b86e5c8ad
More removal of BlockStack usages
2018-03-04 10:47:15 -08:00
Nicholas Ignoffo
3f5178dd6a
A bit of Ritual cleanup
...
Slowly getting rid of these BlockStack references. Slowly moving towards
a proper "API" in our internals.
2018-03-04 09:17:24 -08:00
Nicholas Ignoffo
70d98455b7
Cleaned up a lot of different inspections
2018-03-01 19:27:39 -08:00
Nicholas Ignoffo
2a43e53842
Rewrite IBindable to provide an object instead of storing 2 strings
2018-02-27 16:59:51 -08:00
WayofTime
941173dbf4
Added book entry for the Burning Furnace array.
2018-02-27 17:25:41 -05:00
Nicholas Ignoffo
106532061d
Alchemy Table now supports new recipe API
2018-02-19 15:41:18 -08:00
Nicholas Ignoffo
0beef19ba1
Seer Sigil should display tranquility data ( #1234 )
2018-02-19 14:04:32 -08:00
Nicholas Ignoffo
ee42f6ddc2
Slates and inscription tools should use ItemEnum properly
2018-02-18 14:20:36 -08:00
Nicholas Ignoffo
2fecb427fd
Merge apibutnotreally with the main packages
...
Do not consider anything outside of the true API safe to use. And even then,
I'm changing things. Just wait. Please I beg you.
2018-02-15 18:49:07 -08:00
Nicholas Ignoffo
616c08094b
Run formatter
2018-02-14 23:38:57 -08:00
Nicholas Ignoffo
33d6cdb3a9
Fix mundane component being really really really thirsty ( #1218 )
2018-02-11 14:43:00 -08:00
Nicholas Ignoffo
f974f44aeb
Fixup Alchemy Array JEI compat
2018-02-11 11:53:45 -08:00
Nicholas Ignoffo
03fece58fa
Rewrite Hwyla integration
...
Now properly makes use of the API
2018-02-08 19:01:12 -08:00
Nicholas Ignoffo
9f6a4983a6
Update JEI compat for Forge and Altar
2018-02-07 21:45:40 -08:00
Nicholas Ignoffo
ddaadfbe52
Swap the API packages
...
The new one is now built for the api jar and the old one is now internal.
It will slowly be moved around to sane places within the internal code. Most
of the features provided in the old "api" are addon specific features which
will generally rely on the main jar anyways. The new API will be specific
to compatibility features, such as blacklists, recipes, and value modification.
2018-02-05 17:04:46 -08:00
Nicholas Ignoffo
66ea131377
Fix JEI not seeing orbs as different items
2018-02-04 19:12:24 -08:00
Nicholas Ignoffo
d99cf77288
Move config to annotation system
...
All old configs must be deleted for this to work properly. Since the rest
of the update is filled with world breaking changes, this should be fine.
Also some mapping updates
(cherry picked from commit d587a8c
)
2018-02-04 19:01:27 -08:00
Nicholas Ignoffo
37ec0582eb
Fixed the last of the model errors
2017-08-16 16:39:57 -07:00
Nicholas Ignoffo
08258fd6ef
Run formatter
2017-08-15 21:30:56 -07:00
Nicholas Ignoffo
348fee1e2a
It compiles. Somehow.
2017-08-15 20:21:55 -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
4e5bc46e21
Fix JEI not displaying armor tomes
2017-03-03 17:21:36 -08:00
Nicholas Ignoffo
4e7f0d12f9
Fix Alchemy Table JEI compat being fundamentally wrong ( #1069 )
...
(cherry picked from commit fedea85
)
2017-03-02 16:57:51 -08:00
Nicholas Ignoffo
93d7efcb40
Fix crash when creating a tank stack with meta > 15 ( #1057 )
...
Also finally fixes the tanks so they properly drop themselves.
2017-02-20 13:47:36 -08:00
Nicholas Ignoffo
72c321acb0
Implement an inverted MRS that requires an RS signal to function ( #1022 )
...
(cherry picked from commit ddb7542
)
2017-02-19 14:41:06 -08:00
Nicholas Ignoffo
b0d35577a9
Fix server crash when adding categories to book ( #1046 )
2017-02-12 16:11:55 -08:00
Nicholas Ignoffo
91a900d84e
Add current charge to Waila tooltip ( #1013 )
...
(cherry picked from commit c7f2b7d
)
2017-01-02 01:58:24 -08:00
Nicholas Ignoffo
a628adfde8
Lowercase all the tooltip strings
2017-01-02 01:18:29 -08:00
Nicholas Ignoffo
574056203d
Fix JEI compat
2017-01-02 01:18:02 -08:00
Nicholas Ignoffo
f5a68adc2e
Remove all the package-info.java's
...
Except the API one
2017-01-01 21:49:52 -08:00
Nicholas Ignoffo
d80afb18f0
More progress
2017-01-01 21:43:34 -08:00
Nicholas Ignoffo
00d6f8eb46
Initial stab at 1.11
...
About halfway.
2016-12-12 19:56:37 -08:00
Arcaratus
aac2623440
Implement a functioning Blood Tank ( #969 )
...
Added a search bar to the Upgrade Tomes Creative Tab
Updated some Altar fluid code (remove deprecated stuff)
Moved Rendering classes into appropriate package
Fix the localization errors on the Demon Crystals
A few cleanups here and there
2016-12-11 17:28:47 -08:00
WayofTime
9e6c8d8a43
Final push for -67.
2016-11-27 11:32:07 -05:00
WayofTime
82f04d4b6c
Updated the book so it contains most of the rituals.
2016-11-20 10:32:13 -05:00
Nicholas Ignoffo
1f31268669
Fix Mimic render ignoring meta ( #965 )
...
Also re-implements Waila handler correctly
2016-11-11 16:50:44 -08:00
WayofTime
33b799723c
Made it so you can view the recipes for downgrades in JEI.
2016-11-10 10:39:19 -05:00
Nicholas Ignoffo
6c4fe34152
Fix Waila altar progress percent ( #796 )
...
After rewriting half of Waila, I understand how these things should be done, now
2016-10-31 00:07:59 -07:00
WayofTime
731ba99fa3
Added the Destructive Will effect to the Ritual of the Green Grove. This ritual now is done~
2016-10-23 18:57:24 -04:00