Commit graph

189 commits

Author SHA1 Message Date
Ellpeck
db31abb46b Creative Tab + Testing 2015-10-28 21:01:44 +01:00
Ellpeck
3218b8b326 So much fix server 2015-10-28 14:46:04 +01:00
Ellpeck
7671b408c8 Fixed Server 2015-10-27 20:58:42 +01:00
Ellpeck
ad5698dcd6 Phantomface Particles 2015-10-26 22:47:26 +01:00
Ellpeck
f520c87d94 Added Laser Relay Renderer.
Differently than originally planned, but it works and looks nice.
Thanks to xdjackiexd though
2015-10-26 22:28:49 +01:00
Ellpeck
713e9b6e1a Changed Creative Tab Handling a bit 2015-10-25 14:30:59 +01:00
Ellpeck
7c1e589aa4 Added Booklet Priority Colors & Changed selection design 2015-10-23 19:05:02 +02:00
Ellpeck
5fa2925d8a Cleanuuup~ 2015-10-23 16:54:33 +02:00
Ellpeck
a6f989f45c Changed ItemBlock and Rarity Method because. 2015-10-23 16:48:56 +02:00
Ellpeck
606a0d80a4 Fix PersistentClientData 2015-10-23 13:13:30 +02:00
Ellpeck
58454f25ed Made PersistentClientData less write-y 2015-10-22 22:58:52 +02:00
Ellpeck
4d082485e0 Moved server-side Player Data to WorldSaveData because ExtendedEntityProperties doesn't work properly 2015-10-22 22:18:33 +02:00
Ellpeck
91ef7537a3 Changed some more Laser stuff, rendering yet to come 2015-10-21 20:50:29 +02:00
Ellpeck
28ad2ae4d1 Changed WorldPos a bit 2015-10-21 06:56:40 +02:00
Ellpeck
3435bcf8e4 Added client syncing for lasers 2015-10-21 00:22:50 +02:00
Ellpeck
ab566297fa Added Laser Relay Functionality:
-Connections & Networks
-Power Transfer

Yet to do:
-NBT Saving
-Graphics
2015-10-20 00:22:36 +02:00
Ellpeck
09fd03f270 0.0.9.4! 2015-10-18 20:23:43 +02:00
Ellpeck
f036ed0a44 Start Work on Laser Relay 2015-10-18 19:21:32 +02:00
Ellpeck
38bdab15fd Hopefully fixed PersistentServerData sometimes not remembering the data 2015-10-17 20:53:28 +02:00
Ellpeck
1a1c04d85a Fix booklet saving & opening of intro page 2015-10-13 03:43:41 +02:00
Ellpeck
ca90ce8dce Fixed last opened booklet page being opened agin: could've opened nothing and not have initialized the book sometimes 2015-10-13 03:13:39 +02:00
Ellpeck
0d8a684874 0093! 2015-10-10 16:30:45 +02:00
Ellpeck
e0e6bc8b4a Ranged Collector Mechanics 2015-10-10 02:51:06 +02:00
Ellpeck
aafb04cd09 Fix License 2015-10-06 16:36:25 +02:00
Ellpeck
446f122fee Long-Range Breaker Localization & Documentation 2015-10-05 19:55:28 +02:00
Ellpeck
486541c794 Directional (Advanced?) Breaker 2015-10-05 16:53:28 +02:00
Ellpeck
9dc5085fba Fixed items getting added to inventories, added horse armor -> raw materials crafting, leaf generator redstone control 2015-10-05 11:27:53 +02:00
Ellpeck
9b850658ff Added an NEI Handler for info in the booklet and removed "Press I"-Thing 2015-10-04 15:24:11 +02:00
Ellpeck
4dc1d17c18 Fixed what I just did and crusher recipe handler for the booklet 2015-10-03 23:28:32 +02:00
Ellpeck
df551d5518 Cleanup! 2015-10-03 22:13:57 +02:00
Ellpeck
21646c9c68 Rewrote Crusher Recipes 2015-10-03 22:09:53 +02:00
Ellpeck
69ff994375 Rewrote the crusher recipe handler to be better and more efficient and less buggy 2015-10-03 21:56:22 +02:00
Ellpeck
4ede6fc608 More cleanup! 2015-10-03 10:19:41 +02:00
Ellpeck
8c0c2bb073 Cleanup 2015-10-03 10:16:19 +02:00
Ellpeck
7e0d524b0f Fix nei recipe handlers 2015-10-02 20:06:03 +02:00
Ellpeck
a92396204a Re-added NEI recipe handlers, added button into nei handlers to show the item in question in the booklet 2015-10-02 19:58:03 +02:00
Ellpeck
9f4323bb0d cleanup 2015-10-02 16:48:01 +02:00
Ellpeck
d3d0178ef2 Renamed INameableItem to IActAddItemOrBlock just because 2015-10-01 23:20:31 +02:00
Ellpeck
b4acd56872 Changed the way buttons are handled in the Booklet to a less stupid way 2015-09-30 19:18:13 +02:00
Ellpeck
e2006d2b81 Fix typo 2015-09-30 06:56:33 +02:00
Ellpeck
760108e446 Changed some booklet mechanics in preparation for the changing of some more booklet mechanics in the future 2015-09-28 23:39:34 +02:00
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
Ellpeck
f316d690d4 Update! :D 2015-07-07 14:35:37 +02:00
Ellpeck
249c8cb3ca Fixed a big Bug with the Drill 2015-07-07 14:32:10 +02:00
Ellpeck
255e357039 Made the Lamp Powerer work
Still missing Textures & Localization
2015-07-07 12:49:34 +02:00
Ellpeck
2b40e12eae Yea nevermind whoops 2015-07-07 12:34:20 +02:00
Ellpeck
afcbc81d35 Changed some tiny things 2015-07-07 12:32:25 +02:00
Ellpeck
4cf3797058 Fixed a Derpup. 2015-07-07 11:56:38 +02:00
Ellpeck
ff5f49c99c Added WorldPositions to not have to use ChunkCoordinates + a World anymore 2015-07-07 11:51:05 +02:00
Ellpeck
c1eeebd50b Fixed Texture Errors occuring 2015-07-06 23:41:10 +02:00
Ellpeck
6023100fac Changed the ESD description 2015-07-06 17:48:38 +02:00