actually removes a bunch of recycling recipes for disabled items
This commit is contained in:
parent
8fe763fcce
commit
952370e6da
4 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ function removeGTCEURecipes(event) {
|
|||
global.GTCEU_DISABLED_ITEMS.forEach(item => {
|
||||
event.remove({ input: item })
|
||||
event.remove({ output: item })
|
||||
TFGHelpers.clearMaterialInfo(item);
|
||||
})
|
||||
|
||||
//#region Выход: Крошечная кучка камня
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue