Skip to content

Releases: constellation-mc/andromeda

2.0.0 (1.20.1)

01 Dec 08:31
4428951

Choose a tag to compare

What's New:

This is a major rewrite of Andromeda, there are many changes. Consider this an early access pre-release.

Modules mechanics/throwable_items and blocks/incubator were removed.

New module: mechanics/linkart! Yes, this mod is no longer standalone, and comes with the usual Andromeda config stuff.

1.13.3 (1.21)

30 Jul 13:17

Choose a tag to compare

What's New:

[world/crop_temperature]:

  • Bamboo, grass blocks and a few other modded plants are now supported.
  • Fixed broken expression support.
  • Updated format to be a little more sensible.
{
  "replace": false,
  "entries": {
    "minecraft:beetroots": [
      0.2, // abs min
      0.3, // min
      1.0, // max
      1.0  // abs max
    ],
  }
}

[blocks/incubator]:

  • The format now supports replace.

[general]:

  • Moved misc client data to a single JSON file.
  • Tried to fix a rare CME in MixinProcessor. (I have no idea if this works)
  • Updated Dark Matter.

1.13.3 (1.20.4)

30 Jul 13:17

Choose a tag to compare

What's New:

[world/crop_temperature]:

  • Bamboo, grass blocks and a few other modded plants are now supported.
  • Fixed broken expression support.
  • Updated format to be a little more sensible.
{
  "replace": false,
  "entries": {
    "minecraft:beetroots": [
      0.2, // abs min
      0.3, // min
      1.0, // max
      1.0  // abs max
    ],
  }
}

[blocks/incubator]:

  • The format now supports replace.

[general]:

  • Moved misc client data to a single JSON file.
  • Tried to fix a rare CME in MixinProcessor. (I have no idea if this works)
  • Updated Dark Matter.

1.13.3 (1.20.1)

30 Jul 13:21

Choose a tag to compare

What's New:

[world/crop_temperature]:

  • Bamboo, grass blocks and a few other modded plants are now supported.
  • Fixed broken expression support.
  • Updated format to be a little more sensible.
{
  "replace": false,
  "entries": {
    "minecraft:beetroots": [
      0.2, // abs min
      0.3, // min
      1.0, // max
      1.0  // abs max
    ],
  }
}

[blocks/incubator]:

  • The format now supports replace.

[general]:

  • Moved misc client data to a single JSON file.
  • Tried to fix a rare CME in MixinProcessor. (I have no idea if this works)
  • Updated Dark Matter.

1.13.2 (1.20.4)

11 Jul 17:07

Choose a tag to compare

What's New:

[misc/translations]:

  • Now enabled by default!

[general]:

  • Fixed invalid zh_cn.json file.
  • (Hopefully) fixed a crash introduced by a fix to a crash.

1.13.2 (1.20.1)

11 Jul 17:04
21fb2dc

Choose a tag to compare

What's New:

[misc/translations]:

  • Now enabled by default!

[general]:

  • Fixed invalid zh_cn.json file.
  • (Hopefully) fixed a crash introduced by a fix to a crash.

1.13.1 (1.20.4)

24 Jun 16:31

Choose a tag to compare

What's New:

[general]:

  • Patched a crash related to invalid/empty downloaded language files.
  • Optimized PNG assets.

1.13.1 (1.20.1)

24 Jun 16:31

Choose a tag to compare

What's New:

[general]:

  • Patched a crash related to invalid/empty downloaded language files.
  • Optimized PNG assets.

1.13.0 (1.20.4)

18 Jun 09:46

Choose a tag to compare

What's New:

[world/loot_barrels]:

  • New Module!
  • Adds random barrels with loot to caves!

[items/lava_disintegrator]:

  • New Module!
  • Allows you to destroy non-fireproof items by right-clicking a lava bucket.

[blocks/better_fletching_table]:

  • Made divergenceModifier configurable.

[items/magnet]:

  • Made rangeMultiplier configurable.

[mechanics/trading_goat_horn]:

  • Made cooldown and instrumentId configurable.

[mechanics/throwable_items]:

  • Added more empty stack checks.

[general]:

  • Fixed a crash related to invalid/empty config files.
  • Scoped/data pack configs are now on by default.
    • Configs are now DIMENSION only and do not save by default.

1.13.0 (1.20.1)

18 Jun 09:46
1e36d5b

Choose a tag to compare

What's New:

[world/loot_barrels]:

  • New Module!
  • Adds random barrels with loot to caves!

[items/lava_disintegrator]:

  • New Module!
  • Allows you to destroy non-fireproof items by right-clicking a lava bucket.

[blocks/better_fletching_table]:

  • Made divergenceModifier configurable.

[items/magnet]:

  • Made rangeMultiplier configurable.

[mechanics/trading_goat_horn]:

  • Made cooldown and instrumentId configurable.

[mechanics/throwable_items]:

  • Added more empty stack checks.

[general]:

  • Fixed a crash related to invalid/empty config files.
  • Scoped/data pack configs are now on by default.
    • Configs are now DIMENSION only and do not save by default.