ForgePatch/patches/minecraft/net/minecraft
Lex Manos 4235ca36ea Make TextureMap for items and blocks skip the first pass of loading/stitching textures.
Should decrease loading times for large packs.
May cause issues with some mods so use -Dfml.skipFirstTextureLoad=false to disable.
2015-06-18 20:13:31 -07:00
..
block Player sensitive version of Block.getPickBlock Closes #1348 2014-11-04 18:27:02 -08:00
client Make TextureMap for items and blocks skip the first pass of loading/stitching textures. 2015-06-18 20:13:31 -07:00
command Improved Control of Enchantment.canApplyTogether() in Mod Enchantments, allowing both enchantments to determine if they can apply together. Closes #1434 2014-12-07 05:37:11 -08:00
crash Update to 1.7.10-pre4. 2014-06-23 21:55:16 -07:00
creativetab Add ability for creative tabs that have search bars to customize the text box's width, and prevent the default set of enchanted books from being displayed in those tabs. Closes #1303 Closes #1301 2014-08-11 19:18:38 -07:00
enchantment Improved Control of Enchantment.canApplyTogether() in Mod Enchantments, allowing both enchantments to determine if they can apply together. Closes #1434 2014-12-07 05:37:11 -08:00
entity Throw more descriptive errors when mods attempt to register invalid global entity IDs. 2015-06-14 17:06:00 -07:00
inventory Improved Control of Enchantment.canApplyTogether() in Mod Enchantments, allowing both enchantments to determine if they can apply together. Closes #1434 2014-12-07 05:37:11 -08:00
item Reformat ItemArmor$ArmorMaterial.getBaseItem to use an if/then/else structure. The switch 2015-04-19 12:04:22 -04:00
nbt Fixed NBTSizeTracker missing a lot of data being read. Also made new NBT object allocation claim 32-bits in the size tracker. 2015-04-18 21:22:44 -04:00
network Fix MC-30864 (sending web links in chat) 2014-11-10 15:24:27 -05:00
potion Added hook for custom PotionEffect rendering in the inventory 2014-06-30 02:06:39 +02:00
server MinecraftForge/FML@6b0ae369eb Try and improve performance of the registry by avoiding superType.cast. 2015-03-20 16:12:05 -04:00
stats COnverted patches to SRG names 2014-03-25 10:13:57 -05:00
tileentity Added PotionBrewEvent.Pre/Post. To allow for modification and cancelation of Brewing. Closes #1248 2014-12-07 03:30:52 -08:00
util Fixed Clientside GameProfile UUID being null on offline mode 2014-09-10 00:24:36 +01:00
village COnverted patches to SRG names 2014-03-25 10:13:57 -05:00
world Change logging to avoid the String.format bug. Closes #1809 2015-04-19 11:52:23 -04:00