Skip to content

Commit

Permalink
bump to version v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Jul 30, 2024
1 parent a67cddc commit 69e9eb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Changed
### Changed

- removed expensive Golden Carrot recipe
- update to Minecraft 1.21
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2mal3s-Recipes

![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.4-orange?style=flat-square)
![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.21.0-orange?style=flat-square)

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.

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

## Technical Notes

- **ONLY** the latest version of the datapack for Fabric and Vanilla 1.20.4 is supported
- **ONLY** the latest version of the datapack for Fabric and Vanilla 1.21.0 is supported
- bug reports and suggestions are **ONLY** accepted on [GitHub](https://github.com/2mal3/2mal3s-Recipes/issues)
- compatible with other datapacks that do not add or change too many recipes themselves
- to uninstall, simply delete the datapack file
Expand Down
4 changes: 2 additions & 2 deletions beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ id: 2re
name: 2mal3s Recipes
description: "Adds, changes fixes and upgrades 450+ recipes to improve the overall game experience while still keeping the vanilla feel."
author: 2mal3
version: "v1.10.1"
version: "v1.10.2"

output: "build"

data_pack:
name: 2mal3s-Recipes
description: "v1.10.1"
description: "v1.10.2"
load:
- "src"
- pack.png: "pack.png"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "2re"
version = "1.10.1"
version = "1.10.2"
description = ""
authors = [
{ name = "2mal3", email = "[email protected]" }
Expand Down

0 comments on commit 69e9eb8

Please sign in to comment.