/******************************************************************************* * Copyright (c) 2013 Aroma1997. * All rights reserved. This program and other files related to this program are * licensed with a extended GNU General Public License v. 3 * License informations are at: * https://github.com/Aroma1997/CompactWindmills/blob/master/license.txt ******************************************************************************/ package aroma1997.compactwindmills; import net.minecraftforge.common.config.Configuration; /** * * @author Aroma1997 * */ public class CommonProxy { public void registerRotorRenderer(Configuration config) { } }