Skip to content

Commit

Permalink
bump to version v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Feb 8, 2024
1 parent ed8dbe1 commit ec321ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Added

- simplified and more coherent Hanging Sign recipe (using Planks instead of Logs)

## Changed

- updated to Minecraft 1.20.4, the new wood types and other new stuff should work now

## Fixed

- Iron Ingots are crafted into White Dye instead of Iron Nuggets (thanks to @hnrtrng)
- Grass Block recipe was broken
- couldn't get Red Dye from Beetroot anymore (thanks to @satoon10)
4 changes: 2 additions & 2 deletions beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ 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.9.1"
version: "v1.10.0"
minecraft: "1.20"

output: build

data_pack:
name: 2mal3s-Recipes
description: "v1.9.1"
description: "v1.10.0"
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.9.1"
version = "1.10.0"
description = ""
authors = [
{ name = "2mal3", email = "56305732+2mal3@users.noreply.github.com" }
Expand Down

0 comments on commit ec321ca

Please sign in to comment.