summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/techore.lua
blob: cc494e604592ecbba8e51e347caf835d95850a72 (plain)
1
2
3
4
5
6
7
8
9
10
ITEM = {}

ITEM.Name = "Tech Ore"
ITEM.Description = "Something you can craft with!"
ITEM.Icon = "test.png"
ITEM.UniqueData = false

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)