Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anxietie/stone-smelting

Furnace variant that smelts stones faster
https://github.com/anxietie/stone-smelting

fabric-mod minecraft minecraft-mod

Last synced: 18 days ago
JSON representation

Furnace variant that smelts stones faster

Awesome Lists containing this project

README

        

# STONE SMELTING

## Features
There's the blast furnace for ores, the smoker for food,
so why not another one for stones? The melter is a furnace
variant that smelts the stone (and glass) recipes faster
(e.g. cobblestone -> stone -> smooth_stone)

## Compatibility
Only the vanilla stone smelting recipes can be melted. However,
other mods can just create a recipe json for their stone smelting
recipe:
```json
{
"type": "melting:melting",
"...": "..."
}
```

## Obtaining
![Melter Crafting Recipe](https://github.com/Anxietie/Stone-Smelting/blob/1.20.1/melter_crafting_recipe.png?raw=true)

## Dependencies
[Fabric API](https://github.com/FabricMC/fabric)