1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-25 20:23:22 +00:00
Jonathan Coates dc969c5a78
Configure ServerComputer via a Properties builder
We currently need to pass a whole bunch of arguments to a ServerComputer
in order to construct it, and if we implement #1814, this will get a
whole lot worse. Instead, we now pass most parameters (computer id,
family, label, term size, components) via a separate Properties class,
much like Minecraft does for blocks and items.

I'm not wild about the design of the API here, but I think it's a step
in the right direction.
2025-01-20 19:47:18 +00:00
..
2025-01-09 20:47:51 +00:00