(ItemStack aEmpty, ItemStack aFull, ItemStack aContent)
| 213 | return T; |
| 214 | } |
| 215 | public static boolean boxunbox(ItemStack aEmpty, ItemStack aFull, ItemStack aContent) { |
| 216 | if (ST.invalid(aEmpty) || ST.invalid(aFull) || ST.invalid(aContent)) return F; |
| 217 | Unboxinator.addRecipe1(T, 16, 16, aFull, aContent, aEmpty); |
| 218 | Boxinator .addRecipe2(T, 16, 16, aContent, aEmpty, aFull); |
| 219 | return T; |
| 220 | } |
| 221 | |
| 222 | |
| 223 | public static boolean pack(ItemStack aContent, ItemStack aFull) { |
no test coverage detected