diff --git a/Component-Crafting.md b/Component-Crafting.md index 0b32efd..6d6ad98 100644 --- a/Component-Crafting.md +++ b/Component-Crafting.md @@ -7,6 +7,7 @@ Callbacks: Example use: ```lua +local component = require("component") local c = component.crafting -- get primary crafting component c.craft(10) -- craft up to 10 items ``` \ No newline at end of file