forked from mtcontrib/throwing
New style and fixed recipes
This commit is contained in:
parent
f08ecd2c70
commit
b618c90818
@ -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'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Binary file not shown.
Before ![]() (image error) Size: 579 B After ![]() (image error) Size: 572 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 544 B After ![]() (image error) Size: 481 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 576 B After ![]() (image error) Size: 481 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 484 B After ![]() (image error) Size: 574 B ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user