From 6f99a59536dc260bf96152f76f3fcec392b5fa36 Mon Sep 17 00:00:00 2001 From: waxtatect <52937829+waxtatect@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:54:51 +0100 Subject: [PATCH] missing "s" --- mod.conf | 3 ++- mover.lua | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mod.conf b/mod.conf index 5e866f5..b238973 100644 --- a/mod.conf +++ b/mod.conf @@ -48,4 +48,5 @@ optional_depends = """ xdecor, xpanes, x_farming -""" \ No newline at end of file +""" +min_minetest_version = 5.4 \ No newline at end of file diff --git a/mover.lua b/mover.lua index 893be06..a6ae304 100644 --- a/mover.lua +++ b/mover.lua @@ -60,7 +60,7 @@ local mover = { ["gloopblocks:obsidian_cooled"] = 20, ["gloopblocks:pumice_cooled"] = 2, ["itemframes:frame"] = 999999, - ["itemframes:frame_invi"] = 999999, + ["itemframes:frame_invis"] = 999999, ["itemframes:pedestal"] = 999999, ["painting:canvasnode"] = 999999, ["painting:pic"] = 999999,