Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
All versions
V1.0.0
Beta
Initial Release3 months ago 1,697
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Initial release
NeoForge 1.21.1 port of mortuusars' Salt 1.20.1-1.2.6 (MIT).
Verified in play
- World gen: salt deposits generate in oceans, beaches, and dripstone caves
- Mining: pickaxe drops raw salt; Silk Touch drops the ore intact; Fortune affects raw salt
- Crafting: all 8 recipes work, including the Salting recipe with "Salted" overlay output
- Salt cauldron evaporation, salt cluster growth from dripstone drips, dispenser salt-on-ice melting
- AppleSkin: salted-food bonus shows in extra-info overlay
- JEI: Salt Crystal Growing and Salt Evaporation categories visible
- See PORT_NOTES.md for the full technical write-up
Compatibility
- Minecraft
1.21.1 - NeoForge
21.1.95+ - Java
21
Optional integrations
- JEI
19.0.0.0+ - AppleSkin
3.0.0+ (3.0.9+mc1.21tested)
Port-author tweaks (config-gated, defaults match upstream)
PortTweaks.BumpSpawnDensity(defaultfalse) — ~4 deposits per qualifying chunk instead of upstream's ~1 per 8 chunksPortTweaks.SaltBlockGravity(defaultfalse) — Salt Block falls like sand
Fixes
- Inverted
ultraWarm()check inMelting.meltBlockcorrected. Upstream'sMELTING_PLACES_WATERconfig (defaulttrue) was effectively dead in the Overworld — salt blocks turned ice into air instead of water. Now correctly produces water everywhere except dimensions where it would evaporate.
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:dQ91Cdnr:w52wqhlp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dQ91Cdnr:w52wqhlp"
}

