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:
modmuss50 2016-02-19 20:32:26 +00:00
parent fb1d6f1074
commit 9268fa4d55
10 changed files with 1216 additions and 380 deletions

View file

@ -0,0 +1,7 @@
package techreborn.items;
/**
* Created by Mark on 19/02/2016.
*/
public class ItemMissingRecipe extends ItemTR {
}