1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-09-27 23:10:35 +02:00

Remove nether dependency

Nether dependency isn't required as well.
This commit is contained in:
tenplus1 2023-02-03 18:58:16 +00:00 committed by GitHub
parent 3afe32bc02
commit e75eb80afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name = 3d_armor name = 3d_armor
depends = default, player_api depends = default, player_api
optional_depends = player_monoids, armor_monoid, pova, moreores, nether optional_depends = player_monoids, armor_monoid, pova, moreores
description = Adds craftable armor that is visible to other players. description = Adds craftable armor that is visible to other players.