1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-12 12:15:26 +01:00

add unittests for inventory

This commit is contained in:
OgelGames
2024-04-26 01:00:40 +10:00
parent 181e6f0177
commit 9564da4a04
2 changed files with 70 additions and 0 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")
--------------