1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Allow giving "pointabilities" to Lua raycasts (#14390)

This commit is contained in:
grorp
2024-03-01 17:12:13 +01:00
committed by GitHub
parent aac616fcc5
commit e40417f687
4 changed files with 55 additions and 11 deletions

View File

@@ -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")
--------------