Redstone: Add wires, redstone torches, levers (incomplete) and repeaters

This commit is contained in:
Er2
2024-04-07 16:51:01 +03:00
parent b8c01e085f
commit 6bdfe250a2
50 changed files with 1687 additions and 114 deletions

View File

@@ -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)