This commit is contained in:
unknown
2022-02-12 16:36:11 -05:00
parent eacbe80fae
commit f57b1642b9
12 changed files with 124 additions and 101 deletions

View File

@ -7,7 +7,7 @@ globals = {
"minetest", "core",
--mod provided
"home_vending_machines",
"home_vending_machines", "computers",
}
read_globals = {
@ -21,5 +21,5 @@ read_globals = {
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
--mod produced
"default", "screwdriver", "unifieddyes", "computers",
"default", "screwdriver", "unifieddyes",
}