1
0

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:
admin@omencraft.com
2011-11-06 20:39:44 +00:00
parent 36f7084e3f
commit cc4e4345de
3 changed files with 232 additions and 42 deletions

View File

@@ -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;
};