Skip to content

Latest commit

 

History

History
196 lines (159 loc) · 22.2 KB

CHANGELOG.md

File metadata and controls

196 lines (159 loc) · 22.2 KB

8.3.0 (2024-07-01)

Features

  • add Korean (South Korean) translation by Mexwell12 (2521dcf)

Bug Fixes

  • try to fix StackOverflow caused by Biomancy's ScaleModifier implementation (Pehkui integration) (712cad0), closes #133

8.2.0 (2024-06-17)

Features

  • add russian translation by VladYslaV (a9312a9)

Bug Fixes

  • fix durability display of living armor items (b72bb72)
  • remove ability to stack Caustic Gunblade items (59483f4)
  • remove unintentional fleshtongue obfuscation of Chrysalis error messages (bc58ba2)

8.1.0 (2024-05-30)

Features

8.0.0 (2024-05-29)

⚠ BREAKING CHANGES

  • refactor tributes
  • refactor recipe handling and replace all static food digesting recipes with one dynamic recipe
  • refactor living tools
  • refactor nutrients api
  • rework Nutrients handling and add fluid fuel support
  • removes the following EntityType tags: sharp_fang, sharp_claw, sinew, toxin_gland, volatile_gland, bile_gland, bone_marrow, withered_bone_marrow
  • migrate from entity tags to loot-table based despoil loot

Features

  • add Acid Coat ability to Caustic Gunblade (8a07dc8)
  • add Acolyte Armor (173d431)
  • add backwards compatibility for the removed biomancy:weapons bio-forge tab (abf2202), closes #118
  • add Bio-Alchemical Epidermis ability to Acoylte Armor (d3d1127)
  • add Biometric Membrane (6c469a3)
  • add Caustic Gunblade (7ef4c3d)
  • add Chrysalis Block (701fc0f)
  • add crafting recipe for the removal of Flesh Mound settings from a Primordial Cradle item (e5155ac)
  • add crafting recipes for smooth and porous variants of primal flesh (7d03e2b)
  • add distinct block model for Primal Orifices that are half full (1a69683)
  • add Gastric Acid Juice (ca96c78)
  • add living tools with max nutrients amount to creative tab (78283de)
  • add Mob Essence (81d8fc4)
  • add mob Essence Extractor (b2e6a07)
  • add Modular Larynx (d967c71)
  • add not_removable_with_cleansing_serum mob-effect tag (ed6d65a)
  • add ornamental flesh slab (c2c717d)
  • add proper flesh tongue comments (2f1107d)
  • add recipes for armor and gunblade (f21e405)
  • add Recipes for Essence Extractor and Modular Larynx (b783dcd)
  • add rudimentary placeholder icons for Caustic Gunblade (5f1c30c)
  • add Self-Feeding enchantment (28bdfca)
  • add Smooth & Porous Primal Flesh variants for blocks, slabs, stairs and walls (db8c38e)
  • add Surgical Precision enchantment (63c2404)
  • add symbiontic repair enchantment (b59f6fa)
  • add The Thorn shield (c0cbda7)
  • add tooltips to primal items (61d5f7c)
  • add usage information to the Modular Larynx tooltip (730bd46)
  • alexs-caves: rework decomposer recipe result for sea pigs (c9d846d)
  • buff: change the Ravenous Claws damage from generic to bleed (5e738a5)
  • buff: increase fuel value for Nutrient Paste (2 -> 3) and Nutrient Bar (18 -> 27) (56e0370)
  • buff: increase nutrients storage for acolyte chestplate and leggings from 200 to 250 (0ebb48f)
  • buff: increase Ravenous Claws attack damage by 0.5 points (cf14b23)
  • buff: increase repair value of nutrients for living items (0745169)
  • buff: make bleed and acid damage bypass Invincibility-Frames (4af9092)
  • buff: make Primordial Core crafting recipe cheaper (ed00205)
  • change attack reach indicator of Ravenous Claws (f5a35aa)
  • change decomposer recipe output for any Eggs from mineral fragments to hormone secretions (70b096b)
  • change how mob sounds are found & store them on mob essence (4919f0f)
  • change nutrients recipes (68a6f0f)
  • change the requirements of the "Kitty Cat" advancement to also trigger for ocelots (8bc8696)
  • crossbow hold Caustic Gunblade in ranged mode (3e3acd0)
  • improve filtering of items that can't be eaten by the cradle (20d96c3)
  • improve tooltips looks & readability by removing the horizontal rule bar (7e57616)
  • improve wording of tooltip hint for showing more info (a650a4e)
  • include primal flesh variants in flesh mound growth (e90cca9)
  • increase anomaly spawn chance of Cradle by 2% (b757c6c)
  • make all bio-machines fluid fuel consumers (IFluidHandler Capability) (5255124)
  • make despoil loot-table driven where each mob has its own loot-table (94594ab)
  • make Essence Anemia effect non-removable (0cf8dd6)
  • make it possible to also collect acid from Primal Orifices with glass bottles (3e72747)
  • make minor tweaks to advancements (0624a07)
  • make ModularLarynx capable of playing ambient, hurt and death sounds (e63cf24)
  • make Primal Bloom mineable with shears or silk-touch (6107eb5)
  • make Primal Bloom placeable on all primal block variants (6da7fec)
  • make Suspicious Stew a valid source of life energy for the Primordial Cradle (460119e), closes #125
  • make the durability bar always visible for living tools without max nutrients (3f9f310)
  • make The Thorn shield a living tool (d81e6fa)
  • move the ravenous claws hud element below the crosshair (0dc1726)
  • nerf: consume extra nutrients/charge when triggering abilities of the Ravenous Claws (547263e)
  • nerf: decrease value of Suspicious Stew for cradle sacrifices (c58a791)
  • nerf: drastically reduce nutrients fuel value of everything (622dd0c)
  • nerf: prevent insertion of Bundles into storage sacs (ece087b), closes #121
  • nerf: reduce digester recipe output for nether wart blocks (86ca22b)
  • nerf: reduce max stack size of Storage Sac to 1 (d9aa2ce)
  • nerf: replace Nutrients with Nutrient Paste in crafting recipes (cdf1396)
  • only deal acid melee damage when Caustic Gunblade is coated in acid (4195b1c)
  • re-balance digesting recipes (nerf cocoa beans, bamboo, melon, pumpkin, cake, etc.) (fa0c900)
  • reduce hostile spawn chance of Cradle by 15% (603e387)
  • refactor recipe handling and replace all static food digesting recipes with one dynamic recipe (13751f6)
  • refactor tributes (e3cb685)
  • remove ability to place Acid Fluid with the Caustic Gunblade (bfd4c4f)
  • remove entity tags for despoil loot (a15aa1f)
  • remove experimental Toxicus & Bile-Spitter items (8d4817e)
  • remove Nutrients to Nutrient Paste recipe (432dace)
  • rename Acid fluid to Gastric Acid (8943ad0)
  • rework starting advancements (f651c8f)
  • rework symbiontic mending enchantment into a more beneficial but cursed enchantment called Parasitic Metabolism (a04e17a)
  • show ammo amount status on Caustic Gunblade model (8ef9d49)
  • show nutrient fuel value of items inside bio-machine GUIs (1437cd6)
  • slightly tweak cradle behavior and limit Cradle attack on failure to sacrifices with high hostility (0db6ece)
  • tweak advancement (1d23c35)
  • tweak Caustic Gunblade attack speed (0f31253)
  • tweak decomposing recipes (nerf golden carrot & golden apple; buff magma cream) (b24c330)
  • tweak Essence Anemia effect color (8093a81)
  • tweak Primordial Core recipe (7a57ec6)
  • tweak reload behavior of Caustic Gunblade (3434b24)
  • tweak which enchantments can be applied to living tools (ba83959)
  • update Bloomberry texture (43b3e93)
  • update chrysalis textures (2d83670)
  • update Extractor texture (e6d8497)
  • update Flesh Door textures (6a029f5)
  • update Modular Larynx model (ca6bafb)
  • update nutrient paste & bar textures (cf3ffa4)
  • update Primordial Flesh Blob textures (b5a8283)
  • use nutrients for Caustic Gunblade durability (3125e91)

