Download Melt — Minecraft Mods — MetaMods
Melt

Downloads

0

Last update

7 years ago
Client
Fabric
Quilt
Forge
Neoforge
Decor
Storage

Melt - Configurable Crucible for Minecraft

This mod offers a fully customizable melting system in a crucible that allows transforming various blocks and items into liquids. Unlike standard solutions, you can fine-tune all melting process parameters to suit your needs.

Key Features

The crucible has adjustable capacity - you can set how many items are required to start the melting process (1, 2, 4, or 8 units). In the configuration file, you can easily set up:

  • Which blocks and items can be melted
  • Which liquids are produced as a result
  • Which heat sources are used for heating
  • Melting speed for each heat source

Configuration Example

# Configuration file

general {
    # Determines how many items must be placed in the Crucible before melting begins. Use 1, 2, 4, or 8.
    I:"Crucible Capacity"=4

    # These items/blocks can be placed in the crucible
    S:inputs <
        minecraft:cobblestone:0
        minecraft:stone:0
    >

    # These liquids will be output from the crucible
    S:outputs <
        minecraft:lava:0
        minecraft:lava:0
    >
}

heat_sources {
    # These blocks are placed under the crucible to melt its contents
    S:"Heat Sources" <
        minecraft:lava:0
        minecraft:torch:0
        minecraft:magma:0
        minecraft:fire:0
    >

    # Melting rates for heat sources. Higher numbers mean slower melting. 1 - 2,147,483,647
    S:"Melt Times" <
        1
        4
        2
        2
    >
}

Working Features

Liquids are added as blocks, ensuring compatibility with various mods. You can create your own melting recipes, configure the efficiency of different heat sources, and adapt the system to the specific needs of your modpack.

Compatibility

The mod is fully compatible with any public or personal modpacks. Future updates plan to add Forge Ore Dictionary support, bucket scooping sounds, and crucible glow when containing luminous liquids.

Project members
ZephaniahNoah

ZephaniahNoah

Created: 6 Jan 2019

ID: 32226