Nicholas Ignoffo
f5a68adc2e
Remove all the package-info.java's
...
Except the API one
2017-01-01 21:49:52 -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
33b799723c
Made it so you can view the recipes for downgrades in JEI.
2016-11-10 10:39:19 -05:00
mezz
a1eb8aad56
Fix JEI Altar recipe ( #933 )
2016-09-26 00:17:20 -07:00
Nicholas Ignoffo
24b4c4b8d1
Made all item fields final
2016-09-10 17:04:24 -07:00
Nicholas Ignoffo
537ccc092c
Made all block fields final
2016-09-10 16:13:20 -07:00
Arcaratus
c34bd48aa5
Store ItemStackWrappers instead of just ItemStacks ( #844 )
...
* Store ItemStackWrappers instead of just ItemStacks
Allows proper usage of getRecipeForInput()
* Refactoring and helper methods
2016-07-08 15:13:46 -07:00
Nicholas Ignoffo
22c1f0db55
Add a getter for the LE bucket to the API
2016-06-28 15:18:35 -07:00
Nicholas Ignoffo
7872e94430
Fix JEI not displaying correct recipe for LP bucket
2016-06-28 15:13:52 -07:00
WayofTime
5388dbf883
Added the dyeable recipes for the Sigil of Holding to the Alchemy Table.
2016-06-09 21:43:37 -04: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
08f865ba8a
Fix JEI support for orb recipes with more than 1 orb
2016-05-01 09:10:12 -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
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
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
Arcaratus
abf54bf9af
Beginning Thaumcraft compat
...
Derp
2016-02-16 18:41:59 -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
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
Nick
9329dd12f4
All soul containers show work for lookup in JEI now
2016-01-08 17:50:12 -08:00
Nick
f1f8010edc
First pass at Soul Forge JEI compat
2016-01-08 17:09:44 -08:00
Nick
5c7af4f039
Update JEI compat
...
isModLoaded() has been deprecated for quite some time and was finally removed in a recent version.
2016-01-07 15:38:12 -08:00
Nick
9c25ff38a6
Update JEI compat
2016-01-03 15:51:54 -08:00
Nick
5a1de15e42
Bound items can be used for crafting
2016-01-02 23:41:26 -08:00
WayofTime
71421b7d88
Formatted the code - Release state for Blood Magic 1.8.9-2.0.0-1
2016-01-02 17:56:37 -05:00
Nick
ae3f5ddf3f
Hide Orb filling recipes from JEI
2016-01-02 14:34:15 -08:00
Nick
142cefd9be
Attempt #1 at orb recipe handlers
...
They do not work, they are not initialized.
i need a break. my brain hurts
2016-01-01 13:47:17 -08:00
Vindex
e8b4e6f2c0
Comment fixes
2016-01-01 10:34:17 +01:00
WayofTime
a0546c6c27
Fixed improper import.
2015-12-31 08:59:10 -05:00