Nicholas Ignoffo
33d6cdb3a9
Fix mundane component being really really really thirsty ( #1218 )
2018-02-11 14:43:00 -08:00
Nicholas Ignoffo
ddaadfbe52
Swap the API packages
...
The new one is now built for the api jar and the old one is now internal.
It will slowly be moved around to sane places within the internal code. Most
of the features provided in the old "api" are addon specific features which
will generally rely on the main jar anyways. The new API will be specific
to compatibility features, such as blacklists, recipes, and value modification.
2018-02-05 17:04:46 -08:00
Nicholas Ignoffo
37ec0582eb
Fixed the last of the model errors
2017-08-16 16:39:57 -07:00
Nicholas Ignoffo
08258fd6ef
Run formatter
2017-08-15 21:30:56 -07:00
Nicholas Ignoffo
348fee1e2a
It compiles. Somehow.
2017-08-15 20:21:55 -07:00
Nicholas Ignoffo
554c9852e6
Move commonly used API systems to a plugin based system
...
Create a class that implements IBloodMagicPlugin and annotate it with
`@BloodMagicPlugin`. The `register` method will be called during init.
Currently implemented systems:
- Blacklisting
- Teleposer
- Teleposer (entity)
- Transposition
- Well of Suffering
- Green Grove
- Setting sacrificial values
- Adding altar components
2017-08-15 18:14:28 -07:00
Nicholas Ignoffo
5fcdd978d7
this doesn't compile yet, but have something to peek at
2017-08-14 20:53:46 -07:00
Nicholas Ignoffo
6656fe58dc
Moved living armor notifications to action bar
2017-05-27 16:04:40 -07:00
Nicholas Ignoffo
a628adfde8
Lowercase all the tooltip strings
2017-01-02 01:18:29 -08:00
Nicholas Ignoffo
00d6f8eb46
Initial stab at 1.11
...
About halfway.
2016-12-12 19:56:37 -08:00
WayofTime
16a4857dfb
Added a Repairing Living Armour Upgrade (trained by damaging the chestplate of the Living Armour while you have a full set on - it repairs all of your armour pieces over time)
...
Added the stat trackers for various Living Armour Downgrades.
2016-10-04 17:10:27 -04:00
WayofTime
82a73ba0cd
Experimented with loosening traction with an Armour Upgrade (Forward works, strafing fails)
2016-09-26 06:49:44 -04:00
Nicholas Ignoffo
24b4c4b8d1
Made all item fields final
2016-09-10 17:04:24 -07:00
Nicholas Ignoffo
09b331fdbe
Fix client having NBT that the server doesn't
...
This was reported months ago but I forgot because it was in the WRONG PLACE.
2016-09-06 18:55:32 -07:00
Nicholas Ignoffo
ffeb0309a8
Fix Elytra upgrade causing server to think you're always flying ( #780 )
2016-08-26 18:10:33 -07:00
WayofTime
2350f0e35b
Added the tooltip to tell you which keys to press to see the progress for the next level on your Living Armour Upgrades
2016-08-07 21:00:58 -04:00
WayofTime
eceb041fab
Fixed Quick Feet, Elytra, and the jumping one (lol) on servers
2016-08-07 20:53:00 -04:00
Nicholas Ignoffo
7516f9c5d3
Added a way to view the progress towards the next upgrade level
...
Override `getProgress()` and return a value between 0.0 (0%) and 1.0 (100%)
2016-07-29 21:10:22 -07:00
Nicholas Ignoffo
0538f206bb
Living armor should not be repairable with Iron Ingots
2016-07-27 16:50:27 -07:00
Nicholas Ignoffo
9a39a9f6f0
Cleaner repairable check for Living Armour
2016-07-25 23:08:24 -07:00
WayofTime
adc100ee17
(Possibly) further helped eliminate the memory leak issue.
2016-06-26 10:09:18 -04:00
WayofTime
c69b6bbade
Fixed horrible memory leak in the Living Armour. Fixes #825
2016-06-26 09:38:13 -04:00
WayofTime
8c4eff0d81
Formatting!
2016-06-23 21:43:27 -04:00
Nicholas Ignoffo
f99b21cffc
Rewrite LP network data saving system
...
Instead of creating a new file for each player with their UUID as the name, we create a single file and store it all in a List. That List gets converted to a UUID -> SoulNetwork map when read from the file.
MigrateNetworkDataHandler is used to migrate players from the old system to the new one. It reads both data files and sets the LP of the new network to the LP of the old network (if the old network is larger). Once conversion is done, we delete the old file so that it doesn't happen again and overwrite player progress.
This is an API breaking change due to an import change.
2016-06-12 13:41:02 -07:00
Nicholas Ignoffo
5d96b9d2bd
Add Elytra render for Elytra Upgrade
...
Temporarily stole a texture for it from https://www.reddit.com/user/lemoncake__ (http://imgur.com/a/sI5cv ) until @Yulife can make a real one.
2016-05-30 19:48:28 -07:00
WayofTime
b684aebdaa
Fixed the Living Armour so that it wouldn't get damaged by self-sacrificing when you had upgrades that mitigate unblockable sources.
2016-05-12 15:44:12 -04:00
WayofTime
e3b72c3b7e
Made the Tough Skin effect easier to get, and increased the durability of living armour by 50%.
2016-05-04 19:32:32 -04:00
WayofTime
86efa8b1a3
Updated the Alchemy Table recipe system so that it can provide better custom recipes
2016-05-04 16:44:32 -04:00
WayofTime
d3379ff69b
Additional work on the Alchemy Table, as well as the Elytra upgrade.
2016-05-01 22:32:15 -04:00
WayofTime
f754d14927
Elytra upgrade~ (Untested)
2016-05-01 15:10:32 -04:00
WayofTime
41edd86602
Work on Elytra upgrade.
...
Fixed Lava Crystals again
2016-05-01 10:01:00 -04: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
WayofTime
7d9312b2f8
Reverted changes to Living Armour - waiting on change to Forge's armour to balance properly.
2016-04-07 10:07:55 -04:00
WayofTime
aa480af518
Updated forge, did random stuff to the armour before realizing issues with armour calculations
2016-04-06 21:04:50 -04:00
WayofTime
1c6c7ba0a6
Fixed some minor bugs with the Living Armour
2016-04-04 19:24:43 -04:00
WayofTime
25bfa0c969
Fixed armour calculations for unblockable sources
2016-04-03 13:44:47 -04:00
WayofTime
96ecd73286
Added Soft Fall and Strong Legs living armour upgrades.
2016-04-03 12:17:42 -04:00
WayofTime
b1a532950d
Added damage boost and attack speed penalty for the Destructive sentient armour
2016-03-31 12:37:39 -04:00
Nick
aa48c540f5
Move armor items to IMeshProvider
...
Minor change to IMeshProvider allow for this
2016-03-20 23:21:07 -07:00
WayofTime
fdbdcd56b6
Fixed armour textures
2016-03-19 10:30:01 -04:00
Nick
34f5753b17
More item fixes
...
- Living and Sentient armor have no armor models
- (Self) Sacrifice Pack have no armor models
2016-03-18 12:45:37 -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
db4c68e5f3
Added Ritual: Ritual of Living Evolution, which is used to set the living armour's max upgrade points to 300.
2016-02-15 17:13:50 -05:00
WayofTime
f195c5a486
Fixed bug where Living Armour would give its upgrades even if you didn't have the full set.
2016-02-12 20:24:20 -05:00
WayofTime
95354ad557
Added Runic Shielding upgrade to the Living Armour.
2016-02-11 17:53:20 -05:00
WayofTime
69eb621fc8
Finalized Solar Powered perk. Worked a bit more on Grim Reaper's Sprint.
2016-02-11 14:10:43 -05:00
Nick
f613c00970
Change Revealing upgrade to follow other upgrades
...
Obtained the same way as before.
2016-02-09 18:49:38 -08:00
WayofTime
b406bb4672
Fixed melee damage, trick shot, and defense stat trackers.
2016-02-07 15:37:35 -05:00
Nick
c1aeb2e7f6
Thaumcraft Goggles upgrade for Living Helmet
...
Combine a Living Helmet with an undamaged Goggles of Revealing in an anvil (+1 level) to combine the two. Currently no way to split afterwards.
Thoughts:
- Tweak level requirement to be higher? 1 was chosen in order to make it work.
- Require full set of armor to be worn? This would keep it in line with all the other upgrades.
- I only used the full Thaumcraft jar because the uploaded API is a zip which does not work as a Gradle library.
2016-02-03 20:31:09 -08:00
WayofTime
1242fefc30
Added sentient armour gem recipe. Added ability for Tartaric gems to fill other gems.
2016-01-26 07:56:17 -05:00