Last night's work
This commit is contained in:
parent
a260c4a33a
commit
1708e2d461
45 changed files with 1359 additions and 1347 deletions
13
mods/ITEMS/vox_main/mobdrops.lua
Normal file
13
mods/ITEMS/vox_main/mobdrops.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
-- We'll register drops from mobs here, but what mobs drop elsewhere.
|
||||
|
||||
-- Fat
|
||||
minetest.register_craftitem("vox_main:fat", {
|
||||
description = "Fat",
|
||||
inventory_image = "fat.png",
|
||||
})
|
||||
|
||||
-- Leather
|
||||
minetest.register_craftitem("vox_main:leather", {
|
||||
description = "Leather",
|
||||
inventory_image = "leather.png",
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue