From dd6950f7b037d17895d41db2bbbddfdfddcdf25c Mon Sep 17 00:00:00 2001 From: OgelGames Date: Fri, 5 Jan 2024 16:11:23 +1100 Subject: [PATCH] bump `min_minetest_version` to 5.5.0 for `vector.zero()` closes #100 --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index c9dbf62..3e57efe 100644 --- a/mod.conf +++ b/mod.conf @@ -2,4 +2,4 @@ name = pipeworks description = This mod uses mesh nodes and nodeboxes to supply a complete set of 3D pipes and tubes, along with devices that work with them. depends = basic_materials optional_depends = mesecons, mesecons_mvps, digilines, signs_lib, unified_inventory, default, screwdriver, fl_mapgen, sound_api, i3, hades_core, hades_furnaces, hades_chests, mcl_mapgen_core, mcl_barrels, mcl_furnaces, mcl_experience -min_minetest_version = 5.4.0 +min_minetest_version = 5.5.0