From fc1260b41437af42398ee89ff41d1b97811a03f0 Mon Sep 17 00:00:00 2001 From: general Date: Fri, 22 Jul 2022 16:06:48 -0400 Subject: [PATCH] standart short description format with first word as type descriptive * MOBS api for mobs to add animals or monsters etc --- description.txt | 2 +- mod.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/description.txt b/description.txt index 919852a..c812ea0 100644 --- a/description.txt +++ b/description.txt @@ -1 +1 @@ -Adds a mob api for mods to add animals or monsters etc. \ No newline at end of file +MOBS api for mobs to add animals or monsters etc \ No newline at end of file diff --git a/mod.conf b/mod.conf index 26cc1c4..24bde0b 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,4 @@ name = mobs depends =default optional_depends = tnt, player_api, dye, farming, invisibility, intllib, lucky_block, cmi, toolranks, pathfinder -description = Adds a mob api for mods to add animals or monsters etc. +description = MOBS api for mobs to add animals or monsters etc