forked from mtcontrib/pipeworks
fixed typo, pneumatic test [ojbect -> object]
This commit is contained in:
parent
ae5a283685
commit
70d8e92aff
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user