Skip to content

Commit ec321ca

Browse files
committed
bump to version v1.10.0
1 parent ed8dbe1 commit ec321ca

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Added
2+
3+
- simplified and more coherent Hanging Sign recipe (using Planks instead of Logs)
4+
5+
## Changed
6+
7+
- updated to Minecraft 1.20.4, the new wood types and other new stuff should work now
8+
19
## Fixed
210

3-
- Iron Ingots are crafted into White Dye instead of Iron Nuggets (thanks to @hnrtrng)
11+
- Grass Block recipe was broken
12+
- couldn't get Red Dye from Beetroot anymore (thanks to @satoon10)

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.1"
5+
version: "v1.10.0"
66
minecraft: "1.20"
77

88
output: build
99

1010
data_pack:
1111
name: 2mal3s-Recipes
12-
description: "v1.9.1"
12+
description: "v1.10.0"
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
[project]
22
name = "2re"
3-
version = "1.9.1"
3+
version = "1.10.0"
44
description = ""
55
authors = [
66
{ name = "2mal3", email = "56305732+2mal3@users.noreply.github.com" }

0 commit comments

Comments
 (0)