Here's a simple crafting system in Python: ```python class CraftingSystem: def __init__(self): self.recipes = { "torch": {"stick": 1, "coal": 1}, "sword": {"stick"