Skip to content

Commit

Permalink
Fix missing crafting recipe (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCzyr committed Jun 25, 2024
1 parent 93f7aed commit d5022f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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 @@ -48,7 +48,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-1.11.6-forge
mod_version=1.21-1.11.7-forge
# 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
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license="CC BY-NC-SA 4.0"

[[mods]]
modId="naturescompass"
version="1.21-1.11.6-forge"
version="1.21-1.11.7-forge"
displayName="Nature's Compass"
displayURL="https://github.com/MattCzyr/NaturesCompass"
authors="ChaosTheDude"
Expand Down

0 comments on commit d5022f1

Please sign in to comment.