Advertisement
Guest User

BlockCropsMod

a guest
May 3rd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. package com.novatech.mod.Blocks;
  2.  
  3. import com.novatech.mod.init.ItemMod;
  4.  
  5. import net.minecraft.block.BlockCrops;
  6. import net.minecraft.item.Item;
  7.  
  8. public class BlockCropsMod extends BlockCrops {
  9. protected Item func_149866_i( ) {
  10. return ItemMod.nikraniumSeeds;
  11. }
  12.  
  13. protected Item func_149865_P() {
  14. return ItemMod.nikraniumIngot;
  15. }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement