1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-21 00:44:55 +00:00

hooked up UAS Parse

This commit is contained in:
VorTechnix 2024-09-18 21:01:46 -07:00
parent d635bec9f3
commit d6c452a221
No known key found for this signature in database
GPG key ID: 091E91A69545D5BA

View file

@ -41,6 +41,7 @@ dofile(wea_cmd.modpath.."/commands/revolve.lua")
dofile(wea_cmd.modpath.."/commands/rotate.lua")
dofile(wea_cmd.modpath.."/commands/orient.lua")
dofile(wea_cmd.modpath.."/commands/set.lua")
dofile(wea_cmd.modpath.."/commands/uasparse.lua")
-- Meta Commands
dofile(wea_cmd.modpath .. "/commands/meta/init.lua")