
Melter
Simple block melter
About this Mod
Melter
A simple melter block that turn blocks into liquid.
Intended for modpacks. Use as you see fit.
Not providing any recipe at the moment.
Designed to work with create but it's optional.
High tier heat sources are from Create.
Heat sources.
- None (0)
- Torch (1)
- Campfire (2)
- Lava (4)
- Blaze burner Inactive (8)
- Blaze burner Active (10)
- Blaze burner SuperHeated (16)
Recipe example:
{
"type": "melter:melting",
"input": {
"tag": "forge:cobblestone",
"count": 1
},
"output": {
"fluid": "minecraft:lava",
"amount": 250
},
"processingTime": 500
}
with Minimum Heat
{
"type": "melter:melting",
"input": {
"tag": "forge:cobblestone",
"count": 1
},
"output": {
"fluid": "minecraft:lava",
"amount": 250
},
"processingTime": 500,
"minimumHeat": 8
}
KubeJS Integration
//.melterMelting(OUTPUT_FLUID,INPUT_BLOCK).processingTime(INT);
//.minimumHeat(INT) OPTIONAL
event.recipes.melterMelting(Fluid.of('minecraft:water', 200),"#minecraft:leaves").processingTime(200); //Water generator
event.recipes.melterMelting(Fluid.of('minecraft:lava', 250),"#forge:cobblestone").processingTime(1000); //Lava generator
event.recipes.melterMelting(Fluid.of('minecraft:lava', 250),"#forge:cobblestone").processingTime(1000).minimumHeat(8); //Lava generator
CraftTweaker Integration (1.19.2, 1.20.1)
//addRecipe(String name, FluidStack outputFluid,Item inputItem, int processingTime, int minimumHeat)
<recipetype:melter:melting>.addRecipe("test_recipe",<fluid:minecraft:water> * 500,<item:minecraft:gravel>, 1000,8);
<recipetype:melter:melting>.addRecipe("test_recipe_2",<fluid:minecraft:lava> * 500,<item:minecraft:sand>, 200,2);
Available Versions
How to Install Melter on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "Melter". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1, 1.21, 1.20.1 (+2 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Melter server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is Melter compatible with forge and neoforge?
Melter officially supports forge, neoforge for Minecraft 1.21.1, 1.21, 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Melter – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Melter consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Melter with just one click on your server.