Fixes #231
This commit is contained in:
parent
df3142d7ec
commit
9d9a1dba60
2 changed files with 11 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class ShapedRollingMachineHandler extends ShapedRecipeHandler {
|
|||
|
||||
@Override
|
||||
public String getRecipeName() {
|
||||
return "rollingcrafting";
|
||||
return "Shaped Rolling Machine";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -103,4 +103,9 @@ public class ShapedRollingMachineHandler extends ShapedRecipeHandler {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getGuiTexture() {
|
||||
return "techreborn:textures/gui/rolling_machine.png";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -108,4 +108,9 @@ public class ShapelessRollingMachineHandler extends ShapelessRecipeHandler {
|
|||
return new CachedShapelessRecipe(recipe.recipeItems,
|
||||
recipe.getRecipeOutput());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getGuiTexture() {
|
||||
return "techreborn:textures/gui/rolling_machine.png";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue