Tags
Creators
Details
0.3.0-alpha
Compatibility
Changes
There is no 'safe' version included with this release, although no damage is ever truly done anyway. 'Safe' versions will be accessible once the full release is out.
ADDED:
- Added
/splitself runevent randomto run a random event - Added
guaranteedEventconfig, which forces an event if no event happens within configurable timeframe - Added all weighted events to the config
- Added Scale event
- Added Camera event
- Added Freedom event
- Added Mine event
- Added Door event
- Added Shrink event
- Added Sleeping event that activates when a player sometimes sleeps
- Added some Chat Responses
- Added proper mod icon
CHANGED:
- Changed volume of sound in FrozenScreen event to be less ear piercing
- Changed DoYouSeeMe event to revert the wallpaper to normal when client closes
- Changed SpawnTheOther event to spawn in exact places you've been before
- Changed SpawnTheOther event to have an audio cue when they spawn/move
- Changed Browser event to say some proper site names
- Changed events to be weighted; SpawnTheOther event is much more common
- Changed TNT event to have a 5 times longer fuse
FIXED:
- Fixed typo in PoemScreen event that appeared in previous release
- Fixed issue where multiple The Others could spawn in one world
Full Changelog: https://github.com/Pryzmm/Split-Self/commits/0.3.0-alpha
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:aUC4k2Yu:ZDcpZMxI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aUC4k2Yu:ZDcpZMxI"
}



