Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 3 years ago
Updated 2 months ago
All versions
1.7.0
Release
SoniCraft 1.7.03 years ago 7,288
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Additions:
- Silver the Hedgehog!
- E-123 Omega!
- Mephiles the Dark!
- Containers! (All 4 types from Sonic 06, including Wooden, Iron, Explosive, and Blue)
- Chaos Emerald abilities! (Based on Sonic Superstars)
- Crisis City! (New dimension that is set 200 years into the future)
- Time Machine Frame (Used to access Crisis City)
- Darkness Crystals (Can be found in Crisis City)
- Scepter of Darkness! (Used to summon Mephiles)
- Light Gaia Bracelet (Rare artifact found in Sonic's world)
- Dark Gaia Bracelet (Crafted with a Light Gaia Bracelet and Darkness Crystals)
- Sonic the Werehog! (Sonic will turn into a Werehog at night if given a Dark Gaia Bracelet)
- Aquatic Ruin is back!
- 2 new gamerules: doCycloneSounds and doGrindRailSounds
Changes:
- Tails, Knuckles, Amy, Shadow, Super Sonic, and Hyper Sonic now have GeckoLib models and animations
- Speed Shoes now only make you fast when you're sprinting
- The Chaos Emerald textures have been changed to look much better than before (sprites by Egg Máster)
- The Survival Mode Chaos Emerald counter has been overhauled to work with Creative Mode Chaos Emerald items
- Changed "Light Blue Chaos Emerald" to "Cyan Chaos Emerald" (registry name is still the same)
- The label in the Chaos Emeralds menu now says "Emeralds" instead of "Chaos Emeralds"
- Fake Chaos Emeralds can now be used to craft Flint and Fake Emerald for activating Time Machines
- All items dropped by Hero characters can now be found in some of the loot chests in Sonic's world
- Speed Shoes, Tails' Shoes, Knuckles' Shoes, and Shadow's Shoes have been given new models to match their respective characters
- All recipes have been adjusted to be unlockable through advancement progression
Bugfixes:
- Chao Garden Grass looked weird when no-clipping through it in Spectator Mode
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:SpdllB1s:XC7aWcxG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SpdllB1s:XC7aWcxG"
}


