(ItemStack aStack)
| 2060 | return tNBT; |
| 2061 | } |
| 2062 | public static ItemStack[] getBlueprintCrafting(ItemStack aStack) { |
| 2063 | return getBlueprintCrafting(getNBT(aStack)); |
| 2064 | } |
| 2065 | public static NBTTagCompound setBlueprintCrafting(NBTTagCompound aNBT, ItemStack... aBlueprint) { |
| 2066 | NBTTagCompound tList = make(); |
| 2067 | boolean temp = F; |
no test coverage detected