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
|
|
@ -6,6 +6,7 @@ function removeMinecraftRecipes(event) {
|
|||
global.MINECRAFT_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