Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. package com.avatar.scifipandoramod.proxy;
  2.  
  3. import net.minecraft.item.Item;
  4.  
  5. public class CommonProxy
  6. {
  7. public void registerItemRenderer(Item item, int meta, String id) {
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement