ForgePatch/patches/minecraft/net/minecraft
Eurymachus 8d0b58ee6f Added PlayerOpenContainerEvent and added ForgeHooks.canInteractWith
- Used to override the canInteractWith during player tick
- setResult to ALLOW/DENY as required
- Defaults to Vanilla behaviour in any other instance.

Required for LittleBlocks Mod and to Assist Gullivers Mod
2013-10-06 03:58:13 +01:00
..
block Merge pull request #803 from benblank/block-power 2013-09-30 17:12:34 -07:00
client Add the ability to register chat commands that only execute on the client. Works with autocomplete. 2013-09-30 13:08:57 -07:00
command Initial patch update to 1.6, Does not compile, need to update references to the old TexturePack system. 2013-06-30 05:50:11 -07:00
crash Initial patch update to 1.6, Does not compile, need to update references to the old TexturePack system. 2013-06-30 05:50:11 -07:00
creativetab Allow creative tabs to have a search box if they want to Closes #592 2013-08-10 22:04:58 -07:00
enchantment Direct canApplyAtEnchantingTable through canApply Closes #740 2013-09-30 14:51:39 -07:00
entity Added PlayerOpenContainerEvent and added ForgeHooks.canInteractWith 2013-10-06 03:58:13 +01:00
inventory Update forge for MCP naming updates 2013-09-03 18:04:12 -04:00
item Make isItemStackDamageable() pass the stack to getMaxDamage() to use the Forge version of getMaxDamage(). 2013-09-30 17:15:18 -07:00
nbt Initial patch update to 1.6, Does not compile, need to update references to the old TexturePack system. 2013-06-30 05:50:11 -07:00
network Updated FML: 2013-09-18 16:10:38 -07:00
potion Initial patch update to 1.6, Does not compile, need to update references to the old TexturePack system. 2013-06-30 05:50:11 -07:00
server Updated FML: 2013-09-18 16:10:38 -07:00
stats Update patche for jad-style names. 2013-01-11 23:46:08 -08:00
tileentity Vanilla hopper should obey the IInventory contract, TileEntityHopper now takes into account IInventory.getInventoryStackLimit() when inserting items Closes #597. 2013-09-30 11:37:37 -07:00
util Update FML to 16launch branch 2013-06-30 05:29:49 -07:00
village Initial patch update to 1.6, Does not compile, need to update references to the old TexturePack system. 2013-06-30 05:50:11 -07:00
world Fix missing patch which caused per-world storage to not be saved. 2013-10-01 09:59:13 -07:00