added:
- apotheosis enchanting stats for chroma block
changed:
- new textures by twilightstar
- hopefully made chromatic twisting a bit more rare
- looted curios have random enchantments
- cryo ring is now guaranteed to generate in igloo chests
fixed:
- the anonymity umbrella can no longer receive chromatic twisting
added:
- config option for loot tables chroma shards should not generate in
- lang keys for chromatic arsenal tags (used by EMI)
changed:
- chroma shards now generate in their own loot pool again. they are more rare as a result, however this fixes issues with some loot chests having their primary loot become much more rare
- friendly fire flower recipe is now a smithing table upgrade using a chromatic upgrade smithing template, torchflower, and chroma shard
- migrated ward crystal damage source blacklist to a damage type tag
ported the whole mod to 1.20.1 (this was not fun in the slightest)
added:
- chromatic upgrade smithing template
changed:
- modified the momentum stone low hunger behaviour to use an injection less likely to conflict with other mods
- amethyst ring and omni-ring now affect both reach attributes
- slightly increased chances of finding the golden heart in its loot tables
- changed priority of chromatic arsenal's loot table modification to LOW
- rebalanced celestial charm's stats to make the item actually viable
removed:
- magmatic scrap and spicy coal. these materials were kind of bloat to begin with, and with the addition of the torchflower i felt that was a better substitute in some recipes.
- unique death message for dying to a chromatic twisted friendly fire flower
added:
- new item: thunderguard, converts lightning damage into a speed buff, deals damage to direct attackers, allows using channeling without thunder
- new item: vital stone, adds an additional slow health regeneration and can be equipped in any curio slot, can be used to make instant health potions as well
- duality rings can now receive power
changed:
- advancing heart now only counts advancements which appear in the advancement list (this can be reverted in the config)
- updated textures for anonymity umbrella and advancing heart
fixed:
- incorrect value displayed for bubble panic description
- inferno now has JEED support
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)
added:
- vicious inferno flower, super curio variant of friendly fire flower
- inferno effect, engulfs the target in flames which cannot be extinguished, has a potion
changed:
- updated the prismatic crystal texture
fixed:
- twisted bubble amulet and cryo ring now properly remove their negative effects when conditions are met
added:
- lunar crystal now drops from endermen in addition to its regular drop
- the champion's catalyst, crafted from a lunar crystal and nether star and not consumed when used in crafting
changed:
- the ascension essence recipe now uses a champion's catalyst instead of a nether star
- diamond heart, dispelling crystal, and celestial charm now have easier recipes
- the twisted bubble amulet now removes the movement speed penalty while in water (only affects FOV)
fixed:
- celestial charm, world anchor, and cryo ring now properly update their attributes
added:
- totem of necromancy, challenge curio that revives slain enemies
- create compatibility, chromatic curios can be automatically grinded back into chroma shards at a ~50% loss rate (super curios always return ascension essence though)
- funny trans shark
changed:
- placed standard curios in their own tag, and added that tag to the general chromatic curios tag
- removed the ChromaBlock class as it wasn't needed, the chroma block is now registered as a RotatedPillarBlock with a bunch of properties
- removed a mixin and moved its code to the forge event that did the same thing
removed:
- ca_devtexture, wanted to use this but it's just not worth the trouble and added extra bloat to the jar
added:
- bubble amulet (it drops from drowned)
changed:
- chromatic arsenal now registers a necklace slot if one isn't already registered
- internal changes that optimize the friendly fire flower slightly
- loot table rebalancing, highly recommended to use JER to see new chances
fixed:
- spicy coal book entry now mentions how it can also be found in fortresses
- loot table items no longer have a 50% chance to have a stack size of zero (oops)
additions:
- many new textures by TwilightStar
- new classifications for curios
- harpy feather is now officially considered a curio with new equip effects (before it had the capability but did nothing with it)
- polychromatic feather, a harpy feather super variant
- friendly fire flower can now receive silk touch
changes:
- several changes to tooltips, mainly colors but also wording
- stone of vertical stasis now tries to zero out vertical speed completely while in effect
- curios that inflict potion effects now provide the player as the inflictor
fixes:
- twisted harpy feather now actually mentions that it cannot be used while sneaking
- various super curios now properly super the curioTick method responsible for dropping inferior variants
- the harpy feather now allows the offhand to perform its interaction if it can't be used (due to sneaking)
- corrected a tooltip related to the friendly fire flower
additions:
- the stone of vertical stasis, a curio which negates gravity while sneaking
fixes:
- all curios which grant potion effects now check that they're running on the server before doing so, should cause less bugginess
changes:
- dropped the version number from the guidebooks as it was meaningless
- split the crafting materials page into three pages
- several other changes to the patchouli guidebooks that aren't noteworthy enough to mention