From 435cef6f81f362875a222319fc9140ef3e89b5a0 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sat, 20 Aug 2022 19:20:13 +0200 Subject: [PATCH] Remove the unused vector_extras dependency --- README.md | 1 - nether/mod.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f444a12..1e68409 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,3 @@ https://forum.minetest.net/viewtopic.php?f=9&t=10265 TODO: * Find a way to get the perlin noise inside [-1; 1] or use another noise * Add some node which containing items to the simple pyramid "buildings" -* Get rid of the vector_extras dependency diff --git a/nether/mod.conf b/nether/mod.conf index eb8e675..c9083a7 100644 --- a/nether/mod.conf +++ b/nether/mod.conf @@ -1,3 +1,3 @@ name = nether -depends = default,glow,riesenpilz,stairs,vector_extras +depends = default,glow,riesenpilz,stairs optional_depends = creative,fence_registration,function_delayer,watershed