Compatibility
Minecraft: Java Edition
1.21.3–1.21.4
1.21.1
1.20.1
1.19.2
1.18.2
1.16.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 3 months ago
Updated 17 hours ago
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.
There is also a guidebook added to game in case players doesn't know how to play. Feel free to explore this mod and give some feedback to improve this mod!
Official Wiki: Productive Slimes Wiki
IMPORTANT NOTE
If you encountering crash when laoding new chunk, please install Feature Recycler mod.
For bug report please go to Github Issue 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)
}
]