Mineuniverse
Log in Register
Mods

Melter

Simple machine that transforms blocks into liquids.
by oierbravo
Download Claim this project
25,658 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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.

Huge thanks to MihajloNesic for the big contribution to the mod.

Update for Create 6 - In progress

  • 1.21.1 will take more time and comes with content update and API changes.

Heat sources.

  • See JEI

Heat source config

#Settings for the melter
[melter]
#How much liquid fits into the melter, in mB
#Range: > 1
capacity = 1000
#How much liquid generates per tick, in mB
#Range: > 1
liquidPerTick = 2
#List of heat source blocks or fluids. Each element in a list must follow the order: type (block, fluid), name, heat level (1-10), additional information shown in JEI
heatSources = [
    ["block", "minecraft:torch", "1", ""],
    ["block", "minecraft:soul_torch", "1", ""],
    ["block", "minecraft:wall_torch", "1", ""],
    ["block", "minecraft:soul_wall_torch", "1", ""],
    ["block", "minecraft:fire", "2", ""],
    ["block", "minecraft:soul_fire", "2", ""],
    ["block", "minecraft:campfire", "2", ""],
    ["block", "minecraft:soul_campfire", "2", ""],
    ["block", "minecraft:magma_block", "3", ""],
    ["fluid", "minecraft:lava", "4", ""],
    ["block", "create:lit_blaze_burner", "2", "Lit"],
    ["block", "create:blaze_burner/fading", "3", "Heated"],
    ["block", "create:blaze_burner/kindled", "3", "Heated"],
    ["block", "create:blaze_burner/seething", "5", "Super-Heated"]
]

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);

melter-1.21.1-1.8.2
MC 1.21.1, NeoForge
Release 2026-06-21 Get
Melter 1.8.1 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Release 2025-04-21 Get
melter-1.21.1-1.8.0
MC NeoForge, 1.21.1
Release 2025-04-11 Get
melter-1.21.1-1.7.0
MC NeoForge, 1.21.1
Release 2024-08-24 Get
melter-1.21.1-1.7.1
MC NeoForge, 1.21.1
Release 2024-08-24 Get
melter-1.21.1-1.7.2
MC NeoForge, 1.21.1
Release 2024-08-24 Get
melter-1.21-1.6.1
MC 1.21, NeoForge, 1.21.1
Release 2024-08-17 Get
melter-1.20.1-1.6.1
MC 1.20.1, Forge
Release 2024-08-12 Get
melter-1.20.1-1.6.0
MC 1.20.1, Forge
Release 2024-07-14 Get

More from oierbravo

Trading station
99,755
Create Mechanical Chicken
914,452
Create Sifting
8,075,341
Water condenser
79,189
Create Mechanical Extruder
6,759,184
Create: Mechanical teleporter
5,899

You Might Also Like

Rope Bridge
Ever wanted to build a rope bridge to an inaccessible area? With Rope Bridge, you can!
9,737,029
Ender IO Forestry
Forestry integration module for a modular Ender IO installation
998,058
Immersive Industry (1.16/1.20)
Introduce more various process and energy production machines to Immersive Engineering.
978,517
[IV/MTS] Q.M.P [Qawsed Military pack]
Military armor NATO and SOVIET Army
97,945
CreepTech
Technology + Adventure
9,965
[Immersive Vehicles] Ghost Corporation (Ghostride)
Pack for Immersive Vehicles, adds cars from my imagination
9,960