Skip to content

Commit

Permalink
Add lang and Prep for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ITLSupress committed Mar 16, 2024
1 parent 5d59078 commit db5477b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version = 1.5.2
yarn_mappings = 1.5.2+build.202201092137
loader_version = 1.0.0

mod_version = 0.1.0
mod_version = 0.0.1
maven_group = com.itlesports
archives_base_name = mobadditions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class MobAdditions extends BTWAddon {
private static MobAdditions instance = new MobAdditions();
private Map<String, String> propertyValues;
private MobAdditions() {
super("Mob Additions", "0.0.1", "Ex");
super("Mob Additions", "0.0.1", "MobAdditions");
}
@Override
public void initialize() {
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/lang/MobAdditions_en_US.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Mobs

entity.rustywolfEntity.name=Rusty Wolf

0 comments on commit db5477b

Please sign in to comment.