mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Redstone: Add wires, redstone torches, levers (incomplete) and repeaters
This commit is contained in:
@@ -509,6 +509,11 @@ void Minecraft::tickInput()
|
||||
m_pLevelRenderer->allChanged();
|
||||
}
|
||||
#endif
|
||||
else if (getOptions()->isKey(KM_FOG, keyCode))
|
||||
{
|
||||
// actually pause the game
|
||||
field_288 = !field_288;
|
||||
}
|
||||
}
|
||||
|
||||
if (getOptions()->field_19)
|
||||
|
||||
Reference in New Issue
Block a user