Skip to content

v4.16

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 04:14
· 85 commits to main since this release

Changelog (v4.15 -> 4.16.0)

Features

  • feat: add ic workbench auto-compile setting (4626585)
  • feat: workbench render effect when not simulating (e90b746)
  • feat: fabrication v2 (be594f7)
  • feat: add relocation frames and motors (f581a45)
  • feat: fabulous lighting (8e2f808)
  • feat: add deepslate ores (1b0726f)
  • feat: port to MC 1.18.2 (25d7eac)

Bug fixes

  • fix: reduce 5-vert faces in frame model to prevent crash (985ebda)
  • fix: halo renderer bug messing up rendering of various mods (43b5a8a)
  • fix: moving frame structure splitting at chunk boundry (1ee25a1)
  • fix: server freeze when using bus converter (59590bc)
  • fix: backpack tooltip showing when opened (bb8d8cf)
  • fix: world gen crash due to ID conflict (4f72b5e)
  • fix: comparator model rendering as xor (c9de84d)
  • fix: gate guis not working on dedicated servers (7b0b955)
  • fix: framed redwires not re-rendering on signal change (aa01622)
  • fix: redwires incorrectly using weak signal (fd02d80)
  • fix: mitigate a crash when loading battery box (cb5f354)
  • fix: electrotine generator not breakable with pickaxe (a205e24)
  • fix: container contents being shuffled on world load (3205bd1)
  • fix: battery box and charging bench contents not getting saved (8396689)
  • fix: transmission APIs not correctly providing bundled signals (41fe682)
  • fix: server crash when loading Expansion (71ce517)
  • fix: wires not connecting to lamps (ec7c6e3)

Pipeline

  • build: create separate api jar (3d48f16)
  • ci: exclude commits under a merge in changelog (7ec9711)
  • ci: create bug issue template (c0afeb0)
  • build: fix data run generation (be94b67)
  • build: fix run configs and update dev setup instructions (507430b)
  • build: add ATs required for dev client/server (4abe9bf)

Maintenance

  • internal: minor logging cleanup (9a26071)
  • internal: create sprite object for redui texture blitting (2fff703)
  • internal: drop deprecated placement methods in CBM (af79729)
  • refactor: use nullability annotations (35995f9)
  • internal: use correct neighbor change source position (196fa19)
  • docs: update branch name in README (38207fe)
  • internal: fix server crash in dev environment (292850d)