Skip to content

Commit

Permalink
Merge pull request #54 from neocturne/minecraft-1.21
Browse files Browse the repository at this point in the history
Update dependencies and add Minecraft 1.21 support
  • Loading branch information
neocturne authored Jun 23, 2024
2 parents e9abe6b + 414ad5a commit 6d6f3e5
Show file tree
Hide file tree
Showing 10 changed files with 901 additions and 183 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MinedMap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: 'macos-11'
- os: 'macos-13'
target: 'aarch64-apple-darwin'
- os: 'macos-11'
- os: 'macos-13'
target: 'x86_64-apple-darwin'
- os: 'windows-2019'
target: 'x86_64-pc-windows-msvc'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased] - ReleaseDate

### Added

- Added support for Minecraft 1.21 block types

## [2.1.1] - 2024-06-14

### Fixed
Expand Down
Loading

0 comments on commit 6d6f3e5

Please sign in to comment.