diff options
| author | Zefram <zefram@fysh.org> | 2014-07-06 20:22:15 +0100 | 
|---|---|---|
| committer | Novatux <nathanael.courant@laposte.net> | 2014-07-07 15:15:30 +0200 | 
| commit | 01b475c7cc7821489ad1fbe2db5ad85bcfcc10f9 (patch) | |
| tree | 6cfe8ab016ba0112e0bd89d4d21f1b702f4f39b3 | |
| parent | 63ab5ef5d4363754cb750e03be58e649f2c81f01 (diff) | |
Fine gold and silver wire items
Not used in any recipes yet.
| -rw-r--r-- | technic/crafts.lua | 18 | ||||
| -rw-r--r-- | technic/items.lua | 10 | ||||
| -rw-r--r-- | technic/textures/technic_fine_gold_wire.png | bin | 0 -> 474 bytes | |||
| -rw-r--r-- | technic/textures/technic_fine_silver_wire.png | bin | 0 -> 546 bytes | |||
| -rw-r--r-- | technic/textures/technicx32/technic_fine_gold_wire.png | bin | 0 -> 1864 bytes | |||
| -rw-r--r-- | technic/textures/technicx32/technic_fine_silver_wire.png | bin | 0 -> 2187 bytes | 
6 files changed, 28 insertions, 0 deletions
| diff --git a/technic/crafts.lua b/technic/crafts.lua index 4ed2ebb..1776de5 100644 --- a/technic/crafts.lua +++ b/technic/crafts.lua @@ -62,6 +62,24 @@ minetest.register_craft({  })  minetest.register_craft({ +	output = 'technic:fine_gold_wire 2', +	recipe = { +		{'', 'default:gold_ingot', ''}, +		{'', 'default:gold_ingot', ''}, +		{'', 'default:gold_ingot', ''}, +	} +}) + +minetest.register_craft({ +	output = 'technic:fine_silver_wire 2', +	recipe = { +		{'', 'moreores:silver_ingot', ''}, +		{'', 'moreores:silver_ingot', ''}, +		{'', 'moreores:silver_ingot', ''}, +	} +}) + +minetest.register_craft({  	output = 'technic:copper_coil 1',  	recipe = {  		{'technic:fine_copper_wire', 'technic:wrought_iron_ingot', 'technic:fine_copper_wire'}, diff --git a/technic/items.lua b/technic/items.lua index 1fdb018..a902947 100644 --- a/technic/items.lua +++ b/technic/items.lua @@ -80,6 +80,16 @@ minetest.register_craftitem("technic:fine_copper_wire", {  	inventory_image = "technic_fine_copper_wire.png",  }) +minetest.register_craftitem("technic:fine_gold_wire", { +	description = S("Fine Gold Wire"), +	inventory_image = "technic_fine_gold_wire.png", +}) + +minetest.register_craftitem("technic:fine_silver_wire", { +	description = S("Fine Silver Wire"), +	inventory_image = "technic_fine_silver_wire.png", +}) +  minetest.register_craftitem("technic:copper_coil", {  	description = S("Copper Coil"),  	inventory_image = "technic_copper_coil.png", diff --git a/technic/textures/technic_fine_gold_wire.png b/technic/textures/technic_fine_gold_wire.pngBinary files differ new file mode 100644 index 0000000..54a7a52 --- /dev/null +++ b/technic/textures/technic_fine_gold_wire.png diff --git a/technic/textures/technic_fine_silver_wire.png b/technic/textures/technic_fine_silver_wire.pngBinary files differ new file mode 100644 index 0000000..f40a52b --- /dev/null +++ b/technic/textures/technic_fine_silver_wire.png diff --git a/technic/textures/technicx32/technic_fine_gold_wire.png b/technic/textures/technicx32/technic_fine_gold_wire.pngBinary files differ new file mode 100644 index 0000000..be2a38a --- /dev/null +++ b/technic/textures/technicx32/technic_fine_gold_wire.png diff --git a/technic/textures/technicx32/technic_fine_silver_wire.png b/technic/textures/technicx32/technic_fine_silver_wire.pngBinary files differ new file mode 100644 index 0000000..d43cb6a --- /dev/null +++ b/technic/textures/technicx32/technic_fine_silver_wire.png | 
