pahimar
|
b8fef5a1f3
|
Some TODO reminders, and an attempt at encoding stack:emcvalue mappings
as NBTTagCompounds
|
2013-11-08 16:02:46 -05:00 |
|
pahimar
|
7f3d094949
|
Comments to know where to pick up. Man this stuff is annoying
|
2013-11-07 21:30:22 -05:00 |
|
pahimar
|
9e79ec2df7
|
Added support for creating CustomWrappedStacks with encoded String
parameters
|
2013-11-07 20:37:44 -05:00 |
|
pahimar
|
f050567037
|
Ridiculously unproductive night. I blame post-con exhaustion
|
2013-11-05 21:40:28 -05:00 |
|
pahimar
|
16f81287b5
|
Bit more work on some helpful encode/decode nbt methods
|
2013-11-05 07:17:03 -05:00 |
|
pahimar
|
821545049c
|
Some work on a better encodeRecipe method, so that people can provide a
map of recipeOutputs to a list of recipeInputs (meant to potentially
reduce the number of IMC messages someone has to send EE3)
|
2013-10-30 11:18:06 -04:00 |
|
pahimar
|
c30c870569
|
More API related IMC work (encoding/decoding from NBTTagCompound)
|
2013-10-29 22:25:42 -04:00 |
|
pahimar
|
16f8c09e32
|
Bump Forge version for the build script, break out the NBTHelpers to
their own helper.nbt package (because the classes are getting messy),
and starting work on cleaning up said classes
|
2013-10-29 15:49:16 -04:00 |
|
pahimar
|
c580d70954
|
Some work on assigning pre/post auto value assignment EmcValues to
things. Buggy, more work required
|
2013-10-28 22:28:18 -04:00 |
|
pahimar
|
9fa390fcae
|
Some work on the IMC calls for adding emc values
|
2013-10-28 20:20:37 -04:00 |
|
pahimar
|
5f82d7fccc
|
Move NBTHelper to the helper package
|
2013-10-28 17:53:37 -04:00 |
|
pahimar
|
02ab42d1a4
|
Refactoring names for the EmcValue containing classes, and first steps
towards IMC methods for passing EmcValues for use before/after pre/post
auto assignment of EmcValues
|
2013-10-28 15:43:45 -04:00 |
|
pahimar
|
8ce41f6919
|
Including AddonIMCVanilla
|
2013-10-28 15:22:39 -04:00 |
|
pahimar
|
7a76731f31
|
More default EmcValue assignments, change the AddonHandler to
AddonIMCHandler, add a AddonIMCVanilla for vanilla "recipes" for
EmcValue assignment
|
2013-10-28 15:22:23 -04:00 |
|
pahimar
|
f2284af0d2
|
More EMC work - now there's a dumb bug to work out!
|
2013-10-27 17:42:29 -04:00 |
|
pahimar
|
6f8faf09db
|
Happily, things are starting to come together nicely
|
2013-10-25 20:40:13 -04:00 |
|
pahimar
|
58a4755da4
|
Properly functioning hasEmc and getEmc methods
|
2013-10-25 15:22:59 -04:00 |
|
pahimar
|
0335767923
|
Some work on changing how EmcValues work
|
2013-10-20 02:32:41 -04:00 |
|
pahimar
|
7b3a8f3f09
|
Some auto resolution of emc values, but loads of work still to be done
|
2013-10-18 01:23:11 -04:00 |
|
pahimar
|
576a90e50d
|
Removed the unnecessary and unused fuel handler, and added in some more
filtering for emc
|
2013-10-17 22:38:15 -04:00 |
|
pahimar
|
346c4f16d8
|
Refactoring the util package back to helper
|
2013-10-17 20:53:08 -04:00 |
|
pahimar
|
8ee349fc5d
|
Merge pull request #451 from ganymedes01/patch-1
Remove duplicate check.
|
2013-10-17 17:22:31 -07:00 |
|
pahimar
|
a70f94e187
|
Breaking up configurations into respective files
|
2013-10-17 20:07:59 -04:00 |
|
pahimar
|
87ad92479d
|
Added functionality that given two EmcValues, returns a list of stacks
that exist in the range between those two EmcValues
|
2013-10-16 22:27:07 -04:00 |
|
pahimar
|
756e444a0a
|
Some more work on EMC, added in a way to see EMC values via tooltip
|
2013-10-16 15:55:14 -04:00 |
|
pahimar
|
1ca311f8d0
|
Some of the re-working of the emc system
|
2013-10-15 16:01:16 -04:00 |
|
pahimar
|
0639d4a917
|
Reminder to self: come back and review the RecipeRegistry stuff and how
it relates to DynEMC
|
2013-10-06 21:50:43 -04:00 |
|
pahimar
|
a3cfc4d0e0
|
Messing around
|
2013-10-05 22:46:29 -04:00 |
|
pahimar
|
b9b2e131fe
|
Not a great day for productivity
|
2013-09-30 16:06:37 -04:00 |
|
pahimar
|
3ecb68f17d
|
Working on some recipe stuff now
|
2013-09-28 15:00:28 -04:00 |
|
pahimar
|
8ea1279fb4
|
Fixed the derp in the graph (I was overly encapsulating). Things look
better again - at least it won't crash for you guys anymore! :D
|
2013-09-24 15:29:11 -04:00 |
|
ganymedes01
|
3f202c1ed2
|
Remove duplicate check.
|
2013-09-20 13:33:13 +01:00 |
|
pahimar
|
0a5db4c0ca
|
Just some light work on the Alchemy Table renderers
|
2013-09-19 16:01:40 -04:00 |
|
pahimar
|
0fc9b53212
|
Stuffs
|
2013-09-10 16:09:11 -04:00 |
|
pahimar
|
f07e52a5ee
|
Code formatting and import organizing
|
2013-09-06 22:47:12 -04:00 |
|
pahimar
|
bbf03797ad
|
Finish up some comparable work, and set the wrapped stacks to final
inside of CustomWrappedStack (simplifies some things and hopefully
didn't break anything)
|
2013-09-06 13:50:17 -04:00 |
|
pahimar
|
bd86e16844
|
Work on adding Comparables and Comparator stuff for the custom wrapped
stacks
|
2013-09-05 22:21:55 -04:00 |
|
pahimar
|
b6cf52f48f
|
Updated to Forge 9.10.1.849 (mmm delicious MCP names...), and properly
translated/formatted version checker strings
|
2013-09-03 21:33:10 -04:00 |
|
pahimar
|
06f40198a3
|
Add in an item renderer now for the rendering tank
|
2013-09-03 20:41:29 -04:00 |
|
pahimar
|
0e3b5ce119
|
Getting the rendering tank model to load in game, looks like its missing
a face though
|
2013-09-03 20:16:40 -04:00 |
|
pahimar
|
94a91829ec
|
Designated WIP items/blocks, work on some new blocks and items
|
2013-09-03 16:01:25 -04:00 |
|
pahimar
|
796ddc5933
|
More localization changes (adding the mod domain to commands/version to avoid conflicts with other mods), and fixing a texture bug with the portable crafting interface
|
2013-09-03 10:25:28 -04:00 |
|
Robotic-Brain
|
7c7355e26d
|
Small fix for readability
|
2013-09-03 03:16:13 +02:00 |
|
pahimar
|
47ba107515
|
Finished up localizing the version checker. Ready for .lang submissions
now
|
2013-09-02 20:39:16 -04:00 |
|
pahimar
|
27de3ccb0d
|
Switch to "common" in the build script (I should clean that thing up)
and removing more of my older localization stuff from commands.
|
2013-09-01 18:40:54 -04:00 |
|
pahimar
|
0012ef3594
|
Some short work on localizing commands. The template has been
discovered!
|
2013-08-29 22:03:13 -04:00 |
|
pahimar
|
ae1ebbe58e
|
Renaming "ee3_common" to just "common"
|
2013-08-23 10:59:50 -04:00 |
|