1.1
Compatibility
Changes
Bobby1545 1.1
New features in this version:
-
Bobby is finally spawning on surface, but only at night.
-
2 New mechanics of the bobby1545:
Spoiler
1. Running toward the player and if he's around 18 blocks away from player she/he has 50% of spawning very close to player and then despawning you will see message "Bobby1545 left the game." After 10 seconds she/he will send message "Bobby1545 joined the game"
2. Else if other 50% chance hit she/he will spawn very close to player, start attacking the player and scaring the player as much as possible.
This version sadly has a bug. With the new version i'll fix this bug and add some new futures. I am very sorry that this happend. This bug is spawning multiple entities (bobby1545) around 10-30. Fix to this bug and some new futures will be out soon!
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:g4bzi4VI:hyWDMbu8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g4bzi4VI:hyWDMbu8"
}

