Removed old sound-configuration for Repeaters
parent
27edb7f0d0
commit
a171a6ce93
|
@ -63,12 +63,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
virtual const char * GetStepSound(void) override
|
|
||||||
{
|
|
||||||
return "step.wood";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
inline static NIBBLETYPE RepeaterRotationToMetaData(double a_Rotation)
|
inline static NIBBLETYPE RepeaterRotationToMetaData(double a_Rotation)
|
||||||
{
|
{
|
||||||
a_Rotation += 90 + 45; // So its not aligned with axis
|
a_Rotation += 90 + 45; // So its not aligned with axis
|
||||||
|
|
Loading…
Reference in New Issue