Commit Graph

36 Commits

Author SHA1 Message Date
alexbegt b28ad34b43 Update all recipes from Iron Chests to the new way of doing them for 1.12, Even changing the color of the shulker box works! 2017-06-17 18:05:07 -04:00
alexbegt 0ce5748dae Add Iron Shulker Boxes, which function just like regular shulker boxes but with all the extra features the chest variants have. This version of the mod also has a reorganized code package (still in cpw.mods.ironchest) and resources have been moved around. 2017-06-11 12:50:47 -04:00
alexbegt 9515e682ef Update Iron Chests to 1.11.2! 2017-03-05 12:55:00 -05:00
alexbegt e5e601a1b8 Fix IronChest's version check + Fix the dirt chest's book. 2016-11-19 13:03:30 -05:00
alexbegt ea5f84785d Remove dead code that has been commended out. 2016-11-18 10:28:27 -05:00
alexbegt e6fb331bd9 Add JEI to the dev environment, rename the items + blocks to match vanilla formats of no capital letters and to include underscores, and fix the crystal chest not rendering items in it. 2016-11-18 10:26:10 -05:00
alexbegt 9fe6c6912a Work on the 1.11 update more, some is still buggy but nearly complete. 2016-11-17 16:39:07 -05:00
Progwml6 a43c7259c3 start of 1.11 update 2016-11-16 10:58:31 -05:00
AfterRebelion 6ce296701c Make modid lowercase
To comply with
45b299ce06
2016-08-06 18:22:04 +02:00
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 4d145cd90b Ocelots now sit on top of IronChests again! 2016-06-11 22:36:20 -04:00
alexbegt 566efca357 Update Forge required and minecraft version. 2016-05-19 18:21:01 -04:00
alexbegt 94aa1671d5 Fix some bugs from the PR. 2016-05-19 18:01:50 -04: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 1aa5f2e85c Working Particles 2016-03-23 22:51:54 -04:00
Alexander 2b95aab95f Update IronChests to 1.9! 2016-03-21 12:44:27 -04:00
cpw ef1058e771 Properly update for 1.8.9 2016-01-12 17:27:56 -05:00
cpw 3b63013739 Some cleanup, generics, whitespace, etc. 2015-11-23 01:07:24 -05:00
Zach e750348aa6 allow running in 1.8.8 2015-11-21 13:52:32 -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
61352151511 82c2dcc995 Remove unused imports, re-add invtweaks, update to new mcp mappings 2015-01-29 12:47:46 -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
ganymedes01 9a26003f86 Changes and stuff 2014-12-02 18:25:03 -02:00
Progwml6 77d988937f update to forge 2014-11-26 06:55:24 -05: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 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
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