New style and fixed recipes

This commit is contained in:
echoes91 2015-03-12 11:00:27 +01:00
parent f08ecd2c70
commit b618c90818
6 changed files with 6 additions and 6 deletions

View File

@ -83,14 +83,14 @@ end
minetest.register_entity("throwing:arrow_diamond_entity", THROWING_ARROW_ENTITY)
minetest.register_craft({
output = 'throwing:arrow_diamond 9',
output = 'throwing:arrow_diamond 16',
recipe = {
{'default:stick', 'default:stick', 'default:diamond'},
}
})
minetest.register_craft({
output = 'throwing:arrow_diamond 9',
output = 'throwing:arrow_diamond 16',
recipe = {
{'default:diamond', 'default:stick', 'default:stick'},
}

View File

@ -83,15 +83,15 @@ end
minetest.register_entity("throwing:arrow_obsidian_entity", THROWING_ARROW_ENTITY)
minetest.register_craft({
output = 'throwing:arrow_obsidian',
output = 'throwing:arrow_obsidian 16',
recipe = {
{'default:stick', 'default:stick', 'default:obsidian_shard'},
{'default:stick', 'default:stick', 'default:obsidian'},
}
})
minetest.register_craft({
output = 'throwing:arrow_obsidian',
output = 'throwing:arrow_obsidian 16',
recipe = {
{'default:obsidian_shard', 'default:stick', 'default:stick'},
{'default:obsidian', 'default:stick', 'default:stick'},
}
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 B

After

Width:  |  Height:  |  Size: 574 B