Arquivo itens adicionado

master
BrunoMine 2015-02-14 23:00:49 -02:00
parent 0f4a00ff8f
commit 453ecf8c2d
1 changed files with 8 additions and 0 deletions

8
itens.lua Normal file
View File

@ -0,0 +1,8 @@
--
-- Itens
--
minetest.register_craftitem("brazutec:bateria", {
description = "Bateria",
inventory_image = "brazutec_bateria.png",
})