This repository has been archived on 2020-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
minetest-mod-sparktech/sparkapi/lua/constants.lua

15 lines
353 B
Lua

-- .lua is the file extension, because i dont want to get yelled at
-- i just realized, because this is all just my code depending on it i can define names like i want :D^
TRUE = 1
FALSE = 0
-- sparktech_techy
-- TODO: replace this later? like wiht a better name
WRENCHABLE = 1
-- energy_type
ENERGY_PRODUCER = 2
ENERGY_STORE = 3
ENERGY_CONSUMER = 4