1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 15:13:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/peripheral
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
..
commandblock Switch to Mojang mappings 2021-01-09 19:22:58 +00:00
diskdrive Remove m_ (#658) 2021-01-15 16:35:49 +00:00
generic Expose GenericSource to the public API 2021-05-15 21:11:09 +01:00
modem Add button to view computer's folder 2021-05-28 22:19:04 +01:00
monitor Reduce some block updates 2021-06-01 18:55:12 +01:00
printer Remove m_ (#658) 2021-01-15 16:35:49 +00:00
speaker Remove m_ (#658) 2021-01-15 16:35:49 +00:00