Advertisement
Guest User

ServerProxy.java

a guest
Sep 8th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. package com.rasdek.vape.proxy;
  2.  
  3. import init.ModItems;
  4.  
  5. public class ServerProxy implements CommonProxy {
  6.  
  7.     @Override
  8.     public void init() {
  9.         ModItems.registerRenders();
  10.     }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement