Commit graph

1586 commits

Author SHA1 Message Date
WayofTime
82ebb57fa5 Removed temp maven. 2016-01-02 08:12:29 -05:00
WayofTime
2a13998ed0 Fixed a few recipe issues. 2016-01-02 08:03:41 -05:00
Nick
a17e9be1cf PropertyString uses generics now 2016-01-01 20:24:16 -08:00
Nick
e157a68696 Orb filling recipes 2016-01-01 19:59:10 -08:00
Nick
6351fd2d3e Waila data provider for rituals 2016-01-01 19:04:53 -08:00
Nick
8b3c91d77e Sync MRS NBT to client 2016-01-01 19:04:40 -08:00
Nick
fa030a1d43 Add an unlocalized name to Imperfect Rituals 2016-01-01 18:54:58 -08:00
Nick
18c1ccae80 Fix SoulNetwork lookup via UUID 2016-01-01 18:54:39 -08:00
WayofTime
b51705d90a Merge pull request #536 from BBoldt/1.8-Rewrite
Unity textures
2016-01-01 19:58:56 -05:00
BBoldt
6edd578646 Replaced textures with existing unity textures 2016-01-01 16:41:54 -08:00
BBoldt
dc8b53bf7b Remove textures not currently being used 2016-01-01 16:08:40 -08:00
Nick
2eaa9bf578 Hey look, the actual compat classes... >.> 2016-01-01 15:41:01 -08:00
Nick
cb929a93b6 WAILA compatibility
Currently has handlers for Teleposers and Blood Altars
2016-01-01 15:40:04 -08:00
WayofTime
318e3a03c7 Added Charging rune and associated necessities, such as having the Seer's Sigil detect total charge. 2016-01-01 17:36:50 -05: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
WayofTime
b170654ed3 Implemented recipes and arrays for Suppression sigil. 2016-01-01 15:46:40 -05:00
Nick
a48e40684a Recipes now use OreDict 2016-01-01 12:33:55 -08:00
Nick
e5a90c5e7f Add a way to hard blacklist Blocks from the Teleposer
The blocks in this list cannot be changed via config file. The two lists are kept (instead just one) so that the config one can be refreshed at any point with ConfigChangedEvent.
2016-01-01 12:33:42 -08:00
Nick
ad68a89f15 React to ConfigChangedEvent 2016-01-01 12:33:26 -08:00
WayofTime
d0ed994abb Added Divination sigil array. 2016-01-01 14:24:59 -05:00
WayofTime
c42bc12e69 Added the Regeneration ritual. Added localization for ritual activation. Removed the cost of activating a ritual when in creative mode. 2016-01-01 13:59:56 -05:00
Nick
75d9a84194 Re-enable Source jar creation
That PR was merged a few weeks back. Also add the version the binaries were built on to the manifest
2016-01-01 10:56:11 -08:00
Nick
e0111d4f7e Remove fancy render check from RenderAltar
Not even Vanilla does those "fast" item renders anymore.
2016-01-01 10:54:07 -08:00
Nick
7ebd59382f Javadoc warning cleanup 2016-01-01 10:52:42 -08:00
Nick
d4b5d3d3e2 Add compat category to Config gui 2016-01-01 10:16:19 -08:00
WayofTime
400161f787 Potentially fixed Javadocs 2016-01-01 13:14:49 -05:00
WayofTime
dc444d97ae Added base array texture. Modified Arcane Ashes recipe. 2016-01-01 12:57:51 -05:00
Nick
1ea5de0ed1 Re-implement the Teleposer Blacklist 2016-01-01 09:29:35 -08:00
WayofTime
0bb6e1eb36 Merge pull request #534 from Arcaratus/1.8-Rewrite
Teleposers and refractoring
2016-01-01 12:17:17 -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
WayofTime
adef7f1ce9 Added Item Renderer to Altar. 2016-01-01 09:03:21 -05:00
WayofTime
eb18618eab Merge pull request #532 from the-vindex/1.8-Rewrite-comment-fixes
Comment fixes
2016-01-01 07:44:26 -05:00
WayofTime
3dbe281861 Merge pull request #530 from the-vindex/1.8-Rewrite
Eclipse and IDEA formatting and code clean up
2016-01-01 07:44:19 -05:00
Vindex
e8b4e6f2c0 Comment fixes 2016-01-01 10:34:17 +01:00
Vindex
fa24ea4118 Eclipse and IDEA formatting settings and Prevent reformatting
EnumAltarTier so that IDEA doesn't mess with it
2016-01-01 10:12:14 +01:00
Nick
a2e77adbff Fix LavaCrystal NPE
When attempting to place an unbound Lava Crystal into a furnace, it would crash when looking for the bound player because... well... it was unbound... :D
2016-01-01 01:06:56 -08:00
WayofTime
65d75313cb Now causes nausea when passive operations (such as rituals or the Lava Crystal).
Added the Lava crystal model.
2015-12-31 20:47:01 -05:00
WayofTime
6fb409f20f Fixed the Soul Network and made sure the majority of the items worked on it. 2015-12-31 20:10:57 -05:00
WayofTime
241c0b8dda Added the Ritual of the Feathered Knife 2015-12-31 19:11:58 -05:00
WayofTime
7eee77ffe1 Added Dusk and Dawn ritual diviners. Finished the majority of diviner logic. 2015-12-31 16:31:01 -05:00
WayofTime
9a610cc023 Implemented Well of Suffering. Tweaked AreaDescriptor slightly. 2015-12-31 16:01:47 -05:00
WayofTime
e8d1ff4997 Reformatting with Vindex's magic 2015-12-31 13:50:38 -05:00
WayofTime
67a9d5c1e9 Merge pull request #529 from the-vindex/1.8-Rewrite
Eclipse project formatting rules + unmodifiable BlockPos list on AreaDescriptor
2015-12-31 13:48:54 -05:00
Vindex
17e814785e AreaDescriptor now returns unmodifiable collection 2015-12-31 18:11:19 +01:00
Vindex
77a9a8c445 Eclipse settings - all developers must import these to keep formatting 2015-12-31 18:11:18 +01:00
WayofTime
417114b6f0 Redefined the bounding for AreaDescriptor - it is now inclusive for the minimumOffset but is exclusive for the maximumOffset. 2015-12-31 11:25:24 -05:00
WayofTime
63da257260 Fixed AreaDescriptor and edited the Jumping ritual slightly. 2015-12-31 10:05:38 -05:00
WayofTime
f56261e766 Merge pull request #527 from Arcaratus/1.8-Rewrite
Jumping Ritual
2015-12-31 09:32:53 -05:00
Arcaratus
23051088da Jumping Ritual
Patch
2015-12-31 09:06:58 -05:00