Skip to content

Commit a81db56

Browse files
committed
build: add nbtapi to modrinth dependencies
1 parent 5c7b10c commit a81db56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ modrinth {
131131
// scope.type
132132
// The scope can be `required`, `optional`, `incompatible`, or `embedded`
133133
// The type can either be `project` or `version`
134-
required.project("wolfyutils") // Creates a new required dependency on Fabric API
134+
required.project("wolfyutils")
135+
required.project("nbtapi")
135136
}
136137
}
137138

0 commit comments

Comments
 (0)