Add screwdriver test

This commit is contained in:
Jude Melton-Houghton
2022-06-05 15:06:50 -04:00
parent 4ec9775558
commit 58edf03aaf
2 changed files with 47 additions and 0 deletions

View File

@ -93,6 +93,7 @@ do
}}
mesecon.register_node("mesecons:test_conductor_rot", {
description = "Rotatable Test Conductor",
on_rotate = mesecon.on_rotate_horiz,
}, {mesecons = off_spec}, {mesecons = on_spec})
end