Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 6 months ago
Updated last week
All versions
0.3.2
Release
CobbleSafari 0.3.2last week 736
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
Features :
- Added a Trader NPC to the underground : Worker. Exist in two variants : Kalos & Construction Worker
- Kalos Worker sell a new "Kalos" family of decorative city blocks, mirroring the Hyperspace building set. You can craft the Hyperspace variants by putting 8 "Kalos" block around a ghast tear in the crafting grid.
- Construction Worker variant sell Racine Construction blocks like scafolding, barrers, signalisation cones, etc.
- Hyperspace scaffolding, platforms and scaffolding tubes now have connected textures/models. Already placed block need to be updated by breaking/placing a block next to them.
- Deleted the Hyperspace Windows & Columns multi-blocks, and replaced them with uniques blocks with connected textures.
- The Red Chain now works on a Pokémon fleeing the Safari : shackling it pauses the flee countdown, which resumes with the exact time remaining once the effect ends (bait, mud balls and failed captures can no longer despawn a shackled Pokémon either)
- New redShackledSuspendsFlee option in safari_config.json (default on).
- Added /cs as a shorthand alias for /cobblesafari
- CSMusic areas can now be used as a when condition (area / area_tag) in trigger rules, instead of only playing their own track. An area can be created with no music (a pure trigger zone) and given tags, so an ambient area can host separate battle music inside it.
- Added /cobblesafari csmusic area subcommands to set music and manage tags.
Fixes :
- Fixed the Online Feature PC blocks (GTS / Wonder Trade / Union Room) opening an empty screen : the server was requiring a Rotom Phone that the block user didn't need to have.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:zj3GsKts:1UgKFdEa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zj3GsKts:1UgKFdEa"
}

