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

[FR] Улучшение взрывного компрессора. #285

Open
Pilad opened this issue Feb 7, 2024 · 1 comment
Open

[FR] Улучшение взрывного компрессора. #285

Pilad opened this issue Feb 7, 2024 · 1 comment

Comments

@Pilad
Copy link
Contributor

Pilad commented Feb 7, 2024

Относится ли ваша идея к ошибке(дизбалансу)?.
Машина циклится на последнем рецепте и не смотрит на наличие доступных компонентов для крафта.

Опишите вашу идея
Добавить режим как у доменной печи по разрешению конфликтов рецептов.
376456c#diff-85730a2115c0a574f479b781a01b36f23a9ce3b404f01d122291cf4070ebb29f

@Pilad
Copy link
Contributor Author

Pilad commented Feb 7, 2024

Нужно переписать строку вот так :
GT_Recipe tRecipe = findRecipe(GT_Recipe.GT_Recipe_Map.sImplosionRecipes, null, tInputs, null, 9223372036854775807L);
И в самом низу добавить код на взаимодействие с кусачками:
@OverRide
protected boolean canHaveRecipeConflicts() {
return true;
}
Попробовал так сделать, в итоге мех сразу переходит в этот режим . Даже если его выключить кусачками машина остаётся в этом режиме.
Или не писать нижний код, или пофиксить для правильной работы.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant