Crafting

config/crafting.lua

Here you can find the crafting animations which you can customize depending on the item type that you are crafting, example if you are crafting an item that belongs to food category you can change the food animation or if you created a new item type and want a custom crafting animation for that type you have to add it to Config.Crafting.

Config.MaxItemsPerCraft is needed for box items because boxes are stashes and needs an unique identifier, make sure to not modify that... And if you want to limit the amount of items that someone can craft based on the type you can add it to that same table.

Last updated