()
| 649 | } |
| 650 | |
| 651 | @Override |
| 652 | public String getGuiTexture() { |
| 653 | return UT.Code.stringValid(mRecipeMap.mGUIPath) ? mRecipeMap.mGUIPath : RES_PATH_GUI + mRecipeMap.mNameInternal + ".png"; |
| 654 | } |
| 655 | |
| 656 | @Override |
| 657 | public List<String> handleItemTooltip(GuiRecipe gui, ItemStack aStack, List<String> currenttip, int aRecipeIndex) { |
no test coverage detected