mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Allow giving "pointabilities" to Lua raycasts (#14390)
This commit is contained in:
parent
aac616fcc5
commit
e40417f687
4 changed files with 55 additions and 11 deletions
|
@ -182,6 +182,7 @@ dofile(modpath .. "/get_version.lua")
|
|||
dofile(modpath .. "/itemstack_equals.lua")
|
||||
dofile(modpath .. "/content_ids.lua")
|
||||
dofile(modpath .. "/metadata.lua")
|
||||
dofile(modpath .. "/raycast.lua")
|
||||
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue