Tags
Creators
Details
1.20.4-2.0.0.5-FABRIC
Compatibility
Required content
Changes
Git Changelog Charged Charms Mod
Version 1.20.4-2.0.0.5
- Release 1.20.4-2.0.0.5
- Don't include cache files in resources.
- Update generated data cache.
- Update generated data cache.
- Add NeoForge as platform release.
- Migrate to 1.20.4
Version 1.20.1-2.0.0.5
- Release 1.20.1-2.0.0.5
- Update SpectreLib. Fixes #3 Fixes #4.
Version 1.20.1-2.0.0.4
- Release 1.20.1-2.0.0.4
- Update README to reflect all versions.
- Switch to NeoForge for 1.20.x
- Update mappings
Version 1.20.1-2.0.0.3
- Release 1.20.1-2.0.0.3
- Fix builds. Resolves crash missing refmap for Fabric. Include refmap in Forge versions. Remove .cache files from built jar.
Version 1.20.1-1.10.0.5
- Release 1.10.0.5
- Update to gradle 8.1.1. Add modrinth release capability
Version 1.10.0.4
- Release 1.10.0.4
- Move to darkhax.curseforgegradle plugin for curseforge releases.
Version 1.10.0.3
- Release 1.10.0.3
- Minor update file and lib version fixes.
Version 1.10.0.2
- Release 1.10.0.2
- Update to latest SpectreLib
Version 1.10.0.1
- Release 1.10.0.1
- Update everything to work with 1.20/1.20.1
- More update in preparation for 1.20.1
- Initial 1.20/1.20.1 port.
Version 1.9.0.0
- Release 1.9.0.0
- Rerun Common datagen.
- Regenerate data for Fabric
- Initial port to 1.19.4
Version 1.8.0.0
- Release 1.8.0.0
- Added Creative Tabs/REI/JEI support back.
- Fix Forge datagen.
- 1.19.3 WIP.
- Fix mappings for SpectreLib. Update Forge and Parchment verions
Version 1.7.0.0
- Release 1.7.0.0
- Add Charged Speed Charm. Thanks @AbsorbingSafe11 for the suggestion. Resolves #1
Version 1.6.0.3
- Release 1.6.0.3
- Don't generate client config on server.
- Update readme for github.
Version 1.6.0.2
- Release 1.6.0.2
Version 1.6.0.1
- Release 1.6.0.1
- Add commit bit to test_release
- Add script for release testing
Version 1.6.0.0
- Release 1.6.0.0
- Add configuration for all abilities. Allow disabling of charm recipes.
- Add configurations for Forge and Fabric. toml only as json5 is just broken and slow and buggy. Changed food tag blacklist to reflect usage.
- Use link to curseforge for 1.19 downloads
Version 1.5.1.1
- Release 1.5.1.1
- Add REI compatability. Fix JEI compatability in Fabric. Now fully shows charging recipes in Forge/Fabric with JEI and/or REI.
Version 1.5.1.0
- Release 1.5.1.0
- Update charm renderer for Trinkets. Only show first slot. (Until they provide a show/hide mechanism similar to Curios)
- Move scripts to scripts folder.
Version 1.5.0.3
- Release 1.5.0.3
- Fix required dependencies for Fabric.
Version 1.5.0.2
- Release 1.5.0.2
- Update changelog location to not be included in commits.
- Automatically generate changelog for releases.
- Update build files. Fix line endings.
- Update Absorption and Regeneration triggers.
- Update build
- Add JEI integration.
- Update artwork.
- Update recipes to match charm. Update README. Update charm rendering for Curios
- Complete initial implementation for effects.
- Add recharge recipes for all the charms.
- Recipes, changes, textures, artwork, ... Getting closer to everything functional.
Version 0.0.1.0
- Inital commit
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:cqzqfZKX:hxr6oRgG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cqzqfZKX:hxr6oRgG"
}

