1
0
mirror of https://github.com/Sokomine/replacer.git synced 2025-07-03 16:40:46 +02:00

crafting receipe added

This commit is contained in:
Sokomine
2013-02-02 04:12:00 +01:00
parent 14146fc967
commit 99f22d2aaa
2 changed files with 22 additions and 1 deletions

View File

@ -143,3 +143,11 @@ minetest.register_tool( "replacer:replacer",
end,
})
minetest.register_craft({
output = 'replacer:replacer',
recipe = {
{ 'default:stick' },
{ 'default:stick' },
{ 'bucket:bucket_empty' },
}
})