Skip to content

Commit 9761a54

Browse files
committed
🔧 chore: update version to 3.1.5 and add spacer for display name
- increment version from 3.1.4 to 3.1.5 in gradle.properties - add spacer "26.1.2+" to display name in SurfNpcHook.kt
1 parent 9de1980 commit 9761a54

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22
kotlin.stdlib.default.dependency=false
33
org.gradle.parallel=true
4-
version=3.1.4
4+
version=3.1.5

‎src/main/kotlin/dev/slne/surf/lobby/hook/npc/SurfNpcHook.kt‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ object SurfNpcHook {
5454
survivalNpc = npc {
5555
displayName = {
5656
note("Nepomuk".toSmallCaps()).decorate(TextDecoration.BOLD)
57+
appendNewline()
58+
spacer("26.1.2+")
5759
}
5860
type = EntityType.MANNEQUIN
5961
uniqueName = "survival"

0 commit comments

Comments
 (0)