module Base
{
	craftRecipe PIMysteryFoodOpen
	{
        timedAction = PompsItems.PIOpenCandy,
		Time = 15,
		RemoveResultItem:true,
		OnCreate = PIZombieFoodRandSelect_OnCreate,
		Tags = InHandCraft;CanBeDoneInDark,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIMysteryFoodIcon],
		}
		outputs
		{
			
		}
	}
	craftRecipe PIOpenSpam
	{
        timedAction = OpenTinCan,
		Time = 100,
		Tags = InHandCraft;CanBeDoneInDark,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PISpam] flags[Prop2],
		}
		outputs
		{
			item 1 PompsItems.PISpamOpen,
		}
	}
    craftRecipe PIOpenCannedFood
    {
        timedAction = OpenTinCan,
        time = 20,
        tags = InHandCraft;CanBeDoneInDark,
		category = Cooking,
        inputs
        {
            item 1 tags[CanOpener] mode:keep flags[MayDegradeLight],
            item 1 [PompsItems.PICherryPieFilling;PompsItems.PIApplePieFilling;PompsItems.PIBerryPieFilling;PompsItems.PIRaspberryPieFilling;PompsItems.PIBlackberryPieFilling;PompsItems.PILemonPieFilling;PompsItems.PIBlueberryPieFilling;PompsItems.PIPeachPieFilling;PompsItems.PIPumpkinPieFilling;PompsItems.PICannedRavioli;PompsItems.PIABCSoup;PompsItems.PIClamChowder;PompsItems.PISpaghettiOs;PompsItems.PIMacBeef;PompsItems.PICannedMacCheese;PompsItems.StallionMilk;PompsItems.PIChickenStars] mappers[PIcanSorts] flags[Prop2],
        }
        outputs
        {
            item 1 mapper:PIcanSorts,
        }
        itemMapper PIcanSorts
        {
            PompsItems.PICherryPieFillingOpen = PompsItems.PICherryPieFilling,
            PompsItems.PIApplePieFillingOpen = PompsItems.PIApplePieFilling,
			PompsItems.PIBerryPieFillingOpen = PompsItems.PIBerryPieFilling,
			PompsItems.PIRaspberryPieFillingOpen = PompsItems.PIRaspberryPieFilling,
			PompsItems.PIBlackberryPieFillingOpen = PompsItems.PIBlackberryPieFilling,
			PompsItems.PILemonPieFillingOpen = PompsItems.PILemonPieFilling,
			PompsItems.PIBlueberryPieFillingOpen = PompsItems.PIBlueberryPieFilling,
			PompsItems.PIPeachPieFillingOpen = PompsItems.PIPeachPieFilling,
			PompsItems.PIPumpkinPieFillingOpen = PompsItems.PIPumpkinPieFilling,
			PompsItems.PICannedRavioliOpen = PompsItems.PICannedRavioli,
			PompsItems.PIABCSoupOpen = PompsItems.PIABCSoup,
			PompsItems.PIClamChowderOpen = PompsItems.PIClamChowder,
			PompsItems.PISpaghettiOsOpen = PompsItems.PISpaghettiOs,
			PompsItems.PIMacBeefOpen = PompsItems.PIMacBeef,
			PompsItems.PICannedMacCheeseOpen = PompsItems.PICannedMacCheese,
			PompsItems.StallionMilkOpen = PompsItems.StallionMilk,
			PompsItems.PIChickenStarsOpen = PompsItems.PIChickenStars,
        }
	}
	craftRecipe PIOpenPomps
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.Pomps] flags[Prop2],
		}
		outputs
		{
			item 2 PompsItems.PBCup,
		}
	}
	craftRecipe PIOpenUtahWafers
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.UtahWaferPack] flags[Prop2],
		}
		outputs
		{
			item 2 PompsItems.UtahWafers,
		}
	}
	craftRecipe PIOpenWasabiWafers
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.WasabiWaferPack] flags[Prop2],
		}
		outputs
		{
			item 2 PompsItems.WasabiWafers,
		}
	}
	craftRecipe PIOpenBuckeyes
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.BuckeyesPack] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.Buckeyes,
		}
	}
	craftRecipe PIOpenWhizzyPops
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIWhizzyPops] flags[Prop2],
		}
		outputs
		{
			item 1 PompsItems.PIRingPopBlue,
			item 1 PompsItems.PIRingPopRed,
			item 1 PompsItems.PIRingPopPurple,
			item 1 PompsItems.PIRingPopGreen,
			item 1 PompsItems.PIRingPopFancy,
		}
	}
	craftRecipe PIOpenBigPomps
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPompsBig] flags[Prop2],
		}
		outputs
		{
			item 2 PompsItems.PBCupBig,
		}
	}
	craftRecipe PIOpenFruitSpillers
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIFruitSpillersBox] flags[Prop2],
		}
		outputs
		{
			item 6 PompsItems.PIFruitSpillers,
		}
	}
	craftRecipe PIOpenRootBeer1
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.RootBeerBox] flags[Prop2],
		}
		outputs
		{
			item 12 PompsItems.PIRootBeer,
		}
	}
	craftRecipe PIOpenRootBeer2
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.LugRootBeerBox] flags[Prop2],
		}
		outputs
		{
			item 12 PompsItems.LugRootBeer,
		}
	}
	craftRecipe PIOpenFruitBarrels
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIFruitBarrelBox] flags[Prop2],
		}
		outputs
		{
			item 30 PompsItems.PIFruitBarrel,
		}
	}
	craftRecipe PIOpenFreezePops
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIFreezePops] flags[Prop2],
		}
		outputs
		{
			item 4 PompsItems.PIFreezePopPurple,
			item 4 PompsItems.PIFreezePopOrange,
			item 4 PompsItems.PIFreezePopBlue,
			item 4 PompsItems.PIFreezePopWhite,
			item 4 PompsItems.PIFreezePopYellow,
			item 4 PompsItems.PIFreezePopGreen,
			item 4 PompsItems.PIFreezePopNougat,
			item 4 PompsItems.PIFreezePopPink,
			item 4 PompsItems.PIFreezePopRed,
			item 4 PompsItems.PIFreezePopMango,
		}
	}
	craftRecipe PIOpenIceCreamSandwiches
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIIceCreamSandwichBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 12 PompsItems.PIIceCreamSandwich,
		}
	}
	craftRecipe PIOpenWaffles
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.WafflezBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 6 PompsItems.FrozenWafflez,
		}
	}
	craftRecipe PIMoxxSticks
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.MoxxBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 8 PompsItems.MoxxStick,
		}
	}
	craftRecipe PIChickenTub
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.KFMarley] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 6 Base.ChickenFried,
		}
	}
	craftRecipe PIOpenDinoNugs
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.DinoNugBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 12 PompsItems.DinoNug,
		}
	}
	craftRecipe PIOpenSnackableHC
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableHamCheddarSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 5 PompsItems.PIRitz,
			item 5 PompsItems.PIHam,
			item 5 PompsItems.PICheddar,
			item 2 PompsItems.POreoVanilla,
		}
	}
	craftRecipe PIMakeSnackableHC
	{
        timedAction = PompsItems.PIMakeSnackableCracker,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRitz] flags[AllowRottenItem] flags[InheritFoodAge],
			item 2 [PompsItems.PIHam] flags[AllowRottenItem] flags[InheritFoodAge],
			item 1 [PompsItems.PICheddar] flags[AllowRottenItem] flags[InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PISnackableHamCracker,
		}
	}
	craftRecipe PIOpenSnackablePM
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchablePepperoniMoxSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 5 PompsItems.PIRitz,
			item 5 PompsItems.PIPepperoni,
			item 5 PompsItems.PIMozzarella,
		}
	}
	craftRecipe PIMakeSnackablePM
	{
        timedAction = PompsItems.PIMakeSnackableCracker,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRitz] flags[AllowRottenItem] flags[InheritFoodAge],
			item 2 [PompsItems.PIPepperoni] flags[AllowRottenItem] flags[InheritFoodAge],
			item 1 [PompsItems.PIMozzarella] flags[AllowRottenItem] flags[InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PISnackablePepperoniCracker,
		}
	}
	craftRecipe PIOpenSnackableHS
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableHamSwissSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 5 PompsItems.PIRitz,
			item 5 PompsItems.PIHam,
			item 5 PompsItems.PISwissCheese,
		}
	}
	craftRecipe PIMakeSnackableHS
	{
        timedAction = PompsItems.PIMakeSnackableCracker,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRitz] flags[AllowRottenItem] flags[InheritFoodAge],
			item 2 [PompsItems.PIHam] flags[AllowRottenItem] flags[InheritFoodAge],
			item 1 [PompsItems.PISwissCheese] flags[AllowRottenItem] flags[InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PISnackableHamSwissCracker,
		}
	}
	craftRecipe PIOpenSnackableTC
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableTurkeyCheddarSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 5 PompsItems.PIRitz,
			item 5 PompsItems.PITurkey,
			item 5 PompsItems.PICheddar,
		}
	}
	craftRecipe PIMakeSnackableTC
	{
        timedAction = PompsItems.PIMakeSnackableCracker,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRitz] flags[AllowRottenItem] flags[InheritFoodAge],
			item 2 [PompsItems.PITurkey] flags[AllowRottenItem] flags[InheritFoodAge],
			item 1 [PompsItems.PICheddar] flags[AllowRottenItem] flags[InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PISnackableTurkeyCheddarCracker,
		}
	}
	craftRecipe PIOpenSnackableBO
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableBolognaSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 5 PompsItems.PIRitz,
			item 5 PompsItems.PIBologna,
			item 5 PompsItems.PIAmerican,
			item 2 Base.CookieChocolateChip,
		}
	}
	craftRecipe PIMakeSnackableBO
	{
        timedAction = PompsItems.PIMakeSnackableCracker,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRitz] flags[AllowRottenItem] flags[InheritFoodAge],
			item 2 [PompsItems.PIBologna] flags[AllowRottenItem] flags[InheritFoodAge],
			item 1 [PompsItems.PIAmerican] flags[AllowRottenItem] flags[InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PISnackableBolognaCracker,
		}
	}
	craftRecipe PIOpenSnackableHA
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableHamAmericanSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 5 PompsItems.PIRitz,
			item 5 PompsItems.PIHam,
			item 5 PompsItems.PIAmerican,
			item 2 PompsItems.POreo,
		}
	}
	craftRecipe PIMakeSnackableHA
	{
        timedAction = PompsItems.PIMakeSnackableCracker,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRitz] flags[AllowRottenItem] flags[InheritFoodAge],
			item 2 [PompsItems.PIHam] flags[AllowRottenItem] flags[InheritFoodAge],
			item 1 [PompsItems.PIAmerican] flags[AllowRottenItem] flags[InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PISnackableHamAmericanCracker,
		}
	}
	craftRecipe PIOpenSnackablePizzaCheese
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableExtraCheesePizzaSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PIPizzaMarinara,
			item 3 PompsItems.PISnackCheese,
			item 3 PompsItems.PIPizzaBlank,
		}
	}
	craftRecipe PIOpenSnackablePizzaPepperoni
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchablePepperoniPizzaSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PIPizzaMarinara,
			item 3 PompsItems.PISnackCheese,
			item 3 PompsItems.PIPepperoni,
			item 3 PompsItems.PIPizzaBlank,
		}
	}
	craftRecipe PIOpenSnackablePizzaNugs
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.LunchableNuggetPizzaSmall] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PIPizzaMarinara,
			item 3 PompsItems.PISnackCheese,
			item 3 PompsItems.PISnackNuggs,
			item 3 PompsItems.PIPizzaBlank,
		}
	}
	craftRecipe PIOpenRMOysters
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIRMOysters] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
		}
		outputs
		{
			item 8 PompsItems.PIOyster,
		}
	}
	craftRecipe PIFrozenPizzaPepperoni
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaPepperoniBox] flags[Prop2;InheritFoodAge;AllowFrozenItem;AllowRottenItem],
		}
		outputs
		{
			item 1 PompsItems.PIFrozenPizzaPepperoni,
		}
	}
	craftRecipe PISlicePepPizza
	{
        timedAction = SliceBread_Surface,
		Time = 40,
		Tooltip = Tooltip_Recipe_MustCookedSlice,
		category = Cooking,
		Tags = AnySurfaceCraft;Cooking,
		xpAward = Cooking:3,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaPepperoni] flags[InheritFoodAge;IsCookedFoodItem;ItemCount],
			item 1 tags[DullKnife;SharpKnife;MeatCleaver;PizzaCutter] mode:keep flags[MayDegradeLight],
		}
		outputs
		{
			item 8 PompsItems.PIPizzaSlicePepperoni,
		}
	}
	craftRecipe PIFrozenPizzaCheese
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaCheeseBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PIFrozenPizzaCheese,
		}
	}
	craftRecipe PISlicePepCheese
	{
        timedAction = SliceBread_Surface,
		Time = 40,
		Tooltip = Tooltip_Recipe_MustCookedSlice,
		category = Cooking,
		Tags = AnySurfaceCraft;Cooking,
		xpAward = Cooking:3,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaCheese] flags[InheritFoodAge;IsCookedFoodItem;ItemCount],
			item 1 tags[DullKnife;SharpKnife;MeatCleaver;PizzaCutter] mode:keep flags[MayDegradeLight],
		}
		outputs
		{
			item 8 PompsItems.PIPizzaSliceCheese,
		}
	}
	craftRecipe PIFrozenPizzaSupreme
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaSupremeBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PIFrozenPizzaSupreme,
		}
	}
	craftRecipe PISlicePepSupreme
	{
        timedAction = SliceBread_Surface,
		Time = 40,
		Tooltip = Tooltip_Recipe_MustCookedSlice,
		category = Cooking,
		Tags = AnySurfaceCraft;Cooking,
		xpAward = Cooking:3,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaSupreme] flags[InheritFoodAge;IsCookedFoodItem;ItemCount],
			item 1 tags[DullKnife;SharpKnife;MeatCleaver;PizzaCutter] mode:keep flags[MayDegradeLight],
		}
		outputs
		{
			item 8 PompsItems.PIPizzaSliceSupreme,
		}
	}
	craftRecipe PIFrozenPizzaMeat
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaMeatBox] flags[AllowFrozenItem;AllowRottenItem] flags[Prop2;InheritFoodAge],
		}
		outputs
		{
			item 1 PompsItems.PIFrozenPizzaMeat,
		}
	}
	craftRecipe PISlicePepMeat
	{
        timedAction = SliceBread_Surface,
		Time = 40,
		Tooltip = Tooltip_Recipe_MustCookedSlice,
		category = Cooking,
		Tags = AnySurfaceCraft;Cooking,
		xpAward = Cooking:3,
		inputs
		{
			item 1 [PompsItems.PIFrozenPizzaMeat] flags[InheritFoodAge;IsCookedFoodItem;ItemCount],
			item 1 tags[DullKnife;SharpKnife;MeatCleaver;PizzaCutter] mode:keep flags[MayDegradeLight],
		}
		outputs
		{
			item 8 PompsItems.PIPizzaSliceMeat,
		}
	}
	craftRecipe PIOpenChocCross
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.ChocolateCrossBox] flags[Prop2],
		}
		outputs
		{
			item 1 PompsItems.ChocolateCross,
		}
	}
	craftRecipe PIOpenChocBunn
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.ChocolateRabbitBox] flags[Prop2],,
		}
		outputs
		{
			item 1 PompsItems.ChocolateRabbit,
		}
	}
	craftRecipe PIOpenChocOreo
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.COreoPackage] flags[Prop2],
		}
		outputs
		{
			item 10 PompsItems.POreo,
		}
	}
	craftRecipe PIOpenVanOreo
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.VOreoPackage] flags[Prop2],
		}
		outputs
		{
			item 10 PompsItems.POreoVanilla,
		}
	}
	craftRecipe PIOpenFigBars
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIFigBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIFigBar,
		}
	}
	craftRecipe PIOpenHoneyBuns
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIHoneyBunBox] flags[Prop2],
		}
		outputs
		{
			item 6 PompsItems.PIHoneyBun,
		}
	}
	craftRecipe PIOpenPopTarts1
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartBSBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartBS,
		}
	}
	craftRecipe PIOpenPopTarts2
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartSWBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartSW,
		}
	}
	craftRecipe PIOpenPopTarts3
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartSMBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartSM,
		}
	}
	craftRecipe PIOpenPopTarts4
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartCCBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartCC,
		}
	}
	craftRecipe PIOpenPopTarts5
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartWBBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartWB,
		}
	}
	craftRecipe PIOpenPopTarts6
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartCHBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartCH,
		}
	}
	craftRecipe PIOpenPopTarts7
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPopTartBBBox] flags[Prop2],
		}
		outputs
		{
			item 8 PompsItems.PIPopTartBB,
		}
	}
	craftRecipe PIOpenDonuts1
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIPowderDonutBag] flags[Prop2],
		}
		outputs
		{
			item 10 PompsItems.PIPowderDonut,
		}
	}
	craftRecipe PIOpenDonuts2
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIChocDonutBag] flags[Prop2],
		}
		outputs
		{
			item 10 PompsItems.PIChocDonut,
		}
	}
	craftRecipe PIOpenDonuts3
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PISWDonutBag] flags[Prop2],
		}
		outputs
		{
			item 10 PompsItems.PISWDonut,
		}
	}
	craftRecipe PIOpenDonuts4
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PIGlazeDonutBag] flags[Prop2],
		}
		outputs
		{
			item 10 PompsItems.PIGlazeDonut,
		}
	}
	craftRecipe PIOpenDippers1
	{
        timedAction = PompsItems.PIOpenIceCreamCookies,
		Time = 20,
		Tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		AllowBatchCraft = True,
        category = Miscellaneous,
		inputs
		{
			item 1 [PompsItems.PICheeseStickDipPack] flags[Prop2],
		}
		outputs
		{
			item 5 PompsItems.PICheeseStickDip,
		}
	}
    craftRecipe PIOpenIceCreamCookies
    {
        timedAction = PompsItems.PIOpenIceCreamCookies,
        time = 20,
        tags = InHandCraft;CanBeDoneInDark;RightClickOnly,
		category = Cooking,
        inputs
        {
            item 1 [PompsItems.PIIceCreamCookieBox;PompsItems.PIIceCreamCookieChocBox;PompsItems.PIIceCreamCookieMintBox] mappers[PIiceCreamCookies] flags[Prop2;AllowFrozenItem;AllowRottenItem;InheritFoodAge],
        }
        outputs
        {
            item 4 mapper:PIiceCreamCookies,
        }
        itemMapper PIiceCreamCookies
        {
            PompsItems.PIIceCreamCookie = PompsItems.PIIceCreamCookieBox,
            PompsItems.PIIceCreamCookieChoc = PompsItems.PIIceCreamCookieChocBox,
			PompsItems.PIIceCreamCookieMint = PompsItems.PIIceCreamCookieMintBox,
        }
	}
}