1.3.8-1.20.1-Snapshot-Forge
Compatibility
Required content
Changes

Changelog
The version has been released for review, many changes and innovations are still ahead, and now you can get acquainted with our developments and point out all sorts of shortcomings that we did not notice.
Changes:
- GeckoLib is now required to play with the mod.
- The principle of operation of the forge has been rethought (It has become almost operational, but in the next updates the functionality will be expanded)
- The spawn of catacombs (in plains, in forest, in dark forest)
- Has been adjusted, the angle of inclination of the chakram has been changed during its throwing
- Added new mechanics for interacting with recipe scrolls for forges.
Problems known to us:
- The chakram does not fall lower if you destroy the block it is stuck in, but it weighs in the air.
- Inaccuracies in localization.
- Incorrect operation of the "Morok" effect: Tentacles, when fully manifested (opacity 100%), do not apply the morok I effect, the same applies to the second phase of the effect.
- The archaeologists' camp may be partially suspended.
- The badge of inviolability works like invisibility.
- The arrow protection badge may not protect against arrows from mods.
- The Obsidian Rebirth totem does not always repel enemies when reviving when taking some types of damage.
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:oPSw5ILy:GaiRyEzl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oPSw5ILy:GaiRyEzl"
}

