Minecraft Melter mod 2026 download
logo
minecraft mod Melter

Melter

Game Version: 1.18.2
Total Downloads: 29
Updated: Oct 9, 2022
Created: Sep 23, 2022
Download MelterDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
melter-1.18.2-1.0.2-all.jar beta 285.35 KB Oct 9, 2022 1.18.2 1 download Melter melter-1.18.2-1.0.2-all.jar betaDownload
melter-1.19.2-1.0.2-all.jar beta 317.72 KB Oct 9, 2022 1.19.2 2 download Melter melter-1.19.2-1.0.2-all.jar betaDownload
melter-1.18.2-1.0.1-all.jar beta 286.59 KB Sep 26, 2022 1.18.2 20 download Melter melter-1.18.2-1.0.1-all.jar betaDownload
melter-1.18.2-1.0.0-all.jar beta 286.57 KB Sep 23, 2022 1.18.2 6 download Melter melter-1.18.2-1.0.0-all.jar betaDownload

Description

Share this:

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.

  • Torch
  • Campfire
  • Lava
  • Blaze burner

Recipe example:

{
"type": "melter:melting",
"input": {
"tag": "forge:cobblestone",
"count": 1
},
"output": {
"fluid": "minecraft:lava",
"amount": 250
},
"processingTime": 500
}

KubeJS Integration

//.melterMelting(OUTPUT_FLUID,INPUT_BLOCK).processingTime(INT);
event.recipes.melterMelting(Fluid.of('minecraft:water', 400),"#minecraft:leaves").processingTime(200);

Comments

Add a comment