Commit Graph

147 Commits

Author SHA1 Message Date
alexbegt cc78de2c6d Remove unneeded Event Handler. 2016-06-30 23:01:17 -04:00
alexbegt 3321ba2c1b Add support for 1.10! 2016-06-23 16:13:31 -04:00
alexbegt 53d563f440 Fix Authors List in the mcmod.info 2016-06-23 03:24:05 -04:00
alexbegt efd5046037 This might fix the crashes that happen on death. 2016-06-13 19:06:32 -04:00
alexbegt 4d145cd90b Ocelots now sit on top of IronChests again! 2016-06-11 22:36:20 -04:00
alexbegt bb8cb4ff98 Fix #72, Chests now work while as a spectator. 2016-06-11 20:51:23 -04:00
alexbegt 5d607a0d15 Fix #71, Chest orientation will now stay the same after a Chunk Unload. 2016-06-08 15:59:44 -04:00
alexbegt 6e4188fe62 This should fix #69, I couldn't recreate the crash so it needs to be tested. 2016-05-30 13:43:45 -04:00
alexbegt 566efca357 Update Forge required and minecraft version. 2016-05-19 18:21:01 -04:00
alexbegt 644b16903b Update to 1.9.4 2016-05-19 18:17:38 -04:00
alexbegt 94aa1671d5 Fix some bugs from the PR. 2016-05-19 18:01:50 -04:00
LatvianModder 158ad6d334 Fixed missing copperIronUpgrade texture and ItemChestChanger breaking tile 2016-05-19 13:49:36 +03:00
LatvianModder 96ecbabcb4 Added blockstates, fixed block particles, item localizations and item rotation 2016-05-19 13:42:14 +03:00
LatvianModder 8fcccc40ee Absolutely barbaric rewrite 2016-05-19 02:47:25 +03:00
Alexander d0b721e332 Fix some formatter issues and update forge and mappings. 2016-04-21 14:29:22 -04:00
Alexander a4184e6961 Update IronChests to new Forge with the registry changes. 2016-04-02 19:18:26 -04:00
Alexander 0aae1ff334 Fix #64, only call the event on the client. 2016-03-26 14:47:15 -04:00
Alexander 8be3c5ea97 Fix crash with forge 1809. 2016-03-25 22:05:26 -04:00
Alexander 1aa5f2e85c Working Particles 2016-03-23 22:51:54 -04:00
Drullkus 3b123b2583 Break Particles
These textures are for the chest breaking particles, as requested by
@alexbegt :)
2016-03-23 16:08:21 -07:00
Alexander 2b95aab95f Update IronChests to 1.9! 2016-03-21 12:44:27 -04:00
61352151511 1b527d4ae4 Add thirdperson display tag.
Fixes #57
2016-02-03 21:21:40 -04:00
cabralRodrigo 0277783f5e Added support for Inventory Tweaks 2016-01-28 12:38:25 -02:00
Progwml6 edb3454d8b pull in additional tweaks from cpw 2016-01-12 17:54:30 -05:00
cpw ef1058e771 Properly update for 1.8.9 2016-01-12 17:27:56 -05:00
Progwml6 f11148c97f update to 1.8.9 2016-01-12 13:20:34 -05:00
cpw 3b63013739 Some cleanup, generics, whitespace, etc. 2015-11-23 01:07:24 -05:00
cpw aad2b93dc4 Fixup for 1.8.8. 2015-11-23 00:34:34 -05:00
Zach e750348aa6 allow running in 1.8.8 2015-11-21 13:52:32 -05:00
The_Fireplace 34036bdff1 Fixed #47 and #45 2015-07-30 17:03:00 -05:00
The_Fireplace a3899f4034 Fixed #29 2015-07-30 17:02:25 -05:00
The_Fireplace 706d51a21b Fixed #48 2015-07-30 17:02:00 -05:00
ganymedes01 f5b98a42f8 Bunch of fixes and cleanups. See description for details
-Removed unnecessary classes and files (like unused textures)
-Use the vanilla packet system instead of a custom one (which ended up
fixing chest rotations reseting every time the game was restarted)
-Render chests as items without hackery (Not very pretty... but I'm not
really sure what forge wants us to do if not what I did)
2015-05-27 18:17:59 -03:00
DragonsLover 466af3d986 Adding French Canadian language 2015-05-03 00:45:29 -04:00
61352151511 c1912bc475 Reformat 2015-01-29 12:58:38 -04:00
61352151511 82c2dcc995 Remove unused imports, re-add invtweaks, update to new mcp mappings 2015-01-29 12:47:46 -04:00
Mitchell 3f69b703cd Remove unused imports 2015-01-29 10:40:56 -04:00
Mitchell e53c319b9b Remove unused imports 2015-01-29 10:39:59 -04:00
Mitchell a29c12ab84 setContents method, remove applyUpgradeItem
applyUpgradeItem is no longer needed because it's now being completely done from ItemChestChanger
setContents added for ItemChestChanger
2015-01-28 19:24:09 -04:00
Mitchell b4dd5d1a67 Fix chests not keeping content on update
I'm not sure how much of this code is actually needed but after changing many parts it seems to make the chests keep their contents. Also made it so instead of setting the stack size to 0, if the player is in creative it remains the same, if not it subtracts 1 from the stack size (incase somehow they get a stack of more than 1) All upgrades appear to work and all contents seem to remain in chest. This fixes #31.1
2015-01-28 19:19:38 -04:00
Mitchell d725492ff0 Possible fix server startup crash
Can't test this because when compiling on my computer I get some error to do with git (I don't understand it) If someone wants to test it please do so, I just know the Minecraft class is client side only so I'm guessing that's the reason servers are continuing to crash on startup.
2015-01-26 19:13:38 -04:00
Progwml6 887c6ca1c1 fix server side crash 2015-01-12 23:13:32 -05:00
ganymedes01 9a26003f86 Changes and stuff 2014-12-02 18:25:03 -02:00
Progwml6 4e8a047082 update to latest forge & mappings 2014-12-02 14:34:29 -05:00
Progwml6 f32820fea3 Merge branch 'master' into mc1.8 2014-11-26 06:57:29 -05:00
Progwml6 77d988937f update to forge 2014-11-26 06:55:24 -05:00
Progwml6 beb5ebb2e1 update stuff in prep for release 2014-10-06 16:32:07 -04:00
Progwml6 ccaed69884 fix naming, remove some excess imports 2014-10-01 23:03:27 -04:00
Progwml6 4e1b452bde update all mappings but one for latest FML 2014-09-30 20:53:12 -04:00
Adubbz 0e3aeb0051 Fixed weird lighting when chests are placed near banners. Props to Tahg for picking this one up (and finding the fix!). 2014-09-27 14:16:39 +10:00
Adubbz 7f2e8e8c30 Fixed chests having incorrect drops 2014-09-27 14:09:22 +10:00
Adubbz f256d4060c Crystal chests now render their contents again 2014-09-27 13:28:15 +10:00
Adubbz a84311f0d3 Inventory rendering now works correctly 2014-09-27 11:31:58 +10:00
Adubbz e53f48b08f Trying (without luck) to get the inventory models rendering 2014-09-26 21:42:37 +10:00
Adubbz abccb68208 Began work on rendering. All chest variants now appear in the creative menu 2014-09-26 12:45:55 +10:00
Adubbz 876586c306 Uncommented the recipes 2014-09-26 10:03:18 +10:00
Adubbz 073d2dfdbe The upgrade items now render correctly 2014-09-26 09:40:09 +10:00
Adubbz de51748243 Attempted to get the upgrade items working, they are rendering as blocks for some reason... 2014-09-25 20:08:22 +10:00
Adubbz 9bdaeb6ed5 Uncommented the code for chest tile entities... Apparently everything works... 2014-09-25 12:40:29 +10:00
Adubbz a015481d3d Iron chests can now be placed (with hackery) 2014-09-25 11:54:30 +10:00
Jean-Marie S. 61d85bad4d Update fr_FR.lang 2014-09-25 00:08:45 +02:00
Adubbz 5e482716cd The game now runs, did some initial work with block states 2014-09-24 23:46:42 +10:00
Adubbz 567bd1b72c Initial update to 1.8, not tested (it only compiles) with huge portions commented out (due to a lack of Forge) 2014-09-24 22:32:58 +10:00
ganymedes01 17bc3355c0 Added ore dict support for glass, iron, gold and diamond as well
That will allow crafting the chests with stained glass... if that's not intended change "blockGlass" to "blockGlassColorless".
2014-09-20 18:51:54 +01:00
ganymedes01 5482e94f7d Added ore dictionary support 2014-09-19 20:58:20 +01:00
Progwml6 0c086f5569 synch NBT as well for crystal chest 2014-09-04 20:52:03 -04:00
Progwml6 b8f8d10f68 minor cleanup c/o IDEA code analysis 2014-09-04 20:36:25 -04:00
Progwml6 92ffc8bcd7 get rid of useless excess method in ironchesttype 2014-09-04 20:29:25 -04:00
anesin1109 0a51d58ff8 Update ko_KR.lang 2014-08-25 20:01:00 +09:00
MMKP Team Public. 5cf5be53c7 Update ko_KR.lang 2014-08-13 09:41:34 +09:00
MMKP Team Public. a85429632a Create ko_KR.lang 2014-08-13 09:41:08 +09:00
Zach e9e50c855d Update mcmod.info 2014-08-10 16:36:58 -04:00
FireBall1725 000ef0bc51 Fixed comparator support for chests 2014-07-31 19:42:02 -04:00
TheVikingWarrior c1f2bb6003 Update it_IT.lang 2014-07-31 18:49:32 +02:00
TheVikingWarrior 892709daed Update it_IT.lang
Here's the new update for 1.7.10.
The italian vanilla localization have changed a lot of words and the capital letter in the words that are not the first in the localization (a part from a few mobs and others).
2014-06-27 23:50:48 +02:00
progwml6 c6cb9bc2c8 update to 1.7.10_pre4 2014-06-25 20:04:18 -04:00
Zach 087925b18b Merge pull request #10 from ganymedes01/master
Better textures for wood updates
2014-06-25 13:29:22 -04:00
ganymedes01 bfbbab21f0 Better textures for wood updates 2014-06-25 17:57:28 +01:00
ganymedes01 f05b509f1e Update TileEntityIronChest.java
AxisAlignedBB.getAABBPool().getAABB is deprecated
2014-06-25 17:41:06 +01:00
Negaihoshi b3b17d8867 add zh-TW lang 2014-06-17 23:31:13 +08:00
Cricket eddab41b99 Pirate Speak! 2014-06-09 14:12:56 -04:00
TheVikingWarrior 6a95a89604 Create it_IT.lang 2014-06-08 13:52:29 +02:00
Raul Tambre 44871dc5cf Fixed Estonian translation 2014-05-29 08:28:35 +03:00
Anton 6752d84a92 Update de_DE.lang 2014-05-23 21:51:27 +04:00
Anton 0a1323320c Create et_EE.lang 2014-05-23 21:50:29 +04:00
Anton f93a9058ee Create tr_TR.lang 2014-05-23 21:49:46 +04:00
Anton cc1069967d Create nb_NO.lang 2014-05-23 21:48:08 +04:00
Anton d0980a2977 Create zh_CN.lang 2014-05-23 21:47:00 +04:00
Anton 4c480dd838 Create nl_NL.lang 2014-05-23 21:45:37 +04:00
Anton dc3098d00a Create el_GR.lang 2014-05-23 21:43:52 +04:00
Anton 27a35b0b43 Create pt_BR.lang 2014-05-23 21:41:39 +04:00
Anton 3ae2335887 Create pt_PT.lang 2014-05-23 21:39:56 +04:00
progwml6 103a22860b restore compatibility with inventory tweaks 2014-04-04 20:49:09 -04:00
josephd 25638ee46d Rogue apostrophe 2014-03-30 20:48:46 -04:00
ganymedes01 77ed46ffe8 Update 2014-03-19 23:26:10 +00:00
Christian 7e90e2ac1d Add in some doc to packethandler, since I suspect people will be curious how to do it 2014-02-05 16:28:07 -05:00
Christian fb8ad04fd6 Update for 1.7.2. Missing ocelot behaviour, pending an AT 2014-02-05 13:06:35 -05:00