Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - package aether.client;
 - import net.minecraft.src.CommonProxyAether;
 - import net.minecraftforge.client.MinecraftForgeClient;
 - public class ClientProxyAether extends CommonProxyAether
 - {
 - @Override
 - public void registerRenderThings()
 - {
 - MinecraftForgeClient.preloadTexture("/aetherBlocks.png");
 - MinecraftForgeClient.preloadTexture("/aetherItems.png");
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment