Commit Graph

25 Commits

Author SHA1 Message Date
Florian Nücke
8206c1aebd Fixed emitting redstone on one side providing weak power to all other sides. 2020-12-30 02:29:15 +01:00
Florian Nücke
d0e581fb8a More package restructuring. 2020-12-29 18:53:28 +01:00
Florian Nücke
55d198660f Moved stuff to packages more closely mirroring vanilla layout. 2020-12-29 18:49:59 +01:00
Florian Nücke
381dc041fe Support RedstoneEmitter capability in computer. 2020-12-29 17:33:45 +01:00
Florian Nücke
5847a64aca Fix variable name. 2020-12-29 17:33:25 +01:00
Florian Nücke
e2610e148f UI to toggle off computer, toggle full input capturing. 2020-12-28 17:53:45 +01:00
Florian Nücke
35b67744cd Allow sneak-wrenching any block in the mod to break it.
Move playSound for block break/place/etc to util method.
2020-12-27 16:36:03 +01:00
Florian Nücke
f9dc54b32a Fixed computer starting. 2020-12-27 02:28:48 +01:00
Florian Nücke
ffbf1f049c Avoid start/stop doing anything on client. 2020-12-27 02:01:01 +01:00
Florian Nücke
4084880916 Remove needing to sneak to start a computer. 2020-12-27 01:59:15 +01:00
Florian Nücke
39d7625d34 Un-invert if. 2020-12-27 01:57:09 +01:00
Florian Nücke
535e9cef79 Add tracking of and display of boot error messages. 2020-12-27 01:43:32 +01:00
Florian Nücke
3c6e9da0e4 Sneak right click for wrench to break computers. 2020-12-26 23:25:19 +01:00
Florian Nücke
c9025ccd66 Container logic for computer block. Different ram and hdd sizes. 2020-12-25 04:17:10 +01:00
Florian Nücke
52df43811f Cleanup and constant shuffling. 2020-12-25 00:44:07 +01:00
Florian Nücke
9c3bbcde05 Make stuff drop stuff. 2020-12-25 00:31:49 +01:00
Florian Nücke
907f4fea9a Moved initialization and storage of registry objects to separate classes. 2020-12-19 12:06:28 +01:00
Florian Nücke
117e17a6b6 Some formatting, documenting and cleanup. 2020-12-12 02:44:11 +01:00
Florian Nücke
c6980fba77 Some more package shuffling. 2020-12-11 18:20:16 +01:00
Florian Nücke
abe81d74aa Make bus element in computer check neighbors on neighbor change. 2020-12-09 13:12:24 +01:00
Florian Nücke
f8e058650f Update to MC 1.16.4. 2020-12-05 17:54:07 +01:00
Florian Nücke
fdfd11e4a8 Some placeholder blocks. 2020-10-27 15:53:46 +01:00
Florian Nücke
b00a4bb2c7 Make computer rotatable. 2020-10-25 18:37:52 +01:00
Florian Nücke
9275d9562a Send terminal output to client and input back to server. 2020-09-30 13:27:32 +02:00
Florian Nücke
cd1d06842d Started implementing a computer block as use/test-case for serialization. 2020-09-29 13:01:40 +02:00