Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hantonik/anvilapi

AnvilAPI is a mod that adds to the game the ability to create your own dream anvil recipes.
https://github.com/hantonik/anvilapi

curseforge fabric-mod forge-mod java minecraft minecraft-mod mod neoforged

Last synced: 6 days ago
JSON representation

AnvilAPI is a mod that adds to the game the ability to create your own dream anvil recipes.

Awesome Lists containing this project

README

        

# AnvilAPI [![CurseForge](http://cf.way2muchnoise.eu/full_634377_downloads.svg)](https://curseforge.com/minecraft/mc-mods/anvilapi) [![CurseForge](http://cf.way2muchnoise.eu/versions/For%20MC_634377_all.svg)](https://curseforge.com/minecraft/mc-mods/anvilapi)
[![image](https://imgur.com/LHUPcn3.png)](https://curseforge.com/minecraft/mc-mods/anvilapi "You can download this mod here!")\
**AnvilAPI** is a mod that adds to the game the ability to create your own dream **anvil recipes**.

## Description

By uploading this mod, you gain the ability to add anvil recipes to the game using datapacks. In addition to the obvious customization of ingredients and results, and their amounts, you can also choose whether the input will be consumed, what it will return, and the amount of XP required.\
Items with durability will be able to consume it instead of the whole item if you choose to!

## Downloads

Download from [CurseForge](https://curseforge.com/minecraft/mc-mods/anvilapi "Then just click download ;)")\
Download from [Modrinth](https://modrinth.com/mod/anvilapi "Then just click download ;)")

## Wiki

Here is an example anvil recipe file:
```json
{
"type": "minecraft:anvil",
"inputs": [
{
"consume": false,
"count": 3,
"tag": "minecraft:coals"
},
{
"count": 5,
"item": "minecraft:iron_ingot"
}
],
"experience": 15,
"result": {
"count": 1,
"item": "minecraft:diamond"
}
}
```
\
**For more information**, see the full documentation [here](https://github.com/Hantonik/AnvilAPI/wiki "Here you will find answers to (almost) all your questions!").

**Yes, you can use this mod in your modpack! That's literally what it was made for!**

## Contribution

**Found a bug?** Report it [here](https://github.com/Hantonik/AnvilAPI/issues/new?labels=bug&template=bug_report.yml "Enter all the necessary information!"), and I'll try to fix it!\
**Have an idea for a new feature?** Tell me more about it [here](https://github.com/Hantonik/AnvilAPI/issues/new?labels=enhancement&template=feature_request.yml "I'm open to suggestions!")!

## Code

[Click me](https://github.com/Hantonik/AnvilAPI "All the magic is here!") for **source code**!

"If you want to use my code, feel free, but remember to mention whose code it is!

Take care, author."

## Support

**I do it out of passion**, but if you want to appreciate my work, you can do it by [buying me a coffee](https://www.buymeacoffee.com/hantonik "Here!"), **thanks <3**!