Commit graph

129 commits

Author SHA1 Message Date
Nicholas Ignoffo
600ff65aa8 Fix Plantable harvest handler not replanting (#781)
Another case of NutDerp!
2016-06-05 16:55:01 -07:00
Nicholas Ignoffo
8edf42a5cb Add IGuideLinked for ritual controller 2016-06-05 16:29:36 -07:00
WayofTime
9e7517459e Played around a bit more with the guide. Added a simple recipe getter for the recipe pages. 2016-06-05 14:12:28 -04:00
Nicholas Ignoffo
7c1cbb2503 Fix book model 2016-06-04 13:56:02 -07:00
WayofTime
50aa866e24 Updated Guide-API version 2016-06-04 16:19:25 -04:00
WayofTime
424d84d5ad Added a test entry for the Demon Kin 2016-06-04 15:01:25 -04:00
Nicholas Ignoffo
93623a6687 Begin GuideAPI integration 2016-06-03 16:56:13 -07:00
Nicholas Ignoffo
f474c31bc9 Re-implement Waila integration 2016-05-31 16:43:11 -07:00
Nicholas Ignoffo
c66b99b535 Remove things that shouldn't be there 2016-05-19 17:46:11 -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
WayofTime
c80b083865 More tweaks to the alchemy table, as well as some minor recipes. 2016-05-02 20:08:25 -04:00
WayofTime
ce385bd9a6 Added JEI compat for the Alchemy Table 2016-05-02 13:45:52 -04:00
Nicholas Ignoffo
d10d6e6275 Comment out Waila compat until Waila updates mappings 2016-05-01 13:55:15 -07:00
Nicholas Ignoffo
08f865ba8a Fix JEI support for orb recipes with more than 1 orb 2016-05-01 09:10:12 -07:00
Nicholas Ignoffo
8283047bf1 Re-implement Waila compat 2016-05-01 09:00:49 -07:00
Nicholas Ignoffo
cfa40e9bfb Update JEI compat
Supports new category item system.
Fixes Binding category input slot cycling through input and catalyst.
2016-05-01 08:35:07 -07:00
Nicholas Ignoffo
aacb54962b Remove Compression mod bandaid
An actual fix was implemented by the author.
2016-04-24 11:54:05 -07:00
Nicholas Ignoffo
b408234ab0 Fix formatting in compression compat 2016-04-24 08:50:10 -07:00
Nicholas Ignoffo
ba17fe126e Config for ignoring Compression mod's compress recipes
Over 3200 recipes with *just* vanilla + BM is... bad. Nobody should be adding that many...
2016-04-24 08:30:59 -07:00
Nick
137beb4006 Add a clickable area to Soul Forge to view recipes 2016-04-18 19:23:47 -07:00
Nick
a4f55d88b6 Change some int displays to Roman Numerals
May not be 100% accurate if you somehow manage to get these really, really high, but it's good enough.
2016-04-17 13:51:39 -07:00
Arcaratus
3e50dd4117 Improved the API and internal workings
Update things

Fix some more things

Update once more

Refactoring and removing unnecessary null checks

Woops

Fix

Nother fix

Moar fix

Fix imports

Update ItemBindable.java
2016-04-12 20:34:08 -04:00
Arcaratus
800ffa213b OreDict Altar Recipes!
OreDict support for altar and alchemy array recipes!
Changed the alchemy array JEI image

Recipe modularizations

Fix

Like this?

Tehnut patch

Change to List<ItemStack>
2016-03-27 13:12:56 -04:00
Nick
252a4559f0 Re-add JEI compat 2016-03-18 04:07:49 -07: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
fe18be56fd Update graphic for Altar page in docs
Removes the Sanguimancy part and use new graphical style
2016-03-01 13:45:45 -08:00
Nick
f21e97063a Fix formatting + tooltips 2016-02-26 21:35:41 -08:00
Nick
8d5e9c125b Initial stab at documentation 2016-02-26 21:22:34 -08: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
Nick
45710ebb8f Some minor cleanup
* Hid Dimensional Portal from JEI and Creative
* Fixed stacktrace spam when invalid portal was stepped into
* Fixed tank rendering no model at all
* Fixed NBT saving for Dimensional Portal
2016-02-23 22:47:28 -08:00
Nick
8393cca118 Blacklist Alchemy Array from JEI 2016-02-20 15:51:44 -08:00
Nick
4becdbf969 Update JEI to latest
Fixes issue where setting "after:JEI@[1.2.3,)" would cause the blacklist to break.
2016-02-18 00:06:25 -08:00
Nick
af193c3e5b JEI support for Blood Orb recipe type
We can now move all the recipes over to Shape(d/less)BloodOrbRecipe
2016-02-16 20:48:42 -08:00
Nick
65dd24b19b Move Revealing upgrade to tc compat class/package 2016-02-16 15:45:44 -08:00
Arcaratus
abf54bf9af Beginning Thaumcraft compat
Derp
2016-02-16 18:41:59 -05:00
WayofTime
64efaf854b Implemented most of the framework required for training specific Living Armour Upgrades. 2016-02-14 21:50:32 -05:00
WayofTime
95354ad557 Added Runic Shielding upgrade to the Living Armour. 2016-02-11 17:53:20 -05:00
Nick
be0a93143d Blacklist some more NBT tags from JEI 2016-02-09 18:26:30 -08:00
Nick
82e802e936 Update JEI compat 2016-02-08 16:23:58 -08:00
Nick
ef6e066d94 Waila handler for Alchemy Array 2016-02-04 17:07:53 -08:00
Nick
7e8b469349 Allow rituals to be disabled via config (#545)
Not automated like the old method, but works. Requires an MC restart. Might look at making it reload-able while ingame at a later date.
2016-02-01 17:05:39 -08:00
Nick
f7682e5c29 Forgot to blacklist the new NBT tag for bindables 2016-01-23 00:20:21 -08:00
Nick
780dcdf7be Additional information for Altar JEI handler
Hover over the altar image to view Consumption and Drain rates.
2016-01-17 18:16:17 -08:00
Nick
c5b48ab59f Retain order of provided wills in JEI + only display valid will containers 2016-01-16 12:48:07 -08:00
Nick
18280786d9 Add a description for the Demonic Will
Displays when looking up a recipe in JEI.
2016-01-12 16:50:18 -08:00
Nick
cf19823855 Hide upgrade tomes from JEI unless they are max level 2016-01-11 12:28:08 -08:00
Nick
254d9bec80 Prepare ICompatibility for phase based loading
Some compat will need to be done at different loading phases. This should allow that to be handled fairly easily.
2016-01-09 20:41:01 -08:00
Nick
e8cb3dbb7d Forge recipes now display soul info via tooltip
Hover over the arrow
2016-01-09 19:45:34 -08:00
WayofTime
61e6cf2a14 Renamed nomenclature to Demonic Will instead of souls - still missing a few spots 2016-01-09 10:47:36 -05:00