Commit graph

52 commits

Author SHA1 Message Date
LexManos
e5a16e25df Merged in MCL branch 2012-01-12 07:38:23 +00:00
Space Toad
dda9f474af bumbed version number 2011-12-28 21:22:07 +00:00
Eloraam
a4475c9e9a Bumping the version number. 2011-12-21 10:22:37 +00:00
Eloraam
6e1442e8e6 Deprecated IUseItemFirst, and made onUseItemFirst work in Creative. 2011-12-21 06:34:57 +00:00
LexManos
c2f165f211 Commit of a hook for adding items into world dungeon generation.
Uses a weighted random selection scheme.
Also a hook for adding custom mobs to the dungeon generation list.
2011-12-20 07:00:43 +00:00
LexManos
8c9762fd9a Added missing native library path to forge_client project.
Added harvest levels/effectiveness for Axes and Shovels.
2011-12-16 10:06:57 +00:00
Space Toad
8bb73671ba bumped version numbers 2011-12-13 19:33:37 +00:00
Space Toad
c726e219d7 bumped version number 2011-12-10 11:07:51 +00:00
LexManos
d64c332266 Added my EnumHelper classes, this allows for dynamic creation of Enum values at runtime.
See My post for a example:
http://www.minecraftforum.net/topic/514000-api-minecraft-forge/page__view__findpost__p__10948540
2011-12-09 07:58:32 +00:00
Eloraam
8a4636cba3 Added a hoe handler for advanced farming. 2011-12-02 04:32:10 +00:00
Space Toad
68cc1d315b bumped version number 2011-11-30 19:02:10 +00:00
Space Toad
96c05bbd25 merged with pre-1.9p5 branch, for 1.0.0 release 2011-11-30 19:00:43 +00:00
Eloraam
f1a6f45353 New block destruction hook. Deprecated IOverrideReplace. 2011-10-31 20:07:31 +00:00
Eloraam
384da1b222 Added some IC2 items. 2011-10-27 02:05:43 +00:00
Eloraam
6fb7b777ce Added a few more known ingots. 2011-10-25 17:15:12 +00:00
Eloraam
c12b2c5b11 Added ore dictionary. 2011-10-18 18:56:10 +00:00
Eloraam
a64a47b24c Fix for new MCP mappings.
Fixed the distribution of flowers with bonemeal.
Fixed accidentally making obsidian easy to mine.
2011-10-13 07:10:43 +00:00
Space Toad
ebc09a72db bumbed forge minor version 2011-10-10 19:21:41 +00:00
Space Toad
b3d605cd9d ISidedInventory is now explicitely an inventory 2011-10-02 19:14:20 +00:00
Eloraam
b763c73b74 - Added an ItemStack parameter to IArmorTextureProvider
- Added ISidedInventory
- Added IBonemealHandler
- Added hooks in grow-on-grass and in break tall grass.
- Fixed furnace output of multiple items.
- Added getBlockDropped().
- Bumped version number to 1.1.1.
2011-10-02 08:55:31 +00:00
Eloraam
07dfc35e0e Fixed TileEntities, bumped version number. 2011-09-28 23:35:31 +00:00
Eloraam
a386d0a8dc Undid that. Whoops. 2011-09-22 02:49:33 +00:00
Eloraam
1a8d32f7de Code to remove a single block effectiveness. 2011-09-22 02:45:47 +00:00
Eloraam
afdbc4064b Fixed up a few bugs in the tool path. 2011-09-21 07:14:53 +00:00
Space Toad
e7ca40009e bumped forge version # to 1.0.6 2011-08-28 12:54:47 +00:00
Space Toad
62e7bdf805 added ArmorProperties constructors, remove deprecated subprograms (supposedly not used by anyone) 2011-08-28 12:33:16 +00:00
Space Toad
705e5e62a0 fixed headers, implemented new armor computation for IC2 2011-08-27 11:42:48 +00:00
Eloraam
9d22e76927 Fixed the version number. 2011-08-21 07:50:09 +00:00
Eloraam
651af86795 Version control logic, improved the destroy handling hook. 2011-08-20 08:59:05 +00:00
Eloraam
622f536f80 Improved BTW compatibility.
Finished the placement hook changes.
Added a sleep handler.
Added a current item destroyed handler.
2011-08-18 00:14:09 +00:00
Eloraam
231c65da06 Checking in the new crafting hook. 2011-08-17 16:05:38 +00:00
Eloraam
1d19069203 Forgot the forge hooks. 2011-08-13 18:26:31 +00:00
Eloraam
12b64fa287 Updates:
- Added warning message for non-preloaded textures.
- Documentation
- Ladder fix for SMP.
- Obsoleted IBlockSecondaryProperties
- Added hooks for place-by-side.
- Fixed texture 3 and piston texture bug.
- Added new tool system.
2011-08-12 23:53:30 +00:00
Eloraam
d23812cb4c Added secondary block properties patch. 2011-08-03 05:15:31 +00:00
Eloraam
197c847a5f Fixed bugs in the pickaxe code. 2011-08-01 02:06:00 +00:00
Eloraam
73365fcbe4 Improved some documentation. 2011-07-31 18:52:19 +00:00
Space Toad
e6cc73ce55 removed inner classes, remove redundant biome control 2011-07-31 12:01:23 +00:00
Space Toad
c35f8e5ddb additional comments 2011-07-30 21:10:42 +00:00
Space Toad
b892916d6f added comments 2011-07-30 21:01:03 +00:00
Space Toad
0490d22992 add custom armor, for #13 2011-07-30 07:13:10 +00:00
Space Toad
5975944963 first batch of documentation + minor reformatings 2011-07-30 06:42:15 +00:00
Eloraam
58f3084074 Added explosion resistance hook. 2011-07-29 22:00:08 +00:00
Space Toad
59e7645d61 fixed addPixaxeBlockEffectiveAgainst 2011-07-29 21:25:22 +00:00
Eloraam
7f0d588e62 Added the four new hooks from RedPower, and the TileEntity bugfix. 2011-07-29 21:15:21 +00:00
Space Toad
8c19143961 added missing copyright header 2011-07-29 20:59:01 +00:00
Space Toad
f2a1b244e8 added missing file 2011-07-29 20:58:31 +00:00
Space Toad
14b6dbe4f5 added mineable block configuration, for #6 2011-07-29 17:55:34 +00:00
Space Toad
5af89543d3 added missing graphical features, added configuration management, for #5 2011-07-20 19:58:59 +00:00
Space Toad
cd9d101e06 added headers 2011-07-15 23:13:09 +00:00
Space Toad
c7fb93c4f9 implement infinite terrain sprites, for #3 2011-07-15 22:40:53 +00:00