Voxelis/mods/ITEMS/vox_core/mobdrops.lua

14 lines
316 B
Lua
Raw Normal View History

2024-12-12 12:35:15 -08:00
-- We'll register drops from mobs here, but what mobs drop elsewhere.
-- Fat
2024-12-13 10:18:25 -08:00
minetest.register_craftitem("vox_core:fat", {
2024-12-12 12:35:15 -08:00
description = "Fat",
inventory_image = "fat.png",
})
-- Leather
2024-12-13 10:18:25 -08:00
minetest.register_craftitem("vox_core:leather", {
2024-12-12 12:35:15 -08:00
description = "Leather",
inventory_image = "leather.png",
})