Add min/max protocol version to minetest.get_version() (#13482)

This commit is contained in:
Buckaroo Banzai
2023-05-06 17:16:21 +02:00
committed by GitHub
parent bc4fc6d648
commit 65692ad1b5
4 changed files with 22 additions and 0 deletions

View File

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