Included content
| Name | |
|---|---|
I felt this kosmogliph had too much an overlap with fire aspect.
Kosmogliphs are now set to “empty” when an item is put into a grindstone. This makes the kosmogliph useless, but allows you to pick a kosmogliph again for free.
Reduced the cost of the cosmic table, removing 1 netherite ingot, and replacing it with an iron block Reduced the cost of both blends, and all dusts by a large ammount In general, reduced the cost of cosmic gems to about 1 diamond per one.
The new bow kosmogliphs will not be able to be used with any custom arrows from mods, as they are a new entities.
This update has been… Well, I've not been working on it for the entirety of the past year. I spent time here and there polishing some things and making others manageable. However, I hope y’all are happy for this mod to be done.
My final note is that this is indeed the final update this mod will receive. I have no plans to port it to any newer versions, nor do I have plans to update this mod on 1.21.1. This mod will be archived. I have a lot of other projects that I have to work on, so stay tuned for those.
Alright, with all that said, Astratene out. This mod has been fun to work on, so I hope y’all find it fun to play with. Peace.
| Name | |
|---|---|
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.
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:mt1fNBsN:PBAMkQnM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mt1fNBsN:PBAMkQnM"
}