Nicholas Ignoffo
8283047bf1
Re-implement Waila compat
2016-05-01 09:00:49 -07:00
WayofTime
172cf86348
- Changed Living Armour so that it is now damagable. The Living Armour Chestplate will be damaged, but will not break. If it gets to ~0 durability, it will damage your LP network heavily.
...
- Living Armour is now repairable in an anvil with Binding Reagent.
- Started adding in the Alchemy Table... not really started.
2016-04-29 19:45:45 -04: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
4a1484965c
Fix spam when registering potions
2016-04-24 11:52:58 -07:00
Nicholas Ignoffo
d550513f0a
Update Forge + mappings
2016-04-24 10:06:28 -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
WayofTime
744feffc54
Added the recipe for the ritual tinkerer and modified the recipe for the bloodstone blocks.
2016-04-13 14:50:42 -04:00
WayofTime
8571d4d264
Potential fix for routing nodes (I changed nothing, but it now works). Fixed blocks that are solid that did not block sunlight.
2016-04-12 15:25:16 -04:00
WayofTime
db268b23a4
Started work on the "Ritual Reader," which will in the future give more information about rituals as well as allow you to set the custom areas of the rituals.
2016-04-10 15:05:51 -04:00
Nick
f88dae6dda
Add setRegistryName calls where missing
...
Also fixed Teleposition Sigil having Teleposition Focus's name. Stupid auto-complete not knowing which "TELEP" I wanted.
2016-04-09 17:06:41 -07:00
Nick
d48e4e5ae8
Move setRegistryName out of item/block constructors
2016-04-09 16:50:16 -07:00
WayofTime
21473c12cd
Added True Strike, increasing the damage of critical hits
2016-04-07 16:27:34 -04:00
WayofTime
7b94e414f8
Added Charging Strike armour upgrade
2016-04-07 15:12:57 -04:00
WayofTime
2c72a27f8f
Added step assist living armour upgrade tracker
2016-04-07 14:00:18 -04:00
WayofTime
832371271a
Added recipe for the Tome of Peritia
2016-04-07 10:44:20 -04:00
WayofTime
b0b61798fe
Added "Grave Digger" living armour upgrade
2016-04-04 20:18:10 -04:00
WayofTime
0755202a35
Fixed custom potion effects so they could be applied server-sided
2016-04-04 13:35:10 -04:00
WayofTime
96ecd73286
Added Soft Fall and Strong Legs living armour upgrades.
2016-04-03 12:17:42 -04:00
WayofTime
dbedcf0745
Fixed it so that the blood orb is no longer consumed in the crafting grid
2016-04-03 07:58:01 -04:00
Nick
2258f7b442
Fix registered name spam
2016-04-02 16:15:22 -07:00
WayofTime
378c59d2b3
Updated to Forge 1826
2016-04-02 16:02:01 -04:00
WayofTime
39df6d5bb0
Fixed living armour's training bracelet so that it deactivates any training of upgrades not supported
...
Added "Experienced" living armour upgrade, which provides more xp from picked up orbs.
2016-04-02 10:10:49 -04:00
WayofTime
3fc5a76d53
Tweaked Tartaric Gem interactions.
2016-03-29 16:34:39 -04:00
WayofTime
4f6f3860c0
Added Sentient Bow textures and models. Not the most elegant method.
2016-03-29 13:25:00 -04:00
WayofTime
f0730791f7
- Changed the growth behavior of the crystals
...
- Fixed Potion getting for various methods
- Started work on crystal automation ritual
- Finished first iteration of the iterator of AreaDescriptor
2016-03-24 14:11:05 -04:00
Nick
aa48c540f5
Move armor items to IMeshProvider
...
Minor change to IMeshProvider allow for this
2016-03-20 23:21:07 -07:00
Nick
b9e4ac1e98
Combine TranquilityHandlers into single class
2016-03-18 21:31:18 -07:00
WayofTime
dcbc1c0bc4
ModItems and random imports (114 errors)
2016-03-18 16:08:06 -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
b1db7c5152
Most blocks are done
2016-03-16 15:37:55 -07:00
Nick
599ff5ab67
Blacklist Demon Crystal from Teleposer ( #671 )
2016-03-16 11:23:22 -07:00
Nick
03662c0cd3
Most items done now
2016-03-16 01:10:33 -07:00
Nick
ba0b24d231
Begin new model system
...
Includes some examples for both ways.
2016-03-15 22:48:01 -07:00
Nick
3f8cccf056
Config to only render routing lines while an INodeRenderer is held
...
Current INodeRenderer's are the Node Router and all Routing Nodes
2016-02-29 23:20:57 -08:00
WayofTime
7106579201
Updated changelog and added recipes. Also created behaviour for the crystals to drop single crystals.
2016-02-27 19:34:42 -05:00
WayofTime
620023d098
Fully implemented discrete demon will, which means the demon crystals can be inserted into demon crucibles to create will.
2016-02-27 16:36:56 -05:00
Nick
8d5e9c125b
Initial stab at documentation
2016-02-26 21:22:34 -08:00
WayofTime
ea24e7edd8
Created the proper rendering for the crystal clusters while in hand
2016-02-25 22:00:02 -05:00
WayofTime
19fec96bfd
Added different types of Demon Will crystals. Obtainment method still TBD
2016-02-25 16:19:57 -05:00
WayofTime
8077962e08
Fixed brightness issue with crystals.
2016-02-25 11:29:48 -05: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
WayofTime
743af85a61
Added Demon Pylon (currently no model) which pulls demon will from surrounding chunks into its chunk.
2016-02-23 13:40:08 -05:00
WayofTime
37227d42f9
Fixed path blocks so they are actually craftable.
2016-02-20 15:34:16 -05:00
Arcaratus
f83838c8b1
Backwards rune recipes and texture fix
2016-02-20 14:30:35 -05:00
WayofTime
70d0723dde
Added recipes for sigils. Updated changelog for -18 release.
2016-02-18 12:53:04 -05:00
Tombenpotter
7e8aec8652
Huge commit for the Pull-Request.
...
Added a lot of things:
- Blood Tank
- Teleposition Sigil
- Transposition Sigil
- Cobblestone/Netherrack/Obisidian generation Ritual
- Tree Cutter Ritual
- Pump Ritual
- Altar Builder Ritual
- Block Placing Ritual
- Portal Ritual
- Teleportation System and API Components
- Cross pattern Area Descriptor
- Two reagents and their textures for the sigils’ crafting
Fixed:
- Teleposer not teleporting entities correctly
And probably other things I forgot!
2016-02-18 17:25:11 +01:00
WayofTime
ccb706f15c
- Removed the FOV effect from the Quick Feet speed upgrade.
...
- Minor work on the Demon Crucible.
2016-02-17 16:31:11 -05:00
WayofTime
3e94aeae77
Added obj for WIP Demon Crucible (name pending). Fixed Floating Incense Altar syndrome.
2016-02-17 09:21:22 -05: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