(ItemStack aEmpty, ItemStack aFull, ItemStack aContent)
| 208 | return T; |
| 209 | } |
| 210 | public static boolean unbox(ItemStack aEmpty, ItemStack aFull, ItemStack aContent) { |
| 211 | if (ST.invalid(aEmpty) || ST.invalid(aFull) || ST.invalid(aContent)) return F; |
| 212 | Unboxinator.addRecipe1(T, 16, 16, aFull, aContent, aEmpty); |
| 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); |
no test coverage detected