"explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
This commit is contained in:
4
streetsmod/forms.lua
Normal file
4
streetsmod/forms.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Form for chatcommand /streets
|
||||
streets.forms.chatcmd = smartfs.create("streets:chatcmd", function(state)
|
||||
state:load(streets.modpath .. "/forms/cmd_streets.smartfs")
|
||||
end)
|
Reference in New Issue
Block a user