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

Fix InvRef bugs and add unit tests (#14591)

This commit is contained in:
OgelGames
2024-04-28 08:13:44 +10:00
committed by GitHub
parent 815b5cb086
commit 05d5dc4cec
4 changed files with 92 additions and 8 deletions

View File

@@ -184,6 +184,7 @@ dofile(modpath .. "/itemstack_equals.lua")
dofile(modpath .. "/content_ids.lua")
dofile(modpath .. "/metadata.lua")
dofile(modpath .. "/raycast.lua")
dofile(modpath .. "/inventory.lua")
--------------