From c315900c24df6ee958a92e013463e36dfbeb5225 Mon Sep 17 00:00:00 2001 From: Niklp Date: Mon, 11 Mar 2024 09:04:12 +0100 Subject: Make dp_modpack game agnostic using XCompat (#14) * . * Add `material.sandstone` (not in upstream xcompat yet) --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index c990d53..6be90f2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -4,7 +4,7 @@ read_globals = { "minetest", "table", "vector", - "default" + "xcompat" } globals = { -- cgit v1.2.3