

SaltyMod - Salt Mod for Minecraft
SaltyMod adds various salt-related features to Minecraft - from mining and construction to cooking and special equipment creation.
Main Features
Salt Mining and Processing
The mod adds salt ore that can be found underground. Salt is extracted from the ore and used for various purposes. Rare salt lakes also generate in the world - an excellent source of salt.
Construction Materials
Various salt building blocks are available:
- Salt Ore
- Salt Block and Cracked Salt Block
- Chiseled Salt Block
- Salt Pillars and Capitals
- Salt Brick and its variations
- Salt Lamp
- Salt Slabs and Stairs
- Salt Crystals
Salt blocks have a unique property - they melt snow and ice around them.
Cooking
Salt is used to prepare various dishes:
- Salted foods satisfy hunger better
- You can salt fried food, raw fish
- Salt neutralizes rotten flesh
- New recipes added: soft-boiled eggs, pumpkin porridge, stewed vegetables, fruit salads
Farming
Salt crystals can be grown on special farms. To do this, you need to build a structure from salt blocks, fill it with water, and protect it from light.
Saltwort Plant
Saltwort grows on the shores of salt lakes - a medicinal plant. You can make salads, pies, and other dishes with various effects from it.
Equipment
Under salt lakes, you can find mineral mud from which a mud mask is created - armor that improves health and slowly restores it.
Technical Devices
Evaporator - a device for obtaining salt by evaporating water. Requires fuel and proper installation.
Rainmaker - a device for causing rain using salt.
Technical Information
Configuration File
# Configuration file
armor {
# Mud Armor water damage [default: true]
B:MudArmorWaterDamage=true
}
effects {
# Do Fizzy Drink removes all effects? (true - all effects, false - milk analogue) [default: false]
B:FizzyEffect=false
# Speed of Mud Armor & Block regeneration effect (10 - fast, 100 - slow) [range: 10 ~ 100, default: 100]
I:MudRegenSpeed=100
}
evaporator {
# The number of buckets in evaporator [range: 1 ~ 3, default: 1]
I:EvaporatorVolume=1
}
farm {
# The salt crystals growth rate (1 - fast, 20 - slow) [range: 1 ~ 20, default: 14]
I:SaltCrystalGrowRate=14
# The saltwort growth rate (1 - fast, 20 - slow) [range: 1 ~ 20, default: 7]
I:SaltWortGrowRate=7
}
rainmaker {
# The height of the clouds in a specific dimension (DimensionID=CloudLevel) [default: [0=128], [7=160]]
S:DimCloudLevel <
0=128
7=160
>
}
twilightforest {
# Salt ore generation in the Twilight Forest dimension [default: true]
B:TFOreGen=true
}
world {
# The maximum distance between the salt lakes in the salt lake groups [range: 10 ~ 50, default: 30]
I:SaltLakeDistance=30
# Rarity of the salt lake groups [range: 1 ~ 1000, default: 500]
I:SaltLakeGroupRarity=500
# The maximum altitude of the salt lake [range: 0 ~ 256, default: 75]
I:SaltLakeMaxHeight=75
# The minimum altitude of the salt lake [range: 0 ~ 256, default: 60]
I:SaltLakeMinHeight=60
# The maximum quantity of the salt lakes in the salt lake groups [range: 1 ~ 10, default: 5]
I:SaltLakeQuantity=5
# The maximum radius of the salt lake [range: 5 ~ 50, default: 20]
I:SaltLakeRadius=20
# Salt ore frequency [range: 1 ~ 10, default: 4]
I:SaltOreFrequency=4
# Salt ore size [range: 1 ~ 10, default: 5]
I:SaltOreSize=5
}
Ore Dictionary
- Salt Ore - oreSalt
- Salt Block - blockSalt
- Salt Crystals - blockSaltCrystal
- Salt - lumpSalt
- Pinch of Salt - dustSalt
- Effervescent Ash - dustSoda
- Powdered Milk - dustMilk
- Saltwort - cropSaltwort
- Mineral Mud - materialMineralMud