Skip to content

Commit 1ded762

Browse files
committed
bump to version v1.8.0
1 parent 3626dbb commit 1ded762

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1+
### Added
12

2-
### Changed
3-
4-
- nerfed cheaper stairs from 8 to 6
5-
- new pack icon
3+
- recipe to convert Wooden Tools to Stone Tools (idea by [@Baxmann](https://www.planetminecraft.com/member/baxmann/))
4+
- Golden Carrots require Gold Ingots instead of Gold Nuggets
65

7-
### Fixed
6+
### Changed
87

9-
- finally categories for all recipes
10-
- broken quick minecart hopper recipe
8+
- [internal] advancement generator rewritten

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.7.1"
5+
version: "v1.8.0"
66
minecraft: "1.19"
77

88
output: build
99

1010
data_pack:
1111
name: 2mal3s-Recipes
12-
description: "v1.7.1"
12+
description: "v1.8.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
[tool.poetry]
22
name = "2mal3s-recipes"
3-
version = "1.7.1"
3+
version = "1.8.0"
44
description = ""
55
authors = ["2mal3 <56305732+2mal3@users.noreply.github.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)