Description
THIS MOD IS NO LONGER MAINTAINED
This is a mod that can let players to get resources from slime, this mod added many type of slime that will generate different recouces such as iron, gold and diamond.
Official Wiki: Productive Slimes Wiki
You can also contribute to the mod by helping us to do translation!
Our Discord Server: https://discord.gg/hvFfqsqQm8
IMPORTANT NOTE
If you encountering crash during new chunk loading, please download Lake Feature Fix mod.
For bug report please go to Github Issues Page or comment here
Plugin Support
- JEI
- REI (v1.2.1 Onwards)
- Jade
- TheOneProbe
If you like this mod please press the donate button to support us!
Example on how to add custom variants
File location: config/productiveslimes/variants.json
[
{
"name": "spruce", // Name of the variant
"color": "#FF674d2e", // Color of the variant (Entity, Item, Block, Fluid)
"mapColorId": 6, // Map color id of the variant (Id stated in Minecraft Wiki)
"cooldown": 1500, // Cooldown in ticks for the slimeball to drop from slime
"growthItem": "minecraft:spruce_log", // Item that the slime can eat to grow
"solidingOutput": "minecraft:spruce_log", // Output item for soliding station
"solidingOutputCount": 2, // Output item count for soliding station
"synthesizingInputItem": "minecraft:spruce_log", // Input item for dna synthesizer
"synthesizingInputDna1": "productiveslimes:oak_slime_dna", // Only accept Dna Item
"synthesizingInputDna2": "productiveslimes:oak_slime_dna", // Only accept Dna Item
"dnaOutputChance": 0.75 // Dna output chance for DNA Extractor (0.0 - 1.0)
}
]

