Tags
Creators
Details
1.0.1
Compatibility
Changes
1.0.1
Fixed
- Starting a match from Creative left you in Creative. You were invulnerable
and could fly over the bomb sites. Players are now put into Survival when they
join a team and at the start of every round. Set
forceSurvivalOnStarttofalsein the config if you want the old behaviour back. - The defusal kit floated about 8 pixels too high when held, and sat crooked in the inventory. Its model is now aligned with what it should be.
Added
- Saturation at the start of each round, so hunger never decides a round.
Three new config keys:
roundStartSaturation,roundStartSaturationSeconds(default 5, raise it to cover a whole round) androundStartSaturationAmplifier.
Changed
- New model transforms for the defusal kit and the bomb site block — how they sit in your hand, in the inventory and on the ground.
Notes
The source is now on GitHub: https://github.com/LOOOLLO/csgo-bot-vics-point-blank
As always: this mod is written with AI, I'm not a full-time modder, and I make mods for myself to play alone — I just decided to publish this one. Bug reports are welcome, but expect slow replies.
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:7XjIi4SA:sbc3hnLL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7XjIi4SA:sbc3hnLL"
}

