0.1.0-1.17+mod
Compatibility
Changes
ā¹ļø Note:
This version is a mod-packaged data pack which can be loaded with a mod loader.
It requires Minecraft ⤠1.20.4!
š¾ Downgraded mod to version 1.17 š¾
š Bug Fixes
- Fixed #13 (Data pack never registers objectives).
What's Changed
- Exclude useless files from resources by @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/9
- Downgrade to <1.20.5 by @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/12
- Fix #13 by @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/14
- Update pack to
1.17+datapackby @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/15 - Synchronize
hotfixwith1.17+datapackby @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/16 - Synchronize
hotfixwith1.17+datapack(#16) by @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/17 - Synchronize
hotfixwith1.17+datapack(#16) by @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/18 - Synchronize
hotfixwithmainby @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/19 - Merge pull request #19 from JustHm228/main by @JustHm228 in https://github.com/JustHm228/MoreTotems/pull/20
Full Changelog: https://github.com/JustHm228/MoreTotems/compare/0.1.0-1.20.5+datapack...0.1.0-1.17+mod
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:mL5Dds0L:n8KPaunO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mL5Dds0L:n8KPaunO"
}

