Skip to content

Commit

Permalink
Merge pull request #8 from Foxikle/v1.3
Browse files Browse the repository at this point in the history
V1.3
  • Loading branch information
Foxikle authored Jun 30, 2023
2 parents 9023aee + ff4a30d commit c213e7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
}

group = "dev.foxikle"
version = "1.3-pre5"
version = "1.3"
description = "CustomNPCs"
java.sourceCompatibility = JavaVersion.VERSION_16

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/foxikle/customnpcs/CustomNPCs.java
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public NPCBuilder setInteractable(boolean interactable){
* @since 1.3-pre5
*/
public NPCBuilder setResilient(boolean resilient){
npc.setClickable(resilient);
npc.setResilient(resilient);
return this;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
return true;
}
player.sendMessage(ChatColor.translateAlternateColorCodes('§', """
§2§m §r§3§l Custom NPCs §r§7[§8v1.3-PRE3§7] §r§2§m \s
§2§m §r§3§l Custom NPCs §r§7[§8v1.3§7] §r§2§m \s
§r §r§6By Foxikle \n
"""));
Expand Down

0 comments on commit c213e7c

Please sign in to comment.