summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemSeeds.java
Commit message (Expand)AuthorAgeLines
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-5/+5
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, BLOCK_INTE...Erik Broes2011-03-23-0/+1
* Fix BlockPlaceErik Broes2011-03-21-22/+10
* More PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient for...Erik Broes2011-02-25-1/+1
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+0
* Port to new mc-dev format.Erik Broes2011-01-30-27/+28
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-7/+16
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
* All inventory stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit...Dinnerbone2011-01-15-1/+1
* All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...Dinnerbone2011-01-15-1/+1
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-2/+2
* Updated against new mc-dev format, takes out quite some casting troubles at t...Erik Broes2011-01-11-11/+11
* Fixed lack of calling callEvent(event), finished Item Usedurron5972011-01-08-0/+47