summaryrefslogtreecommitdiff
path: root/ihl/enviroment/LightBulbModel.java
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
commit2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch)
treee8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /ihl/enviroment/LightBulbModel.java
parentffe23313fb7421b0a1849b420baf708999023f7b (diff)
License, readme and stuff
Diffstat (limited to 'ihl/enviroment/LightBulbModel.java')
-rw-r--r--ihl/enviroment/LightBulbModel.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/ihl/enviroment/LightBulbModel.java b/ihl/enviroment/LightBulbModel.java
index 710d7fb..bca6305 100644
--- a/ihl/enviroment/LightBulbModel.java
+++ b/ihl/enviroment/LightBulbModel.java
@@ -48,12 +48,4 @@ public class LightBulbModel extends ModelBase
BaseON.drawFromInside = false;
BaseON.addTube("SpyralNorth", -0.5F, -0.5F, 0.5F, 1, 1, 7, 0f, 1f, ForgeDirection.NORTH);
}
-
- private void setRotation(IHLModelRenderer model, float x, float y, float z)
- {
- model.rotateAngleX = x;
- model.rotateAngleY = y;
- model.rotateAngleZ = z;
- }
-
}