apparently 9 inputs is the maximum, so no flux allowed

This commit is contained in:
Pyritie 2025-07-06 21:11:28 +01:00
parent 429720772b
commit 9816bfa0c5

View file

@ -152,7 +152,6 @@ function registerGTCEUMetalRecipes(event) {
let ingotArray = [];
for (var i = 0; i < matAmount; i++)
ingotArray.push(ingotStack)
ingotArray.push('tfc:powder/flux')
// 9х Слиток -> Блок
event.recipes.greate.compacting(blockStack, ingotArray)