fixes #125
This commit is contained in:
parent
07f858aa77
commit
da538c7d77
1 changed files with 2 additions and 2 deletions
|
@ -149,9 +149,9 @@ public class ModRecipes {
|
|||
if (item == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
GameRegistry.addShapelessRecipe(BlockStorage.getStorageBlockByName(name), item);
|
||||
GameRegistry.addShapelessRecipe(item, BlockStorage.getStorageBlockByName(name));
|
||||
GameRegistry.addShapelessRecipe(item, BlockStorage.getStorageBlockByName(name, 9));
|
||||
} catch (Exception e) {
|
||||
//Iridium reinforced tungstensteel, etc.
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue