fixed config stuff

This commit is contained in:
FatalErr42O 2023-08-28 18:46:02 -07:00
parent 92c46ba799
commit 10f8f19323

View File

@ -1,6 +1,6 @@
name = "MTUL-b3d"
title = "MTUL b3d standalone"
description = "a b3d reader for minetest, cloned from modlib. Requires MTUL-core, also requires MTUL-math for bone reading implementations."
depends = "MTUL-core"
optional_depends = "MTUL-math"
author = "FatalError42O, Appgurue"
name = MTUL-b3d
title = MTUL b3d standalone
description = a b3d reader for minetest, cloned from modlib. Requires MTUL-core, also requires MTUL-math for bone reading implementations.
depends = MTUL-core
optional_depends = MTUL-math
author = FatalError42O, Appgurue