コード例 #1
0
        public void ingredientsToCraftStandardRecombinatorx1()
        {
            var ingredient = CraftingTable.GetIngredientsToLearnSchematicsAndCraftItem("Standard Recombinator", 1);

            Assert.Null(ingredient);
        }