Fix unused imports

This commit is contained in:
drcrazy 2017-09-09 01:54:43 +03:00
parent 5985acc431
commit b13d282bf1
34 changed files with 24 additions and 228 deletions

View file

@ -86,7 +86,7 @@ public class RollingMachineRecipe {
s = (new StringBuilder()).append(s).append(s1).toString();
}
}
HashMap hashmap = new HashMap();
HashMap<Character, ItemStack> hashmap = new HashMap<Character, ItemStack>();
for (; i < components.length; i += 2) {
Character character = (Character) components[i];
ItemStack itemstack1 = null;