Skip to content

Commit 9363367

Browse files
committed
bump to version v1.9.1
1 parent 92b8bab commit 9363367

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ jobs:
102102
loaders: datapack
103103
game-versions: |
104104
1.20.1
105+
1.20.2

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### Added
1+
## Fixed
22

3-
- Enchanted Golden Apple recipe with Nether Star (thanks to [@EnderWatt](https://www.planetminecraft.com/member/enderwatt/) and [@Mabra_](https://www.planetminecraft.com/member/mabra_/))
4-
5-
### Fixed
6-
7-
- Prismarine duping (#27) (thanks to @BioTechproject27)
3+
- Iron Ingots are crafted into White Dye instead of Iron Nuggets (thanks to @hnrtrng)

beet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ id: 2re
22
name: 2mal3s Recipes
33
description: "Adds, changes fixes and upgrades 450+ recipes to improve the overall game experience while still keeping the vanilla feel."
44
author: 2mal3
5-
version: "v1.9.0"
5+
version: "v1.9.1"
66
minecraft: "1.20"
77

88
output: build
99

1010
data_pack:
1111
name: 2mal3s-Recipes
12-
description: "v1.9.0"
12+
description: "v1.9.1"
1313
load:
1414
- src
1515
- pack.png: "pack.png"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "2mal3s-recipes"
3-
version = "1.9.0"
3+
version = "1.9.1"
44
description = ""
55
authors = ["2mal3 <56305732+2mal3@users.noreply.github.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)