Skip to content

Commit

Permalink
Add recipe to craft clay block back into lumps
Browse files Browse the repository at this point in the history
Added a recipe to craft a clay block back into 4 clay lumps.
  • Loading branch information
tenplus1 authored and paramat committed Mar 30, 2016
1 parent 12bcfea commit 787ccb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mods/default/crafting.lua
Expand Up @@ -507,6 +507,13 @@ minetest.register_craft({
}
})

minetest.register_craft({
output = 'default:clay_lump 4',
recipe = {
{'default:clay'},
}
})

minetest.register_craft({
output = 'default:brick',
recipe = {
Expand Down

0 comments on commit 787ccb5

Please sign in to comment.