Commit graph

1519 commits

Author SHA1 Message Date
pahimar 28c7b80a66 Checking in gradle wrapper 2014-03-30 08:50:23 -04:00
pahimar 4410c25bd6 Don't be scared - it's easier to start from the bottom. There's also still the MC 1.6.4 branch :) 2014-03-28 15:54:15 -04:00
pahimar 059d9614c1 Another pass at the 1.7 update - more to come tomorrow 2014-03-27 22:21:21 -04:00
pahimar 9070ad038b First initial pass of 1.7 update 2014-03-27 21:36:03 -04:00
pahimar 9f56070058 First initial pass of 1.7 update 2014-03-27 21:34:47 -04:00
pahimar 065d129b76 Resolves #661 2014-03-27 15:26:04 -04:00
pahimar ea280ba2aa Resolves #661 2014-03-27 15:24:09 -04:00
pahimar edfae623e5 Update version.xml 2014-03-27 13:40:11 -04:00
pahimar f9f957e03e Merge pull request #648 from lluixhi/patch-1
Update version.xml
2014-03-27 13:38:46 -04:00
pahimar 4afb522238 Merge pull request #646 from 50Wliu/README
Update README.md
2014-03-27 10:58:39 -04:00
pahimar 224f347878 Allow Alchemical Upgrades to stack up to 64 2014-03-27 10:52:43 -04:00
pahimar c51a9aa415 Potentially fixes #660 2014-03-27 10:51:35 -04:00
pahimar ef2de23f54 Add some Aludel recipes to upgrade Ash into different dusts, based on other dusts 2014-03-27 09:46:07 -04:00
pahimar 94c808668b Merge pull request #653 from Dynious/chestUpgrades
Added in-world upgrades for alchemical chests
2014-03-27 09:45:59 -04:00
pahimar 49db646cb4 Update localizations to reflect that bags work 2014-03-26 21:40:22 -04:00
pahimar b8d6a9fb45 You can not store bags inside of bags! 2014-03-26 21:26:46 -04:00
pahimar d4631222e5 Bags appear to work! 2014-03-26 21:24:43 -04:00
pahimar 31aff45a72 Getting close with bags! 2014-03-26 21:01:54 -04:00
pahimar c3dd664629 Some more work on alchemical bag inventories 2014-03-25 21:59:36 -04:00
pahimar 5a6279eae9 Disable the blockl highlight handler for the transmutation stones until the transmutation system is in place 2014-03-22 17:29:53 -04:00
Dynious 048efd856e Updated Alchemical Upgrade texture 2014-03-17 20:32:28 +01:00
Dynious cb384d3128 Added in-world upgrades of alchemical chests 2014-03-15 12:23:29 +01:00
pahimar f3f9032715 ItemStacks that are damaged now have their EmcValue calculated properly from the undamaged one 2014-03-14 21:07:39 -04:00
pahimar ce822d0ebb Make it so you can "upgrade" existing Chests/Alchemical Chests with the Aludel 2014-03-11 21:09:52 -04:00
pahimar a7946fd8e6 Make it so you can "upgrade" existing Chests/Alchemical Chests with the Aludel 2014-03-11 20:22:19 -04:00
lluixhi f3ccc07dd6 Update version.xml
Thought this was due for an update ;P
2014-03-08 12:11:14 -08:00
Wliu 93a84fdcf6 Update README.md 2014-03-08 09:54:55 -05:00
pahimar f5d2e4dbd0 Bit more work on the bag inventory, should be done tomorrow 2014-03-02 22:13:03 -05:00
pahimar 0980cf9101 Some divide by 0 protection in TileCalcinator 2014-03-02 13:12:50 -05:00
pahimar 8857269a20 Merge pull request #642 from 50Wliu/README
Updated README.md
2014-02-26 15:42:58 -05:00
Wliu e833d1f3c2 Update README.md 2014-02-25 17:42:02 -05:00
Wliu 165edb6c3d Update README.md 2014-02-25 17:40:42 -05:00
pahimar 3332bc75fd Prelim work on getting the bag inventories working 2014-02-24 22:13:56 -05:00
pahimar 86f2179967 Merge pull request #640 from Dynious/calculationOptimizations
Optimized getEmcValue and hasEmcValue
2014-02-24 11:42:41 -05:00
Dynious 3a71863dae Optimized getEmcValue and hasEmcValue 2014-02-24 16:27:44 +01:00
pahimar de4efefebb Merge pull request #638 from Dynious/RecipeMapping
Better handling of null WrappedStack input in RecipeMapping
2014-02-14 10:21:23 -05:00
Dynious 42eb7336d6 Better handling of null WrappedStack input in RecipeMapping. 2014-02-14 14:06:23 +01:00
pahimar e07435ebca ISidedInventory support for the Aludel (similiar to @ganymedes01's PR https://github.com/pahimar/Equivalent-Exchange-3/pull/611) 2014-02-12 22:11:19 -05:00
pahimar 2638d355bf ISidedInventory support for the Calcinator (similiar to @ganymedes01's PR https://github.com/pahimar/Equivalent-Exchange-3/pull/611) 2014-02-12 20:49:34 -05:00
pahimar 566ef37060 Break out single item stack sizes from stack sizes > 1 2014-02-12 19:11:28 -05:00
pahimar 96e88d40d5 Fixes #632 2014-02-12 19:08:48 -05:00
pahimar 6cf9c0c20b Fixes #632 2014-02-12 18:47:56 -05:00
pahimar 933d5eb1b3 Merge pull request #635 from Dynious/CalcinatorSuck
Added sucking in items ontop of calcinator.
2014-02-12 18:40:32 -05:00
pahimar 8050ddadda Merge pull request #621 from monster860/master
Fixed placing glass bell on aludel in creative mode removing the item. Also, fixed glass bell rendering sideways for one tick when being placed.
2014-02-12 18:38:16 -05:00
Dynious 3eac68ad53 Added sucking in items ontop of calcinator. 2014-02-11 22:12:55 +01:00
pahimar e6c61fbf42 Merge pull request #630 from Dynious/calcinatorFix
Fixed #626 with stack sizes > 1
2014-02-11 14:18:15 -05:00
Dynious bd09f3e808 Fixed #626 with stack sizes > 1 2014-02-11 20:15:14 +01:00
pahimar 633658eedc Merge pull request #629 from Dynious/calcinatorFix
Fixes #626
2014-02-11 13:23:10 -05:00
Dynious af8b2c32d8 Fixes #626 2014-02-11 19:21:49 +01:00
pahimar c6b6b1f301 Add in missing IInventory method 2014-02-10 20:20:55 -05:00