File Details
Kitchen Sink - Melting Point .zip
- R
- Feb 17, 2026
- 2.42 MB
- 38
- 1.20.1
- Forge
File Name
Kitchen Sink - Melting Point .zip
Supported Versions
- 1.20.1
Added Configured
Added Alex Mobs (tweaked spawn weights + Naturalist duplicates removed)
Added Create Gunsmithing
Removed Improved Village placement
(since I can't figure how to modify it for the moment and the village spawning being scarce)
Added Molten Vents
But since it spawns so much in the decor and not being esthetic, either add it later to the world when needed or apply the following modifications preconized by the mod author himself.
Underwater spawns only : edit the "molten_vents-1.20.1-2.0.9.jar" in the "mod" directory open the *.jar file and replace the lines in /data/molten_vents/world gen/placed_feature for asurine_vent.json, crimsite_vent.json, ochrum_vent.json, scorchia_vent.json, scoria_vent.json, veridium_vent.json, under "chance" : 1000 line
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:biome"
}
]
}
)
then in /data/molten_vents/world gen/configured_feature for asurine_vent.json, crimsite_vent.json, ochrum_vent.json, scorchia_vent.json, scoria_vent.json, veridium_vent.json, replace the lines under "Name": "minecraft:lava"
}
},
"depth": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 20,
"max_inclusive": 35
}
},
"underwater": true
}
}

