Redstone is now self aware. It's not quite as dumb as it used to be at any rate. Redstone wires have no range and understand they are supposed to stay on whenever there's an active torch touching it. (Need to add other power devices)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@68 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -22,10 +22,12 @@ static char RepeaterRotationToMetaData( float a_Rotation )
|
||||
}
|
||||
|
||||
|
||||
void LightRedstone( int, int, int, char );
|
||||
char LightRedstone( int, int, int, char );
|
||||
void ChangeRedstoneTorch( int, int, int, bool );
|
||||
|
||||
|
||||
cWorld* m_World;
|
||||
|
||||
char m_Metadata;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user