1.0.0
Compatibility
Required content
Changes
Jeff the Landshark v1.0.0
Initial Release
Welcome to the first public release of Jeff the Landshark!
Added
- Jeff the Landshark companion with multiple variants.
- Interactive radial command wheel.
- Upgrade & skill tree system.
- Status screen to monitor Jeff.
- Custom Symbiote Dimension.
- New Symbiote mobs, blocks, structures, and ores.
- Custom armor, tools, weapons, and decorative items.
- MP4 Music Player.
- Patchouli Guide Book with in-game documentation.
- Backpack carrier for transporting Jeff.
- Various quality-of-life features, animations, and interactions.
Notes
This is the first public version of the mod. More content, improvements, and fixes may be added in future updates based on feedback from players.
Thank you for checking out the mod. Have fun with Jeff!
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:8E1z5d7y:9tQHCoDo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8E1z5d7y:9tQHCoDo"
}



