Skip to content
Snippets Groups Projects
Commit 787ccb57 authored by tenplus1's avatar tenplus1 Committed by paramat
Browse files

Add recipe to craft clay block back into lumps

Added a recipe to craft a clay block back into 4 clay lumps.
parent 12bcfeab
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment