mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
tank_fluid and coordinate table types
This commit is contained in:
parent
969abca95d
commit
e624dd431b
@ -5,6 +5,19 @@
|
|||||||
---@class types
|
---@class types
|
||||||
local types = {}
|
local types = {}
|
||||||
|
|
||||||
|
---@class tank_fluid
|
||||||
|
local tank_fluid = {
|
||||||
|
name = "mekanism:empty_gas",
|
||||||
|
amount = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
---@class coordinate
|
||||||
|
local coordinate = {
|
||||||
|
x = 0,
|
||||||
|
y = 0,
|
||||||
|
z = 0
|
||||||
|
}
|
||||||
|
|
||||||
---@alias rtu_t string
|
---@alias rtu_t string
|
||||||
types.rtu_t = {
|
types.rtu_t = {
|
||||||
redstone = "redstone",
|
redstone = "redstone",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user