Skip to content

Commit

Permalink
chore(release): 1.19.2-v2.0.53.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Apr 11, 2023
1 parent 4988deb commit faa8020
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
### [0.53.2](https://github.com/Elenterius/Biomancy/compare/1.19.2-v2.0.53.1...1.19.2-v2.0.53.2) (2023-04-11)


### Bug Fixes

* fix crash on server startup ([4988deb](https://github.com/Elenterius/Biomancy/commit/4988deb88a3e0ff90024ac2dd76ce3d24835c102))

### [0.53.1](https://github.com/Elenterius/Biomancy/compare/1.19.2-v2.0.53.0...1.19.2-v2.0.53.1) (2023-04-10)


### Bug Fixes

* fix placement logic of maw hopper allowing it to connect to invalid neighbors ([1cc2f72](https://github.com/Elenterius/Biomancy/commit/1cc2f72a5016d0925282140dfd3316856c961492))

## [0.53.0](https://github.com/Elenterius/Biomancy/compare/1.19.2-v2.0.52.0...1.19.2-v2.0.53.0) (2023-04-10)


### Features

* add decomposer recipe for living flesh ([f577d4e](https://github.com/Elenterius/Biomancy/commit/f577d4e1a68e434fa8bd1308fa8e15a509988577))
* add recipe for biomancy banner patterns ([22084de](https://github.com/Elenterius/Biomancy/commit/22084deb5c2fc17fdbb4360eba337686c69692e6))
* increase speed of Maw Hopper ([2f03171](https://github.com/Elenterius/Biomancy/commit/2f03171346140b53b04405db37180ac00db5afdb))
* make the Primordial Cradle capable of handling tributes with food property effects and potion effects ([fb8e84d](https://github.com/Elenterius/Biomancy/commit/fb8e84de28e4ec502bc715e3167b586ce1ee654c))
* remove primordial living flesh and temporarily revert back to requiring a ender eye to craft a Primordial Cradle ([5aeb56c](https://github.com/Elenterius/Biomancy/commit/5aeb56c66d62466c548bac655bef9f448c372291))


### Bug Fixes

* fix Ageing Serum not converting Guardian mobs to Elder Guardians mobs ([976aef6](https://github.com/Elenterius/Biomancy/commit/976aef6ccfc3c08e92144b7ae99d1eb61a429047))

## [0.52.0](https://github.com/Elenterius/Biomancy/compare/1.19.2-v2.0.51.0...1.19.2-v2.0.52.0) (2023-03-25)


### Features

* buff nutrient bar from 4 to 9 nutrition and from 0.3 to 1.8 saturation ([361dae7](https://github.com/Elenterius/Biomancy/commit/361dae79231b22165c0432e350fc8d9c749a935e))
* make nutrient paste edible ([7faa162](https://github.com/Elenterius/Biomancy/commit/7faa162e837b5b5649b4b570831a471686ba47a8))
* merge Bio-Minerals into Mineral Fragment item ([76e6145](https://github.com/Elenterius/Biomancy/commit/76e614582700712c272b7f7b5d20377b6af9d39d))
* restrict flesh blobs to remain near the cradle from which they spawned ([5fe5cb2](https://github.com/Elenterius/Biomancy/commit/5fe5cb25be9ae3a27186f33cd1699c4b8e680c07))
* tweak decomposer recipes and remove Nutrients from these recipes ([2e3e399](https://github.com/Elenterius/Biomancy/commit/2e3e3997d219958bc904e1837f1dcebb3a0d6f6e))
* update textures ([4f4ed43](https://github.com/Elenterius/Biomancy/commit/4f4ed437f4d56ca2519de7f3ec21978f4f4b5b55))


### Bug Fixes

* fix flesh blobs being discarded on despawn (they will now persist without name tags) ([75bed7b](https://github.com/Elenterius/Biomancy/commit/75bed7ba35a20a48999fa38f09129142072c5533))

## [0.51.0](https://github.com/Elenterius/Biomancy/compare/1.19.2-v2.0.50.0...1.19.2-v2.0.51.0) (2023-03-22)


### Features

* add ability to extract items from Maw Hopper on right click ([23fcc3d](https://github.com/Elenterius/Biomancy/commit/23fcc3d7ca39141f6ebeb6245aabb19215054e02))
* add ability to extract items from Tongue block on right click ([78fb444](https://github.com/Elenterius/Biomancy/commit/78fb444511d1132e17a8545db76779a75e04b6cd))
* add connected Maw Hopper block model ([1f0b322](https://github.com/Elenterius/Biomancy/commit/1f0b3223e4c9d1379b66fd60cf70690f5de024f2))


### Bug Fixes

* fix custom geo block animation bug for BEWLBlockItems ([66225fb](https://github.com/Elenterius/Biomancy/commit/66225fb0f3065e25bc4f5e88705527c4523390ef))
* fix Guide Book closing animation not playing when dropped on the ground ([c419349](https://github.com/Elenterius/Biomancy/commit/c419349fff644b29390cbeb7c598f939491c9fc3))
* fix item extraction logic ([cbd0cd6](https://github.com/Elenterius/Biomancy/commit/cbd0cd64fd84e9da0c0b6daece1aa4e9d0318264))
* fix Maw Hopper block extracting items into nothingness when they have no inventory space ([e2065af](https://github.com/Elenterius/Biomancy/commit/e2065af8743f92bee1d48838f6c9bb08e0cb9fd5))
* fix Maw Hopper item gui render ([f5c359c](https://github.com/Elenterius/Biomancy/commit/f5c359c3cf49cdd85873b6a8aaea1ef38440e49d))

2 changes: 1 addition & 1 deletion mod_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"major": "2",
"semantic": "0.53.1"
"semantic": "0.53.2"
}

0 comments on commit faa8020

Please sign in to comment.