austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 27 forks source link

[Issue] ME Bridge / craft / Too few arguments #94

Closed Amenreus closed 9 years ago

Amenreus commented 9 years ago

Hi. I have installed latest version of your mod (ver. 1.3.0) and I found small bug in method "craft" of ME Bridge peripheral. In documentation method craft needs only two arguments but when I used the method in game it needed 3 arguments. Needless to say the third argument is never used or checked so it can be anything. I've tried to find this and I think it is on line 175 in file PeripheralsPlusPlus/src/main/java/com/austinv11/peripheralsplusplus/tiles/TileEntityMEBridge.java but I'm not sure if it's right spot.

I hope my description is clear enough to understand and excuse me for my english. I'm still learning :) Have a nice day.