summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/NBTTagCompound.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-263/+0
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-5/+1
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+9
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-11/+77
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-3/+2
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-5/+2
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-0/+4
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-0/+8
|
* Fixed items retaining enchantment visual effects after all enchantments are lostNathan Adams2012-01-14-1/+15
| | | | Issue #BUKKIT-24 - Upon removing enchantments, visual effect on item does not go away
* Added NBTTagCompound.java for diff visiblityNathan Adams2012-01-14-0/+174