Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- return {
- PackInfo = {
- PackName = "Game Content",
- PackIcon = "rbxassetid://14546883954",
- PackVersion = "1.0",
- },
- Entities = {
- {
- ClassName = "ModItem1",
- ClassType = "ItemStack",
- BaseComponents = {
- {"StackSize", 64},
- {"Model", "Block"},
- {"IdleAnimation", "rbxassetid://13802834870"},
- {"StackContainerSize", 2,1},
- {"Rarity", "Uncommon"},
- },
- },
- {
- ClassName = "ModItem2",
- ClassType = "ItemStack",
- BaseComponents = {
- {"StackSize", 64},
- {"Model", "Block2"},
- {"IdleAnimation", "rbxassetid://13802834870"},
- {"StackContainerSize", 2,2},
- {"Rarity", "Rare"},
- },
- },
- },
- Recipes = {
- {
- item = {"ModItem2",{Amount = 12}},
- patternMap = {["#"] = {"ModItem1"}},
- recipes = {
- {
- "# ",
- "# ",
- "# ",
- },
- },
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement