Guest User

Untitled

a guest
Aug 11th, 2016
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package de.SlowMotion.Items;
  2.  
  3. import net.minecraft.item.Item;
  4.  
  5. public class ItemMotion extends Item {
  6.  
  7. public ItemMotion() {
  8. super();
  9.  
  10. }
  11. }
Add Comment
Please, Sign In to add comment