From 16e264841632a972af48a8834fcacaad1a52008a Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Thu, 11 Nov 2021 09:42:10 +0100 Subject: [PATCH] fix `nether` package typo reported in https://github.com/minetest-mods/3d_armor/issues/66 --- 3d_armor/mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_armor/mod.conf b/3d_armor/mod.conf index 69cc655..9d2cc68 100644 --- a/3d_armor/mod.conf +++ b/3d_armor/mod.conf @@ -1,4 +1,4 @@ name = 3d_armor depends = default -optional_depends = player_monoids, armor_monoid, pova, fire, ethereal, bakedclay, moreores, ether +optional_depends = player_monoids, armor_monoid, pova, fire, ethereal, bakedclay, moreores, nether description = Adds craftable armor that is visible to other players.