Tags
Creators
Details
43.0.6+forge
Compatibility
Changes
Version 1.19-41.0.6
The entire mod has been re-written to work on both Fabric and Forge! This may mean there may be some fresh bugs to squash and I would be happy to fix them at https://github.com/Suff99/Weeping-Angels/issues
If you want to help with translating the mod, you can do so at https://crowdin.com/project/weeping-angels
Noteable changes
The first noticable change being that the mod is now Fabric supported! But you may also notice there is no longer a spawn item per angel variant - this is by design and not a bug. It is now similar to the vanilla behaviour of villager spawners. You may also notice that some angel models are missing - they will be implemented with updates to come!
Chrondyne Generators are still throwable, but must be activated when they hit the ground - you can throw a activated one by having a Kontron Ingot in your offhand at the time of throwing. If you threw a un-activated generator you can activate it by right clicking with Kontron!
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:TEzJJY7H:bbTphBF8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TEzJJY7H:bbTphBF8"
}

