CC-Tweaked/src/main/resources
Jonathan Coates c489d4bc4f
Fix exiting paint typing "e" in the shell
When exiting paint via the keyboard by typing "Ctrl" then "E"
separately, we consume the "key" event within paint, leaving the shell
to consume "read".

To avoid this, we run a sleep(0) to gobble any other left-over events.

Note, it's generally not enough to run a queueEvent/pullEvent here, as
the char event may not have ended up on the queue yet. Alas, as this
solution is pretty ugly.
2021-06-19 15:13:26 +01:00
..
META-INF Fix incorrect lower bound in mods.toml 2020-08-09 21:51:55 +01:00
assets/computercraft Fix several sidebar textures 2021-06-07 18:34:57 +01:00
data/computercraft Fix exiting paint typing "e" in the shell 2021-06-19 15:13:26 +01:00
pack.mcmeta Update and rename all resources 2019-04-02 13:18:43 +01:00
pack.png Attempt to reduce jar size a little 2019-02-14 10:53:18 +00:00