tank_fluid and coordinate table types

This commit is contained in:
Mikayla Fischler 2022-05-12 15:37:42 -04:00
parent 969abca95d
commit e624dd431b

View File

@ -5,6 +5,19 @@
---@class 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
types.rtu_t = {
redstone = "redstone",