New style and fixed recipes
@ -83,14 +83,14 @@ end
|
|||||||
minetest.register_entity("throwing:arrow_diamond_entity", THROWING_ARROW_ENTITY)
|
minetest.register_entity("throwing:arrow_diamond_entity", THROWING_ARROW_ENTITY)
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'throwing:arrow_diamond 9',
|
output = 'throwing:arrow_diamond 16',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stick', 'default:stick', 'default:diamond'},
|
{'default:stick', 'default:stick', 'default:diamond'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'throwing:arrow_diamond 9',
|
output = 'throwing:arrow_diamond 16',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:diamond', 'default:stick', 'default:stick'},
|
{'default:diamond', 'default:stick', 'default:stick'},
|
||||||
}
|
}
|
||||||
|
@ -83,15 +83,15 @@ end
|
|||||||
minetest.register_entity("throwing:arrow_obsidian_entity", THROWING_ARROW_ENTITY)
|
minetest.register_entity("throwing:arrow_obsidian_entity", THROWING_ARROW_ENTITY)
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'throwing:arrow_obsidian',
|
output = 'throwing:arrow_obsidian 16',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stick', 'default:stick', 'default:obsidian_shard'},
|
{'default:stick', 'default:stick', 'default:obsidian'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'throwing:arrow_obsidian',
|
output = 'throwing:arrow_obsidian 16',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:obsidian_shard', 'default:stick', 'default:stick'},
|
{'default:obsidian', 'default:stick', 'default:stick'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 574 B |