Commit graph

142 commits

Author SHA1 Message Date
pahimar
051b51c5ba Remove the now unnecessary CraftingHandler (in favour of the new container item method), refactor some constant names 2012-09-25 10:07:49 -04:00
pahimar
99f08bada7 Note to self: remember to come back to the container item stuff in SlotCrafting re: playerdestroyitem event 2012-09-24 15:58:15 -04:00
pahimar
51065c86d9 Initial work on EE3's packet system, needs more work and testing 2012-09-21 16:13:21 -04:00
pahimar
29b4d0a85a Calcinator GUI work in game 2012-09-16 23:04:14 -04:00
pahimar
2f4f43b908 Calcinator GUI work 2012-09-16 01:34:33 -04:00
pahimar
061e4d1769 Calcinator renders properly in game now 2012-09-16 00:26:57 -04:00
pahimar
098a719bb4 Red Water work, lots to do still 2012-09-10 22:07:59 -04:00
pahimar
d2b2e6e061 Work on getting the Minium Stone and Philosopher Stone to have a working portable crafting table, add in a PlayerDestroyItem event when the Minium Stone is used up in crafting 2012-09-09 00:21:44 -04:00
pahimar
2a23c104df Minium stone crafting 2012-09-07 16:18:11 -04:00
pahimar
76f56ee86c Cleaning up some config stuff and loading of options from the config file 2012-09-07 15:41:43 -04:00
pahimar
bd161cc77d More work on transmutation again 2012-09-06 16:17:59 -04:00
pahimar
5a6fc15b2c Getting back on board with pstone functionality 2012-09-05 15:55:58 -04:00
pahimar
e60d8dc7ea Calcinator! 2012-08-29 16:02:30 -04:00
pahimar
322775d5e7 Code formatting (noticed some ugly tabbing + whitespace mix up in last commit), support for custom item rarities added back in 2012-08-25 02:46:51 -04:00
pahimar
510a3b3cd0 Item work, some more handlers too 2012-08-25 02:07:59 -04:00
pahimar
12062a21a4 Getting the EntityLiving handler back in place 2012-08-24 15:58:05 -04:00
pahimar
7683a035e6 Missed in prior commit 2012-08-24 15:38:41 -04:00
pahimar
61cc8d2142 Logo for EE3, more work on the KeyBindingHandler and SoundHandler. Added basic class definition and license info to classes 2012-08-24 15:38:19 -04:00
pahimar
b9aca68324 Misc stuff 2012-08-22 16:16:09 -04:00
pahimar
d7982b604a Sound Handler stuff 2012-08-21 23:40:55 -04:00
pahimar
b4d0e5e675 KeyBindingHandler work - reads from configuration file and respects sidedness (client side only handling, common reading from configuration file) 2012-08-20 23:18:53 -04:00
pahimar
77cbbadb18 Some (shaky) work on a configuration manager and a keybinding handler. Hopefully more tomorrow... 2012-08-19 21:16:51 -04:00
pahimar
3d4fc7c885 Setting up the mcmod file again 2012-08-16 21:30:56 -04:00
pahimar
a106e451b9 Initial commit for MC 1.3.* work. Starting over for cleanliness (and less temptation for hacky hacky) 2012-08-15 14:23:58 -04:00
pahimar
5fe86da805 Cleaning up for MC 1.3.* work 2012-08-15 14:10:58 -04:00
pahimar
504e832f1c Cleaning up for MC 1.3.* work 2012-08-15 14:10:41 -04:00
pahimar
2f68680f04 More work on in world Red Water effects 2012-08-03 15:33:48 -04:00
pahimar
dbad48245d Red Water now has a configurable AoE effect and duration. 2012-08-01 16:25:58 -04:00
pahimar
19a261ce18 More work on Red Water, now it does some significant not-niceness to entities 2012-07-29 16:46:16 -04:00
pahimar
764737a1c4 More work on Red Water - lots still to do 2012-07-20 16:07:50 -04:00
pahimar
fc83d9dd16 Updated build script, localization support, some stubbed in classes 2012-07-19 15:53:59 -04:00
pahimar
9f7b6a5121 Move mod_EE3 to the parent ee3 package, license info in all classes, not sure if it's proper or not, introduction of the Minium Shard (might be renamed) 2012-07-17 16:03:03 -04:00
pahimar
270054c964 Finally getting a var in to hold the cost of transmuting 2012-07-09 11:42:30 -04:00
pure42
216d8997dd Silly mistake! Forgot I made a var to hold that. :( 2012-07-08 17:24:59 +02:00
pure42
070cffaeb2 Fixed crash when trans stone is used in its own crafting interface. I.e. using an MS with dirt in the MS' crafting interface caused a null reference. 2012-07-08 17:21:34 +02:00
pahimar
68c5051d50 Some work on the P Stone portable crafting and Minium Stone durability.
Much more work to be done.
2012-07-04 15:56:15 -04:00
pahimar
dc9285c192 Minium Stone now takes durability damage when used in crafting 2012-07-02 22:10:47 -04:00
pahimar
8de2738317 More work on in world transmuting, and some initial work on making the
Minium Stone take durability damage.
2012-06-29 15:46:39 -04:00
pahimar
0ea34825a6 Some fixes to ambigious methods 2012-06-28 16:08:06 -04:00
pahimar
b52fb49583 Inverted the logic relating to whether or not gravity affected blocks should be returned in the transmute equivalency list 2012-06-28 10:32:41 -04:00
pahimar
bbda953548 Missed some changes 2012-06-27 16:10:44 -04:00
pahimar
4581cb4719 More work on in world transmutation, and trying to better organize my helper classes 2012-06-27 16:10:09 -04:00
pahimar
203fdedf80 Work on in world transmuting, still lots to do 2012-06-26 16:20:06 -04:00
pahimar
884e024377 Forgot to add grass blocks into the equivalency chain 2012-06-22 16:11:16 -04:00
pahimar
c7d0c4d930 Preliminary work on in world transmuting of blocks 2012-06-22 16:01:15 -04:00
pahimar
5578b9ae11 Keyboard event handling and restructuring some packages on the client side 2012-06-22 15:18:35 -04:00
pahimar
00d00be781 Nicer logging of EE3 stuff, some initial work on mod addons, more tickhandler stuff 2012-06-21 16:21:49 -04:00
pahimar
824958ac21 Some debug stuff, and removing an unnecessary ModLoader call 2012-06-21 07:22:24 -04:00
pahimar
c2c713e4e2 Initial tick and entityliving handling :) 2012-06-20 16:18:54 -04:00
pahimar
938ac894d9 Some refactoring to clean up the Helper functions 2012-06-18 07:20:35 -04:00
pahimar
ef0fc08f79 Lots of work on dynamic Portable Smelting Recipes and finishing up a lot of Equivalency List Recipes 2012-06-16 02:10:54 -04:00
pahimar
4cbe07f1e1 Merge remote-tracking branch 'origin/master' 2012-06-15 16:05:59 -04:00
pahimar
bd4da09cc4 More work on the stone transmutation system and equivalency lists 2012-06-15 16:05:30 -04:00
pahimar
e962553265 Fix extra "/" in the SOUND_RESOURCE_LOCATION constant 2012-06-14 19:28:58 -04:00
pahimar
d77a038ad7 Nothing to see here, really. Incomplete code. 2012-06-14 07:05:33 -04:00
pahimar
fdd6a1d932 Some work on equivalency cycles, still lots to be done 2012-06-11 07:22:06 -04:00
pahimar
a4662f0b1e Implemented the @SidedProxy annotation in latest FML, and removed the now unnecessary ServerClientProxy 2012-06-07 16:20:49 -04:00
pahimar
8653295d44 More work on the secondary P Stone, moved around some of the dynEMC stuff 2012-06-05 08:14:20 -04:00
pahimar
84b9c56b96 Initial work on Localization (taken from BC) and some more work on the second p stone 2012-06-04 16:17:48 -04:00
pahimar
1fba95e2c8 More work on the P Stone, to be immediately changed again heh. 2012-06-04 07:44:42 -04:00
pahimar
838335ca69 Some P Stone work 2012-05-25 15:12:52 -04:00
pahimar
1c1ceb162a Support for custom item rarity types. Works in SMP. 2012-05-25 13:37:01 -04:00
pahimar
f73271d6b6 Some work on EMC mappings. Lots still to do. 2012-05-24 16:17:07 -04:00
pahimar
eb633a3695 Removed buggy Loot Ball implementation (not likely needing them in EE3, and solved them in EE2)
Restructured sounds to take into account the new resource directory structure, cleaned up the reference of things
2012-05-18 15:41:12 -04:00
pahimar
dd7c354fd6 Renamed EMCMapping to EMCValue to better reflect that its a per item value
Updated texture file location to account for new structure & included resource files on GitHub
Added dye recipes to the P Stone recipe list
2012-05-17 16:25:14 -04:00
pahimar
fafb96ce2a Working on a new implementation of the loot ball mechanics, still buggy 2012-05-16 16:25:05 -04:00
pahimar
39585ef5cb Much more work to do 2012-05-15 15:39:31 -04:00
pahimar
86e78dcb45 Javadoc update 2012-05-14 07:30:43 -04:00
pahimar
d93b59447e Pulling item ids, etc from the Config file now 2012-05-11 16:24:01 -04:00
pahimar
d80f370daa Much cleaner implementation of the P Stone recipes with the help of LexManos 2012-05-08 22:04:38 -04:00
pahimar
b37e491028 Merge remote-tracking branch 'origin/master' 2012-05-08 17:22:32 -04:00
pahimar
9b8c4b57aa Fixing things, still more to do 2012-05-08 17:22:15 -04:00
Anthony Fiorentini
7d475354e2 Cleaned up some methods, unnecessary "this" references I used for no reason. 2012-05-08 14:18:59 -05:00
Anthony Fiorentini
d1a368352e Altered interfaces to take itemstack references, so as to use NBT 2012-05-08 14:15:55 -05:00
Anthony Fiorentini
76a986361e Modified metacycle method to exclude the zero index and count total possible amount. 2012-05-08 12:35:10 -05:00
pahimar
f7d37e9acb Merge remote-tracking branch 'origin/master' 2012-05-08 12:59:56 -04:00
pahimar
2958106a65 More work on intelligent deconstructive philosopher stone recipes
Generalized private field accessing until FML is fully implemented client side
2012-05-08 12:59:43 -04:00
Anthony Fiorentini
ccc59ddf85 Finished basic recipes list, added another method for smelting recipes. 2012-05-08 11:55:32 -05:00
Anthony Fiorentini
4982365ba2 Added 3 Methods for introducing recipes in a very concise way. Added basic recipe flow. 2012-05-08 11:09:56 -05:00
pahimar
b4bbd519c3 Few more smelting recipes. Commiting so x3n0 can see about a more generic transmutation recipe adder/reverser 2012-05-08 11:02:16 -04:00
pahimar
9b4b3fc601 Refactored all classes to strip out "net.minecraft.src" from their package name
Optimized the Smelting recipes in RecipesPhilStone to take advantage of a -1 meta trick
2012-05-08 09:41:55 -04:00
pahimar
c1905d5059 More work on the P. Stone recipes, and the Proxy generator. The proxy generator needs a slight bit more work however. 2012-05-08 07:50:14 -04:00
pahimar
37e620adf4 More work on the Philosopher Stone recipes. Starting on some recursive stuff on the CraftingManager to determine base items for all the loaded recipes. 2012-05-06 21:09:51 -04:00
pahimar
14599c50a9 Working on the philosophers stone 2012-05-05 15:50:14 -04:00
pahimar
f4880dd5e1 Moved interfaces around
Added learnable/recoverable variables to the EMC mappings
Renamed the PStone recipes
2012-05-04 06:55:48 -04:00
pahimar
f18d562885 Added a reference class to the lib package for holding referenced constants throughout the mod.
Updated pre-existing reference constants to point to the new class.
First stab at some item classes and interfaces. Not satisfied currently but will keep refining it.
2012-05-03 16:05:49 -04:00
pahimar
e5f48a0342 Stubbing in, more work on this later tonight 2012-05-01 16:06:31 -04:00
pahimar
ff3f2ff7fd Fixed another goofy tab in SoundHandler. Should be all of them now.
Added initial stab at Configuration. Further refinement is necessary.
Added initial stab at a float based, two value EMC system. Further refinement is highly likely.
2012-05-01 07:13:36 -04:00
pahimar
b79e454fc2 Moved several of the more "library" classes into a ee3.lib package, rather than clutter up the ee3.core package
Implemented the SoundHandler. Tested and works! Updated the proxy classes to handle the playing of sounds (use proxy.playSound(...))
2012-04-30 22:11:14 -04:00
pahimar
8937db07bc Generic Gui handler that now passes the getGuiElement calls to the respective client/server proxies (meant to minimize the number of uncommon classes we have). Might have to reconsider this if the proxies become too bloated.
First stab at a SoundHandler using the new Forge 3.1.2.95 sound hooks
Bumped the minimum required Forge version to the 3.1.3 branch
2012-04-27 12:57:01 -04:00
pahimar
fb56ceafc6 Removed the default Readme.md file that GitHub generated 2012-04-26 11:59:19 -04:00
pahimar
22d41510cd Initial commit to GitHub of the current state of the code 2012-04-26 11:52:46 -04:00