PotionRecipeLib

⭐ — (2 endorsements) 📥 346 downloads 📌 v1.0.0 📅 6/6/2022
⚪ Last updated 2022

By Emafire003 · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/6/2022 📅 Created: 6/6/2022
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 🏆 #335 of 876 fabric mods in this game by downloads

📋 About This Mod

# Potion Recipes API **Note:** Archived, since in newer version of FAPI this is already a thing This simple API provides a simple way to make brewing recipes. If this is all you need, good use this, if you also need to do something else you may look also at nbt-crafting api or something like that. This is just a "fancy" invoker, nothing less nothing more, so you could just create your own. ## Setup Include this library into your `build.gradle` as a dependency ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } } dependencies { modImplementation "maven.modrinth:potionrecipes:<version>" } ``` If you want you can `include `the API in your jar file by adding only the `include` string: ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } } dependencies { modImplementation "maven.modrinth:potionrecipes:<version>" include "maven.modrinth:potionrecipes:<version>" } ``` ## How to use it Simply call ```java BrewingRecipeRegister.registerPotionRecipe(Potion input, Item item, Potion output); ``` @param input The potion you want to start from, usually Potions.AWKWARD or your custom potion (which is going to be YourPotions.POTION) @param item The ingredient you need for your potion @param output The potion you want to have as a result of the crafting For an example you can look into my !(https://github.com/Emafire003/GlowfulWorld/blob/1.18/src/main/java/me/emafire003/dev/glowful_world/items/GlowPotionItem.java) mod. ## License This API is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

# Potion Recipes API Note: Archived, since in newer version of FAPI this is already a thing This simple API provides a simple way to make brewing recipes. If this is all you need, good use this, if you also need to do something else you may look also at nbt-crafting api or something like that.

This is just a "fancy" invoker, nothing less nothing more, so you could just create your own. ## Setup Include this library into your `build.gradle` as a dependency ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } }

dependencies { modImplementation "maven.modrinth:potionrecipes:" } ``` If you want you can `include `the API in your jar file by adding only the `include` string: ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } }

dependencies { modImplementation "maven.modrinth:potionrecipes:" include "maven.modrinth:potionrecipes:" } ``` ## How to use it Simply call ```java BrewingRecipeRegister.registerPotionRecipe(Potion input, Item item, Potion output); ``` @param input The potion you want to start from, usually Potions. AWKWARD or your custom potion (which is going to be YourPotions. POTION) @param item The ingredient you need for your potion @param output The potion you want to have as a result of the crafting

For an example you can look into my !(https://github.com/Emafire003/GlowfulWorld/blob/1. 18/src/main/java/me/emafire003/dev/glowful_world/items/GlowPotionItem.java) mod.

## License This API is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Emafire003
Version
1.0.0
Downloads
346
Endorsements
2
Category
fabric
Created
6/6/2022
Updated
6/6/2022
Game Versions
1.17, 1.17.1-pre1, 1.17.1-pre2, 1.17.1-pre3, 1.17.1-rc1
Tags
library, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does PotionRecipeLib support?

The author lists 1.17, 1.17.1-pre1, 1.17.1-pre2, 1.17.1-pre3, 1.17.1-rc1, 1.17.1-rc2. Other versions may work but are untested by the author.

What is the latest version of PotionRecipeLib?

Version 1.0.0, published 2022-06-06 with 346 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Emafire003 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods