diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ecf7f..446a154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/gradle.properties b/gradle.properties index a29fb81..08769a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 1fad3d9..8450c1d 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -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" diff --git a/src/main/resources/data/naturescompass/recipes/natures_compass.json b/src/main/resources/data/naturescompass/recipe/natures_compass.json similarity index 100% rename from src/main/resources/data/naturescompass/recipes/natures_compass.json rename to src/main/resources/data/naturescompass/recipe/natures_compass.json