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

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

genericMakeDroppable(ITEM)

GMS.RegisterResource(ITEM)