Skip to content

v1.19-4.17.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 22:06
· 4 commits to main since this release

Changelog (v4.16 -> v1.19-4.17.0)

Features

  • feat: compile step tree navigation in ic workbench (3d055ed)
  • feat: add state cell, sync, and counter ic gates (3b5ccd1)
  • feat: add sequencer ic gate (d587468)
  • feat: add timer IC gate (5585274)
  • feat: partial rewrite of workbench interact tool (3ce4125)
  • feat: port to MC 1.19.2 (4dacb5f)

Bug fixes

  • fix: gate interactions not working in multiplayer (6dc8e19)
  • fix: wires connecting to frame motor front face (f725f08)
  • fix: fabricated gate pick-block not working after world reload (c5d9154)
  • fix: connectable tiles getting re-connected to during removal (af30355)
  • fix: bus converter not properly converting black (ab9bd41)
  • fix: repeater ic tiles skipping power off delay (d4da7de)
  • fix: comparator right-side input not working correctly (826cd3c)
  • fix: crash when rotating ic gates with hotkey (7e0ed41)
  • fix: ic timer rendering not synced after world load (0a32fe5)
  • fix: world gen features not respecting config file settings (4d94b9a)
  • fix: project bench not crafting from grid once storage is empty (d397681)
  • fix: project bench shift-click dupe issues (5f123e9)
  • fix: remove inout conns on sr latch tile (df6d09f)
  • fix: gates still rendering after blueprint is swapped (2f53cff)
  • fix: array gates not auto-rotating on cross-placement (76b6353)
  • fix: fabricated gate drops not containing NBT data (a3abc56)
  • fix: fabricated gates not rendering (3e0dd85)
  • fix: add raw tin/silver to raw_materials tag (911ada0)
  • fix: ores and marble caves not generating (ee1606a)
  • fix: silver ingot smelting recipe using raw tin instead of raw silver (c5bb183)
  • fix: microblock recipes not working with Exploration saws (295d86f)

Performance improvements

  • perf: remove unnecessary frame block shape recalc (d9249dc)

Pipeline

  • ci: drop publish branch in favor of manual dispatch (2316087)
  • ci: add cut-release action (f630730)
  • ci: add newer versions to issue template (90d025e)
  • ci: fix release workflow (d046095)
  • ci: custom version and changelog generator (9375bca)

Maintenance

  • internal: fix ui backdrop gradient (4c16c05)
  • internal: expand ic time registers to 8 bytes (b35b9e1)
  • internal: bump datapack version and re-run datagen (ea02026)
  • refactor: use pattern vars and enhanced switch (f35a326)
  • internal: use ModelRegistryHelper for part models (63b6f2a)
  • refactor: drop use of ObjectHolder annotation (aaddc6a)
  • internal: drop PublicNBTIngredient class (ee7090c)