Links
Tags
Creators
Details
0.2.0
Compatibility
Changes
Version 0.2.0, Crafting Addition
This update adds the recipe to craft the Sun Compass in 4 difference ways.
This should allow for early game acquiring, which is the theme of this mod- primitive navigation.
Changelog
Added recipe:
There is now 4 possible ways to craft the Sun Compass (crafting shape: vertical stack)
- Any plank + torch
- Any plank + coal + stick
- Any plank + charcoal + stick
- Any plank + ink sac + stick
Added advancement for recipe unlocking in recipe book:
Whenever you have the materials for any of the crafting options, it will automatically unlock all the other options in the recipe book
Changed name of the item to Sun Compass:
Previously, it was named Shadow Board in the en_us.json translation file. Now its Sun Compass.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:xBV5bzNr:F3UvfCR5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xBV5bzNr:F3UvfCR5"
}

