Advertisement
Guest User

Untitled

a guest
Jun 15th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. package shinigami.mod.ferretcraft.items;
  2.  
  3. import net.minecraft.block.Block;
  4. import net.minecraft.init.Blocks;
  5. import net.minecraft.item.ItemSeeds;
  6. import shinigami.mod.ferretcraft.crops.CannabisPlant;
  7.  
  8. /**
  9. * Created by Shinigami on 2015-06-15.
  10. */
  11. public class CannabisSeed extends ItemSeeds {
  12. public CannabisSeed(CannabisPlant, Blocks.farmland) {
  13. super(p_i45352_1_, p_i45352_2_);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement