recipes update
This commit is contained in:
parent
14636a1afb
commit
7a04ee1e27
40
items.lua
40
items.lua
|
@ -15,9 +15,9 @@ x_bows.register_arrow('arrow_wood', {
|
||||||
description = 'Arrow Wood',
|
description = 'Arrow Wood',
|
||||||
inventory_image = 'x_bows_arrow_wood.png',
|
inventory_image = 'x_bows_arrow_wood.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', 'default:flint', ''},
|
{'default:flint'},
|
||||||
{'', 'group:stick', ''},
|
{'group:stick'},
|
||||||
{'', 'group:wool', ''}
|
{'group:wool'}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 1,
|
full_punch_interval = 1,
|
||||||
|
@ -30,9 +30,9 @@ x_bows.register_arrow('arrow_stone', {
|
||||||
description = 'Arrow Stone',
|
description = 'Arrow Stone',
|
||||||
inventory_image = 'x_bows_arrow_stone.png',
|
inventory_image = 'x_bows_arrow_stone.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', 'default:flint', ''},
|
{'default:flint'},
|
||||||
{'', 'group:stone', ''},
|
{'group:stone'},
|
||||||
{'', 'group:wool', ''}
|
{'group:wool'}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 1.2,
|
full_punch_interval = 1.2,
|
||||||
|
@ -45,9 +45,9 @@ x_bows.register_arrow('arrow_bronze', {
|
||||||
description = 'Arrow Bronze',
|
description = 'Arrow Bronze',
|
||||||
inventory_image = 'x_bows_arrow_bronze.png',
|
inventory_image = 'x_bows_arrow_bronze.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', 'default:flint', ''},
|
{'default:flint'},
|
||||||
{'', 'default:bronze_ingot', ''},
|
{'default:bronze_ingot'},
|
||||||
{'', 'group:wool', ''}
|
{'group:wool'}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 0.8,
|
full_punch_interval = 0.8,
|
||||||
|
@ -60,9 +60,9 @@ x_bows.register_arrow('arrow_steel', {
|
||||||
description = 'Arrow Steel',
|
description = 'Arrow Steel',
|
||||||
inventory_image = 'x_bows_arrow_steel.png',
|
inventory_image = 'x_bows_arrow_steel.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', 'default:flint', ''},
|
{'default:flint'},
|
||||||
{'', 'default:steel_ingot', ''},
|
{'default:steel_ingot'},
|
||||||
{'', 'group:wool', ''}
|
{'group:wool'}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 0.7,
|
full_punch_interval = 0.7,
|
||||||
|
@ -75,9 +75,9 @@ x_bows.register_arrow('arrow_mese', {
|
||||||
description = 'Arrow Mese',
|
description = 'Arrow Mese',
|
||||||
inventory_image = 'x_bows_arrow_mese.png',
|
inventory_image = 'x_bows_arrow_mese.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', 'default:flint', ''},
|
{'default:flint'},
|
||||||
{'', 'default:mese_crystal', ''},
|
{'default:mese_crystal'},
|
||||||
{'', 'group:wool', ''}
|
{'group:wool'}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 0.7,
|
full_punch_interval = 0.7,
|
||||||
|
@ -90,9 +90,9 @@ x_bows.register_arrow('arrow_diamond', {
|
||||||
description = 'Arrow Diamond',
|
description = 'Arrow Diamond',
|
||||||
inventory_image = 'x_bows_arrow_diamond.png',
|
inventory_image = 'x_bows_arrow_diamond.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', 'default:flint', ''},
|
{'default:flint'},
|
||||||
{'', 'default:diamond', ''},
|
{'default:diamond'},
|
||||||
{'', 'group:wool', ''}
|
{'group:wool'}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 0.7,
|
full_punch_interval = 0.7,
|
||||||
|
@ -106,8 +106,8 @@ x_bows.register_arrow('arrow_diamond_tipped_poison', {
|
||||||
inventory_image = 'x_bows_arrow_diamond_poison.png',
|
inventory_image = 'x_bows_arrow_diamond_poison.png',
|
||||||
craft = {
|
craft = {
|
||||||
{'', '', ''},
|
{'', '', ''},
|
||||||
{'', 'farming_addons:poisonouspotato', ''},
|
{'', 'default:marram_grass_1', ''},
|
||||||
{'', 'x_bows:arrow_wood', ''}
|
{'', 'x_bows:arrow_diamond', ''}
|
||||||
},
|
},
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 0.7,
|
full_punch_interval = 0.7,
|
||||||
|
|
Ŝarĝante…
Reference in New Issue