RealBadAngel
2013-02-04 86f39a0d9658fbee84208da308c0689c45ac0d43
technic/grinder.lua
@@ -194,8 +194,8 @@
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,