Files
scriptLua/getStorageEnergy.lua
2025-08-02 19:27:02 +02:00

5 lines
116 B
Lua

local typeOfPeripheral = peripheral.getType("left")
print("Type of peripheral on the left: " .. typeOfPeripheral)