mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-01-25 17:40:23 +01:00
add missing filepaths
This commit is contained in:
parent
4cfacb1abc
commit
2060c59920
@ -4,6 +4,8 @@ computers.storagepath = minetest.get_worldpath() .. "/computers"
|
||||
computers.devicepath = computers.storagepath .. "/devices"
|
||||
computers.networkpath = computers.storagepath .. "/networks"
|
||||
minetest.mkdir(computers.storagepath) --make sure it exists
|
||||
minetest.mkdir(computers.devicepath) --make sure it exists
|
||||
minetest.mkdir(computers.networkpath) --make sure it exists
|
||||
|
||||
computers.os = {
|
||||
version = 0.4,
|
||||
|
Loading…
Reference in New Issue
Block a user