Attempted to add some fancy rendering for the connections between nodes.
This commit is contained in:
parent
33ba7cc38f
commit
4fe7439a61
6 changed files with 348 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue