More Outputs API

⭐ — (0 endorsements) 📥 1,974 downloads 📌 v2.0.0.1-1.21 📅 7/2/2024
⚪ Last updated 2024

By scaredrabbitnl_ · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/4/2024 📅 Created: 7/2/2024
⚠️ 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

  • 👍 0.0% endorsement rate
  • 🏆 #196 of 874 fabric mods in this game by downloads

📋 About This Mod

!(https://raw.githubusercontent.com/ScaredRabbitYT/resources/patch-1/MOAPI/moapi_big.png)

You should only download this mod if you are a developer who wants to use the lib/api or when some mod requires this lib/api. # What is this mod? Ever wanted to make recipes with more than one output? Now is the chance to do so! This mod is a library for developers to add more than one output to their recipes. This 'mod' will not do ANYTHING on its own! This lib/api makes it much easier for developers to add recipes with more than one output to their mod. Before, some developers made custom recipe classes that did have the neccessary requirements but for most it was impossible. The lib is aimed at devs who don't know how to start or just are generally new to modding but could also be a valuable asset to more experienced modders.

It works by instead of only implementing ```Recipe```, you also implement one of the classes from this mod. Short ex.:

public class SomeCustomRecipe implements Recipe, Output2Recipe { [... All methods that are needed to implement from Recipe ...] //All methods implemented by Output2Recipe @Override public ItemStack getSecondResult(DynamicRegistryManager registryManager) { return secondOutput; }

@Override public ItemStack craftSecond(DynamicRegistryManager registryManager) { return secondOutput; } } ``` This will make sure you can use those methods outside the ```SomeCustomRecipe``` for registering screenhandlers, block entities etc. An indepth tutorial with a complete guide on how to use this is found on the (https://scaredsmods.github.io/docs/mods/more-outputs-api/) # Features:

  • Up to 4 possible outputs
  • Included example implementation (Not yet implemented)

Please report issues to the (https://github.com/ScaredRabbitYT/MoreRecipeOutputAPI/issues "github repository"). Suggestions may also be submitted trough the issues. If you have any other questions, please ask them personally via discord. Username: ```scaredrabbitnl_```. (Support server is coming sometime)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
scaredrabbitnl_
Version
2.0.0.1-1.21
Downloads
1,974
Endorsements
0
Category
fabric
Created
7/2/2024
Updated
7/4/2024
Game Versions
1.21
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 More Outputs API support?

The author lists 1.21. Other versions may work but are untested by the author.

What is the latest version of More Outputs API?

Version 2.0.0.1-1.21, published 2024-07-04 with 1,974 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

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