diff --git a/src/main/resources/assets/refinedstorage/recipes/cutting_tool.json b/src/main/resources/assets/refinedstorage/recipes/cutting_tool.json index 37235551a..4e6a41384 100644 --- a/src/main/resources/assets/refinedstorage/recipes/cutting_tool.json +++ b/src/main/resources/assets/refinedstorage/recipes/cutting_tool.json @@ -1,9 +1,9 @@ { "type": "forge:ore_shaped", "pattern": [ - " E", + "E ", " S ", - "S " + " S" ], "key": { "S": { diff --git a/src/main/resources/assets/refinedstorage/textures/icons.png b/src/main/resources/assets/refinedstorage/textures/icons.png index f9d25b49f..c137bc9cd 100755 Binary files a/src/main/resources/assets/refinedstorage/textures/icons.png and b/src/main/resources/assets/refinedstorage/textures/icons.png differ diff --git a/src/main/resources/assets/refinedstorage/textures/items/cutting_tool.png b/src/main/resources/assets/refinedstorage/textures/items/cutting_tool.png index d0e505177..68c018216 100644 Binary files a/src/main/resources/assets/refinedstorage/textures/items/cutting_tool.png and b/src/main/resources/assets/refinedstorage/textures/items/cutting_tool.png differ