new 32x lv,mv and hv textures
authorRealBadAngel <mk@realbadangel.pl>
Mon, 4 Feb 2013 02:04:12 +0000 (03:04 +0100)
committerRealBadAngel <mk@realbadangel.pl>
Mon, 4 Feb 2013 02:04:12 +0000 (03:04 +0100)
35 files changed:
technic/grinder.lua
technic/textures/technic_hv_grinder_bottom.png [new file with mode: 0644]
technic/textures/technic_hv_grinder_front.png [new file with mode: 0644]
technic/textures/technic_hv_grinder_front_active.png [new file with mode: 0644]
technic/textures/technic_hv_grinder_side.png [new file with mode: 0644]
technic/textures/technic_hv_grinder_side_tube.png [new file with mode: 0644]
technic/textures/technic_hv_grinder_top.png [new file with mode: 0644]
technic/textures/technic_lv_grinder_bottom.png [new file with mode: 0644]
technic/textures/technic_lv_grinder_front.png [new file with mode: 0644]
technic/textures/technic_lv_grinder_front_active.png [new file with mode: 0644]
technic/textures/technic_lv_grinder_side.png [new file with mode: 0644]
technic/textures/technic_lv_grinder_top.png [new file with mode: 0644]
technic/textures/technic_mv_grinder_bottom.png [new file with mode: 0644]
technic/textures/technic_mv_grinder_front.png [new file with mode: 0644]
technic/textures/technic_mv_grinder_front_active.png [new file with mode: 0644]
technic/textures/technic_mv_grinder_side.png [new file with mode: 0644]
technic/textures/technic_mv_grinder_side_tube.png [new file with mode: 0644]
technic/textures/technic_mv_grinder_top.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_grinder_bottom.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_grinder_front.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_grinder_front_active.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_grinder_side.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_grinder_side_tube.png [new file with mode: 0644]
technic/textures/technicx32/technic_hv_grinder_top.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_grinder_bottom.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_grinder_front.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_grinder_front_active.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_grinder_side.png [new file with mode: 0644]
technic/textures/technicx32/technic_lv_grinder_top.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_grinder_bottom.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_grinder_front.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_grinder_front_active.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_grinder_side.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_grinder_side_tube.png [new file with mode: 0644]
technic/textures/technicx32/technic_mv_grinder_top.png [new file with mode: 0644]

