Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CT IRecipeFunction and IRecipeAction support #112

Open
roidrole opened this issue Jul 29, 2024 · 0 comments
Open

CT IRecipeFunction and IRecipeAction support #112

roidrole opened this issue Jul 29, 2024 · 0 comments
Labels
Features New feature or request

Comments

@roidrole
Copy link

roidrole commented Jul 29, 2024

Currently, in 1.12.2, we only have one mod which support IRecipeFunction and IRecipeAction : Artisans Worktables. It is quite limiting as it has no multiblock support (multiblocks are cool), no per-recipe power cost & duration and a set amount of machines. Since Modular Machinery aims to be a mod allowing pack devs to customize their machines to the maximum, it would be a perfect mod to fill that niche. These would allow a few things which are currently impossible, such as :

  • Custom drills compatible with IE's ore deposits (IRecipeAction)
  • Item output dependent on input's NBT (IRecipeFunction). Allows auto anvils, auto enchanter (without manually every tool + every book)
  • Random outputs (using IRecipeFunction + IRandom)

All in all, I think it would greatly increase the possibilities of Modular Machinery

P.S : a function for determining power and duration would be nice too, to pair with these changes

@KasumiNova KasumiNova added the Features New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Features New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants