Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anxietie/stone-smelting
- Owner: Anxietie
- License: other
- Created: 2024-05-13T02:26:14.000Z (6 months ago)
- Default Branch: 1.20.1
- Last Pushed: 2024-05-15T19:49:30.000Z (6 months ago)
- Last Synced: 2024-10-16T12:18:11.573Z (about 1 month ago)
- Topics: fabric-mod, minecraft, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/stone-smelting
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)