Attempted to add some fancy rendering for the connections between nodes.

This commit is contained in:
WayofTime 2016-01-15 15:06:03 -05:00
parent 33ba7cc38f
commit 4fe7439a61
6 changed files with 348 additions and 1 deletions

View file

@ -1,7 +1,7 @@
package WayofTime.bloodmagic.proxy;
import net.minecraft.world.World;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.FMLCommonHandler;
import WayofTime.bloodmagic.util.handler.EventHandler;
import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
@ -32,4 +32,10 @@ public class CommonProxy
{
}
public Object beamCont(World worldObj, double xi, double yi, double zi, double tx, double ty, double tz, int type, int color, boolean reverse, float endmod, Object input, int impact)
{
// TODO Auto-generated method stub
return null;
}
}