mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Add min/max protocol version to minetest.get_version()
(#13482)
This commit is contained in:
parent
bc4fc6d648
commit
65692ad1b5
4 changed files with 22 additions and 0 deletions
|
@ -178,6 +178,7 @@ dofile(modpath .. "/crafting.lua")
|
|||
dofile(modpath .. "/itemdescription.lua")
|
||||
dofile(modpath .. "/async_env.lua")
|
||||
dofile(modpath .. "/entity.lua")
|
||||
dofile(modpath .. "/get_version.lua")
|
||||
dofile(modpath .. "/itemstack_equals.lua")
|
||||
dofile(modpath .. "/content_ids.lua")
|
||||
dofile(modpath .. "/metadata.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue