From b0de9d9958292f3311f47b1ca08fc725040a9395 Mon Sep 17 00:00:00 2001 From: thetaepsilon-gamedev Date: Fri, 13 Oct 2017 22:39:14 +0100 Subject: clean up node breaker textures to remove spikes --- textures/pipeworks_nodebreaker_front_off.png | Bin 587 -> 592 bytes textures/pipeworks_nodebreaker_front_on.png | Bin 588 -> 539 bytes textures/pipeworks_nodebreaker_side1_off.png | Bin 581 -> 581 bytes textures/pipeworks_nodebreaker_side2_off.png | Bin 581 -> 582 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'textures') diff --git a/textures/pipeworks_nodebreaker_front_off.png b/textures/pipeworks_nodebreaker_front_off.png index 36a5a50..81d677f 100644 Binary files a/textures/pipeworks_nodebreaker_front_off.png and b/textures/pipeworks_nodebreaker_front_off.png differ diff --git a/textures/pipeworks_nodebreaker_front_on.png b/textures/pipeworks_nodebreaker_front_on.png index 2b3a4a3..2cc7961 100644 Binary files a/textures/pipeworks_nodebreaker_front_on.png and b/textures/pipeworks_nodebreaker_front_on.png differ diff --git a/textures/pipeworks_nodebreaker_side1_off.png b/textures/pipeworks_nodebreaker_side1_off.png index 30769fa..259172c 100644 Binary files a/textures/pipeworks_nodebreaker_side1_off.png and b/textures/pipeworks_nodebreaker_side1_off.png differ diff --git a/textures/pipeworks_nodebreaker_side2_off.png b/textures/pipeworks_nodebreaker_side2_off.png index babb681..e330ba0 100644 Binary files a/textures/pipeworks_nodebreaker_side2_off.png and b/textures/pipeworks_nodebreaker_side2_off.png differ -- cgit v1.2.3 From a81834558ab0ebe1886082915cb9e66773f672d0 Mon Sep 17 00:00:00 2001 From: thetaepsilon-gamedev Date: Sat, 14 Oct 2017 17:13:45 +0100 Subject: crafts.lua: add gear item for node breaker crafting --- crafts.lua | 14 ++++++++++++++ textures/pipeworks_gear.png | Bin 0 -> 380 bytes 2 files changed, 14 insertions(+) create mode 100644 textures/pipeworks_gear.png (limited to 'textures') diff --git a/crafts.lua b/crafts.lua index 63a04b7..8580148 100644 --- a/crafts.lua +++ b/crafts.lua @@ -148,4 +148,18 @@ if minetest.get_modpath("homedecor") == nil then }) end +-- crafting items for creating node breakers +minetest.register_craftitem("pipeworks:gear", { + description = "Gear", + inventory_image = "pipeworks_gear.png", +}) + +minetest.register_craft( { + output = "pipeworks:gear 6", + recipe = { + { "", "default:steel_ingot", "" }, + { "default:steel_ingot","default:stone", "default:steel_ingot" }, + { "", "default:steel_ingot", "" } + }, +}) diff --git a/textures/pipeworks_gear.png b/textures/pipeworks_gear.png new file mode 100644 index 0000000..b9aaa77 Binary files /dev/null and b/textures/pipeworks_gear.png differ -- cgit v1.2.3 From 366dd24e5b8506d47a02b11cba6ff0f456be7bb7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 14 Oct 2017 12:45:03 -0400 Subject: add a proper gear image --- textures/pipeworks_gear.png | Bin 380 -> 5845 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'textures') diff --git a/textures/pipeworks_gear.png b/textures/pipeworks_gear.png index b9aaa77..584f9a5 100644 Binary files a/textures/pipeworks_gear.png and b/textures/pipeworks_gear.png differ -- cgit v1.2.3 From 2e0891cf1be0a052cca50b99db1b1b856caa332e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 14 Oct 2017 16:10:30 -0400 Subject: revise nodebreaker front/business end textures --- textures/pipeworks_nodebreaker_front_off.png | Bin 592 -> 507 bytes textures/pipeworks_nodebreaker_front_on.png | Bin 539 -> 493 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'textures') diff --git a/textures/pipeworks_nodebreaker_front_off.png b/textures/pipeworks_nodebreaker_front_off.png index 81d677f..07bad92 100644 Binary files a/textures/pipeworks_nodebreaker_front_off.png and b/textures/pipeworks_nodebreaker_front_off.png differ diff --git a/textures/pipeworks_nodebreaker_front_on.png b/textures/pipeworks_nodebreaker_front_on.png index 2cc7961..927ccca 100644 Binary files a/textures/pipeworks_nodebreaker_front_on.png and b/textures/pipeworks_nodebreaker_front_on.png differ -- cgit v1.2.3