1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-27 14:48:20 +00:00
CC-Tweaked/src
Jonathan Coates 02695aea51
Reduce some block updates
- Fix double updateOutput() call in TileComputerBase - I guess a
   merge/rebase gone wrong in the past.
 - Don't call updateBlock() when creating a server computer. This used
   to be needed when we sent the computer to the client, but this is no
   longer the case.
 - Don't call updateBlock() on TileMonitors when updating from the
   client. We don't need to do a redraw here, as this is all stored in
   the block state now.
 - Don't update the block when reading turtle upgrades. See #643 for
   some background here.

See #658
2021-06-01 18:55:12 +01:00
..
generated/resources Fix impostor recipes for disks 2021-01-09 18:30:07 +00:00
main Reduce some block updates 2021-06-01 18:55:12 +01:00
test Add some options for textutils.serialize (#664) 2021-05-29 17:46:58 +01:00
web Swap CSS over to use illuaminate's variables 2021-05-28 21:18:38 +01:00