ForgePatch/patches/common/net/minecraft/src
Christian bea2d8599f Update FML: 46c563a
46c563a Expose more of the village construction parts for building village piece
1380c2e Allow access to the type "ComponentVillage"
71a3818 Documentation and registration for villager stuff
e3a343c Fix javadoc derp
195b1a0 Villager trading, manipulation and village enhancement. Still WIP but sh
69e66c3 Fix exception based logging to actually log the exception!
2012-08-19 11:35:22 -04:00
..
AnvilChunkLoader.java.patch Renamed MinecraftForge.eventBus to EVENT_BUS as it's constant. 2012-08-05 19:14:02 -07:00
AnvilSaveHandler.java.patch More progress on converting patches from 1.2.5 2012-08-06 03:35:57 -07:00
Block.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockButton.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockChest.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockContainer.java.patch More progress on converting patches from 1.2.5 2012-08-06 03:35:57 -07:00
BlockCrops.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
BlockDoor.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockFire.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockLadder.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockLeaves.java.patch Cleaned up some more, fixed infinite loop with cancelable annotation, Client now compiles and enters world just fine. 2012-08-09 16:47:35 -07:00
BlockLever.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockLog.java.patch Cleaned up some more, fixed infinite loop with cancelable annotation, Client now compiles and enters world just fine. 2012-08-09 16:47:35 -07:00
BlockNetherStalk.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
BlockPistonBase.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
BlockRail.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockRedstoneWire.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
BlockSnow.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
BlockTallGrass.java.patch Update fml, impelemnted Diemsnion API stuff. 2012-08-10 18:15:10 -07:00
BlockTorch.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockTrapDoor.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockTripWireSource.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
BlockVine.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
Chunk.java.patch Update fml, impelemnted Diemsnion API stuff. 2012-08-10 18:15:10 -07:00
CommandHandler.java.patch New Command event. 2012-08-15 02:01:38 -07:00
ContainerFurnace.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
CraftingManager.java.patch First push of some small patches and introduction of basic events. As well as the first cases for Forge's Access Transformer 2012-08-05 03:20:07 -07:00
DedicatedServer.java.patch Updated patches to 1.3.2 2012-08-14 23:58:32 -07:00
Enchantment.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
EnchantmentHelper.java.patch More progress on converting patches from 1.2.5 2012-08-06 03:35:57 -07:00
Entity.java.patch Added new pick block hook for blocks and entites to allow for better grained control of the result. 2012-08-10 02:09:11 -07:00
EntityItem.java.patch Update FML: 46c563a 2012-08-19 11:35:22 -04:00
EntityLiving.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
EntityMinecart.java.patch Fixed bug in EntityMinecart that would cause them to fall through the ground at the bottom of slopes. 2012-08-17 23:50:25 -07:00
EntityMooshroom.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
EntityOcelot.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
EntityPlayer.java.patch Updated FML, fixed custom tool hooks, and spawn protection/player reach hooks. 2012-08-11 14:45:48 -07:00
EntitySheep.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
Explosion.java.patch First push of some small patches and introduction of basic events. As well as the first cases for Forge's Access Transformer 2012-08-05 03:20:07 -07:00
FurnaceRecipes.java.patch Updated FML, updated patches 2012-08-10 20:30:59 -07:00
Item.java.patch Fix issue with default getContainerItemStack 2012-08-15 02:09:21 -07:00
ItemBlock.java.patch Seperated block placmenet logic in ItemBlock as immibis requested: https://github.com/MinecraftForge/MinecraftForge/pull/110 2012-08-15 01:48:34 -07:00
ItemBow.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
ItemBucket.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
ItemDye.java.patch Fix bug where default bonemeal behavior wouldn't trigger. Only return if the event was canceled. 2012-08-13 15:42:19 -04:00
ItemHoe.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
ItemInWorldManager.java.patch Updated FML, fixed custom tool hooks, and spawn protection/player reach hooks. 2012-08-11 14:45:48 -07:00
ItemMap.java.patch Update fml, impelemnted Diemsnion API stuff. 2012-08-10 18:15:10 -07:00
ItemShears.java.patch Implemeneted adding grass seeds, as well as IShearable for BlockTallGrass 2012-08-05 19:41:18 -07:00
ItemTool.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
MovingObjectPosition.java.patch First push of some small patches and introduction of basic events. As well as the first cases for Forge's Access Transformer 2012-08-05 03:20:07 -07:00
NetServerHandler.java.patch Updated patches to 1.3.2 2012-08-14 23:58:32 -07:00
Packet51MapChunk.java.patch Fix MC packet bugs for remote servers that use blocks with ids > 256 2012-08-18 02:16:17 -07:00
Packet56MapChunks.java.patch Fix MC packet bugs for remote servers that use blocks with ids > 256 2012-08-18 02:16:17 -07:00
RailLogic.java.patch First push of some small patches and introduction of basic events. As well as the first cases for Forge's Access Transformer 2012-08-05 03:20:07 -07:00
ServerConfigurationManager.java.patch Readded patch to allow for use of custom teleporter for transfering dimensions. 2012-08-14 15:03:40 -07:00
SlotCrafting.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
SpawnerAnimals.java.patch Cleaned up some more, fixed infinite loop with cancelable annotation, Client now compiles and enters world just fine. 2012-08-09 16:47:35 -07:00
StatList.java.patch Updated Client side patches for the new Merged MCP workspace. 2012-08-09 03:06:41 -07:00
TileEntity.java.patch Add render distance property to TileEntity. 2012-08-15 02:18:23 -07:00
TileEntityBrewingStand.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
TileEntityFurnace.java.patch Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
World.java.patch Fixed EntityEvent.CanUpdate 2012-08-17 13:31:04 -07:00
WorldGenBigMushroom.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenDeadBush.java.patch More progress on converting patches from 1.2.5 2012-08-06 03:35:57 -07:00
WorldGenDungeons.java.patch More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
WorldGenForest.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenHugeTrees.java.patch A bulk of more patches converted, updated fml 2012-08-06 17:52:23 -07:00
WorldGenMinable.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenShrub.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenSwamp.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenTaiga1.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenTaiga2.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldGenTallGrass.java.patch More progress on converting patches from 1.2.5 2012-08-06 03:35:57 -07:00
WorldGenTrees.java.patch More patches converted. 2012-08-06 15:07:53 -07:00
WorldProvider.java.patch Adds a SkyProvider class that can handle the rendering of the sky 2012-08-18 21:05:21 +02:00
WorldServer.java.patch Updated patches to 1.3.2 2012-08-14 23:58:32 -07:00