Void Power
Discription
This is a additional mod of Create:Aeronautics and CC:T.
It adds some useful and cool peripheral to let you build your ship.
Content
Hologram Screen (Mid-air Interactable)

A peripheral that can draw patterns and text, and can click through space (support sable physical structure).
Keyboard & Glass Screen

Glass Screen: The same type with monitor peripheral on CC:T.
Keyboard: Right Click to use. Press ESC to exit using. It will send keyboard event as same with cc terminal. You can redict your terminal io to a outside monitor on startup.lua.
startup.lua
m = peripheral.find("monitor")
if m ~= nil then
m.clear()
m.setCursorPos(1,1)
m.setTextScale(0.5)
term.redirect(m)
os.run({ shell = shell }, "/rom/programs/shell.lua")
end
Intergreated Pose Sensor
It can calculate the pose and kinematic state automatically. Adaptive composite physical body (for example, some sub level composite through physical bearing).
Void Engine
A engine consume FE and Water to generate impluse and torque. Only controlled by CC.Adaptive composite physical body (for example, some sub level composite through physical bearing).


