All versions
1.2.0
Release
Crabber's Delight 1.2.010 months ago 1,232
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Crabber’s Delight 1.2.0
- Additions:
- Pearl Necklace
- New wearable item that can be equipped in the chest slot, and grants the wearer Water Breathing and Dolphins Grace when in water
- Limited by durability, having 128 total durability and using up 1 point every 5ish seconds when being used
- Pearl is now a armor trim material
- Works with all existing trims and all modded trims that I have tested
- (1.20.1) Added Scute Block
- Pearl Necklace
- Changes:
- New and Modified Textures
- Crab Claw
- Pearl
- Pearl Block
- Clam
- Clam Barrel
- Shrimp
- Cooked Shrimp
- Shrimp Barrel
- Nautilus Shell tweak
- Crab Trap
- Crab Trap has been reduced to having just 9 slots for items to be caught, however the stack limit for each slot has been set to 8 items. This is a overall increase in the capacity of the trap
- Warning: Traps currently in the world will likely need to be broken and replaced, and may cause crashes if interacted with otherwise
- Crab Claw
- Can now function as a Shear tool
- No longer takes durability damage when being used within the default interaction ranges for placing/breaking blocks and attacking with entities
- New and Modified Textures
- Fixes:
- Fixed mismatch in JEI loot tables for Pufferfish and Tropical Fish
- (1.21.1) Fixed missing messages to the player when the Crab Trap has needs not met
- (1.20.1) Fixed models and blockstates for Sea Pickle Crate
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:gBGdVBJy:kWxZ13WW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gBGdVBJy:kWxZ13WW"
}

