Skip to content
Snippets Groups Projects
Commit 64939142 authored by Milan's avatar Milan
Browse files

update packed_ice recipe

parent b345d958
No related branches found
No related tags found
No related merge requests found
......@@ -241,10 +241,11 @@ minetest.register_craft({
})
minetest.register_craft({
output = "xdecor:packed_ice",
output = "xdecor:packed_ice 4",
recipe = {
{"default:ice", "default:ice"},
{"default:ice", "default:ice"}
{"default:ice", "default:ice", "default:ice"},
{"default:ice", "default:ice", "default:ice"},
{"default:ice", "default:ice", "default:ice"},
}
})
......
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