
Silly Divinity
ArchivedA mod about some silly and divine items (Ye i could not write this cuz of the mod's name)
237downloads
2followers
237downloads
2followers
Silly Divinity has been archived. Silly Divinity will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last year
Updated last year
All versions
2.0.0
Beta
Silly Divinity 2.0.0last year 143
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
v2.0.0
Added:
- Item Magnet - Pulls items in a 10 block range towards the user (toggleable)
- Gravity Trap - Pulls entities towards a point 10 blocks in front of the user (for 5 seconds)
Changed:
- Updated the Tungsten Ingot texture
- Cleaned up texture files
!!! Beta, not bug-free !!!
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:YyqGJf9F:9bPaqLmg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YyqGJf9F:9bPaqLmg"
}
