Tags
Creators
Details
0.7.111
Compatibility
Required content
Changes
Cosmere and related sub module mods are considered to be in an alpha state! You have been warned :)
-
: Merge pull request #224 from EdgarVerdi/develop [Feruchemy] BugFix: Providing a Position in canSleep in FeruchemyBronze.
-
: Merge branch 'develop' into develop
-
: - bug fix: provided a position in onPlayerSleepInBed of canSleep in FeruchemyBronze. This should prevent other mods from crashing when trying to access a non-null event.getPos() when using onTrySleep(PlayerSleepInBedEvent event)
-
: [Cosmere] Fixed bug with server vs client code preventing a surver from running
-
: [Cosmere] Possible fix for some minor compatability issues
-
: [Cosmere] Fix audio repeat on clicking TabButton when keypad enter is set as keybind, fixes #220
-
: [Cosmere] Refactored color shifting code
-
: [Allomancy] Display damage delayed by pewter in spiritweb menu
-
: [Feruchemy] fix grant base attribute to check base value, not full
-
: [Cosmere] HUD color change for UI consistency
-
: [Cosmere] Fixed mouse keybinds not registering clicks Also refactored keybind detection code
-
: [Allomancy] Changed metal ingestion limit to be based on amount of nuggets instead of seconds
-
: [Feruchemy] Show tap/store numbers in menu on hover
-
: [Cosmere] Give SpiritwebMenu ownership over info blocks so only one is rendered at a time
Optional dependencies
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:T0u6rdso:RnHtMr32"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T0u6rdso:RnHtMr32"
}












