Towdium / JustEnoughCalculation

A simple minecraft mod help you calculate the cost for recipes
Other
53 stars 38 forks source link

Recipes that need over 14 unique items can't be calculated #70

Closed aaronhowser1 closed 3 years ago

aaronhowser1 commented 3 years ago

image

This is using JustEnoughCalculation-1.12.2-3.2.3

KindarConrath commented 3 years ago

while it's not ideal, you could do this by breaking the recipe up into multiple smaller recipes using labels and then have the final item made of all the label groups

aaronhowser1 commented 3 years ago

Is there a way to do this through the JEI integration, or would I have to write down all the items and split them up?

Towdium commented 3 years ago

@aaronhowser1 You can have as many ingredients in 1.14+, I guess. But in earlier versions, which are not in development, I'm sorry you can only achieve it manually. It truely bothered me sometimes, but I have no time for it.

aaronhowser1 commented 3 years ago

It's totally fine, placeholders work instead image

Towdium commented 3 years ago

@aaronhowser1 Nice! You got the point!