Skip to content

Latest commit

 

History

History
124 lines (83 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

124 lines (83 loc) · 4.78 KB

Aurora's Decorations Changelog

1.0.0-beta.3 - Pre-release 1?

  • Initial release.
  • Added bunch of decorations.
  • Added bunch of worldgen features.

1.0.0-beta.4

  • Improved dynamic language generation.
  • Improved Biomes You'll Go compatibility.

1.0.0-beta.5

  • Added EMI support.
  • Added missing French translations.
  • Removed redundant axe item mixins.
  • Improved accuracy of dynamic language generation after testing with French.

1.0.0-beta.6

  • Added Painter's Palette.
  • Fixed Jacaranda Leaves not being mineable with hoes.
  • Fixed shelves not fitting onto the side of chests.

1.0.0-beta.7

  • Fixed screen handler types not being initialized correctly on dedicated servers.

1.0.0-beta.8

  • Fixed Painter's Palette 4th tool slot not being serialized (#34).
  • Fixed startup crash with Blockus and Promenade combined (#33).

1.0.0-beta.9

  • Improved buildscript to make porting easier in preparation to Mojang's new version model.
  • Updated virtual resource pack handling to use QSL.
  • Fixed incompatibility with Immersive Weathering (#28).
  • Fixed tables being detected as wood type (#32).

1.0.0-beta.10

  • Bumped required Quilt Loader to 0.17.6.
  • Fixed the client virtual resource pack being injected twice.
  • Fixed virtual tags being put at the wrong location, failing to load critical tags.

1.0.0-beta.11

  • Added Stripped Azalea Log and Stripped Jacaranda Log to c:stripped_logs block and item tags (#40).
  • Changed render rules directory from aurorasdeco_render_rules to aurorasdeco/render_rules.
  • Fixed painter's palette assuming the wrong slot when no tool is selected.
  • Fixed sign post blocks not being waterloggable.
  • Fixed sign post blocks crashing with Sodium when Indium is absent (hopefully) (#44).
  • Fixed being able to place stump blocks without a supporting block underneath (#42).
    • It is still possible to have floating stump blocks by pushing the block or destroying the support block.

1.0.0-beta.12

  • Added a world generation feature that generates a lonely sign posts indicating directions to nearby interesting landmarks with some parts of a road.
  • Fixed calcite bricks placement in the creative inventory.
  • Optimized ModelLoaderMixin (#46).
  • Switched to Quilt Point of Interest API for some stuff, reducing code to maintain.

1.0.0-beta.13

  • [1.20] Changed item for brush action on blackboards to the new brush item.
  • [1.20] Changed painter's palette recipe to use the new brush item.
  • [1.20] Added custom models for the bamboo pile.
  • [1.19.4+] Reorganized creative tab injection of Aurora's Decorations items to match the new tabs.
  • Fixed Lavender Plains replacing Flower Forest biomes sometimes.
  • Improved Painter's Palette texture.
  • Switched ModelLoaderMixin to new Model API usage.

1.0.0-beta.14

  • Fixed some issues with the detection of wood types.
  • Fixed compatibility issues with other mods by requiring a fixed version of QSL.

1.0.0-beta.15

  • Fixed missing copper sulfate wall lantern and possibly more.

1.0.0-beta.16

  • Fixed missing mushroom-derived blocks like mushroom stem pile, mushroom stump, etc.

1.0.0-beta.17

  • Fixed X-ray with certain mods using double shelves blocks.

1.0.0-beta.18

  • Improved rendering performances of the painter's palette.
  • Improved compatibility for wood-based features.
  • Fixed wrong leaf texture on cherry wood stumps.
  • Fixed bad serialization of empty blackboards causing stacking issues.

1.0.0-beta.19

  • Fixed blackboard issues with ModernFix, improved texture fetching reliability.
  • Fixed glassboards not integrating correctly with LambdaBetterGrass.
  • Fixed some typo in the compatibility system of wood-based features.

1.0.0-beta.20

  • Added sign post waxing similar to sign waxing.
  • Added shelf NBT property locked.
  • Fixed render rules model injection issues.
  • Fixed shelves not respecting locks (NBT property Lock).

1.0.0-beta.21

  • Fixed multiplayer synchronization issues with book piles.
  • Made book pile unmodifiable for players in adventure game mode.

1.0.0-beta.22

  • Added Ukrainian translations (#51).
  • Fixed various slabs only dropping one item when breaking a double slab block.