File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
debug_mode = false ,
28
28
max_favs = 6 ,
29
29
max_waypoints = 30 ,
30
- min_fs_version = 6 ,
30
+ min_fs_version = 4 ,
31
+ target_fs_version = 6 ,
31
32
item_btn_size = 1.1 ,
32
33
drop_bag_on_die = true ,
33
34
wielditem_fade_after = 3 ,
Original file line number Diff line number Diff line change 1
1
name = i3
2
2
description = Next-generation inventory
3
3
optional_depends = 3d_armor, skinsdb, awards
4
- min_minetest_version = 5.6
4
+ min_minetest_version = 5.4
Original file line number Diff line number Diff line change @@ -1751,7 +1751,7 @@ local function make_fs(player, data)
1751
1751
local full_height = 12
1752
1752
1753
1753
fs (" formspec_version[%u]size[%f,%f]no_prepend[]bgcolor[#0000]" ,
1754
- i3 .settings .min_fs_version , data .inv_width + 8 , full_height )
1754
+ i3 .settings .target_fs_version , data .inv_width + 8 , full_height )
1755
1755
1756
1756
fs (styles )
1757
1757
You can’t perform that action at this time.
0 commit comments