diff --git a/diamond_arrow.lua b/diamond_arrow.lua index ae48896..b088a1e 100644 --- a/diamond_arrow.lua +++ b/diamond_arrow.lua @@ -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'}, } diff --git a/obsidian_arrow.lua b/obsidian_arrow.lua index e897090..262b839 100644 --- a/obsidian_arrow.lua +++ b/obsidian_arrow.lua @@ -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'}, } }) diff --git a/textures/throwing_bow_composite.png b/textures/throwing_bow_composite.png index 9abffa9..fd5819e 100644 Binary files a/textures/throwing_bow_composite.png and b/textures/throwing_bow_composite.png differ diff --git a/textures/throwing_bow_gold.png b/textures/throwing_bow_gold.png index ed728c3..0f1d853 100644 Binary files a/textures/throwing_bow_gold.png and b/textures/throwing_bow_gold.png differ diff --git a/textures/throwing_bow_steel.png b/textures/throwing_bow_steel.png index e14c45c..fa31582 100644 Binary files a/textures/throwing_bow_steel.png and b/textures/throwing_bow_steel.png differ diff --git a/textures/throwing_bow_wood.png b/textures/throwing_bow_wood.png index 07f303a..212336d 100644 Binary files a/textures/throwing_bow_wood.png and b/textures/throwing_bow_wood.png differ