mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-03 08:50:37 +02:00
add demo formspec
This commit is contained in:
@ -2,5 +2,6 @@ computers = {}
|
||||
computers.modpath = minetest.get_modpath("computers")
|
||||
|
||||
dofile(computers.modpath .. "/old_stuff/init.lua")
|
||||
dofile(computers.modpath .. "/formspec.lua")
|
||||
dofile(computers.modpath .. "/api.lua")
|
||||
dofile(computers.modpath .. "/demo.lua")
|
||||
|
Reference in New Issue
Block a user