Commit graph

98 commits

Author SHA1 Message Date
Ellpeck
54101d2fc9 Tool Table Model and Textures 2015-09-27 16:48:58 +02:00
Ellpeck
b9fe715244 Null checks are important! 2015-09-27 15:34:22 +02:00
Ellpeck
d4e425fbd7 Added ExtendedPlayerCapabilities to save if the player has gotten the book already, because the old method of saving it on the client side was stupid and didn't work like it should have anyways 2015-09-27 15:31:43 +02:00
Ellpeck
183028d00b The "I didn't think it would annoy people that much"-Update 0.0.9.2 2015-09-27 02:12:02 +02:00
Ellpeck
e922db1c61 Added a better way to add enchantments. Because. 2015-09-24 21:00:53 +02:00
Ellpeck
8c60f4110b Started on actual diggers' tools, added repairing 2015-09-24 20:53:07 +02:00
Ellpeck
835e8734ab Started on Tool Table tools, noticed how I was doing stupidly much for the tooltip event that I didn't need to do, probably more stuff that I can't remember 2015-09-23 21:34:12 +02:00
Ellpeck
7145c273f1 Made items be able to be MoreInformationKey'd at even if they have metadata 2015-09-23 18:36:53 +02:00
Ellpeck
c20a7b969e Fixed tool table system bugging when multiple stacks of the same item are present 2015-09-22 23:48:27 +02:00
Ellpeck
d02c5f61e9 Finished Tool Table Logic
(When an extra item is in the tool table that doesn't belong to the recipe, it'll just be ignored and not taken away)
2015-09-22 23:32:19 +02:00
Ellpeck
1349791847 Apparently forgot to push >__> 2015-09-21 06:27:41 +02:00
Ellpeck
acc36b6e3e A bit of cleanup 2015-09-20 14:47:52 +02:00
Ellpeck
583130025b 0.0.9.0! 2015-09-19 18:28:31 +02:00
Ellpeck
dd6a7742ab Fixed bugs with the booklet & updated versions for the update that's hopefully coming soon 2015-09-19 17:50:16 +02:00
Ellpeck
018c6282ae Localized more of the book yet again, fixed a crash with loading the last book page 2015-09-19 15:52:04 +02:00
Ellpeck
57e236f5a5 Pressing a KeyBinding while in the inventory while hovering over an Item that has an entry in the book will open said entry 2015-09-13 20:50:32 +02:00
Ellpeck
e897fe8c42 Changed Block registering method 2015-09-12 21:26:51 +02:00
Ellpeck
f202c48e1c Peck pliz >_> Stahp forgettingz zeh stuffz 2015-09-10 21:38:09 +02:00
Ellpeck
fd45711b38 Finished all of the pages, added special localization for things like config values 2015-09-10 21:25:34 +02:00
Ellpeck
7ccb24fff2 Added something.. 2015-08-31 06:15:06 +02:00
Ellpeck
a3eb4721b3 Made the page that was open stay, added persistant variables 2015-08-30 19:10:10 +02:00
Ellpeck
ecf4a6bf7c Added more lexicon entries and stuff and things 2015-08-30 01:19:03 +02:00
Ellpeck
1083d89ce7 Added copyright to all classes 2015-08-29 14:33:26 +02:00
Ellpeck
34204beb23 Finished Booklet, removed descriptions from blocks and items 2015-08-28 22:18:46 +02:00
Ellpeck
af5fa6e920 Added Informational Booklet 2015-08-28 21:17:09 +02:00
Ellpeck
e934a812bd Fixed a stupid bug with me being stupid. Whoops. 2015-08-26 19:33:35 +02:00
Ellpeck
9484d4c1aa 0.0.8.1! 2015-08-26 17:14:07 +02:00
Ellpeck
9c06ade0d9 Cloud fully works now! Awesome! 2015-08-24 17:57:11 +02:00
Ellpeck
e56ba31f07 I realized how stupid, even though it's not getting used, "item.actuallyadditions.itemPotionRingpotion.nightVision" sounds. Whoops. 2015-08-12 16:02:56 +02:00
Ellpeck
0c39a29bc0 Did some more stuff with the OreDictionary, added Config Stuff, Localizing, Createive Tab adding 2015-08-02 01:52:12 +02:00
Ellpeck
f7a2a6b408 More stuff on the Magnet & The Water Removal Ring 2015-08-01 18:26:13 +02:00
Ellpeck
f1dda0c171 Changed StatCollector.translateToLocal() to StringUtil.localize() which does exactly the same. Just for convenience. 2015-08-01 00:40:29 +02:00
Ellpeck
9740d4ef79 Yes, horizontal/vertical aren't the same, I know 2015-07-27 08:41:42 +02:00
Ellpeck
eb82add938 Changed a method in WorldUtil just for comfort in the future 2015-07-27 08:40:24 +02:00
Ellpeck
0db7276493 Moved ItemDrill's tryHarvestBlock to WorldUtil, for future use probably 2015-07-27 08:26:13 +02:00
Ellpeck
ac9574ffeb Changed the Lava Factory Completeness Detection to be less stupid and better to use 2015-07-25 05:28:31 +02:00
Ellpeck
0be671544a I have to stop breaking everything all the time.
Fixed Tools not working on blocks like Hardened Clay
2015-07-21 13:42:32 +02:00
Ellpeck
e184f72fb2 Changed Connectivity Displaying to work properly 2015-07-20 06:39:52 +02:00
Ellpeck
d7a55206e0 0.0.7.5! 2015-07-17 23:22:10 +02:00
Ellpeck
04cf5d731d 0.0.7.4!
(Also, changed some XP Solidifier Stuff.)
2015-07-15 00:17:21 +02:00
Ellpeck
abb8e122d9 Added Thermal Foundation Paxels 2015-07-12 22:05:34 +02:00
Ellpeck
41fe04df95 0.0.7.3! 2015-07-12 16:07:41 +02:00
Ellpeck
a5274e9961 0.0.7.2! Too many updates..! 2015-07-09 17:08:40 +02:00
Ellpeck
2d5ac591d8 Revamped the Drill to use the correct Method, made it fully work on Client and Server now 2015-07-09 01:07:20 +02:00
Ellpeck
f2086aad9e -0.0.7.1! Fixed Bugs.. derp. 2015-07-08 18:57:40 +02:00
Ellpeck
3fe11c88ce Changed the TeleStaff's Behavior 2015-07-08 11:49:38 +02:00
Ellpeck
e081017ea5 Changed some values~ 2015-07-07 23:06:53 +02:00
Ellpeck
24dccfe219 0.0.7.0! 2015-07-07 22:27:04 +02:00
Ellpeck
1e2e8f2b8d Finished the TeleStaff.
Missing yet:
Textures!
2015-07-07 21:13:52 +02:00
Ellpeck
8b72bbf79e Changed the Phantomfaces' Description up, added TeleStaffs and made them work 2015-07-07 20:20:24 +02:00