Commit Graph

21 Commits

Author SHA1 Message Date
logan
462ffcf2ab Move files from oc2r -> oc2 2025-01-26 12:02:07 -08:00
Jackson Abney
ce4e4de6ed Renamed to oc2r (OpenComputers II: Reimagined) this includes changing the mod id from oc2 to oc2r. 2024-06-15 13:41:55 -08:00
Jackson Abney
b5f1104f1e Start of code cleanup, mostly remove A BUNCH of unused imports and some code quality fixes. 2024-06-02 01:05:24 -08:00
Jackson Abney
c8afe48a9b Start of 1.20.1 port 2024-05-24 23:11:07 -08:00
Florian Nücke
c1679223bd Add SPDX header. 2022-02-03 21:42:17 +01:00
Florian Nücke
12b606908a Fix depth of tooltips in inventory uis. 2022-01-17 22:31:49 +01:00
Florian Nücke
4e30d28e8d Fix access to client-only type on server. Fixes #72. 2022-01-01 04:25:08 +01:00
Florian Nücke
3fab593a3c Autoformat and organize imports. 2021-12-31 02:36:29 +01:00
Florian Nücke
bbf487d404 Various Java 17 usages, renamed some things to match official mappings (world -> level, tile entity -> block entity). 2021-12-31 02:02:53 +01:00
Florian Nücke
3f09a5f8df Started porting to 1.18.1. 2021-12-30 14:12:54 +01:00
Florian Nücke
0459ea4466 More pulling up common stuff, added button for switching between terminal and inventory screens. 2021-07-28 03:03:21 +02:00
Florian Nücke
cf0f46a8a5 Centralized UI sprite and texture definitions. 2021-07-27 01:59:58 +02:00
Florian Nücke
0e949ec9f0 Rename for clarity. 2021-05-09 12:19:52 +02:00
Florian Nücke
cc8717c01b Added tooltips for slot info. 2021-01-23 21:58:53 +01:00
Florian Nücke
45594a4e8e Add overlay icons when slots that should have something in them don't. 2021-01-23 15:18:34 +01:00
Florian Nücke
ff08e2fb9b Added concept of slot types for item devices.
Made slots in computer types.
2020-12-28 15:04:20 +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
117e17a6b6 Some formatting, documenting and cleanup. 2020-12-12 02:44:11 +01:00
Florian Nücke
da5849a54a Static imports for less clutter. 2020-12-06 19:10:38 +01:00
Florian Nücke
f8e058650f Update to MC 1.16.4. 2020-12-05 17:54:07 +01:00
Florian Nücke
9275d9562a Send terminal output to client and input back to server. 2020-09-30 13:27:32 +02:00