FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Items dropped into the world trough World.dropItem(x,y,z,id,data) can not be picked up #124

Closed bastetfurry closed 11 years ago

bastetfurry commented 11 years ago

Dropping an Item into the world with World.dropItem(x,y,z,id,data) can not be picked up, they appear as being ghost entities. You can burn then, tough, and they follow physics.

bastetfurry commented 11 years ago

If the data(!) is set to 1 it works, summoning ItemID 264 (Diamond) with Data of 64 summons a stack of 64 diamonds. So data appears to be amount now.