Skip to content

Commit

Permalink
1.1.0 - survival trades
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Jan 16, 2022
1 parent c25ee39 commit 16bd2a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void setOwner() {
this.ownerUUID = owner.getUUID();

// Todo - better implementation once Taterzens gets better lang support
owner.sendMessage(new TextComponent(owner.getGameProfile().getName() + ", I'm your new survival trader!"), this.npc.getUUID());
owner.sendMessage(new TextComponent(owner.getGameProfile().getName() + ", I'm your survival trader!"), this.npc.getUUID());
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ fabric_version=0.44.0+1.18
#Forge
forge_version=39.0.5

mod_version = 1.0.3
mod_version = 1.1.0
maven_group = org.samo_lego
archives_base_name = tradernpcs

# Deps
taterzens = 1.7.1
taterzens = 1.8.0
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.3-20210922232132+0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists


0 comments on commit 16bd2a6

Please sign in to comment.