1117 lines of new recipes?
Added a new recipe manager to allow us to list the missing items that need to be reimplemented.
This commit is contained in:
parent
fb1d6f1074
commit
9268fa4d55
10 changed files with 1216 additions and 380 deletions
7
src/main/java/techreborn/items/ItemMissingRecipe.java
Normal file
7
src/main/java/techreborn/items/ItemMissingRecipe.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package techreborn.items;
|
||||
|
||||
/**
|
||||
* Created by Mark on 19/02/2016.
|
||||
*/
|
||||
public class ItemMissingRecipe extends ItemTR {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue