bbdf947d7c
This includes: * Controller (runs and responds to calls placed on the screen, parameter editing and switches work) * Null Drive (simulates motion so the controller can run, no actual movement yet) * Call Buttons (lights can be toggled with right-click, no communication yet)
5 lines
69 B
Lua
5 lines
69 B
Lua
celevator = {
|
|
drives = {},
|
|
storage = minetest.get_mod_storage(),
|
|
}
|