Commit graph

209 commits

Author SHA1 Message Date
Ellpeck
f42bf35372 Fixed some minor things 2015-10-04 13:21:07 +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
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
df720bb569 Leaf Generator 2015-09-30 21:03:43 +02:00
Ellpeck
e6bcf6d0c6 Scrapping Tool Table.
For now. Wasn't happy with it. Sorry.
2015-09-29 16:00:32 +02:00
Ellpeck
54101d2fc9 Tool Table Model and Textures 2015-09-27 16:48:58 +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
c409afe159 Made it less likely for me to forget updating the item dropping mechism of the tool table if I change anything with the slot numbers 2015-09-22 23:50:16 +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
8e74d4e016 Started Tool Table 2015-09-21 23:49:49 +02:00
Ellpeck
acc36b6e3e A bit of cleanup 2015-09-20 14:47:52 +02:00
Ellpeck
4f0ed425a3 Improved Item Dropping from TileEntities just because it was bugging me 2015-09-13 19:39:02 +02:00
Ellpeck
e897fe8c42 Changed Block registering method 2015-09-12 21:26:51 +02:00
Ellpeck
958280c762 Added more chapters, fixed something with the update display inside the book 2015-09-06 23:18:50 +02:00
Ellpeck
935ca93c0f Made the ESD always only drop its first slot. Fixes https://github.com/Ellpeck/ActuallyAdditions/issues/11 2015-09-01 00:51:11 +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
e934a812bd Fixed a stupid bug with me being stupid. Whoops. 2015-08-26 19:33:35 +02:00
Ellpeck
f7c5e8d6ff Derp 2015-08-25 21:16:38 +02:00
Ellpeck
78ac0cdf59 Changed Rendering & added Acid & Jasin to the Cloud 2015-08-25 21:14:39 +02:00
Ellpeck
5f918591ed More work on the cloud 2015-08-25 17:59:50 +02:00
Ellpeck
2cfc9e83f1 Small little fixes to the Cloud System~ 2015-08-24 20:15:24 +02:00
Ellpeck
3a2a0c74be All that cloudy goodness & bunch of people added! 2015-08-24 20:08:14 +02:00
Ellpeck
9c06ade0d9 Cloud fully works now! Awesome! 2015-08-24 17:57:11 +02:00
Ellpeck
b25cbb7c85 Added Smiley Clouds. They're funny, they're derpy, they're unfinished, but they're awesome! 2015-08-23 23:41:46 +02:00
Ellpeck
cb10d387d7 Removed something that's stupid. 2015-08-15 20:41:45 +02:00
Ellpeck
6f20bb2b70 Scrapping Playerfaces.
For now.
Sorry.
2015-08-12 14:47:13 +02:00
Ellpeck
a9bcf90fec Tweaked the Playerface System a bit, generally working beside from Items going into the Armor slots when they shouldn't 2015-08-11 00:39:57 +02:00
Ellpeck
1b3cf54155 Started work on Playerfaces, might kind of work a bit maybe but I didn't test it yet because I don't want to 2015-08-10 22:55:34 +02:00
Ellpeck
de7c789071 Made the way Phantom Tiles work more generic 2015-08-10 10:37:44 +02:00
Ellpeck
e88d5b0d46 Changed Recipes around a bit, Ore Magnet Textures 2015-08-02 02:04:31 +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
24812ab53f Made the Ore Magnet need Casing Blocks below the places where it should mine 2015-08-01 01:30:50 +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
5760c98220 Fixed a Bug with the Game crashing when right-clicking a Phantomface that is connected to an Air Block 2015-07-31 11:50:43 +02:00
Ellpeck
b5b8730642 Added Ore Magnet which can pull ores to the surface. Currently doesn't use energy etc, but it pulls the stuff up! 2015-07-30 10:32:30 +02:00
Ellpeck
4b3359eb1e Did a thing with a stuff :3 2015-07-23 04:08:24 +02:00
Ellpeck
2dbaaf24dd Did lots of Comment stuff on the ESD to make it more understandable 2015-07-22 18:24:43 +02:00
Ellpeck
55f4f07065 Made MultiBlocks work!
-Added MultiBlock Base Class
-Added Check for valid Multiblock
2015-07-22 06:07:57 +02:00
Ellpeck
e184f72fb2 Changed Connectivity Displaying to work properly 2015-07-20 06:39:52 +02:00
Ellpeck
22e301a7d2 Changed Fluid Blocks to have default values 2015-07-19 01:48:05 +02:00
Ellpeck
1387114a8c Changed GUIs to be an enum instead of static final ints 2015-07-17 09:03:31 +02:00
Ellpeck
1465fab3d0 Added XP Solidifier Textures 2015-07-16 02:09:00 +02:00
Ellpeck
c82dc1f148 Removed Copy-Pasta Unuseds 2015-07-15 17:13:23 +02:00
Ellpeck
9f20575875 Finished XP Solidifier 2015-07-15 01:53:04 +02:00
Ellpeck
04cf5d731d 0.0.7.4!
(Also, changed some XP Solidifier Stuff.)
2015-07-15 00:17:21 +02:00
Ellpeck
51c25af85c Added XP Solidifier 2015-07-13 23:44:33 +02:00
Ellpeck
33cdd6f198 Made Treasure Chests have to be right-clicked to drop something 2015-07-12 05:16:26 +02:00
Ellpeck
543a3f652b Added Missing Textures 2015-07-12 04:31:05 +02:00
Ellpeck
769a2f8767 Added some more Achievements 2015-07-10 21:19:52 +02:00
Ellpeck
cc17a27b52 Changed up the Update Checker. Awesome. 2015-07-10 20:04:07 +02:00
Ellpeck
ecf72667b1 Added Treasure Chest Particles 2015-07-10 14:36:50 +02:00
Ellpeck
8d54614a9d Localized the Treasure Chest 2015-07-10 13:34:59 +02:00
Ellpeck
551ecf0501 Added Treasure Chests 2015-07-10 13:08:20 +02:00
Ellpeck
5d963805d8 Stopped the ResourceLocation being created on RenderTick 2015-07-09 18:10:32 +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
963feee3e9 Added a Description for the Phantomface to what type of block it is connected and how far it is away. 2015-07-07 16:35:37 +02:00
Ellpeck
f9af65dc31 Completed Lamp Powerer 2015-07-07 15:27:26 +02:00
Ellpeck
311fadbc4b Scrapped Particle System again, doesn't really work.. 2015-07-07 14:50:45 +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
ff5f49c99c Added WorldPositions to not have to use ChunkCoordinates + a World anymore 2015-07-07 11:51:05 +02:00
Ellpeck
f483197a69 Added Lamp Powerer, doesn't work yet though 2015-07-07 11:31:13 +02:00
Ellpeck
14dea930a0 Changed Hardness Settings of the Blocks 2015-07-07 01:13:39 +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
Ellpeck
6b5516d719 Removed now redundant getOredictName() Methods 2015-07-02 10:54:20 +02:00
Ellpeck
353b8e1528 Removed the Everything-Gets-Added-To-The-OreDictionary-Feature because it was stupid and clogged up the Ore Dictionary. 2015-07-02 10:45:15 +02:00
Ellpeck
cdcf20845b Added Bottom Texture for Coal Generator & Oil Generator 2015-07-02 01:26:37 +02:00
Ellpeck
ed1d09148c Added poor Ores to the Crusher 2015-07-01 21:32:48 +02:00
Ellpeck
4f49f7fc65 -Added Lamp Colors 2015-06-29 20:55:06 +02:00
Ellpeck
d5930da5e3 -Added colored Lamps 2015-06-28 21:28:58 +02:00
Ellpeck
9607128e15 -Update 0.0.6.1 2015-06-28 03:12:32 +02:00
Ellpeck
7e4ca12793 -Update 0.0.6.0 2015-06-22 18:09:00 +02:00
Ellpeck
fb535bb9ec -Update 0.0.6.0 2015-06-21 02:28:49 +02:00
Ellpeck
9f11e8d73a Updates! :D 2015-06-18 13:14:57 +02:00
Ellpeck
9e5edfe2f8 -Made a Manual! Changed all Things! 2015-06-15 22:06:07 +02:00
Ellpeck
0ce4d001b9 -Fixed some tiny Bugs 2015-06-12 21:29:21 +02:00
Ellpeck
2c6bcd72cf -Phantom Booster
-Coffee Machine
-Paxels
2015-06-12 19:12:06 +02:00
Ellpeck
aecea40bb9 -Added Lava Factory 2015-06-06 01:25:53 +02:00
Ellpeck
505162cfd0 -Ready for Version 0.0.5.3 2015-05-30 17:47:57 +02:00
Ellpeck
9f7031fdfe -Liquid and Energy Phantomface
-InvTweaks API
2015-05-29 18:17:28 +02:00
Ellpeck
22076b631c Update Checker Changes! 2015-05-27 21:57:53 +02:00
Ellpeck
f896308888 -Fixed another Crusher Bug... derp! 2015-05-25 17:00:54 +02:00
Ellpeck
1ea12b89ae Updated to 0.0.5.0! 2015-05-22 22:12:59 +02:00
Ellpeck
8051728c71 Added MFR Compatibility, fixed Bugs 2015-05-22 17:48:50 +02:00
Ellpeck
5863b0a0a4 Added tons of stuff! 2015-05-20 22:39:43 +02:00
Ellpeck
263c0eea1e -Added Hairy Balls
-Updated Bugs
2015-05-07 16:36:29 +02:00
Ellpeck
3649bdd29c -Precision Droppers
-Bugs fixed
2015-05-04 17:26:50 +02:00
Ellpeck
baf07d13c1 fixed untracked files 2015-04-26 20:07:57 +02:00
Ellpeck
66fcde800a Made ready for next version: Crafting, Greenhouse Glass, Breaker, Placer, Compost Graphics, awesome! 2015-04-24 19:22:03 +02:00
Ellpeck
4f93fa3d29 Lots of stuff, Breakers and Placers! 2015-04-19 00:50:02 +01:00
Ellpeck
54418715da Fixed some stuff, more Crafting Changes 2015-04-06 15:51:59 +02:00
Ellpeck
0bdc4f0097 ESD Updates, Item Description Sorting, OreDictionary Crafting! 2015-04-04 05:20:19 +02:00
Ellpeck
9eb6f3a88c Item Repairer & Bug Fixes 2015-04-02 12:06:42 +02:00
Ellpeck
0d090f1d2c Rings of Awesome & Heat Collector! 2015-03-31 20:37:55 +02:00
Ellpeck
09d67f95a4 Update done! 2015-03-30 18:42:14 +02:00
Ellpeck
d46801a0f1 Furnace Solar & Fishing Net 2015-03-30 15:08:19 +02:00
Ellpeck
c33e11ea5a Made some Special Items work 2015-03-29 16:07:43 +02:00
Ellpeck
0bfb102ca9 Leaf Blower! 2015-03-29 15:29:05 +02:00
Ellpeck
d2724f3af6 Updated the way ESD is named in en_US 2015-03-22 20:07:06 +01:00
Ellpeck
7b708addb7 Updated License. 2015-03-21 16:13:14 +01:00
Ellpeck
7eb08712d1 The ESD! 2015-03-19 21:27:56 +01:00
Ellpeck
9a8cd60c33 Lots of fixes.
Prepared for 0.1.3
2015-03-08 14:58:26 +01:00
Ellpeck
2a2308c0ce Renaaaaaame! \o/ 2015-03-07 12:51:32 +01:00