index 8d72c70fbe419d2006c57c1dece3bc0899dd57a2..c945928ee7a4cd897935400bf672054b3c1f9897 100644 (file)
@@ -194,8 +194,8 @@ grinder_formspec =
 
 minetest.register_node("technic:grinder", {
        description = "Grinder",
-       tiles = {"technic_grinder_top.png", "technic_machine_bottom.png", "technic_grinder_side.png",
-               "technic_grinder_side.png", "technic_grinder_side.png", "technic_grinder_front.png"},
+       tiles = {"technic_lv_grinder_top.png", "technic_lv_grinder_bottom.png", "technic_lv_grinder_side.png",
+               "technic_lv_grinder_side.png", "technic_lv_grinder_side.png", "technic_lv_grinder_front.png"},
        paramtype2 = "facedir",
        groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
        legacy_facedir_simple = true,
diff --git a/technic/textures/technic_hv_grinder_bottom.png b/technic/textures/technic_hv_grinder_bottom.png
new file mode 100644 (file)
index 0000000..d854193
Binary files /dev/null and b/technic/textures/technic_hv_grinder_bottom.png differ
diff --git a/technic/textures/technic_hv_grinder_front.png b/technic/textures/technic_hv_grinder_front.png
new file mode 100644 (file)
index 0000000..f20cb22
Binary files /dev/null and b/technic/textures/technic_hv_grinder_front.png differ
diff --git a/technic/textures/technic_hv_grinder_front_active.png b/technic/textures/technic_hv_grinder_front_active.png
new file mode 100644 (file)
index 0000000..d1fa468
Binary files /dev/null and b/technic/textures/technic_hv_grinder_front_active.png differ
diff --git a/technic/textures/technic_hv_grinder_side.png b/technic/textures/technic_hv_grinder_side.png
new file mode 100644 (file)
index 0000000..35cf031
Binary files /dev/null and b/technic/textures/technic_hv_grinder_side.png differ
diff --git a/technic/textures/technic_hv_grinder_side_tube.png b/technic/textures/technic_hv_grinder_side_tube.png
new file mode 100644 (file)
index 0000000..5b5b450
Binary files /dev/null and b/technic/textures/technic_hv_grinder_side_tube.png differ
diff --git a/technic/textures/technic_hv_grinder_top.png b/technic/textures/technic_hv_grinder_top.png
new file mode 100644 (file)
index 0000000..7869ea8
Binary files /dev/null and b/technic/textures/technic_hv_grinder_top.png differ
diff --git a/technic/textures/technic_lv_grinder_bottom.png b/technic/textures/technic_lv_grinder_bottom.png
new file mode 100644 (file)
index 0000000..816b969
Binary files /dev/null and b/technic/textures/technic_lv_grinder_bottom.png differ
diff --git a/technic/textures/technic_lv_grinder_front.png b/technic/textures/technic_lv_grinder_front.png
new file mode 100644 (file)
index 0000000..7451ca9
Binary files /dev/null and b/technic/textures/technic_lv_grinder_front.png differ
diff --git a/technic/textures/technic_lv_grinder_front_active.png b/technic/textures/technic_lv_grinder_front_active.png
new file mode 100644 (file)
index 0000000..8e17e4d
Binary files /dev/null and b/technic/textures/technic_lv_grinder_front_active.png differ
diff --git a/technic/textures/technic_lv_grinder_side.png b/technic/textures/technic_lv_grinder_side.png
new file mode 100644 (file)
index 0000000..908287b
Binary files /dev/null and b/technic/textures/technic_lv_grinder_side.png differ
diff --git a/technic/textures/technic_lv_grinder_top.png b/technic/textures/technic_lv_grinder_top.png
new file mode 100644 (file)
index 0000000..8520baf
Binary files /dev/null and b/technic/textures/technic_lv_grinder_top.png differ
diff --git a/technic/textures/technic_mv_grinder_bottom.png b/technic/textures/technic_mv_grinder_bottom.png
new file mode 100644 (file)
index 0000000..f46cd72
Binary files /dev/null and b/technic/textures/technic_mv_grinder_bottom.png differ
diff --git a/technic/textures/technic_mv_grinder_front.png b/technic/textures/technic_mv_grinder_front.png
new file mode 100644 (file)
index 0000000..6445dfe
Binary files /dev/null and b/technic/textures/technic_mv_grinder_front.png differ
diff --git a/technic/textures/technic_mv_grinder_front_active.png b/technic/textures/technic_mv_grinder_front_active.png
new file mode 100644 (file)
index 0000000..428e1dc
Binary files /dev/null and b/technic/textures/technic_mv_grinder_front_active.png differ
diff --git a/technic/textures/technic_mv_grinder_side.png b/technic/textures/technic_mv_grinder_side.png
new file mode 100644 (file)
index 0000000..c014f08
Binary files /dev/null and b/technic/textures/technic_mv_grinder_side.png differ
diff --git a/technic/textures/technic_mv_grinder_side_tube.png b/technic/textures/technic_mv_grinder_side_tube.png
new file mode 100644 (file)
index 0000000..69050e4
Binary files /dev/null and b/technic/textures/technic_mv_grinder_side_tube.png differ
diff --git a/technic/textures/technic_mv_grinder_top.png b/technic/textures/technic_mv_grinder_top.png
new file mode 100644 (file)
index 0000000..e0320ef
Binary files /dev/null and b/technic/textures/technic_mv_grinder_top.png differ
diff --git a/technic/textures/technicx32/technic_hv_grinder_bottom.png b/technic/textures/technicx32/technic_hv_grinder_bottom.png
new file mode 100644 (file)
index 0000000..d854193
Binary files /dev/null and b/technic/textures/technicx32/technic_hv_grinder_bottom.png differ
diff --git a/technic/textures/technicx32/technic_hv_grinder_front.png b/technic/textures/technicx32/technic_hv_grinder_front.png
new file mode 100644 (file)
index 0000000..f20cb22
Binary files /dev/null and b/technic/textures/technicx32/technic_hv_grinder_front.png differ
diff --git a/technic/textures/technicx32/technic_hv_grinder_front_active.png b/technic/textures/technicx32/technic_hv_grinder_front_active.png
new file mode 100644 (file)
index 0000000..d1fa468
Binary files /dev/null and b/technic/textures/technicx32/technic_hv_grinder_front_active.png differ
diff --git a/technic/textures/technicx32/technic_hv_grinder_side.png b/technic/textures/technicx32/technic_hv_grinder_side.png
new file mode 100644 (file)
index 0000000..35cf031
Binary files /dev/null and b/technic/textures/technicx32/technic_hv_grinder_side.png differ
diff --git a/technic/textures/technicx32/technic_hv_grinder_side_tube.png b/technic/textures/technicx32/technic_hv_grinder_side_tube.png
new file mode 100644 (file)
index 0000000..5b5b450
Binary files /dev/null and b/technic/textures/technicx32/technic_hv_grinder_side_tube.png differ
diff --git a/technic/textures/technicx32/technic_hv_grinder_top.png b/technic/textures/technicx32/technic_hv_grinder_top.png
new file mode 100644 (file)
index 0000000..7869ea8
Binary files /dev/null and b/technic/textures/technicx32/technic_hv_grinder_top.png differ
diff --git a/technic/textures/technicx32/technic_lv_grinder_bottom.png b/technic/textures/technicx32/technic_lv_grinder_bottom.png
new file mode 100644 (file)
index 0000000..816b969
Binary files /dev/null and b/technic/textures/technicx32/technic_lv_grinder_bottom.png differ
diff --git a/technic/textures/technicx32/technic_lv_grinder_front.png b/technic/textures/technicx32/technic_lv_grinder_front.png
new file mode 100644 (file)
index 0000000..7451ca9
Binary files /dev/null and b/technic/textures/technicx32/technic_lv_grinder_front.png differ
diff --git a/technic/textures/technicx32/technic_lv_grinder_front_active.png b/technic/textures/technicx32/technic_lv_grinder_front_active.png
new file mode 100644 (file)
index 0000000..8e17e4d
Binary files /dev/null and b/technic/textures/technicx32/technic_lv_grinder_front_active.png differ
diff --git a/technic/textures/technicx32/technic_lv_grinder_side.png b/technic/textures/technicx32/technic_lv_grinder_side.png
new file mode 100644 (file)
index 0000000..908287b
Binary files /dev/null and b/technic/textures/technicx32/technic_lv_grinder_side.png differ
diff --git a/technic/textures/technicx32/technic_lv_grinder_top.png b/technic/textures/technicx32/technic_lv_grinder_top.png
new file mode 100644 (file)
index 0000000..8520baf
Binary files /dev/null and b/technic/textures/technicx32/technic_lv_grinder_top.png differ
diff --git a/technic/textures/technicx32/technic_mv_grinder_bottom.png b/technic/textures/technicx32/technic_mv_grinder_bottom.png
new file mode 100644 (file)
index 0000000..f46cd72
Binary files /dev/null and b/technic/textures/technicx32/technic_mv_grinder_bottom.png differ
diff --git a/technic/textures/technicx32/technic_mv_grinder_front.png b/technic/textures/technicx32/technic_mv_grinder_front.png
new file mode 100644 (file)
index 0000000..6445dfe
Binary files /dev/null and b/technic/textures/technicx32/technic_mv_grinder_front.png differ
diff --git a/technic/textures/technicx32/technic_mv_grinder_front_active.png b/technic/textures/technicx32/technic_mv_grinder_front_active.png
new file mode 100644 (file)
index 0000000..428e1dc
Binary files /dev/null and b/technic/textures/technicx32/technic_mv_grinder_front_active.png differ
diff --git a/technic/textures/technicx32/technic_mv_grinder_side.png b/technic/textures/technicx32/technic_mv_grinder_side.png
new file mode 100644 (file)
index 0000000..c014f08
Binary files /dev/null and b/technic/textures/technicx32/technic_mv_grinder_side.png differ
diff --git a/technic/textures/technicx32/technic_mv_grinder_side_tube.png b/technic/textures/technicx32/technic_mv_grinder_side_tube.png
new file mode 100644 (file)
index 0000000..69050e4
Binary files /dev/null and b/technic/textures/technicx32/technic_mv_grinder_side_tube.png differ
diff --git a/technic/textures/technicx32/technic_mv_grinder_top.png b/technic/textures/technicx32/technic_mv_grinder_top.png
new file mode 100644 (file)
index 0000000..e0320ef
Binary files /dev/null and b/technic/textures/technicx32/technic_mv_grinder_top.png differ