Skip to content

Commit 1c63572

Browse files
committed
bump to version v1.8.1
1 parent 0aa790e commit 1c63572

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

CHANGELOG.md

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

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
3+
- updated to Minecraft 1.20.1
54

6-
### Changed
5+
### Fixed
76

8-
- [internal] advancement generator rewritten
7+
- couldn't craft gold nuggets (thanks to @GloriousCouchPotato)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2mal3s-Recipes
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/2mal3/2mal3s-Recipes?style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/2mal3/2mal3s-Recipes/total?style=flat-square) ![Minecraft](https://img.shields.io/badge/Minecraft-1.19-orange?style=flat-square)
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/2mal3/2mal3s-Recipes?style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/2mal3/2mal3s-Recipes/total?style=flat-square) ![Minecraft](https://img.shields.io/badge/Minecraft-1.20-orange?style=flat-square)
44

55
The 2mal3's Recipes datapack adds, changes, fixes and upgrades over 400 different, well considered recipes to improve the overall game experience while still keeping the vanilla feel. Unlike other datapacks, it doesn't add overpowered or unbalanced recipes for like Totems or Elytras that ruin the balance of the game, but only makes subtle changes that won't disrupt on the gameplay. In addition, all recipes are deeply integrated into the recipe book with groups and advancements, so that you do not have to remember any recipes and automatically learn about them when you have the necessary resources.
66

@@ -25,7 +25,7 @@ The 2mal3's Recipes datapack adds, changes, fixes and upgrades over 400 differen
2525

2626
## Technical Notes
2727

28-
- **ONLY** the latest version of the datapack for Fabric and Vanilla 1.19.4 is supported
28+
- **ONLY** the latest version of the datapack for Fabric and Vanilla 1.20 is supported
2929
- bug reports and suggestions are **ONLY** accepted on [GitHub](https://github.com/2mal3/2mal3s-Recipes/issues)
3030
- compatible with other datapacks that do not add or change too many recipes themselves
3131
- to uninstall, simply delete the datapack file

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

88
output: build
99

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

0 commit comments

Comments
 (0)