promotional bannermobile promotional banner

Chromatic Arsenal

A Curios addon which adds new equipable curios.

File Details

chromaticarsenal-1.19.2-1.17.0.jar

  • R
  • Feb 18, 2024
  • 657.63 KB
  • 216
  • 1.19.2
  • Forge

File Name

chromaticarsenal-1.19.2-1.17.0.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:chromatic-arsenal-656420:5116703")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

added:

  • momentum stone, prevents knockback and allows for sprinting at low hunger, stopping may be difficult
  • anonymity umbrella, hides the wearer's skin and nametag from other players
  • new challenge advancement for blocking a lot of damage with the glass shield
  • advancing heart, grants a max health bonus depending on how many advancements have been completed
  • experimental config option to allow items which grant immunities to also check on the client
  • new "basic curio" category along with:
    • an amethyst ring which increases reach distance
    • a copper ring which causes breakable items to sometimes not lose durability
  • enigmatic legacy compat item: the omni-ring, combines the effects of the iron, gold, copper, and amethyst rings into one item

changed:

  • funny trans shark can now be obtained from a high level shepherd
  • friendly fire flower buffed from 25 to 35 durability
  • friendly fire flower can now nullify thorns at the cost of durability
  • chromatic curios should now work on any LivingEntity, not just players
  • duality rings crafting recipe now uses amethyst rings
  • enigmatic legacy compat: some tooltip lines will now be crossed out if their effects are rendered useless by the seven curses
  • bubble amulet and lunar crystal can no longer be salvaged

fixed:

  • cursed revival can no longer protect against invulnerability-bypassing damage such as /kill
  • cosmicola now uses the proper use animation

technical (these should not affect you whatsoever unless you're a modpack developer or plan to work with my source):

  • the recipes for packing and unpacking chroma shards as well as magic garlic bread are now controlled through datagen. similarly:
    • chroma_shard_from_block recipe has been renamed to chroma_shard_unpack
    • magic_garlic_bread recipe now uses forge:gems/chroma instead of chromaticarsenal:chroma_shard
  • refactored the event class into three event classes for better readability
  • additional constructors for BaseCurioItem allowing setting a custom rarity, all utility and challenge curios now use this
  • even more additional constructors for BaseCurioItem allowing setting a SoundEvent to play on equip (this is a nullable parameter and if left null assumes default behavior as defined in curios)