Tags
Creators
Details
Licensed MPL-2.0
Created 4 years ago
Updated 2 months ago
All versions
v4.0.8-1.19.2-Fabric
Release
[FABRIC] [1.19.2] SpikySpikes-v4.0.83 years ago 2,264
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.0.8-1.19.2] - 2023-03-06
Removed
- Removed built-in integration for the Easy Anvils mod, it's no longer necessary
[v4.0.7-1.19.2] - 2023-01-22
Changed
- Improved placement logic of spikes
Fixed
- Fixed diamond and netherite spikes not dropping experience when the mob is killed by a single blow
[v4.0.6-1.19.2] - 2023-01-15
Fixed
- Angry zombified piglins now correctly drop experience when killed with a spike that supports that
- Spikes can be placed on hoppers
[v4.0.5-1.19.2] - 2022-10-25
Changed
- Improved Apotheosis support when putting enchantments with higher level than vanilla onto spikes
[v4.0.4-1.19.2] - 2022-10-24
Fixed
- Fixed crash related to the enchantments stored on a spike
[v4.0.3-1.19.2] - 2022-10-24
Fixed
- Compatible with Universal Enchants mod
[v4.0.2-1.19.2] - 2022-10-18
Fixed
- Now works with Easy Anvils mod on Fabric
[v4.0.1-1.19.2] - 2022-09-01
Fixed
- Recompiled to fix start-up crash on Forge due to mixins not having been remapped
[v4.0.0-1.19.2] - 2022-09-01
- Initial release
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| SpikySpikes-v4.0.8-1.19.2-Fabric-sources.jar | Unknown | 43.26 KiB |
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:DUaLBLVL:kTuxkjw6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DUaLBLVL:kTuxkjw6"
}

