Skip to content

v4.13

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 14:31
· 148 commits to main since this release

Changelog (v4.12 -> 4.13.0)

Features

  • feat: electrotine ore block particles (42baf50)

Bug fixes

  • fix: electrotine ore not dropping items (b9f5c52)
  • fix: various backpack related issues (f81022f)
  • fix: incorrect inventory slot ordering (f57712e)
  • fix: illumination server crash on load (bac383d)
  • fix: peridot block to gem recipe (1dd8cea)
  • fix: connectable tiles not connecting to IConnectable (4d6bb95)
  • fix: project bench plan overlay render (c44c302)
  • fix: incorrectly locked slots in backpack (4fab6d1)
  • fix: expansion machine states and renders (92fa1b6)
  • fix: wrong mc version in mods.toml (9b7970f)

Pipeline

  • ci: enable expansion curse upload (235147e)
  • build: explicitly finalize jars with reobf (f0dbcae)
  • ci: dont restore partial caches (7ba160f)
  • ci: add internal commit category (24451f4)
  • ci: verify PRs on feature branches (002320f)

Maintenance

  • internal: port Exploration to Java (b8a2fe1)
  • internal: add BaseInventory implementation that saves/loads nbt correct (29c4364)
  • internal: port expansion to java (feeac37)
  • internal: port illumination to Java (2241bbb)
  • internal: add more ProjectRedBlock base properties (37cfa68)
  • internal: dont allow ContainerScreen to comsume mouse events (c8c1c0a)
  • internal: add RedUI viewport node (5d2afff)
  • internal: add RedUI scrollbar node (f6429f4)
  • internal: generic superclass for ButtonNode (9a9da11)
  • internal: move electrotine generator to PR Core (79abe92)
  • internal: add base tile java implementations (33c0d14)
  • internal: add RedUI containers (52566c0)
  • internal: redui cleanup and pre/post draw hooks (0559591)
  • internal: add drawLine in GuiLib (8dfe664)
  • refactor: make wire and gate renderers more generic (6595d8b)