survival-cd2025/craftitem.lua

5 lines
120 B
Lua
Raw Normal View History

2015-03-29 18:19:11 -05:00
minetest.register_craftitem('survival:shell', {
description = 'old shell',
inventory_image = 'survival_shell.png',
})