Tags
Creators
Details
All versions
3.0.7
Release
SCP Additions 3.0.72 weeks ago 899
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Hotfix
Multiplayer and configuration synchronization
- Made the host's gameplay configuration authoritative for connected clients, including item rules and effects, hidden Status effects, Codex definitions, contextual interactions, entity interaction rules, and SCP-173 target configuration;
- Added configuration synchronization on login and after supported save, delete, and reload operations;
- Cleared synchronized host snapshots when clients disconnect so single-player and later servers cannot inherit stale settings;
- Synchronized Survival
USABLEandWEAPONtool sessions with the real selected hotbar slot, fixing mining and item-use behavior that could disagree between client and server.
Gameplay fixes and refinements
- Corrected SCP-294 cups having missing-texture outputs;
- Corrected duplicated
Cup of Cup ofnames on configurable SCP-294 drinks; - Made item category changes update immediately after saving them through the in-game editor;
- Made context interactions ignore missing block and entity IDs instead of incorrectly assigning them to vanilla entries;
- Made SCP-173 immune to attacks dealing 6 damage or less while allowing stronger weapons to damage it;
- Prevented damaged SCP-173 instance from restoring all health when their chunk or world is loaded again;
- Corrected SCP-173 observer handling so players retain broad on-screen observation, configured generic mobs must face the statue directly, and SCP-131 uses its own intentional viewing threshold;
- Changed the SCP-572 advancement title to The Chosen One;
- Removed the bundled legacy context rule and ignored exact obsolete copies so old defaults do not reappear;
- Standardized Tesla Gate detection and lethal discharge to the same exact 3×3×3 volume centered on the gate;
- Set Tesla Gate damage to 200, with a five-tick normal activation delay and a one-tick manual-override delay.
Internal cleanup
- Consolidated the pre-3.0 SCP-294 drink items into the configurable generic cup, preserving drink IDs, colors, effects, actions, aliases, delays, and messages while removing 61 obsolete
/giveentries; - Added old-world item remapping and legacy SCP-294 config normalization for the removed drink registry IDs;
- Removed legacy drink classes, item-only procedures, item models, translations, and obsolete crafting/SCP-914 recipes that depended on them;
- Removed unregistered SCP-059, Delta Radiation, and Geiger resource leftovers, unreachable legacy overlays, and Java helpers with no runtime caller or event-bus role.
Optional dependencies
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:WV6FcDAL:Jn9rBjns"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WV6FcDAL:Jn9rBjns"
}

