fix bug where it was not syncing inv

This commit is contained in:
Raoul Van den Berge
2015-12-26 01:41:22 +01:00
parent 487fcb3cbe
commit f4ccd1e2ec
4 changed files with 4 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ public class InventoryUtils
}
}
public static void dropStack(World world, ItemStack stack, int x, int y, int z) // @TODO: Take BlockPos here
public static void dropStack(World world, ItemStack stack, int x, int y, int z)
{
float xo = world.rand.nextFloat() * 0.8F + 0.1F;
float yo = world.rand.nextFloat() * 0.8F + 0.1F;