new crosshair and crack anim

This commit is contained in:
cale 2016-02-04 11:14:00 +01:00
parent 55b1e95247
commit a14cd16a71
4 changed files with 4 additions and 2 deletions

View File

@ -64,9 +64,10 @@ minetest.register_craft({
})
minetest.register_craft({
output = "default:wooden_planks",
output = "default:wooden_planks 4",
recipe = {
{"default:wood", "default:wood"},
{"default:wood", "default:wood"},
}
})

View File

@ -64,9 +64,10 @@ minetest.register_craft({
})
minetest.register_craft({
output = "default:wooden_planks",
output = "default:wooden_planks 4",
recipe = {
{"default:wood", "default:wood"},
{"default:wood", "default:wood"},
}
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 B

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 172 B