diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-04-05 20:41:13 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-04-05 20:41:13 +0300 |
| commit | 5b9935f737c226847e668bde0185adbc6a5a8b7b (patch) | |
| tree | 980cdbadd8635bcd48aa67966c7cceef4677ca64 /ihl/model/ModelKnee.java | |
| parent | cd9b5adda974ad9a5e5732fe645571907313b38d (diff) | |
some experiments
Diffstat (limited to 'ihl/model/ModelKnee.java')
| -rw-r--r-- | ihl/model/ModelKnee.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ihl/model/ModelKnee.java b/ihl/model/ModelKnee.java index c352431..3f720ac 100644 --- a/ihl/model/ModelKnee.java +++ b/ihl/model/ModelKnee.java @@ -1,10 +1,13 @@ package ihl.model;
+import cpw.mods.fml.relauncher.Side;
+import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.model.PositionTextureVertex;
import net.minecraft.client.model.TexturedQuad;
import net.minecraft.client.renderer.Tessellator;
import net.minecraftforge.common.util.ForgeDirection;
+@SideOnly(value=Side.CLIENT)
public class ModelKnee {
/**
* The (x,y,z) vertex positions and (u,v) texture coordinates for each of the 8 points on a cube
|
