From 00ddf64cefc150b994c217488c03c64bb8c7c6de Mon Sep 17 00:00:00 2001 From: James Hogan Date: Sun, 4 Apr 2021 16:20:17 +0100 Subject: [PATCH] Drop default dependency We don't actually depend on default, so drop it from the dependency list. Signed-off-by: James Hogan --- README.md | 2 -- mod.conf | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 22d9c45..e6ea373 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Version: 0.1 Licence: LGPL 2.1 or later, CC-BY-SA 3.0 UNPORTED (see LICENSE.txt) -Dependencies: default mod (found in minetest\_game) - Report bugs to the [github repository](https://github.com/amalon/minetest-numeracy/issues). Request help (or report bugs) in the [Matrix room](https://matrix.to/#/#minetest-numeracy:hoganfam.uk?via=hoganfam.uk). diff --git a/mod.conf b/mod.conf index 7e2fa46..088fff8 100644 --- a/mod.conf +++ b/mod.conf @@ -2,4 +2,3 @@ name = numeracy title = Numeracy author = amalon description = Adds blocks for exploring numeracy with children, which join together and change appearance. Inspired by the kids TV programme Numberblocks. -depends = default