switched back sword recipe

master
ThomasMonroe314 2017-08-04 12:39:09 -05:00
parent 0d33aeafd1
commit 1c02317d8b
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ minetest.register_craft({
output = 'exoticores:sword_lonsdaleite',
recipe = {
{'', 'exoticores:lonsdaleite_crystal', ''},
{'', 'default:gold_ingot', ''},
{'', 'exoticores:lonsdaleite_crystal', ''},
{'', 'group:stick', ''},
}
})