Skip to content

Commit

Permalink
Fix missing crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCzyr committed Jun 25, 2024
1 parent 66fb462 commit 49bebcf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
## Version 3.0.3
#### NeoForge 1.21
- Fixed uncraftable Nature's Compass recipe

## Version 2.2.6
#### Fabric 1.21
- Fixed uncraftable Nature's Compass recipe

## Version 1.11.7
#### Forge 1.21
- Fixed uncraftable Nature's Compass recipe

## Version 3.0.2
#### NeoForge 1.21, 1.20.6
- Updated to NeoForge 1.21
- Fixed uncraftable Nature's Compass recipe

# Version 2.2.5
## Version 2.2.5
#### Fabric 1.21, 1.20.6
- Updated to Fabric 1.21
- Fixed uncraftable Nature's Compass recipe
Expand All @@ -19,7 +31,7 @@
- Updated to NeoForge 1.20.5
- Hid biomes with the c:hidden_from_locator_selection from appearing in the compass GUI

# Version 2.2.4
## Version 2.2.4
#### Fabric 1.20.6, 1.20.5
- Updated to Fabric 1.20.6
- Updated to Fabric 1.20.5
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod_name=Nature's Compass
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=CC BY-NC-SA 4.0
# The mod version. See https://semver.org/
mod_version=1.21-3.0.2-neoforge
mod_version=1.21-3.0.3-neoforge
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down

0 comments on commit 49bebcf

Please sign in to comment.