
Puggicorn's Origin Pack
ArchivedA collection of Origins created by Pug for his friends, shared to the public for whoever wants to use it. (Archived because I am not working on the origins that haven't been released, nor do I plan on updating to the latest fabric versions)
Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
First Entry of Puggicorn's Origin Pack:
The Naga 🐍 "With deadly venom, and a unique sensitivity to magic, the Naga are agile and quick to adapt to any environment they find themselves in."
Featuring:
- Exothermic body temps (Gets hot and cold easily)
- Coil leaping, a versatile movement option that grants I-frames and extra damage.
- Enhanced swim speed and less drown damage.
- Doubled healing.
- Toggleable heat vision.
- Magic amplification and sensitivity.
- Poison immunity.
- Ability to milk fangs for poison.
- Venom that inflicts poison to anything you hit.
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:67bKJ7ld:i4RDHR5l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:67bKJ7ld:i4RDHR5l"
}

