diff --git a/mod.conf b/mod.conf index 12becf4..33d6d80 100644 --- a/mod.conf +++ b/mod.conf @@ -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" \ No newline at end of file +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 \ No newline at end of file