Bug Fixes

  • add missing newline before enchantment tooltips (7c695ed)
  • add missing translation strings for death messages (7c1614f), closes #123
  • fix acid fluid applying potion effects to spectators (12db02a)
  • fix block placement preview render not working for primal & malignant slabs (c156829)
  • fix Caustic Gunblade animation not showing the acid coat (1a49096)
  • fix crash when placing down a Primordial Cradle (0ae4d37)
  • fix custom shader being applied incorrectly (e3cd2a2)
  • fix extractor item animation playing on all other extractor items when looking at a mob (9887b8e)
  • fix Fleshkin Chests being breakable by block breaker machines (e.g. Create Drill) (54616d4), closes #109
  • fix maw hopper stealing items from villagers & witches (db7621b), closes #122
  • fix missing acid bucket pickup sounds (ff80b23)
  • fix missing translation for fleshkin eat sounds (b7b37a4)
  • fix mixin incompatibility with Apothic-Attributes mod (6a2aeb3)
  • fix the glowing eye of the Primordial Cradle not displaying the amount life energy correctly (a215ec9)
  • properly fix block tinting issues (35842f6)
  • remove ability to enchant flesh armor with unbreaking (628f0db)
  • remove ability to enchant living tools and armor with unbreaking (59aba3f)
  • remove biomancy's stonecutting recipes from the minecraft namespace (7a332fb)
  • try to fix the rare issue where the Cradle Chamber is unable to form a floor by lowering Acid Chambers by 0.25 units (4864f6d)

Miscellaneous Chores

  • refactor living tools (cba0018)
  • refactor nutrients api (ca0e39f)
  • rework Nutrients handling and add fluid fuel support (e73eef4)

4.4.0 (2024-02-12)

Features

  • add despoil loot to Alex's Caves mobs (5da2dd4)
  • add thick pane variants of the membrane blocks (c6696b3)
  • make Alxe's Mobs eggs digestible (76d9375)
  • make Membranes valid windmill sails for Create (2d8ed8b)
  • rename sound events (7211edf)
  • update membrane block model & colors (c2d9174)

Bug Fixes

  • add missing sound translations (7079b3a)
  • data-gen: fix advancement parsing errors spamming the logs (750b6e4), closes #115
  • fix coloring of vials in the vial holder not always updating and defaulting to white (4712b27)
  • fix fertilizer not being consumed and converting dirt into the wrong grass block (9806d3f)
  • fix missing acid fluid blockstate model file spamming the logs with errors (d69ecc7)