Why isn't this working?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_craft({
output = 'morenyan:pick',
recipe = {
{'morenyan:nyanhead', 'morenyan:nyanhead'. 'morenyan:nyanhead'}
{'', 'morenyan:nyanstick'}
{'', 'morenyan:nyanstick'}
}
})