Fix non-upload of empty folders

This commit is contained in:
A S Lewis 2021-07-02 08:27:56 +01:00
parent 85cc63aad2
commit f000672d86
3 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local S = minetest.get_translator(minetest.get_current_modname())
schemconvert = {}
schemconvert.name = "schemconvert"
schemconvert.ver_max = 1
schemconvert.ver_min = 2
schemconvert.ver_min = 3
schemconvert.ver_rev = 0
local mod_path = minetest.get_modpath(minetest.get_current_modname())

0
input/.empty Normal file
View File

0
output/.empty Normal file
View File