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

https://github.com/lullaby6/smelting-enchantment-data-pack

MC Data-Pack - Auto-smel ores enchantment!
https://github.com/lullaby6/smelting-enchantment-data-pack

data-pack datapack mc-data-pack mc-datapack minecraft-data-pack minecraft-datapack

Last synced: 1 day ago
JSON representation

MC Data-Pack - Auto-smel ores enchantment!

Awesome Lists containing this project

README

        

# Smelting Enchantment

[![Latest](https://img.shields.io/github/v/release/lullaby6/smelting-enchantment-data-pack?color=blueviolet&logo=github)](https://github.com/lullaby6/smelting-enchantment-data-pack/releases)
[![Discord](https://img.shields.io/discord/1327308441324097681?label=discord&color=blue&logo=discord)](https://discord.gg/5UdcDa5xNC)
[![Modrinth](https://img.shields.io/modrinth/dt/smelting-enchantment-data-pack?label=modrinth&logo=modrinth)](https://modrinth.com/datapack/smelting-enchantment)
[![License](https://img.shields.io/badge/license-mit-green)](https://github.com/lullaby6/smelting-enchantment-data-pack/blob/main/LICENSE)
[![Issues](https://img.shields.io/github/issues/lullaby6/smelting-enchantment-data-pack?color=orange&logo=github)](https://github.com/lullaby6/smelting-enchantment-data-pack/issues)
[![Code Size](https://img.shields.io/github/languages/code-size/lullaby6/smelting-enchantment-data-pack?color=purple&logoColor=white)](https://github.com/lullaby6/smelting-enchantment-data-pack)
[![Repo Size](https://img.shields.io/github/repo-size/lullaby6/smelting-enchantment-data-pack?logo=dropbox&color=red)](https://github.com/lullaby6/smelting-enchantment-data-pack)
[![Stars](https://img.shields.io/github/stars/lullaby6/smelting-enchantment-data-pack?logo=github&color=yellow)](https://github.com/lullaby6/smelting-enchantment-data-pack/stargazers)

This Data Pack adds the `Smelting` enchantment for pickaxes, which automatically smelts mined ores.

The enchantment can be obtained from the enchantment table, loot chests or trading with villagers.

Version: `1.21.X`

## 📂 Installation

Move the downloaded file in the path `.minecraft/saves/[world]/datapacks`

## 👾 Bugs/Issues

Please report any bug/issues to the [Discord Server](https://discord.gg/5UdcDa5xNC) in the `bugs` channel, or create a issue in the [Github Repostiroy](https://github.com/lullaby6/smelting-enchantment-data-pack/issues), or a comment in [Planet Minecraft](https://www.planetminecraft.com/data-pack/smelting-enchantment/).

## ⌨️ Commands

Give:

```mcfunction
/loot give @s loot smelting_enchantment:smelting
```

Enchant:

```mcfunction
/enchant @s smelting_enchantment:smelting
```

Disable:

```mcfunction
/datapack disable "file/smelting-enchantment.zip"
```

Enable:

```mcfunction
/datapack enable "file/smelting-enchantment.zip"
```

## 🪪 License

[MIT](https://github.com/lullaby6/smelting-enchantment-data-pack/blob/main/LICENSE)