Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 3 years ago
Updated 2 months ago
All versions
1.8.0
Release
SoniCraft 1.8.02 years ago 10.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
A much-needed QoL update for SoniCraft 1.20.1, just in time for Sonic's birthday! Oh, and Mecha Sonic, too, I guess. =P
Additions:
- Mecha Sonic Mk. I!
- Dozens of new Death Egg blocks!
- Single-biome "Level Select" dimensions! (Creative Mode only)
- New Metal Sonic and Big Arms arenas! (Bigger, better, and more consistent)
- Launch Base Redstone Lock Wall Adapter (Allows Launch Base Redstone Locks to transfer power through Launch Base Brick walls)
- SoniCraft Operator Utilities Creative tab (Contains Creative-only content such as the Sonic player model and the new Level Select items)
Changes:
- Changed "Mecha Sonic" to "Mecha Sonic Mk. II."
- The Death Egg interior has been overhauled to include Mecha Sonic Mk. I and the new blocks.
- Some of the larger structures can now be found with the /locate command.
- Ranged weapons in SoniCraft now show attack damage, fire rate, and ammo required.
- Damage for ranged weapons has been adjusted to be consistent with vanilla weapons.
- The Death Egg Electric Block texture has been tweaked so it's less painful to look at.
- Several other block textures (mostly Death Egg blocks) have been changed.
- Chao Garden Grass and Chao Garden Stone are now obtainable in Survival.
- Chemical Plant Zone Buttons can now be used with Redstone.
- Green Hill Zone lakes have been tweaked to improve performance.
- The Launch Base Rocket blocks have been completely changed to match the size of the new Big Arms arena.
- Neo Palm Leaves drops have been changed to have more variety.
- Mushroom Hill Zone has received a major visual overhaul.
- Spring Yard Zone now has oak trees.
Bugfixes:
- Clamer badniks crashed the game upon shooting a projectile.
- Green Hill Sunflowers had an ugly dark tint when Smooth Lighting was enabled.
- The Chaos Emerald buttons in the "Emeralds" menu were misaligned by 1 pixel.
- Hyper Sonic was constantly taking damage.
- Custom Spring interfaces were broken.
- GeckoLib animations were broken for several characters.
- The drop rate for Neo Palm Saplings was extremely low.
- Used Ring Spawners had opaque black textures.
- GeckoLib animated entities weren't naturally spawning.
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:QdOJ5jdD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SpdllB1s:QdOJ5jdD"
}


