Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function core.inventorycube(img1, img2, img3)
- img2 = img2 or img1
- img3 = img3 or img1
- return "[inventorycube"
- .. "{" .. img1:gsub("%^", "&")
- .. "{" .. img2:gsub("%^", "&")
- .. "{" .. img3:gsub("%^", "&")
- end
Advertisement
Add Comment
Please, Sign In to add comment