For Minecraft 1.17 and newer, head to the new website

Feature: #1037 - [API] support for arbitrary types in recipes

thatsIch
Type: Moderator
Joined: 02/05/2013
Tracker ID:#1037
Type:Feature
Created:
Message:
The API of the grinder for example supports the amount of turns it requires to process something but the recipe system does not. Suggestion: use keywords instead of modids or pairs grinder=ae2:inputitem ae2:outputitem ae2:optionaloutputitem ae2:secondoptionaloutputitem float:optionalchance float:secondoptionalchance int:energycost or grinder=ae2(intputitem, outputitem, optionaloutputitem, secondoptionaloutputitem) + float(optionalchance, secondoptionalchance) + int(energycost)
Back to List