diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-02 13:16:25 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-02 13:16:25 -0500 |
commit | 70d8e92aff5c4868b0625baf21ce3684d26e93a7 (patch) | |
tree | 6bdefe6d54d33d0f50b020365b761f3fea10bbcc | |
parent | ae5a2836852b6b7a6446aa0353e5eb387127eed9 (diff) | |
download | pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar.gz pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar.bz2 pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar.xz pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.zip |
fixed typo, pneumatic test [ojbect -> object]
-rw-r--r-- | tubes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", }, |