Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package O3Bubbles09.mod.Client;
- import net.minecraftforge.common.MinecraftForge;
- import O3Bubbles09.mod.Common.CommonProxy;
- public class ClientProxy extends CommonProxy {
- public void registerRenders() {
- MinecraftForge.preloadTexture("/O3Bubles09/mod/Common/Blocks.png");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment