Added recipes

Added description, mod.conf and screenshot
master
DonBatman 2016-03-20 18:43:40 -07:00
parent 5060891748
commit 029a4a502e
4 changed files with 11 additions and 0 deletions

1
description.txt Normal file
View File

@ -0,0 +1 @@
This is a simple lights mod that uses default items.

View File

@ -30,4 +30,13 @@ minetest.register_node("mydefaultlights:ceiling_light_"..color, {
},
on_place = minetest.rotate_node,
})
minetest.register_craft({
output = 'mydefaultlights:ceiling_light_"..color 20',
recipe = {
{'', item, ''},
{item, 'default:torcht', item},
{'', '', ''},
},
})
end

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = mydefaultlights

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB