From 70d8e92aff5c4868b0625baf21ce3684d26e93a7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 2 Jan 2013 13:16:25 -0500 Subject: [PATCH] fixed typo, pneumatic test [ojbect -> object] --- tubes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubes.lua b/tubes.lua index 7a05d92..a22c8a9 100644 --- a/tubes.lua +++ b/tubes.lua @@ -1,7 +1,7 @@ -- This file supplies pneumatic tubes and a 'test' device minetest.register_node("pipeworks:testobject", { - description = "Pneumatic tube test ojbect", + description = "Pneumatic tube test object", tiles = { "pipeworks_testobject.png", },