Update previous commit
This commit is contained in:
parent
940d8333de
commit
6737d52c10
@ -862,7 +862,12 @@ object MatterManager {
|
|||||||
if (recipes.size == 1 && entry.input.item == recipe.output.item) {
|
if (recipes.size == 1 && entry.input.item == recipe.output.item) {
|
||||||
// assume cloning and/or catalyst?
|
// assume cloning and/or catalyst?
|
||||||
comment(item, TextComponent("Input $entry at input slot $i is assumed to be cloning/catalyst"))
|
comment(item, TextComponent("Input $entry at input slot $i is assumed to be cloning/catalyst"))
|
||||||
continue@innerInputsLoop
|
|
||||||
|
if (inputs.size == 1) {
|
||||||
|
continue@inputsLoop
|
||||||
|
} else {
|
||||||
|
continue@innerInputsLoop
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
comment(item, TextComponent("Input $entry at input slot $i in ${recipe.formattedName} is recursive"))
|
comment(item, TextComponent("Input $entry at input slot $i in ${recipe.formattedName} is recursive"))
|
||||||
recursiveSkips.add(entry)
|
recursiveSkips.add(entry)
|
||||||
|
Loading…
Reference in New Issue
Block a user