J3fftw1 / LiteXpansion

GNU General Public License v3.0
1 stars 0 forks source link

Fix Mass Fabricator creating any item #121

Closed AlexLander123 closed 3 years ago

AlexLander123 commented 3 years ago

Short Description

Added a check to determine if the item in the output slot is UU-Matter before proceeding with the Mass Fabricator's processing. This is to ensure that the Mass Fabricator will not increase the amount of the itemstack in the output slot if it is not a UU-Matter. Changed isItemSimilar to isItem to respect the backwards compatibility setting of Slimefun which can reduce performance cost if it is disabled.

Additions/Changes/Removals

Related Issues

Fixes #120

Checklist