mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-11-10 20:45:29 +01:00
add missing filepaths
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user