1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-11-17 15:58:29 +01:00

fixed typo, pneumatic test [ojbect -> object]

This commit is contained in:
Vanessa Ezekowitz 2013-01-02 13:16:25 -05:00
parent ae5a283685
commit 70d8e92aff

View File

@ -1,7 +1,7 @@
-- This file supplies pneumatic tubes and a 'test' device -- This file supplies pneumatic tubes and a 'test' device
minetest.register_node("pipeworks:testobject", { minetest.register_node("pipeworks:testobject", {
description = "Pneumatic tube test ojbect", description = "Pneumatic tube test object",
tiles = { tiles = {
"pipeworks_testobject.png", "pipeworks_testobject.png",
}, },