Changes

Summary

  1. Fix facade recipe desynchronization on client and server. Closes #2042 (commit: f49b04d) (details)
Commit f49b04da37bcc46bc48c54365e6504fa1c84fd8c by asiekierka
Fix facade recipe desynchronization on client and server. Closes #2042

This bug was caused by tterrag's pull request having a hasNoNullIcons
function, which returned false on the server side, not letting any
facade recipe through. The new approach relies on replacing non-existant
textures with a transparent oeeN
(commit: f49b04d)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)