Small stuff
This commit is contained in:
parent
0f3c0196cd
commit
8d2ab7aa7a
6 changed files with 35 additions and 15 deletions
|
@ -1,5 +1,7 @@
|
|||
package WayofTime.alchemicalWizardry.client.renderer;
|
||||
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
import org.lwjgl.opengl.GL11;
|
||||
|
||||
import WayofTime.alchemicalWizardry.ModBlocks;
|
||||
|
@ -21,6 +23,7 @@ import net.minecraftforge.client.event.RenderWorldLastEvent;
|
|||
* Created in Scala by Alex-Hawks
|
||||
* Translated and implemented by Arcaratus
|
||||
*/
|
||||
@SideOnly(Side.CLIENT)
|
||||
public class RitualDivinerRender
|
||||
{
|
||||
@SubscribeEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue