WayofTime
ed8427c04e
Added the framework for a ritual that grants downgrades (instead of the potion method)
2016-10-08 21:23:16 -04:00
WayofTime
34d9649c70
Fixed the Blood Altar so that it can (again) work on a stack size larger than 1
2016-07-20 21:29:04 -04:00
WayofTime
a037d71337
Updated the Sanguine Scientiem with Alchemy Array recipes
2016-07-19 21:26:50 -04: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
WayofTime
b4ff6d5d2f
Added the Updraft Array (feather + glowstone)
2016-07-01 19:07:43 -04:00
WayofTime
ad546380a3
Initial work on the Attractor alchemy array. Very WIP and is not quite where I like it.
2016-06-27 20:01:34 -04:00
WayofTime
c5f0333aac
Reorganized the AlchemyArrayEffects so it is easier to make more unique arrays. Also fixed an NPE when crafting sigils.
2016-06-27 11:21: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
a03bc4d9a9
Forgot files...
2016-05-02 11:24:34 -04:00
WayofTime
b56bbef29e
Formatting!
2016-04-05 16:16:17 -04:00
Nick
1aaa817e65
Cleanup Alchemy Array recipe registry a bit
2016-03-27 20:09:30 -07: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
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
126d17b55d
Clean up some javadoc spam
...
Still need to figure out why delombok is priting an error for every non-BM import. It was apparently fixed in `gradle-lombok` 1.5 but it seems to have returned.
2016-03-02 12:56:57 -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
48622bf2e7
All Getter methods for lists/maps in registry now return new copies
2016-02-18 09:49:12 -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
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
60d44d7f89
Completely bypass enabled ritual map
...
This should work, but just in case.
2016-01-31 15:44:07 -08:00
Nick
0209b3f98d
Fix Imperfect Rituals not working
2016-01-24 17:47:22 -08:00
Nick
470b5fce9c
Those constants shouldn't be there or used
...
Also notes last commit in changelog
2016-01-19 02:34:49 -08:00
Nick
5e1a38b271
Fix calls to deprecated model registry methods
2016-01-10 14:34:01 -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
34e6350cbc
Add handlers for "tall" and "stem" crops
...
Documentation for all harvest-y stuff as well.
2016-01-09 01:54:25 -08:00
Nick
f1f8010edc
First pass at Soul Forge JEI compat
2016-01-08 17:09:44 -08:00
WayofTime
7b8646659a
Added SoulForgeRecipe (basically a modified ShapelessOreRecipe, so is compatible with the oredictionary), and worked on the shift-clicking into the inventory.
2016-01-08 09:12:31 -05:00
Nick
5744d19ca9
Implement Harvest Ritual
...
Currently only a handler for standard crops (wheat, carrots, etc) is implemented.
2016-01-08 00:32:03 -08:00
WayofTime
14d3a1ec7e
Fixed #541
...
Fixed #542
2016-01-03 08:30:59 -05: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
e157a68696
Orb filling recipes
2016-01-01 19:59:10 -08:00
WayofTime
dc444d97ae
Added base array texture. Modified Arcane Ashes recipe.
2016-01-01 12:57:51 -05:00
Arcaratus
a8a0ae6e8b
Teleposers and refractoring
2016-01-01 12:08:17 -05:00
WayofTime
1b9f72b494
Added Arcane Ashes to draw alchemy arrays.
2016-01-01 11:54:44 -05:00
Vindex
e8b4e6f2c0
Comment fixes
2016-01-01 10:34:17 +01:00
WayofTime
d7a96c061d
Added getNewCopy() to Ritual to allow tiles to hold their own copy of a Ritual. Created caching in AreaDescriptor for faster BlockPos access.
2015-12-31 08:01:39 -05:00
WayofTime
e48eedb874
Changed formatting to have bracing on a new line
2015-12-30 15:34:40 -05:00
WayofTime
98ca2fbd16
Implemented the Ritual Diviner and added its recipe. Added unlocalized name to rituals. Removed a few unnecessary imports.
2015-12-30 11:34:04 -05:00
Nick
e16017bd56
JEI support for Binding/Alchemy Array recipes
...
Needs pretty-fying
2015-12-29 16:11:34 -08:00
Nick
e7f5a1addf
Fix @Nullable import
...
@WayofTime, you want `javax.annotation.Nullable`, not
2015-12-28 19:10:53 -08:00
WayofTime
c54aa5d00e
Finished the infrastructure for Alchemy Array crafting. Updated some Utils so that they work more generally. Added the ability for a delay to be present for effects.
2015-12-23 20:19:06 -05:00
WayofTime
63c3853776
Generated the initial infrastructure for Alchemy Array effects, which includes crafting. Needs to be hooked into by TileAlchemyArray.
2015-12-23 18:45:47 -05:00
Nick
61b2b293ba
Clean up some logging + protect against negative values in Altar Recipes
2015-12-23 09:41:59 -08:00
WayofTime
4e063e24a0
Removed latent System.out and reformatted to an inferior format.
2015-12-22 21:05:47 -05:00
WayofTime
f1a3c5ee46
Fixed Orb filling and added the Weak Blood Orb as a fillable orb.
2015-12-22 21:03:00 -05:00
Nick
13d9cb4b5a
Add registry for Binding rituals and add JEI support
2015-12-02 19:27:28 -08:00
Nick
34dee6447b
A whole lot of formatting cleanup
...
Also changes NBTHolder to a standard Constants class with subclasses for each category
2015-11-28 18:25:46 -08:00
Arcaratus
a6d329cf98
Altar works
2015-11-27 20:15:19 -05:00
Nick
798d4b926c
Use a wrapper instead of ItemStacks for Altar recipes
2015-11-03 10:00:40 -08:00
Nick
e12c78877e
Fix recipe by stack lookup
2015-11-03 09:47:38 -08:00